summaryrefslogtreecommitdiff
path: root/cifs.upcall.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-16cifs.upcall: fix a compiler warningPavel Shilovsky1-0/+1
2019-02-14cifs: Allow DNS resolver key to expirePaulo Alcantara1-22/+60
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 Layton1-1/+9
2017-02-24cifs.upcall: unset $KRB5CCNAME when creating new credcache from keytabJeff Layton1-0/+6
2017-02-24treewide: Eliminate SAFE_FREEJeff Layton1-12/+10
2017-02-24cifs.upcall: remove need for replace.hJeff Layton1-3/+19
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 Layton1-7/+143
2017-02-15cifs.upcall: drop capabilities early in programJeff Layton1-0/+64
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
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
2014-04-07cifs: use krb5_kt_default() to determine default keytab locationJeff Layton1-4/+9
2013-09-17cifs.upcall: try to use default credcache if we didn't find oneJeff Layton1-5/+14
2013-07-18cifs-utils: fix some sparse warningsJeff Layton1-2/+2
2013-05-29cifs.upcall: allow users to specify dedicated keytab on command-lineJeff Layton1-2/+6
2013-05-23cifs.upcall: the exit code should be 0 when print versionPeng Haitao1-0/+1
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-06-14cifs.upcall: more debug logging for krb5 upcallsJeff Layton1-3/+8
2012-04-20cifs.upcall: missing prototype for krb5_auth_con_set_req_cksumtype in MITLars Mueller1-0/+8
2012-03-29cifs.upcall: use krb5_sname_to_principal to construct principal nameJeff Layton1-27/+20
2012-01-16cifs.upcall: allow admins to specify an alternate krb5.conf fileJeff Layton1-3/+10
2011-12-03cifs.upcall: try and guess the domain name on unqualified namesJeff Layton1-5/+42
2011-12-03cifs.upcall: move to Andrew's suggested algorithm for picking a principalJeff Layton1-12/+28
2011-12-03cifs.upcall: always lowercase the hostnameJeff Layton1-0/+12
2011-12-03cifs.upcall: move to an on-stack princ bufferJeff Layton1-14/+11
2011-11-12cifs.upcall: silence unused parameter warningJeff Layton1-1/+1
2011-05-24cifs.upcall: don't syslog usage messageJeff Layton1-1/+0
2011-01-14cifs.upcall: add keytab support for unattended mountsJeff Layton1-0/+78
2011-01-14cifs.upcall: debug logging for the key description parserJeff Layton1-0/+8
2011-01-14cifs.upcall: save off username field from key descriptionJeff Layton1-0/+17
2011-01-14cifs.upcall: clean up key description decoding routineJeff Layton1-14/+16
2011-01-14cifs.upcall: consolidate find_krb5_cc callsJeff Layton1-15/+13
2011-01-05cifs.upcall: fix crash when trying to free uninitialized varJeff Layton1-2/+1
2011-01-05cifs.upcall: add 'l' to getopt_long stringJeff Layton1-1/+1
2010-12-28cifs.upcall: use krb5_auth_con_set_req_cksumtype() and pass a GSSAPI checksum...Stefan Metzmacher1-0/+40
2010-12-28cifs.upcall: use krb5_auth_con_init() to create an explicit auth_contextStefan Metzmacher1-2/+12
2010-12-28cifs.upcall: fix memory and call krb5_auth_con_free()Stefan Metzmacher1-1/+3
2010-07-27cifs.upcall: swap c99 initializers for memset callsJeff Layton1-2/+6
2010-07-26cifs.upcall: require a uid= or creduid= parmJeff Layton1-0/+5
2010-07-23cifs.upcall: use "creduid=" parm by default when availableJeff Layton1-5/+27
2010-04-02cifs-utils: bump version to 4.2cifs-utils-4.2Jeff Layton1-3/+3
2010-04-01cifs.upcall: run it through LindentJeff Layton1-72/+66