summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* Map CANTLOCK_DB to SVC_UNAVAILABLE in krb5kdcNicolas Williams2012-09-122-0/+8
* Remove dead code in do_as_req.cZhanna Tsitkov2012-08-221-12/+0
* Remove irrelevant to current code Novell copyrightZhanna Tsitkov2012-08-102-54/+0
* Fix KDC heap corruption vuln [CVE-2012-1015]Tom Yu2012-08-012-1/+3
* Remove outdated file migration.docZhanna Tsitkov2012-07-201-59/+0
* Add comment documenting make_toolong_error()Tom Yu2012-07-111-0/+4
* Allow using locales when gettext is absentBen Kaduk2012-07-061-0/+1
* Enable all localizations in main functionsBen Kaduk2012-07-061-1/+1
* Fix kdc_free_lookaside() krb5_context usageGreg Hudson2012-07-021-1/+1
* Include all default etypes in gic_keytab requestsGreg Hudson2012-07-021-14/+0
* Try harder to make keytab-based AS requests workGreg Hudson2012-07-011-1/+16
* Limit size of lookaside cacheGreg Hudson2012-06-221-14/+25
* Flatten KDC lookaside cache entriesGreg Hudson2012-06-221-9/+11
* Fix memory leak in dbentry_supports_enctype in KDCGreg Hudson2012-06-071-9/+8
* Add control over session key enctype negotiationNicolas Williams2012-06-064-57/+45
* 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