summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-03mount.cifs: fix toggle_cap_dac_overrideJeff Layton1-7/+6
2010-04-03mount.cifs: only enable CAP_DAC_OVERRIDE when neededJeff Layton1-66/+144
2010-04-02mount.cifs: if real uid is 0, child must keep CAP_DAC_OVERRIDEJeff Layton1-7/+10
2010-04-02cifs-utils: bump version to 4.2cifs-utils-4.2Jeff Layton4-6/+7
2010-04-01cifs.upcall: run it through LindentJeff Layton1-72/+66
2010-04-01cifs-upcall: krb5.h inclusion quick fixTorsten Kurbad1-0/+4
2010-04-01cifs-upcall: heimdal fixesTorsten Kurbad3-13/+64
2010-04-01mount.cifs: re-enable setuid usageJeff Layton1-27/+18
2010-04-01mount.cifs: drop capabilities if libcap is availableJeff Layton4-0/+94
2010-04-01mount.cifs: guard against signals by unprivileged usersJeff Layton1-9/+38
2010-04-01mount.cifs: introduce privilege separationJeff Layton1-16/+80
2010-04-01mount.cifs: move nomtab, fakemnt, and verboseflag flags to parsed_mount_infoJeff Layton1-13/+13
2010-04-01mount.cifs: move assembly of parsed_mount_info to separate functionJeff Layton1-94/+110
2010-04-01mount.cifs: run mount.cifs through LindentJeff Layton1-282/+336
2010-04-01mount.cifs: move mtab adding code to separate functionJeff Layton1-57/+71
2010-04-01mount.cifs: clean up command-line optionsJeff Layton1-96/+3
2010-04-01mount.cifs: reassemble device name from piecesJeff Layton1-8/+30
2010-04-01mount.cifs: clean up setting of password fieldJeff Layton1-109/+84
2010-04-01mount.cifs: eliminate "legacy" setuid behaviorJeff Layton1-81/+9
2010-04-01mount.cifs: eliminate some unneeded flags in parsed_mount_infoJeff Layton1-6/+1
2010-04-01mount.cifs: parse unc into separate fieldsJeff Layton1-196/+179
2010-04-01mount.cifs: add username and domain fields to parsed_mount_infoJeff Layton1-172/+116
2010-04-01mount.cifs: make mountpassword a field in parsed_infoJeff Layton1-130/+78
2010-04-01mount.cifs: make parse_options return proper mount error codesJeff Layton1-16/+17
2010-04-01mount.cifs: have parse_options fill parsed_mount_infoJeff Layton1-130/+89
2010-04-01mount.cifs: declare new struct for holding parsed mount infoJeff Layton1-3/+23
2010-03-23cifs-utils: release 4.1cifs-utils-4.1Jeff Layton1-1/+1
2010-03-23mount.cifs: fix ver= option passed to the kernelJeff Layton1-1/+7
2010-03-22mount.cifs: don't use exit(3) in get_password_from_fileJeff Layton1-7/+13
2010-03-22mount.cifs: don't use exit(3) in mount_cifs_usage() and open_cred_file()Jeff Layton1-19/+23
2010-03-22mount.cifs: don't use exit(3) in main()Jeff Layton1-11/+19
2010-03-22mount.cifs: fix error handling when duplicating options stringJeff Layton1-2/+7
2010-03-22mount.cifs: make check_mountpoint a noop for non-legacy buildsJeff Layton1-23/+8
2010-03-22mount.cifs: remove uuid optionJeff Layton1-5/+0
2010-03-22mount.cifs: remove bogus rsize/wsize optionsJeff Layton1-10/+0
2010-03-22mount.cifs: simplify command-line option parsingJeff Layton1-28/+8
2010-03-22mount.cifs: remove unneeded uname callJeff Layton1-7/+0
2010-03-22mount.cifs: clean up parse_serverJeff Layton1-69/+68
2010-03-20mount.cifs: clean up preprocessor macrosJeff Layton1-17/+0
2010-03-20Update the READMEJeff Layton1-2/+9
2010-03-20cifs-utils: switch to using autoconf package versionJeff Layton3-12/+5
2010-03-08autotools: make cifs.upcall dependent on an enable optionJeff Layton2-5/+48
2010-03-07mount.cifs: check for NULL addr pointer before handling scopeidJeff Layton1-1/+1
2010-03-03docs: these tools are no longer part of SambaMichael Wood4-12/+6
2010-03-03docs: change source from Samba 3.6Michael Wood4-6/+6
2010-02-26autotools: check for keyutils.hcifs-utils-4.0Jeff Layton1-0/+1
2010-02-26cifs.upcall: use non-legacy krb5.h locationJeff Layton2-3/+4
2010-02-20autotools: remove autogenerated files from git repocifs-utils-4.0rc1Jeff Layton2-990/+0
2010-02-20autoconf: make sure C files include config.hJeff Layton5-25/+18
2010-02-19autoconf: now it works with autoconf 2.59 (RHEL5)Igor Mammedov1-7/+3