summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-07setcifsacl: fix up getopt() usageJeff Layton2-10/+19
2012-11-07setcifsacl: declare an enum for the action valuesJeff Layton1-11/+20
2012-11-07get/setcifsacl: set "prog" via basename(argv[0])Jeff Layton2-2/+5
2012-11-07setcifsacl: clean up get_numfacesJeff Layton1-10/+7
2012-11-07setcifsacl: fix overrun of subauths array when copying SIDsJeff Layton1-2/+2
2012-11-07setcifsacl: clean up sizing of cifs_sidJeff Layton2-8/+11
2012-10-29cifs.idmap: add a --help option for cifs.idmapJeff Layton2-3/+14
2012-10-29cifs.idmap: set a timeout on keys that it instantiatesJeff Layton2-3/+29
2012-10-29cifs.idmap: don't use atoi to convert unsigned int to numberJeff Layton1-6/+40
2012-10-29cifs.idmap: clean up strget and avoid memory allocationJeff Layton1-20/+14
2012-10-29cifs.idmap: add an options struct to handle long optionsJeff Layton1-1/+6
2012-10-29cifs.idmap: get rid of useless strcmp prior to idmappingJeff Layton1-2/+1
2012-10-29cifs.idmap: make sure cifsacl structs are packedJeff Layton1-4/+4
2012-10-23mount.cifs: add warning that NFS syntax is deprecated and will beScott Lovenberg1-0/+4
2012-10-12autoconf: set release to 5.7.1 for interim buildsJeff Layton1-1/+1
2012-10-09autoconf: set version to 5.7cifs-utils-5.7Jeff Layton1-1/+1
2012-10-08mount.cifs: implement the "nofail" optionJeff Layton1-1/+8
2012-09-25manpage: clarify usage of the username= optionJeff Layton1-22/+2
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-23cifs.upcall: use strncmp in scandir filter functionJeff Layton1-4/+3
2012-08-23cifs.upcall: scan /run/user/${UID} for ccaches, tooNalin Dahyabhai1-11/+51
2012-08-23cifs.upcall: also consider DIR:-type ccachesNalin Dahyabhai1-0/+5
2012-08-21cifs-utils: fix up references to getcifsacl and setcifsacl filesJeff Layton4-12/+6
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 Layton2-1/+17
2012-08-07autoconf: set version to 5.6.1 for interim buildsJeff Layton1-1/+1
2012-07-26autoconf: set version to 5.6cifs-utils-5.6Jeff Layton1-1/+1
2012-07-20cifscreds: add a check and warnings for session keyring problemsJeff Layton3-1/+50
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 Jain2-5/+81
2012-07-10autoconf: Fix building with autoconf version older than 2.60.Andreas Schneider1-1/+6
2012-07-10autoconf: add --enable-pie and --enable-relroJeff Layton2-1/+28
2012-07-10replace: remove bzero() redefinition from replace.hJeff Layton1-4/+0
2012-06-14cifs.upcall: more debug logging for krb5 upcallsJeff Layton1-3/+8
2012-06-14mount.cifs: set rc to 0 in libcap toggle_dac_capabilityJeff Layton1-1/+1
2012-06-14automake: revert -Werror by defaultJeff Layton1-1/+1
2012-06-01autoconf: set version to 5.5.1 for interim buildsJeff Layton1-1/+1
2012-05-30autoconf: set version to 5.5cifs-utils-5.5Jeff Layton1-1/+1
2012-05-21manpage: document the cache= option and mark strictcache and directio asJeff Layton1-0/+100
2012-05-19mount.cifs: unused variablesLuk Claes1-2/+2
2012-05-17doc: remove old XML sources for mount.cifs.8 and cifs.upcall.8Jeff Layton2-874/+0
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-14doc: update mailing listJeff Layton3-3/+3
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-20cifs.upcall: missing prototype for krb5_auth_con_set_req_cksumtype in MITLars Mueller2-0/+11
2012-04-20mount.cifs: uninitialized variables in mount.cifsLars Mueller1-2/+2