Age | Commit message (Expand) | Author | Files | Lines |
2016-11-27 | mount.cifs: Accept empty domains on the command line | Germano Percossi | 1 | -3/+12 |
2016-11-27 | mount.cifs: Removed extra comma in front of domain | Germano Percossi | 1 | -1/+1 |
2016-01-07 | mount.cifs: ignore x-* mount options | Karel Zak | 1 | -0/+2 |
2014-07-01 | mount.cifs: on 2nd try mount.cifs must also uppercase "orig_dev" | Guenter Kukkukk | 1 | -1/+2 |
2013-10-11 | mount.cifs: fix bad free() of string returned by dirname() | Jeff Layton | 1 | -11/+18 |
2013-07-30 | Do not rely on hardcoded path to systemd-ask-password. | Michał Górny | 1 | -2/+2 |
2013-07-22 | cifs-utils: Correct max string lengths v2 | Scott Lovenberg | 1 | -7/+16 |
2013-07-18 | cifs-utils: fix some sparse warnings | Jeff Layton | 1 | -3/+3 |
2013-04-10 | mount.cifs: Trivial comment fixes | Scott Lovenberg | 1 | -2/+2 |
2013-03-22 | mount.cifs: remove support for "NFS syntax" | Jeff Layton | 1 | -28/+10 |
2013-01-13 | mount.cifs: set parsed_info->got_user when a cred file supplies a username | Jeff Layton | 1 | -1/+2 |
2013-01-07 | mount.cifs: remove support for "complex" usernames from mount.cifs | Jeff Layton | 1 | -102/+9 |
2012-12-03 | mount.cifs: don't pass "flag" options to the kernel | Jeff Layton | 1 | -16/+8 |
2012-12-03 | mount.cifs: treat uid=,gid=,cruid= options as name before assuming they're a ... | Jeff Layton | 1 | -26/+24 |
2012-11-09 | mount.cifs: fix argument count check | Jeff Layton | 1 | -1/+1 |
2012-10-23 | mount.cifs: add warning that NFS syntax is deprecated and will be | Scott Lovenberg | 1 | -0/+4 |
2012-10-08 | mount.cifs: implement the "nofail" option | Jeff Layton | 1 | -1/+8 |
2012-09-12 | mount.cifs: running out of addresses is not a system error | Jeff Layton | 1 | -1/+1 |
2012-08-23 | mount.cifs: silence compiler warnings about ignoring return code | Jeff Layton | 1 | -2/+2 |
2012-08-07 | mount.cifs: handle username= differently depending on sec= option | Jeff Layton | 1 | -11/+34 |
2012-08-07 | mount.cifs: deprecate the DOMAIN/username%password username syntax | Jeff Layton | 1 | -0/+14 |
2012-07-19 | mount.cifs: Use errno instead of having unknown error | Luk Claes | 1 | -0/+1 |
2012-07-18 | mount.cifs: Use systemd's mechanism for getting password, if present. | Ankit Jain | 1 | -5/+71 |
2012-06-14 | mount.cifs: set rc to 0 in libcap toggle_dac_capability | Jeff Layton | 1 | -1/+1 |
2012-05-19 | mount.cifs: unused variables | Luk Claes | 1 | -2/+2 |
2012-05-17 | mount.cifs: remove smb2 multicall binary code | Jeff Layton | 1 | -57/+4 |
2012-05-17 | mount.cifs: don't send a mandatory ver= option to the kernel | Jeff Layton | 1 | -13/+7 |
2012-05-02 | mount.cifs: don't pass credentials= option to the kernel | Jeff Layton | 1 | -2/+4 |
2012-04-20 | mount.cifs: remove unnecessary getuid() check in libcap version of toggle_dac... | Jeff Layton | 1 | -3/+0 |
2012-04-20 | mount.cifs: toggle_dac_capability() stores return code | Lars Mueller | 1 | -1/+1 |
2012-04-20 | mount.cifs: uninitialized variables in mount.cifs | Lars Mueller | 1 | -2/+2 |
2012-04-19 | mount.cifs: fix up some -D_FORTIFY_SOURCE=2 warnings | Jeff Layton | 1 | -6/+8 |
2012-04-02 | mount.cifs: don't allow unprivileged users to mount onto dirs to which they | Jeff Layton | 1 | -19/+66 |
2012-03-06 | mount.cifs: add support for -s option | Jeff Layton | 1 | -1/+9 |
2012-02-23 | mount.cifs: fix tests for strtoul success | Jeff Layton | 1 | -5/+7 |
2012-01-17 | util: move getusername to util.c | Jeff Layton | 1 | -11/+0 |
2012-01-16 | mount.cifs: handle errors from rename() in del_mtab | Jeff Layton | 1 | -1/+5 |
2012-01-16 | mount.cifs: Properly update mtab during remount | Carlos Maiolino | 1 | -1/+98 |
2011-10-19 | mount.cifs: Add mount options for backup intent and their manpages (try #8) | Shirish Pargaonkar | 1 | -2/+78 |
2011-08-29 | mount.cifs: fix the conflict between rwpidforward and rw mount options | Pavel Shilovsky | 1 | -1/+1 |
2011-07-29 | mount.cifs: check_newline returns EX_USAGE on error, not -1 | Jeff Layton | 1 | -2/+1 |
2011-07-12 | mtab: handle ENOSPC/EFBIG condition properly when altering mtab | Jeff Layton | 1 | -2/+25 |
2011-04-15 | mount.cifs: fix test for strtoul failure in mount.cifs | Jeff Layton | 1 | -4/+7 |
2011-04-08 | mount.cifs: Use original device string all the way | Luk Claes | 1 | -24/+3 |
2011-02-08 | mount.cifs: reacquire CAP_DAC_READ_SEARCH before calling mount(2) | Jeff Layton | 1 | -2/+8 |
2011-02-01 | mount.cifs: fix possible use of uninitialized variable | Jeff Layton | 1 | -1/+1 |
2011-01-31 | mount.cifs: don't try to alter mtab if it's a symlink | Jeff Layton | 1 | -1/+1 |
2011-01-14 | mount.cifs: add cruid= mount option | Jeff Layton | 1 | -2/+38 |
2011-01-14 | mount.cifs: clean up handling of uid= and gid= | Jeff Layton | 1 | -46/+52 |
2010-10-08 | mount.cifs: reinstate ip= as an override for address resolution | Jeff Layton | 1 | -1/+5 |