summaryrefslogtreecommitdiffstats
path: root/src/kdc/kdc_util.c
Commit message (Expand)AuthorAgeFilesLines
* remove times underflow/overflow checks, they break testsLuke Howard2009-10-291-7/+2
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-271-12/+55
* Allow the constrained delegation authorization method to use the evidence tic...Luke Howard2009-10-211-1/+5
* remove some unneeded extensions from the Novell backend authdata SPILuke Howard2009-10-211-9/+1
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-0/+2
* Implement s4u extensionsGreg Hudson2009-09-131-105/+375
* Change "vague-errors" compile-time conditionals into run-timeKen Raeburn2009-08-211-10/+14
* Check for principal expiration prior to checking for passwordTom Yu2009-06-261-16/+16
* Send explicit salt for SALTTYPE_NORMAL keysGreg Hudson2009-04-161-0/+7
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-031-2/+2
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-311-12/+22
* Verify return code from krb5_db_set_mkey_listZhanna Tsitkov2009-03-161-4/+6
* Call kdb_set_mkey_list from the KDCSam Hartman2009-03-161-0/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-3/+1
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-021-1/+1
* Master Key Migration ProjectWill Fiveash2009-01-301-1/+21
* Pass s4u name and c_flags to log_tgs_req. If values are supplied, logKen Raeburn2009-01-141-3/+20
* /tmp/3Ken Raeburn2009-01-131-80/+30
* 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-121-7/+28
* Patch from Luke HowardSam Hartman2009-01-121-5/+2
* Patch from Luke HowardSam Hartman2009-01-061-38/+23
* Fix capitalizationSam Hartman2009-01-061-2/+2
* xrealm_non_transitive not trust_non_transitiveSam Hartman2009-01-031-2/+2
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-61/+671
* Collect ticket-request logging calls together in one place for easierKen Raeburn2008-12-221-0/+120
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-17/+16
* misc memory leaksKen Raeburn2008-06-271-1/+5
* Wrap krb5_db_get_principal function with get_principal (which willKen Raeburn2007-12-221-3/+24
* Avoid unchecked sprintf in some KDC-side programsKen Raeburn2007-07-121-6/+7
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-101-27/+15
* MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslogTom Yu2007-04-031-0/+1
* (add_to_transited): Change the current logic to keep all array referencesKen Raeburn2006-10-121-15/+25
* Add bounds-checking assertions before automatic array referenceKen Raeburn2006-10-111-0/+2
* Fix logic errorSam Hartman2004-02-131-1/+1
* Do not consider TGS options to be critical; ignore unknown optionsSam Hartman2004-02-061-6/+3
* Provide an explicit list of options not to be allowed in AS requestsSam Hartman2003-05-221-5/+4
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-101-2/+2
* Red Hat's krb5_princ_size fixesKen Raeburn2003-04-011-2/+4
* Don't include trailing null in the transited encoding produced by the KDC.Sam Hartman2002-10-281-2/+2
* protoizeKen Raeburn2002-09-111-78/+34
* call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn2002-04-061-3/+3
* * kdc_util.c (subrealm, add_to_transited): Unsigned vs. signed intEzra Peisach2001-12-111-7/+7
* * do_as_req.c (process_as_req: Treat SUPPORT_DESMD5 as if it wereTom Yu2001-10-251-2/+6
* * kdc_util.c (ktypes2str, rep_etypes2str): Clean up somewhatTom Yu2001-10-131-15/+30
* * kdc_util.c (ktypes2str): New function; construct a stringTom Yu2001-06-191-0/+66
* * kdc_util.c (add_to_transited): Add braces to provide unambiguousEzra Peisach2001-06-041-32/+32
* * kdc_preauth.c (get_etype_info): Initialize length ofEzra Peisach2000-10-171-1/+1
* pullup from 1.2-beta4Ken Raeburn2000-06-301-13/+23
* * main.c: Move kdc_initialize_rcache() to kdc_util.cTom Yu2000-03-011-0/+48