summaryrefslogtreecommitdiff
path: root/mount.cifs.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-03CVE-2020-14342: mount.cifs: fix shell command injectionAurelien Aptel1-21/+75
2019-12-12Add program name to error output instead of static mount.cifsKenneth D'souza1-28/+28
2019-12-12Add support for smb3 alias/fstype in mount.cifs.cKenneth D'souza1-1/+7
2019-10-03mount.cifs: Fix invalid freePaulo Alcantara (SUSE)1-4/+4
2019-10-03mount.cifs: Fix double-free issue when mounting with setuid rootPaulo Alcantara (SUSE)1-2/+4
2019-08-07mount.cifs.c: fix memory leaks in main funcJiawen Liu1-1/+9
2019-04-05mount.cifs: detect GMT format of snapshot versionPavel Shilovsky1-7/+47
2019-04-05mount.cifs: add more options to help messagePavel Shilovsky1-5/+7
2019-04-05mount.cifs Add various missing parms from the help textSteve French1-3/+11
2019-02-14mount.cifs: be more verbose and helpful regarding mount errorsAurelien Aptel1-1/+11
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