aboutsummaryrefslogtreecommitdiff
path: root/src/kdc
AgeCommit message (Expand)AuthorFilesLines
2012-12-19Separate clpreauth and kdcpreauth interfacesGreg Hudson5-67/+72
2012-12-10Fix various integer issuesGreg Hudson2-3/+3
2012-12-06Don't return a host referral to the service realmGreg Hudson1-1/+3
2012-10-23Add loop() kdcpreauth methodNathaniel McCallum3-4/+22
2012-10-17Remove install-oldmanBen Kaduk1-3/+0
2012-10-16Remove nroff man pagesBen Kaduk1-199/+0
2012-10-15make dependTom Yu1-13/+42
2012-10-15Don't unparse principal names in process_tgs_req()Tom Yu3-88/+104
2012-10-15Refactor process_tgs_req() 2nd-ticket handlingTom Yu1-95/+144
2012-10-15Clean up domain->realm referralsTom Yu4-144/+91
2012-10-15Refactor process_tgs_req() service princ searchTom Yu1-101/+91
2012-10-15Move validate_tgs_request() to a separate fileTom Yu4-334/+394
2012-10-15Refactor validate_tgs_request()Tom Yu1-199/+257
2012-10-15Move add_to_transited to a separate fileTom Yu3-385/+420
2012-10-15Move KDC PRNG reseed logic to a helper functionTom Yu1-20/+29
2012-10-15Eliminate some KDC globalsTom Yu14-325/+487
2012-10-15Don't use kdc_active_realm in kdc/rtest.cTom Yu1-11/+9
2012-10-15Enforce TGS principals having 2 componentsTom Yu1-9/+13
2012-10-15Set pointers to NULL after freeing themZhanna Tsitkov2-0/+2
2012-09-27Cache TGS-REPs tooTom Yu1-1/+1
2012-09-12Map CANTLOCK_DB to SVC_UNAVAILABLE in krb5kdcNicolas Williams2-0/+8
2012-08-22Remove dead code in do_as_req.cZhanna Tsitkov1-12/+0
2012-08-10Remove irrelevant to current code Novell copyrightZhanna Tsitkov2-54/+0
2012-08-01Fix KDC heap corruption vuln [CVE-2012-1015]Tom Yu2-1/+3
2012-07-20Remove outdated file migration.docZhanna Tsitkov1-59/+0
2012-07-11Add comment documenting make_toolong_error()Tom Yu1-0/+4
2012-07-06Allow using locales when gettext is absentBen Kaduk1-0/+1
2012-07-06Enable all localizations in main functionsBen Kaduk1-1/+1
2012-07-02Fix kdc_free_lookaside() krb5_context usageGreg Hudson1-1/+1
2012-07-02Include all default etypes in gic_keytab requestsGreg Hudson1-14/+0
2012-07-01Try harder to make keytab-based AS requests workGreg Hudson1-1/+16
2012-06-22Limit size of lookaside cacheGreg Hudson1-14/+25
2012-06-22Flatten KDC lookaside cache entriesGreg Hudson1-9/+11
2012-06-07Fix memory leak in dbentry_supports_enctype in KDCGreg Hudson1-9/+8
2012-06-06Add control over session key enctype negotiationNicolas Williams4-57/+45
2012-05-30Use a hash table in the KDC lookaside cacheGreg Hudson4-110/+160
2012-04-26Remove orphaned Apple PKINIT supportGreg Hudson4-879/+0
2012-04-26Flip the default of start_kadmind in k5test.pyGreg Hudson2-2/+2
2012-04-17Add clock skew testsGreg Hudson1-1/+7
2012-04-02Make cross-TGT key rollover work from AD to MITGreg Hudson1-45/+140
2012-03-22Suppress some gcc uninitialized variable warningsGreg Hudson1-0/+1
2012-03-21Only store master mey list in DAL handleGreg Hudson2-6/+2
2012-02-28Require IPv6 supportKen Raeburn1-5/+0
2012-01-26Clean up dispatch lookaside code slightlyGreg Hudson1-17/+14
2012-01-26Various lookaside cache fixesGreg Hudson1-18/+22
2012-01-26Don't use stack variable address in as_req stateGreg Hudson1-5/+5
2012-01-09install sphinx-generated manpagesTom Yu1-0/+2
2011-12-21Stop using krb5_typed_data structure typeGreg Hudson1-4/+3
2011-12-06SA-2011-007 KDC null pointer deref in TGS handling [CVE-2011-1530]Tom Yu3-1/+11
2011-11-15Make verto context available to kdcpreauth modulesGreg Hudson4-9/+22