summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-08autoconf: set release to 6.2.1 for interim buildsJeff Layton1-1/+1
2013-10-04autoconf: set version to 6.2cifs-utils-6.2Jeff Layton1-1/+1
2013-10-04autoconf: update configure.ac a'la autoupdateJeff Layton1-22/+11
2013-09-17cifs.upcall: try to use default credcache if we didn't find oneJeff Layton1-5/+14
2013-09-09autoconf: add another suggested package name for krb5 headersSteve French1-2/+2
2013-07-30Do not rely on hardcoded path to systemd-ask-password.Michał Górny1-2/+2
2013-07-22cifs-utils: Correct max string lengths v2Scott Lovenberg2-7/+17
2013-07-18cifs-utils: fix some sparse warningsJeff Layton10-34/+26
2013-07-18setcifsacl: add fallback for when plugin can't be loadedJeff Layton1-5/+87
2013-07-08manpage: fix nouser_xattr descriptionJeff Layton1-1/+1
2013-07-08autoconf: set version to 6.1.1 for interim buildsJeff Layton1-1/+1
2013-07-02cifs-utils: set version to 6.1cifs-utils-6.1Jeff Layton1-1/+1
2013-05-29cifs.upcall: allow users to specify dedicated keytab on command-lineJeff Layton2-3/+12
2013-05-23cifs.upcall: the exit code should be 0 when print versionPeng Haitao1-0/+1
2013-04-12setcifsacl.c: fix a bug of goto setcifsacl_facenum_retPeng Haitao1-2/+3
2013-04-10mount.cifs: Trivial comment fixesScott Lovenberg1-2/+2
2013-04-10cifs-utils: set version to 6.0.1 for interim buildsJeff Layton1-1/+1
2013-03-25autoconf: set version to 6.0cifs-utils-6.0Jeff Layton1-1/+1
2013-03-22mount.cifs: remove support for "NFS syntax"Jeff Layton1-28/+10
2013-03-20manpage: better document the default sec= mount optionJeff Layton1-9/+11
2013-03-16manpage: document the mount.cifs vers= optionJeff Layton1-0/+51
2013-02-01cifs-utils: add autoconf test to make sure that libwbclient is usableJeff Layton1-0/+20
2013-01-29setcifsacl: fix offset calculation in "set" codeJeff Layton1-3/+4
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