summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* Fix minor KDC memory leaksproxymechGreg Hudson2013-03-263-17/+13
* make dependGreg Hudson2013-03-241-67/+61
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-3/+0
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-092-10/+5
* Revert previous change to process_tgs_reqGreg Hudson2013-01-311-1/+1
* Fix is_referral flag in KDC TGS codeGreg Hudson2013-01-311-1/+1
* Get rid of krb5_read_realm_paramsGreg Hudson2013-01-161-62/+63
* Remove KDC macros for realm config fieldsGreg Hudson2013-01-154-15/+9
* Remove unused krb5_realm_params fieldsGreg Hudson2013-01-152-10/+0
* Simplify KDC host referral codeGreg Hudson2013-01-113-106/+64
* Fix no_host_referral concatention in KDCGreg Hudson2013-01-111-6/+7
* Get rid of adm.hGreg Hudson2013-01-104-12/+33
* make dependGreg Hudson2013-01-101-1/+1
* Remove inoperative null checks in KDC codeGreg Hudson2012-12-202-7/+3
* Simplify k5test.py environmentsGreg Hudson2012-12-201-1/+1
* 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