summaryrefslogtreecommitdiff
path: root/mount.cifs.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-12mtab: handle ENOSPC/EFBIG condition properly when altering mtabJeff Layton1-2/+25
2011-04-15mount.cifs: fix test for strtoul failure in mount.cifsJeff Layton1-4/+7
2011-04-08mount.cifs: Use original device string all the wayLuk Claes1-24/+3
2011-02-08mount.cifs: reacquire CAP_DAC_READ_SEARCH before calling mount(2)Jeff Layton1-2/+8
2011-02-01mount.cifs: fix possible use of uninitialized variableJeff Layton1-1/+1
2011-01-31mount.cifs: don't try to alter mtab if it's a symlinkJeff Layton1-1/+1
2011-01-14mount.cifs: add cruid= mount optionJeff Layton1-2/+38
2011-01-14mount.cifs: clean up handling of uid= and gid=Jeff Layton1-46/+52
2010-10-08mount.cifs: reinstate ip= as an override for address resolutionJeff Layton1-1/+5
2010-08-20cifs-utils: moving resolve_host into separate fileIgor Druzhinin1-92/+13
2010-08-04mount.cifs: remove redundant error assignmentSuresh Jayaraman1-4/+4
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