summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/get_in_tkt.c
Commit message (Expand)AuthorAgeFilesLines
* Use k5_setmsgGreg Hudson2014-06-051-7/+6
* Don't leak the per-request preauth contextNalin Dahyabhai2014-03-131-0/+1
* Improve extended gic option supportGreg Hudson2014-03-051-59/+43
* Support referrals from Windows Server 2003Nate Rosenblum2014-02-181-3/+32
* Use KDC clock skew for AS-REQ timestampsGreg Hudson2013-06-051-5/+12
* Refactor AS-REQ nonce and timestamp handlingGreg Hudson2013-06-051-54/+71
* Fix spurious clock skew caused by preauth delayGreg Hudson2013-06-021-0/+3
* Properly handle use_master in k5_init_creds_getGreg Hudson2013-05-311-2/+4
* Make empty passwords work via init_creds APIsGreg Hudson2013-05-271-3/+2
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-081-7/+4
* Simplify principal access within libkrb5Greg Hudson2013-04-081-12/+8
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-20/+14
* Make internal JSON functions return error codesGreg Hudson2013-02-131-18/+14
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-4/+2
* Rename ccache configuration macrosZhanna Tsitkov2013-01-091-5/+5
* Use krb5_init_creds_context as clpreauth rockGreg Hudson2012-12-221-47/+15
* Pass through module errors when preauthenticatingGreg Hudson2012-12-201-6/+3
* Rename internal preauth functionsGreg Hudson2012-12-191-43/+25
* Don't leak new fields of krb5_init_creds_contextGreg Hudson2012-10-241-0/+2
* Don't save empty cc_config_out in ccacheGreg Hudson2012-10-241-1/+2
* Add "pa_config_data" configuration to ccachesNalin Dahyabhai2012-10-171-0/+84
* Add "pa_type" configuration to ccachesNalin Dahyabhai2012-10-161-0/+66
* Fix a couple of typosNalin Dahyabhai2012-10-121-2/+2
* Add responder support to get_as_key()Nathaniel McCallum2012-10-121-1/+1
* Add responder feature for initial cred exchangesNathaniel McCallum2012-09-111-0/+6
* Rename and add to etype utility functionsGreg Hudson2012-06-071-2/+2
* Null-terminate components of parsed principalsGreg Hudson2012-05-121-0/+1
* Omit start time in common AS requestsGreg Hudson2012-05-111-5/+9
* Avoid requiring default realm for in_tkt_serviceGreg Hudson2012-05-101-31/+17
* Make password change work without default realmGreg Hudson2012-05-101-0/+5
* Constify get_init_creds string input paramsGreg Hudson2012-05-091-2/+2
* Stop using SALT_TYPE_AFS_LENGTHGreg Hudson2012-04-271-3/+5
* Remove orphaned Apple PKINIT supportGreg Hudson2012-04-261-20/+0
* Unify krb5_get_init_creds_keytab code pathsGreg Hudson2012-04-191-6/+5
* Allow preauth mechs to work with clock skewGreg Hudson2012-04-171-0/+19
* Fix spurious clock skew caused by gak_fct delayGreg Hudson2012-01-111-5/+4
* Set a default enctype for optimistic preauthGreg Hudson2011-12-041-0/+8
* ticket: newSam Hartman2011-11-231-10/+33
* Clean up client-side preauth error data handlingGreg Hudson2011-11-211-8/+11
* Avoid looping when preauth can't be generatedGreg Hudson2011-11-111-3/+9
* Hide gak_fct interface and arguments in clpreauthGreg Hudson2011-10-151-18/+8
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-171-6/+6
* Mark up strings for translationGreg Hudson2011-06-101-5/+5
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-4/+1
* WhitespaceGreg Hudson2010-10-131-5/+7
* Fix leaks in get_init_creds interfaceSam Hartman2010-10-131-3/+9
* set NT-SRV-INST on TGS principal namesTom Yu2010-10-061-1/+12
* Trace loggingGreg Hudson2010-06-071-8/+30
* Error handling bug in krb5_init_creds_init()Greg Hudson2010-05-131-4/+5
* Reimplement krb5_get_in_tkt_with_skey in terms of krb5_get_init_creds,Greg Hudson2010-05-121-533/+5