summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-28setcifsacl: fix infinite loop in getnumcacesJeff Layton2-2/+4
2013-01-13mount.cifs: set parsed_info->got_user when a cred file supplies a usernameJeff Layton1-1/+2
2013-01-07cifsidmap: clean up comments on API descriptionJeff Layton1-7/+7
2013-01-07autoconf: set release to 5.9.1 for interim buildsJeff Layton1-1/+1
2013-01-07autoconf: set version to 5.9cifs-utils-5.9Jeff Layton1-1/+1
2013-01-07mount.cifs: remove support for "complex" usernames from mount.cifsJeff Layton1-102/+9
2013-01-02cifs-utils: fix cifsidmap.h commentJeff Layton1-4/+1
2012-12-20cifs-utils: add a manpage for idmapwbJeff Layton7-18/+211
2012-12-19cifs-utils: convert cifs.idmap to use plugin interfaceJeff Layton6-90/+315
2012-12-19cifs-utils: add autoconf test for WBC_ID_TYPE_BOTHJeff Layton2-0/+18
2012-12-19cifs-utils: convert setcifsacl to use the plugin interfaceJeff Layton6-61/+117
2012-12-19cifs-utils: new plugin architecture for ID mapping codeJeff Layton7-58/+371
2012-12-19cifs-utils: struct cifs_sid definition to new cifsidmap.h headerJeff Layton3-10/+40
2012-12-13setcifsacl: remove syslog goopJeff Layton1-11/+4
2012-12-07getcifsacl: remove unneeded openlog() callJeff Layton1-8/+2
2012-12-06cifs-utils: only link in -lrt to binaries that need itJeff Layton2-2/+3
2012-12-06autoconf: enable full RELRO in cifs-utils binariesJeff Layton1-1/+1
2012-12-04getcifsacl: ensure that we don't overrun the wbcDomainSid when convertingJeff Layton1-2/+4
2012-12-04getcifsacl: free strings returned by wbcLookupSidJeff Layton1-0/+2
2012-12-04getcifsacl: use "size" instead of reconverting original field to host endianJeff Layton1-2/+2
2012-12-04autotools: remove unnecessary files from distroJeff Layton4-1891/+0
2012-12-03mount.cifs: don't pass "flag" options to the kernelJeff Layton1-16/+8
2012-12-03mount.cifs: treat uid=,gid=,cruid= options as name before assuming they're a ...Jeff Layton1-26/+24
2012-12-03autoconf: set version to 5.8.1 for interim buildsJeff Layton1-1/+1
2012-11-11autoconf: set version to 5.8cifs-utils-5.8Jeff Layton1-1/+1
2012-11-09setcifsacl: fix format specifier in error messageJeff Layton1-1/+1
2012-11-09setcifsacl: don't freely cast between wbcDomainSid and cifs_sidJeff Layton2-15/+27
2012-11-09getcifsacl: don't freely cast between wbcDomainSid and cifs_sidJeff Layton1-17/+21
2012-11-09mount.cifs: fix argument count checkJeff Layton1-1/+1
2012-11-07getcifsacl: fix up printing of REVISION: and CONTROL: fieldsJeff Layton1-2/+2
2012-11-07cifs.idmap: fix up some compile-time warningsJeff Layton1-12/+20
2012-11-07setcifsacl: fix some build warningsJeff Layton1-2/+1
2012-11-07setcifsacl: fix endianness of ->size in build_cmdline_acesJeff Layton1-2/+2
2012-11-07setcifsacl: fix up ACE mask handlingJeff Layton1-41/+40
2012-11-07getcifsacl: fix endianness bug in getcifsacl and add better bounds checksJeff Layton1-3/+11
2012-11-07setcifsacl: fix some bugs in build_cmdline_acesJeff Layton1-3/+2
2012-11-07setcifsacl: fix some bugs in build_fetched_acesJeff Layton1-18/+12
2012-11-07setcifsacl: consolidate SID copying routinesJeff Layton1-24/+16
2012-11-07getcifsacl: fix raw SID printing routineJeff Layton1-9/+20
2012-11-07getcifsacl: don't use wbcDomainSid internallyJeff Layton1-15/+16
2012-11-07getcifsacl: fix endianness before handing off SID to winbindJeff Layton1-2/+17
2012-11-07getcifsacl: clarify magic number if print_aceJeff Layton1-2/+2
2012-11-07setcifsacl: fix verify_ace_sidJeff Layton1-24/+24
2012-11-07setcifsacl: clean up parse_cmdline_acesJeff Layton1-32/+18
2012-11-07setcifsacl: clean up get_numcacesJeff Layton1-13/+11
2012-11-07setcifsacl: fix up endianness conversionsJeff Layton1-7/+7
2012-11-07cifs.idmap: fix endianness on SIDs before sending to kernelJeff Layton1-2/+21
2012-11-07setcifsacl: fix endianness on SIDs provided by winbind routinesJeff Layton1-2/+9
2012-11-07cifsacl: header file cleanupJeff Layton1-11/+10
2012-11-07setcifsacl: fix up getopt() usageJeff Layton2-10/+19