summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-37/+44
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-094-25/+33
* Initialize several variables - so that on error cleanup - we do not try to freeEzra Peisach2009-09-141-1/+3
* Implement s4u extensionsGreg Hudson2009-09-135-147/+464
* Change "vague-errors" compile-time conditionals into run-timeKen Raeburn2009-08-213-18/+22
* r22529@squish: raeburn | 2009-08-12 13:49:45 -0400Ken Raeburn2009-08-124-39/+46
* Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2009-08-031-1/+1
* Check for principal expiration prior to checking for passwordTom Yu2009-06-261-16/+16
* Fix vector initialization error in KDC preauth codeGreg Hudson2009-05-241-3/+2
* Remove spurious assertion in handle_authdataGreg Hudson2009-05-221-1/+0
* Add a comment to the r22168 change since it's not obvious why we'reGreg Hudson2009-05-201-0/+11
* Do not return PREAUTH_FAILED on unknown preauthSam Hartman2009-04-301-9/+3
* Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadminGreg Hudson2009-04-271-4/+1
* Send explicit salt for SALTTYPE_NORMAL keysGreg Hudson2009-04-162-12/+19
* Require fast_req checksum to be keyedSam Hartman2009-04-141-1/+19
* kdc: handle_referral_params does not return ENOMEM errorsEzra Peisach2009-04-091-1/+1
* Fall through on error returnEzra Peisach2009-04-081-3/+4