summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
...
* Use a hash table in the KDC lookaside cacheGreg Hudson2012-05-304-110/+160
* Remove orphaned Apple PKINIT supportGreg Hudson2012-04-264-879/+0
* Flip the default of start_kadmind in k5test.pyGreg Hudson2012-04-262-2/+2
* Add clock skew testsGreg Hudson2012-04-171-1/+7
* Make cross-TGT key rollover work from AD to MITGreg Hudson2012-04-021-45/+140
* Suppress some gcc uninitialized variable warningsGreg Hudson2012-03-221-0/+1
* Only store master mey list in DAL handleGreg Hudson2012-03-212-6/+2
* Require IPv6 supportKen Raeburn2012-02-281-5/+0
* Clean up dispatch lookaside code slightlyGreg Hudson2012-01-261-17/+14
* Various lookaside cache fixesGreg Hudson2012-01-261-18/+22
* Don't use stack variable address in as_req stateGreg Hudson2012-01-261-5/+5
* install sphinx-generated manpagesTom Yu2012-01-091-0/+2
* Stop using krb5_typed_data structure typeGreg Hudson2011-12-211-4/+3
* SA-2011-007 KDC null pointer deref in TGS handling [CVE-2011-1530]Tom Yu2011-12-063-1/+11
* Make verto context available to kdcpreauth modulesGreg Hudson2011-11-154-9/+22
* Update verto to 0.2.2 releaseGreg Hudson2011-11-151-1/+5
* Simplify and fix kdcpreauth request_body callbackGreg Hudson2011-11-145-10/+47
* Get rid of periods in Python test success messagesGreg Hudson2011-11-031-1/+1
* Use zero-filled states for all async ops in KDCGreg Hudson2011-10-283-30/+10
* Initialize typed_e_data in as_req_stateGreg Hudson2011-10-281-0/+1
* Make krb5_find_authdata publicGreg Hudson2011-10-252-9/+6
* Refactor salt computation into libkdb5Greg Hudson2011-10-243-157/+52
* Fix handling of null edata method in KDC preauthGreg Hudson2011-10-201-1/+1
* Make reindentTom Yu2011-10-172-7/+6
* Drop retransmits while processing requestsGreg Hudson2011-10-153-7/+46
* Untabify kdc_preauth_encts.cGreg Hudson2011-10-151-5/+5
* Make kdcpreauth edata method respond via callbackGreg Hudson2011-10-153-96/+168
* Make get_preauth_hint_list respond via callbackGreg Hudson2011-10-153-29/+48
* Remove enc-timestamp code from kdc_preauth.cGreg Hudson2011-10-151-124/+0
* make dependTom Yu2011-10-141-0/+13
* Minor cleanups to encrypted challengeGreg Hudson2011-10-071-22/+24
* Use built-in modules for encrypted timestampGreg Hudson2011-10-074-0/+156
* Add get_string, free_string kdcpreauth callbacksGreg Hudson2011-10-061-0/+15
* Ditch fast_factor.h since it contains only stubsGreg Hudson2011-10-062-12/+10
* Use type-safe callbacks in preauth interfaceGreg Hudson2011-10-062-192/+98
* Use an opaque handle in the kdcpreauth callbackGreg Hudson2011-10-055-153/+138
* Fix initialization and pointer bugs in new codeGreg Hudson2011-10-041-1/+2
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-046-139/+95
* Make kdcpreauth verify respond via callbackGreg Hudson2011-10-032-147/+232
* Make check_padata() respond via a callbackGreg Hudson2011-10-033-421/+514
* Make do_as_req() respond via a callbackGreg Hudson2011-10-033-42/+80
* Make dispatch() respond via a callbackGreg Hudson2011-10-032-17/+19
* Man page spelling corrections from ville.skytta@iki.fiGreg Hudson2011-10-021-1/+1
* Update dependenciesEzra Peisach2011-09-261-0/+13
* Don't use accessor in encrypted challengeGreg Hudson2011-09-241-15/+9
* Recast encrypted challenge as linked built-insGreg Hudson2011-09-234-3/+255
* If the client offers the alg agility KDF, use itSam Hartman2011-09-211-0/+2
* Fix terminate_workers() in the KDCGreg Hudson2011-09-141-3/+2
* Simplify terminate_workers() in the KDCGreg Hudson2011-09-141-8/+9
* Set up monitor signal handlers before forkingGreg Hudson2011-09-141-17/+20