Age | Commit message (Expand) | Author | Files | Lines |
2011-01-14 | cifs.upcall: save off username field from key description | Jeff Layton | 1 | -0/+17 |
2011-01-14 | cifs.upcall: clean up key description decoding routine | Jeff Layton | 1 | -14/+16 |
2011-01-14 | cifs.upcall: consolidate find_krb5_cc calls | Jeff Layton | 1 | -15/+13 |
2011-01-05 | cifs.upcall: fix crash when trying to free uninitialized var | Jeff Layton | 1 | -2/+1 |
2011-01-05 | cifs.upcall: add 'l' to getopt_long string | Jeff Layton | 1 | -1/+1 |
2011-01-05 | manpage: change port option description | Pavel Shilovsky | 1 | -1/+1 |
2010-12-28 | cifs.upcall: use krb5_auth_con_set_req_cksumtype() and pass a GSSAPI checksum... | Stefan Metzmacher | 2 | -0/+41 |
2010-12-28 | cifs.upcall: use krb5_auth_con_init() to create an explicit auth_context | Stefan Metzmacher | 1 | -2/+12 |
2010-12-28 | cifs.upcall: fix memory and call krb5_auth_con_free() | Stefan Metzmacher | 1 | -1/+3 |
2010-12-14 | cifs-utils: fixes for manpage pathname replacement scheme | Jeff Layton | 1 | -2/+6 |
2010-12-09 | cifs-utils: rewrite hardcoded paths in manpages | Jeff Layton | 3 | -2/+9 |
2010-12-09 | mount.cifs: manpage: add entry for "actimeo" option | Suresh Jayaraman | 1 | -0/+18 |
2010-12-09 | cifs-utils: bump version number to 4.7.1 for interim builds | Jeff Layton | 1 | -1/+1 |
2010-10-19 | autoconf: bump release to 4.7cifs-utils-4.7 | Jeff Layton | 1 | -1/+1 |
2010-10-08 | manpage: add mount.cifs manpage entry for "multiuser" option | Jeff Layton | 1 | -0/+7 |
2010-10-08 | mount.cifs: reinstate ip= as an override for address resolution | Jeff Layton | 1 | -1/+5 |
2010-08-24 | mount.cifs: use monotonic time for timeouts | Björn Jacke | 1 | -3/+20 |
2010-08-24 | autoconf: add checks for clock_gettime | Björn Jacke | 1 | -0/+10 |
2010-08-20 | cifs-utils: infrastructure for stashing passwords in keyring | Igor Druzhinin | 3 | -2/+600 |
2010-08-20 | cifs-utils: moving resolve_host into separate file | Igor Druzhinin | 4 | -93/+153 |
2010-08-04 | mount.cifs: remove redundant error assignment | Suresh Jayaraman | 1 | -4/+4 |
2010-08-04 | autoconf: bump version number to 4.6.1 for non-release builds | Jeff Layton | 1 | -1/+1 |
2010-07-30 | autoconf: bump version to 4.6cifs-utils-4.6 | Jeff Layton | 1 | -1/+1 |
2010-07-27 | data_blob: change for loop indices to a unsigned int | Jeff Layton | 1 | -2/+2 |
2010-07-27 | cifs.upcall: swap c99 initializers for memset calls | Jeff Layton | 1 | -2/+6 |
2010-07-27 | mtab: add __attribute__((unused)) to unused variables | Jeff Layton | 1 | -2/+2 |
2010-07-27 | automake: add -Wextra to CFLAGS | Jeff Layton | 1 | -1/+1 |
2010-07-27 | mount.cifs: document the 'fsc' mount option | Suresh Jayaraman | 1 | -0/+7 |
2010-07-27 | mount.cifs: clarify 'fsc' mount option | Suresh Jayaraman | 1 | -3/+6 |
2010-07-27 | autoconf: bump version to 4.5.2 | Jeff Layton | 1 | -1/+1 |
2010-07-27 | mount.cifs: add 'fsc' mount option to the usage help text | Suresh Jayaraman | 1 | -1/+1 |
2010-07-27 | manpages: document 'fsc' mount option | Suresh Jayaraman | 1 | -0/+17 |
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-26 | cifs.upcall: require a uid= or creduid= parm | Jeff Layton | 1 | -0/+5 |
2010-07-23 | cifs.upcall: use "creduid=" parm by default when available | Jeff Layton | 2 | -6/+35 |
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-06-06 | cifs-utils: bump version number to 4.5.1 | Jeff Layton | 1 | -1/+1 |
2010-05-30 | mount.cifs: fix parsing of "cred=" option | Jeff Layton | 1 | -0/+2 |
2010-05-21 | cifs-utils: bump version number to 4.5cifs-utils-4.5 | Jeff Layton | 1 | -1/+1 |
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-05-02 | cifs-utils: bump version number to 4.4.1 for interim builds | Jeff Layton | 1 | -1/+1 |
2010-04-28 | cifs-utils: bump version number to 4.4 | Jeff Layton | 1 | -1/+1 |