summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
* Include autoconf.h before system headersGreg Hudson2014-07-088-12/+3
* Fix unlikely null dereference in TGS client codeNeng Xue2014-06-301-1/+3
* Fix unlikely null dereference in mk_cred()Nalin Dahyabhai2014-06-251-7/+0
* Simplify ticket retrieval from AP-REQsGreg Hudson2014-06-101-1/+6
* In KDC, log client principal in bad header ticketrbasch2014-06-101-7/+0
* Use k5_setmsgGreg Hudson2014-06-0511-98/+82
* Remove DEBUG_ERROR_LOCATIONS supportGreg Hudson2014-06-051-25/+0
* Add ASN.1 codec for KKDCP's KDC-PROXY-MESSAGENathaniel McCallum2014-06-021-0/+10
* Make x-deltat.y work with bison 3Greg Hudson2014-06-012-762/+629
* Modernize rd_cred.cGreg Hudson2014-05-171-188/+138
* Fix unlikely memory error in krb5_rd_credNeng Xue2014-05-081-1/+3
* Improve krb5_rd_req decryption failure errorsGreg Hudson2014-05-071-43/+264
* Add helper to change extended error message codeGreg Hudson2014-05-071-0/+10
* Update sample configs to include master_kdcGreg Hudson2014-04-151-0/+1
* Get getopt from unistd.h (not getopt.h) in testsGreg Hudson2014-03-282-2/+0
* Improve salt type display in kadmin getprincGreg Hudson2014-03-261-13/+10
* Try compatible keys in rd_req_dec "any" pathNalin Dahyabhai2014-03-191-1/+7
* Don't leak the per-request preauth contextNalin Dahyabhai2014-03-131-0/+1
* Fix memory leak in krb5_verify_init_credsNalin Dahyabhai2014-03-131-3/+3
* Modernize gic options code styleGreg Hudson2014-03-051-48/+33
* Improve extended gic option supportGreg Hudson2014-03-0511-551/+316
* Use preauth options when changing passwordGreg Hudson2014-03-031-12/+51
* Eliminate internal fixed-width type wrappersGreg Hudson2014-02-265-19/+16
* Support referrals from Windows Server 2003Nate Rosenblum2014-02-181-3/+32
* Fix SAM-2 preauth when password argument is usedGreg Hudson2014-02-111-2/+3
* make dependGreg Hudson2013-12-201-0/+11
* Fix typo that broke 'make clean'Zhanna Tsitkov2013-12-201-1/+1
* Add a test program for krb5_copy_contextGreg Hudson2013-12-182-1/+174
* Fix krb5_copy_contextGreg Hudson2013-12-182-1/+16
* Remove unused krb5_context fieldsGreg Hudson2013-12-181-2/+0
* make dependTom Yu2013-12-101-0/+11
* Fix S4U2Self against non-FAST KDCsGreg Hudson2013-12-061-5/+34
* Avoid deprecated krb5_get_in_tkt_with_keytabBen Kaduk2013-11-041-16/+20
* KDC Audit infrastructure and plugin implementationZhanna Tsitkov2013-10-041-1/+2
* Factor out krb5int_random_string() routineZhanna Tsitkov2013-09-242-0/+71
* Add a flag to prevent all host canonicalizationGreg Hudson2013-09-061-0/+5
* Use hostrealm interface for realm mappingGreg Hudson2013-08-151-0/+1
* Add hostrealm pluggable interface definitionGreg Hudson2013-08-151-1/+2
* Fix localauth memory leakGreg Hudson2013-08-121-0/+1
* Add non-JSON APIs for PKINIT responder itemsNalin Dahyabhai2013-07-173-0/+219
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-113-6/+6
* Fix uninitialized variable bugsGreg Hudson2013-06-271-1/+1
* Provide plugin module ordering guaranteesGreg Hudson2013-06-271-188/+265
* Fix various warningsGreg Hudson2013-06-072-5/+5
* Use KDC clock skew for AS-REQ timestampsGreg Hudson2013-06-051-5/+12
* Refactor AS-REQ nonce and timestamp handlingGreg Hudson2013-06-053-67/+78
* 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-273-59/+60
* Fix transited handling for GSSAPI acceptorsGreg Hudson2013-05-211-3/+5