summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-14mount.cifs: cosmetic alignment patchScott Lovenberg1-3/+3
2010-05-14mount.cifs: clean up option parsingScott Lovenberg1-74/+189
2010-05-14mount.cifs: unitialized variable in cred parsing error pathSteve French1-4/+4
2010-05-11mount.cifs: turn into a multicall binary for smb2Steve French1-15/+68
2010-05-11mount.cifs: removed magic number for max username in parse_optionsScott Lovenberg1-1/+5
2010-05-02mount.cifs: strip leading delimiter off of prefixpath optionJeff Layton1-0/+5
2010-05-02cifs-utils: bump version number to 4.4.1 for interim buildsJeff Layton1-1/+1
2010-04-28cifs-utils: bump version number to 4.4Jeff Layton1-1/+1
2010-04-28mount.cifs: fix parsing of password in parse_usernamecifs-utils-4.4Jeff Layton1-1/+2
2010-04-25mount.cifs: continued cleanup of open_cred_file and zero out bufferScott Lovenberg1-52/+78
2010-04-23mount.cifs: clean up credential file parsingScott Lovenberg1-46/+32
2010-04-17mount.cifs: remove unneeded newline in verbose outputJeff Layton1-1/+1
2010-04-14mount.cifs: check for NULL pointer before calling strchr()Jeff Layton1-3/+5
2010-04-13automake: don't use @foo@ constructs in Makefile.amJeff Layton1-2/+2
2010-04-12cifs: enable CAP_DAC_READ_SEARCH before chdir() and realpath() callsJeff Layton2-1/+7
2010-04-09cifs-utils: bump version number to 4.3cifs-utils-4.3Jeff Layton1-1/+1
2010-04-09autoconf: remove explicit check for prctlJeff Layton1-3/+0
2010-04-06autotools: add --with-libcap autoconf optionJeff Layton1-6/+21
2010-04-06mount.cifs: fix capability issues when libcap isn't presentJeff Layton1-14/+17
2010-04-06mount.cifs: make credentials file parameters consistent with mount optionsScott Lovenberg1-3/+3
2010-04-05mount.cifs: restrict capabilities furtherJeff Layton1-26/+29
2010-04-05mount.cifs: properly prune the capabilities bounding setJeff Layton2-1/+39
2010-04-04mount.cifs: use libcap-ng to manage capabilitiesJeff Layton3-2/+48
2010-04-04autotools: don't link mount.cifs against krb5 libraryJeff Layton2-2/+11
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