summaryrefslogtreecommitdiffstats
path: root/src/kdc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement KDC side of TGS FASTSam Hartman2009-04-051-3/+10
* fix logic errorsSam Hartman2009-04-041-1/+1
* Handle authdata encrypted in subkeySam Hartman2009-04-031-0/+7
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-036-23/+123
* Initialize request state in the TGS pathSam Hartman2009-03-311-0/+5
* make dependSam Hartman2009-03-311-0/+11
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-318-29/+598
* Verify return code from krb5_db_set_mkey_listZhanna Tsitkov2009-03-162-5/+12
* Call kdb_set_mkey_list from the KDCSam Hartman2009-03-162-1/+2
* Report verbose error messages from KDCGreg Hudson2009-03-115-128/+142
* Removed unneeded printf'sZhanna Tsitkov2009-03-091-2/+0
* Correct the return codeZhanna Tsitkov2009-02-231-1/+2
* Adjust to the return value of isflagset routineZhanna Tsitkov2009-02-201-2/+1
* Fix in handle_referral_paramsZhanna Tsitkov2009-02-191-9/+10
* Be less verbose about routing-socket messagesKen Raeburn2009-02-131-4/+15
* regenerateKen Raeburn2009-02-041-4/+4
* Use macros for config parametersZhanna Tsitkov2009-02-042-18/+18
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-022-6/+4
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-021-1/+1
* reapply memchr patchKen Raeburn2009-02-021-6/+2
* small storage leak in KDC startupKen Raeburn2009-02-021-1/+0
* Master Key Migration ProjectWill Fiveash2009-01-307-14/+194
* Changed the name match_config_pattern to krb5_match_config_pattern. Check str...Zhanna Tsitkov2009-01-302-18/+66
* Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov2009-01-292-146/+81
* return correct kvno in TGS caseSam Hartman2009-01-281-3/+4
* whitespaceKen Raeburn2009-01-281-27/+30
* use memchrKen Raeburn2009-01-271-6/+2
* Introduced new static function prep_reprocess_req to make code more readableZhanna Tsitkov2009-01-261-103/+116
* Check asprintf return codes. StylingZhanna Tsitkov2009-01-262-589/+617
* Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov2009-01-233-33/+253
* Add some output parameter initializations n order to eliminate someGreg Hudson2009-01-231-0/+1
* If recv_from_to is passed a buffer for the local endpoint address,Ken Raeburn2009-01-141-1/+9
* Merge some very simple points of divergence in the two copies of network.c --...Ken Raeburn2009-01-141-18/+10
* Pass s4u name and c_flags to log_tgs_req. If values are supplied, logKen Raeburn2009-01-143-5/+23
* /tmp/3Ken Raeburn2009-01-133-91/+39
* Add a call to limit_string that appears to have been accidentally removedSam Hartman2009-01-121-0/+1
* Patch from Luke Howard:Sam Hartman2009-01-123-7/+30
* Patch from Luke HowardSam Hartman2009-01-121-5/+2
* Restore behavior of returning KRB5APP_ERR_BAD_INTEGRITY fromSam Hartman2009-01-121-1/+1
* Add message hash support to the replay interface, using extensionGreg Hudson2009-01-121-0/+1
* Patch from Luke HowardSam Hartman2009-01-061-38/+23