summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* Merge users/raeburn/branches/network-mergeKen Raeburn2010-03-179-1829/+177
* handle NT_SRV_INST in service principal referralsTom Yu2010-03-161-0/+1
* Ignore improperly encoded signedpath AD elementsGreg Hudson2010-03-051-1/+5
* The TGS code was not freeing authdata. This is an old leak which wasGreg Hudson2010-02-181-2/+3
* MITKRB5-SA-2010-001 CVE-2010-0283 KDC denial of serviceTom Yu2010-02-163-1/+8
* Followon fixes to r23712:Greg Hudson2010-02-105-9/+14
* enc_padata can include empty sequenceSam Hartman2010-02-095-84/+61
* Fix cross-realm handling of AD-SIGNEDPATHGreg Hudson2010-02-053-7/+19
* Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2010-01-272-56/+48
* Simplify and fix FAST check for keyed checksum typeGreg Hudson2010-01-121-15/+4
* Always treat anonymous as preauth requiredSam Hartman2010-01-071-0/+1
* Make preauth_module_dir override, rather than supplement, theGreg Hudson2010-01-071-33/+10
* Add preauth_module_dir support to the KDC preauth module loaderGreg Hudson2010-01-041-3/+44
* Ignore some routing messages indicating changes that don't affect ourKen Raeburn2010-01-031-0/+24
* Change db_args from being a global to only defined in the functionEzra Peisach2010-01-012-16/+16
* Add gcc printf attribute for kdc_err prototypeEzra Peisach2010-01-011-1/+5
* Add a new -P option to krb5kdc and kadmind which, if given, specifiesRuss Allbery2010-01-012-2/+40
* Fix spelling and hyphen errors in man pagesRuss Allbery2009-12-311-1/+1
* No comma at end of enumerator listKen Raeburn2009-12-311-1/+1
* Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h...Zhanna Tsitkov2009-12-302-2/+64
* MITKRB5-SA-2009-003 CVE-2009-3295 KDC null deref in referralsTom Yu2009-12-291-1/+1
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-282-4/+6
* Anonymous support for KerberosSam Hartman2009-12-284-6/+32
* fast negotiation projecSam Hartman2009-12-146-36/+119
* Reformat new commentsKen Raeburn2009-12-031-14/+20
* fix slow behavior on Mac OS X with link-local addressesKen Raeburn2009-12-031-10/+48
* Fix memory leakSam Hartman2009-11-301-1/+2
* KDC MUST NOT accept ap-request armor in FAST TGSSam Hartman2009-11-241-0/+5
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-116/+115
* For the moment, test for nullity of pointers returned by k5allocGreg Hudson2009-11-211-1/+1
* Clean up some open-parenthesis problems, and reindentTom Yu2009-11-166-116/+115
* Constrained delegation without PAC supportGreg Hudson2009-11-142-80/+652
* Typo fixZhanna Tsitkov2009-11-121-1/+1
* Post-great-reindent check. Part IIZhanna Tsitkov2009-11-122-173/+211
* Restore the local variable typeZhanna Tsitkov2009-11-121-1/+1
* Post-great-reindent check. Part IZhanna Tsitkov2009-11-126-284/+363
* Use "unsigned short" instead of "u_short" in argument to SET macro;Ken Raeburn2009-11-041-3/+8
* Reindent after making fixes for emacs-23Tom Yu2009-11-031-1/+1
* make mark-cstyleTom Yu2009-10-3118-5676/+5687
* In process_tgs_req, fully initialize e_data since we may copy it inGreg Hudson2009-10-291-2/+1
* remove times underflow/overflow checks, they break testsLuke Howard2009-10-291-7/+2
* Print a "starting..." message on stderr if running in nofork mode, forTom Yu2009-10-281-0/+2
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-276-44/+121
* Account lockoutGreg Hudson2009-10-253-54/+4
* Allow the constrained delegation authorization method to use the evidence tic...Luke Howard2009-10-211-1/+5
* simplify logic fix introduced in r22960 for S4U2SelfLuke Howard2009-10-211-4/+2
* remove some unneeded extensions from the Novell backend authdata SPILuke Howard2009-10-213-41/+3
* ensure that forwardable flag is propagated along S4U2Self referral pathLuke Howard2009-10-211-1/+8
* Increment authdata SPI to V2 (V1 was experimental) to account for additionalLuke Howard2009-10-211-3/+3
* Increment authdata SPI to V2 (V1 was experimental) to accountLuke Howard2009-10-211-24/+24