summaryrefslogtreecommitdiff
path: root/mount.cifs.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-27mount.cifs: add fallthrough comments on fmask/dmask option casesJeff Layton1-0/+2
2017-04-22mount.cifs: document SMBv3.1.1 and new seal optionAurelien Aptel1-1/+1
2017-03-16mount.cifs: Remove data_blob.h includeThomas Witt1-1/+0
2017-02-24treewide: Eliminate SAFE_FREEJeff Layton1-11/+5
2016-11-27mount.cifs: Remove unneeded stdbool header includeGermano Percossi1-1/+0
2016-11-27mount.cifs: Fixed command line parsing and aligned with kernelGermano Percossi1-35/+47
2016-11-27mount.cifs: Accept empty domains on the command lineGermano Percossi1-3/+12
2016-11-27mount.cifs: Removed extra comma in front of domainGermano Percossi1-1/+1
2016-01-07mount.cifs: ignore x-* mount optionsKarel Zak1-0/+2
2014-07-01mount.cifs: on 2nd try mount.cifs must also uppercase "orig_dev"Guenter Kukkukk1-1/+2
2013-10-11mount.cifs: fix bad free() of string returned by dirname()Jeff Layton1-11/+18
2013-07-30Do not rely on hardcoded path to systemd-ask-password.Michał Górny1-2/+2
2013-07-22cifs-utils: Correct max string lengths v2Scott Lovenberg1-7/+16
2013-07-18cifs-utils: fix some sparse warningsJeff Layton1-3/+3
2013-04-10mount.cifs: Trivial comment fixesScott Lovenberg1-2/+2
2013-03-22mount.cifs: remove support for "NFS syntax"Jeff Layton1-28/+10
2013-01-13mount.cifs: set parsed_info->got_user when a cred file supplies a usernameJeff Layton1-1/+2
2013-01-07mount.cifs: remove support for "complex" usernames from mount.cifsJeff Layton1-102/+9
2012-12-03mount.cifs: don't pass "flag" options to the kernelJeff Layton1-16/+8
2012-12-03mount.cifs: treat uid=,gid=,cruid= options as name before assuming they're a ...Jeff Layton1-26/+24
2012-11-09mount.cifs: fix argument count checkJeff Layton1-1/+1
2012-10-23mount.cifs: add warning that NFS syntax is deprecated and will beScott Lovenberg1-0/+4
2012-10-08mount.cifs: implement the "nofail" optionJeff Layton1-1/+8
2012-09-12mount.cifs: running out of addresses is not a system errorJeff Layton1-1/+1
2012-08-23mount.cifs: silence compiler warnings about ignoring return codeJeff Layton1-2/+2
2012-08-07mount.cifs: handle username= differently depending on sec= optionJeff Layton1-11/+34
2012-08-07mount.cifs: deprecate the DOMAIN/username%password username syntaxJeff Layton1-0/+14
2012-07-19mount.cifs: Use errno instead of having unknown errorLuk Claes1-0/+1
2012-07-18mount.cifs: Use systemd's mechanism for getting password, if present.Ankit Jain1-5/+71
2012-06-14mount.cifs: set rc to 0 in libcap toggle_dac_capabilityJeff Layton1-1/+1
2012-05-19mount.cifs: unused variablesLuk Claes1-2/+2
2012-05-17mount.cifs: remove smb2 multicall binary codeJeff Layton1-57/+4
2012-05-17mount.cifs: don't send a mandatory ver= option to the kernelJeff Layton1-13/+7
2012-05-02mount.cifs: don't pass credentials= option to the kernelJeff Layton1-2/+4
2012-04-20mount.cifs: remove unnecessary getuid() check in libcap version of toggle_dac...Jeff Layton1-3/+0
2012-04-20mount.cifs: toggle_dac_capability() stores return codeLars Mueller1-1/+1
2012-04-20mount.cifs: uninitialized variables in mount.cifsLars Mueller1-2/+2
2012-04-19mount.cifs: fix up some -D_FORTIFY_SOURCE=2 warningsJeff Layton1-6/+8
2012-04-02mount.cifs: don't allow unprivileged users to mount onto dirs to which theyJeff Layton1-19/+66
2012-03-06mount.cifs: add support for -s optionJeff Layton1-1/+9
2012-02-23mount.cifs: fix tests for strtoul successJeff Layton1-5/+7
2012-01-17util: move getusername to util.cJeff Layton1-11/+0
2012-01-16mount.cifs: handle errors from rename() in del_mtabJeff Layton1-1/+5
2012-01-16mount.cifs: Properly update mtab during remountCarlos Maiolino1-1/+98
2011-10-19mount.cifs: Add mount options for backup intent and their manpages (try #8)Shirish Pargaonkar1-2/+78
2011-08-29mount.cifs: fix the conflict between rwpidforward and rw mount optionsPavel Shilovsky1-1/+1
2011-07-29mount.cifs: check_newline returns EX_USAGE on error, not -1Jeff Layton1-2/+1
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