Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-08-20 | cifs-utils: moving resolve_host into separate file | Igor Druzhinin | 1 | -92/+13 |
2010-08-04 | mount.cifs: remove redundant error assignment | Suresh Jayaraman | 1 | -4/+4 |
2010-07-27 | mount.cifs: add 'fsc' mount option to the usage help text | Suresh Jayaraman | 1 | -1/+1 |
2010-07-27 | mount.cifs: handle the "mand" and "nomand" mount options (try #2) | Jeff Layton | 1 | -2/+12 |
2010-07-27 | mount.cifs: ignore the "_netdev" mount option | Jeff Layton | 1 | -0/+5 |
2010-07-07 | mount.cifs: switch to using _PATH_MNTTAB and paths.h | Jeff Layton | 1 | -4/+4 |
2010-06-16 | mount.cifs: use original device name as-is for mtab | Jeff Layton | 1 | -1/+1 |
2010-06-06 | mount.cifs: accept all supported values for dir_mode | Scott Lovenberg | 1 | -1/+1 |
2010-05-30 | mount.cifs: fix parsing of "cred=" option | Jeff Layton | 1 | -0/+2 |
2010-05-14 | mount.cifs: cosmetic alignment patch | Scott Lovenberg | 1 | -3/+3 |
2010-05-14 | mount.cifs: clean up option parsing | Scott Lovenberg | 1 | -74/+189 |
2010-05-14 | mount.cifs: unitialized variable in cred parsing error path | Steve French | 1 | -4/+4 |
2010-05-11 | mount.cifs: turn into a multicall binary for smb2 | Steve French | 1 | -15/+68 |
2010-05-11 | mount.cifs: removed magic number for max username in parse_options | Scott Lovenberg | 1 | -1/+5 |
2010-05-02 | mount.cifs: strip leading delimiter off of prefixpath option | Jeff Layton | 1 | -0/+5 |
2010-04-28 | mount.cifs: fix parsing of password in parse_usernamecifs-utils-4.4 | Jeff Layton | 1 | -1/+2 |
2010-04-25 | mount.cifs: continued cleanup of open_cred_file and zero out buffer | Scott Lovenberg | 1 | -52/+78 |
2010-04-23 | mount.cifs: clean up credential file parsing | Scott Lovenberg | 1 | -46/+32 |
2010-04-17 | mount.cifs: remove unneeded newline in verbose output | Jeff Layton | 1 | -1/+1 |
2010-04-14 | mount.cifs: check for NULL pointer before calling strchr() | Jeff Layton | 1 | -3/+5 |
2010-04-12 | cifs: enable CAP_DAC_READ_SEARCH before chdir() and realpath() calls | Jeff Layton | 1 | -0/+6 |
2010-04-06 | mount.cifs: fix capability issues when libcap isn't present | Jeff Layton | 1 | -14/+17 |
2010-04-06 | mount.cifs: make credentials file parameters consistent with mount options | Scott Lovenberg | 1 | -3/+3 |
2010-04-05 | mount.cifs: restrict capabilities further | Jeff Layton | 1 | -26/+29 |
2010-04-05 | mount.cifs: properly prune the capabilities bounding set | Jeff Layton | 1 | -1/+36 |
2010-04-04 | mount.cifs: use libcap-ng to manage capabilities | Jeff Layton | 1 | -0/+43 |
2010-04-03 | mount.cifs: fix toggle_cap_dac_override | Jeff Layton | 1 | -7/+6 |
2010-04-03 | mount.cifs: only enable CAP_DAC_OVERRIDE when needed | Jeff Layton | 1 | -66/+144 |
2010-04-02 | mount.cifs: if real uid is 0, child must keep CAP_DAC_OVERRIDE | Jeff Layton | 1 | -7/+10 |
2010-04-02 | cifs-utils: bump version to 4.2cifs-utils-4.2 | Jeff Layton | 1 | -0/+1 |
2010-04-01 | mount.cifs: re-enable setuid usage | Jeff Layton | 1 | -27/+18 |
2010-04-01 | mount.cifs: drop capabilities if libcap is available | Jeff Layton | 1 | -0/+68 |
2010-04-01 | mount.cifs: guard against signals by unprivileged users | Jeff Layton | 1 | -9/+38 |
2010-04-01 | mount.cifs: introduce privilege separation | Jeff Layton | 1 | -16/+80 |
2010-04-01 | mount.cifs: move nomtab, fakemnt, and verboseflag flags to parsed_mount_info | Jeff Layton | 1 | -13/+13 |
2010-04-01 | mount.cifs: move assembly of parsed_mount_info to separate function | Jeff Layton | 1 | -94/+110 |
2010-04-01 | mount.cifs: run mount.cifs through Lindent | Jeff Layton | 1 | -282/+336 |
2010-04-01 | mount.cifs: move mtab adding code to separate function | Jeff Layton | 1 | -57/+71 |
2010-04-01 | mount.cifs: clean up command-line options | Jeff Layton | 1 | -96/+3 |
2010-04-01 | mount.cifs: reassemble device name from pieces | Jeff Layton | 1 | -8/+30 |
2010-04-01 | mount.cifs: clean up setting of password field | Jeff Layton | 1 | -109/+84 |
2010-04-01 | mount.cifs: eliminate "legacy" setuid behavior | Jeff Layton | 1 | -81/+9 |