summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
...
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-195-67/+72
* Fix various integer issuesGreg Hudson2012-12-102-3/+3
* Don't return a host referral to the service realmGreg Hudson2012-12-061-1/+3
* Add loop() kdcpreauth methodNathaniel McCallum2012-10-233-4/+22
* Remove install-oldmanBen Kaduk2012-10-171-3/+0
* Remove nroff man pagesBen Kaduk2012-10-161-199/+0
* make dependTom Yu2012-10-151-13/+42
* Don't unparse principal names in process_tgs_req()Tom Yu2012-10-153-88/+104
* Refactor process_tgs_req() 2nd-ticket handlingTom Yu2012-10-151-95/+144
* Clean up domain->realm referralsTom Yu2012-10-154-144/+91
* Refactor process_tgs_req() service princ searchTom Yu2012-10-151-101/+91
* Move validate_tgs_request() to a separate fileTom Yu2012-10-154-334/+394
* Refactor validate_tgs_request()Tom Yu2012-10-151-199/+257
* Move add_to_transited to a separate fileTom Yu2012-10-153-385/+420
* Move KDC PRNG reseed logic to a helper functionTom Yu2012-10-151-20/+29
* Eliminate some KDC globalsTom Yu2012-10-1514-325/+487
* Don't use kdc_active_realm in kdc/rtest.cTom Yu2012-10-151-11/+9
* Enforce TGS principals having 2 componentsTom Yu2012-10-151-9/+13
* Set pointers to NULL after freeing themZhanna Tsitkov2012-10-152-0/+2
* Cache TGS-REPs tooTom Yu2012-09-271-1/+1
* 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