Age | Commit message (Expand) | Author | Files | Lines |
2012-11-07 | setcifsacl: declare an enum for the action values | Jeff Layton | 1 | -11/+20 |
2012-11-07 | get/setcifsacl: set "prog" via basename(argv[0]) | Jeff Layton | 2 | -2/+5 |
2012-11-07 | setcifsacl: clean up get_numfaces | Jeff Layton | 1 | -10/+7 |
2012-11-07 | setcifsacl: fix overrun of subauths array when copying SIDs | Jeff Layton | 1 | -2/+2 |
2012-11-07 | setcifsacl: clean up sizing of cifs_sid | Jeff Layton | 2 | -8/+11 |
2012-10-29 | cifs.idmap: add a --help option for cifs.idmap | Jeff Layton | 2 | -3/+14 |
2012-10-29 | cifs.idmap: set a timeout on keys that it instantiates | Jeff Layton | 2 | -3/+29 |
2012-10-29 | cifs.idmap: don't use atoi to convert unsigned int to number | Jeff Layton | 1 | -6/+40 |
2012-10-29 | cifs.idmap: clean up strget and avoid memory allocation | Jeff Layton | 1 | -20/+14 |
2012-10-29 | cifs.idmap: add an options struct to handle long options | Jeff Layton | 1 | -1/+6 |
2012-10-29 | cifs.idmap: get rid of useless strcmp prior to idmapping | Jeff Layton | 1 | -2/+1 |
2012-10-29 | cifs.idmap: make sure cifsacl structs are packed | Jeff Layton | 1 | -4/+4 |
2012-10-23 | mount.cifs: add warning that NFS syntax is deprecated and will be | Scott Lovenberg | 1 | -0/+4 |
2012-10-12 | autoconf: set release to 5.7.1 for interim builds | Jeff Layton | 1 | -1/+1 |
2012-10-09 | autoconf: set version to 5.7cifs-utils-5.7 | Jeff Layton | 1 | -1/+1 |
2012-10-08 | mount.cifs: implement the "nofail" option | Jeff Layton | 1 | -1/+8 |
2012-09-25 | manpage: clarify usage of the username= option | Jeff Layton | 1 | -22/+2 |
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-23 | cifs.upcall: use strncmp in scandir filter function | Jeff Layton | 1 | -4/+3 |
2012-08-23 | cifs.upcall: scan /run/user/${UID} for ccaches, too | Nalin Dahyabhai | 1 | -11/+51 |
2012-08-23 | cifs.upcall: also consider DIR:-type ccaches | Nalin Dahyabhai | 1 | -0/+5 |
2012-08-21 | cifs-utils: fix up references to getcifsacl and setcifsacl files | Jeff Layton | 4 | -12/+6 |
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 | 2 | -1/+17 |
2012-08-07 | autoconf: set version to 5.6.1 for interim builds | Jeff Layton | 1 | -1/+1 |
2012-07-26 | autoconf: set version to 5.6cifs-utils-5.6 | Jeff Layton | 1 | -1/+1 |
2012-07-20 | cifscreds: add a check and warnings for session keyring problems | Jeff Layton | 3 | -1/+50 |
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 | 2 | -5/+81 |
2012-07-10 | autoconf: Fix building with autoconf version older than 2.60. | Andreas Schneider | 1 | -1/+6 |
2012-07-10 | autoconf: add --enable-pie and --enable-relro | Jeff Layton | 2 | -1/+28 |
2012-07-10 | replace: remove bzero() redefinition from replace.h | Jeff Layton | 1 | -4/+0 |
2012-06-14 | cifs.upcall: more debug logging for krb5 upcalls | Jeff Layton | 1 | -3/+8 |
2012-06-14 | mount.cifs: set rc to 0 in libcap toggle_dac_capability | Jeff Layton | 1 | -1/+1 |
2012-06-14 | automake: revert -Werror by default | Jeff Layton | 1 | -1/+1 |
2012-06-01 | autoconf: set version to 5.5.1 for interim builds | Jeff Layton | 1 | -1/+1 |
2012-05-30 | autoconf: set version to 5.5cifs-utils-5.5 | Jeff Layton | 1 | -1/+1 |
2012-05-21 | manpage: document the cache= option and mark strictcache and directio as | Jeff Layton | 1 | -0/+100 |
2012-05-19 | mount.cifs: unused variables | Luk Claes | 1 | -2/+2 |
2012-05-17 | doc: remove old XML sources for mount.cifs.8 and cifs.upcall.8 | Jeff Layton | 2 | -874/+0 |
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-14 | doc: update mailing list | Jeff Layton | 3 | -3/+3 |
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 | cifs.upcall: missing prototype for krb5_auth_con_set_req_cksumtype in MIT | Lars Mueller | 2 | -0/+11 |
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 | 3 | -8/+12 |