summaryrefslogtreecommitdiff
path: root/mount.cifs.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-27mount.cifs: add 'fsc' mount option to the usage help textSuresh Jayaraman1-1/+1
2010-07-27mount.cifs: handle the "mand" and "nomand" mount options (try #2)Jeff Layton1-2/+12
2010-07-27mount.cifs: ignore the "_netdev" mount optionJeff Layton1-0/+5
2010-07-07mount.cifs: switch to using _PATH_MNTTAB and paths.hJeff Layton1-4/+4
2010-06-16mount.cifs: use original device name as-is for mtabJeff Layton1-1/+1
2010-06-06mount.cifs: accept all supported values for dir_modeScott Lovenberg1-1/+1
2010-05-30mount.cifs: fix parsing of "cred=" optionJeff Layton1-0/+2
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-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-12cifs: enable CAP_DAC_READ_SEARCH before chdir() and realpath() callsJeff Layton1-0/+6
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 Layton1-1/+36
2010-04-04mount.cifs: use libcap-ng to manage capabilitiesJeff Layton1-0/+43
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 Layton1-0/+1
2010-04-01mount.cifs: re-enable setuid usageJeff Layton1-27/+18
2010-04-01mount.cifs: drop capabilities if libcap is availableJeff Layton1-0/+68
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-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