summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-16mount.cifs: Remove data_blob.h includeThomas Witt1-1/+0
2017-03-02cifs-utils: bump version to 6.7cifs-utils-6.7Jeff Layton1-1/+1
2017-02-28cifs.upcall: use a MEMORY: ccache when instantiating from a keytabJeff Layton1-2/+2
2017-02-24cifs.upcall: don't do env scraping when uid is 0Jeff Layton2-2/+13
2017-02-24cifs.upcall: unset $KRB5CCNAME when creating new credcache from keytabJeff Layton1-0/+6
2017-02-24data_blob: Eliminate _PUBLIC_Jeff Layton2-10/+6
2017-02-24treewide: Eliminate SAFE_FREEJeff Layton2-23/+15
2017-02-24replace.h: remove itJeff Layton2-675/+1
2017-02-24cifs.upcall: remove need for replace.hJeff Layton1-3/+19
2017-02-24spengo.c/asn1.c: remove need for replace.hJeff Layton2-2/+2
2017-02-24data_blob: remove need for replace.hJeff Layton1-1/+4
2017-02-16cifs.upcall: trim even more capabilitiesJeff Layton1-9/+8
2017-02-15cifs.upcall: allow scraping of KRB5CCNAME out of initiating task's /proc/<pid...Jeff Layton2-7/+152
2017-02-15cifs.upcall: drop capabilities early in programJeff Layton2-1/+65
2017-02-14cifs.upcall: switch group IDs when handling an upcallJeff Layton1-0/+37
2017-02-14cifs.upcall: convert two flags from int to boolJeff Layton1-4/+5
2017-01-04manpage: document mfsymlinks in the mount.cifs man pageSachin Prabhu1-0/+5
2016-11-27mount.cifs: Remove unneeded stdbool header includeGermano Percossi1-1/+0
2016-11-27mount.cifs: Fixed command line parsing and aligned with kernelGermano Percossi1-35/+47
2016-11-27mount.cifs: Accept empty domains on the command lineGermano Percossi1-3/+12
2016-11-27mount.cifs: Removed extra comma in front of domainGermano Percossi1-1/+1
2016-11-27cifs-utils: bump version to 6.6.1 for pre-release buildsJeff Layton1-1/+1
2016-09-01autoconf: set version to 6.6cifs-utils-6.6Jeff Layton1-1/+1
2016-08-24cifs.upcall: stop passing around ccache name stringsJeff Layton1-57/+41
2016-08-24cifs.upcall: make get_tgt_time take a ccache argJeff Layton1-11/+10
2016-08-24cifs.upcall: remove KRB5_TC_OPENCLOSEJeff Layton1-6/+0
2016-08-22cifs.upcall: make the krb5_context a static global variableJeff Layton1-45/+16
2016-08-21cifs.upcall: use krb5 routines to get default ccnameJeff Layton1-121/+27
2016-07-12aclocal: fix typo in idmap.m4Jeff Layton1-1/+1
2016-07-12autoconf: set package version to 6.5.1 for interim buildsJeff Layton1-1/+1
2016-02-22autoconf: set version to 6.5cifs-utils-6.5Jeff Layton1-1/+1
2016-01-20autoconf: Use $(DEFS) when building idmapwb.so and pam_cifscreds.soSachin Prabhu1-2/+2
2016-01-07mount.cifs: ignore x-* mount optionsKarel Zak1-0/+2
2016-01-07manpage: clarify use of backupuid and backupgid in mount.cifs.8Uri Simchoni1-3/+3
2014-12-08mtab.c: include <paths.h> for _PATH_MOUNTEDFelix Janda1-0/+1
2014-12-08autoconf: set version to 6.4.1 for interim buildsJeff Layton1-1/+1
2014-07-11autoconf: set version to 6.4cifs-utils-6.4Jeff Layton1-1/+1
2014-07-01mount.cifs: on 2nd try mount.cifs must also uppercase "orig_dev"Guenter Kukkukk1-1/+2
2014-04-20cifscreds: better error handling for key_addJeff Layton3-9/+14
2014-04-20cifscreds: better error handling when key_search failsJeff Layton3-1/+22
2014-04-14cifskey: better use snprintf()Sebastian Krahmer1-3/+7
2014-04-07cifs: use krb5_kt_default() to determine default keytab locationJeff Layton1-4/+9
2014-04-07autoconf: allow PAM security install directory to be configurableLars Müller2-2/+6
2014-04-07autoconf: set version to 6.3.1 for interim buildsJeff Layton1-1/+1
2014-01-09autoconf: set version to 6.3cifs-utils-6.3Jeff Layton1-1/+1
2013-12-13manpage: add pam_cifscreds.8 man pageOrion Poplawski3-0/+292
2013-12-07cifscreds: fix up some whitespace, typos and build warnings in pam_cifscreds.cJeff Layton1-19/+15
2013-12-07cifscreds: create PAM module to insert credentials at loginOrion Poplawski6-52/+681
2013-12-07autoconf: fix link of libwbclientJeff Layton1-0/+2
2013-10-14asn1: fix use-after-free in asn1_writeJeff Layton1-1/+0