Fix initialization and pointer bugs in new code
[krb5.git] / src / kdc /
2011-10-04 Greg HudsonFix initialization and pointer bugs in new code
2011-10-04 Greg HudsonCreate e_data as pa_data in KDC interfaces
2011-10-03 Greg HudsonMake kdcpreauth verify respond via callback
2011-10-03 Greg HudsonMake check_padata() respond via a callback
2011-10-03 Greg HudsonMake do_as_req() respond via a callback
2011-10-03 Greg HudsonMake dispatch() respond via a callback
2011-10-02 Greg HudsonMan page spelling corrections from ville.skytta@iki.fi
2011-09-26 Ezra PeisachUpdate dependencies
2011-09-24 Greg HudsonDon't use accessor in encrypted challenge
2011-09-23 Greg HudsonRecast encrypted challenge as linked built-ins
2011-09-21 Sam HartmanIf the client offers the alg agility KDF, use it
2011-09-14 Greg HudsonFix terminate_workers() in the KDC
2011-09-14 Greg HudsonSimplify terminate_workers() in the KDC
2011-09-14 Greg HudsonSet up monitor signal handlers before forking
2011-09-14 Greg HudsonSplit signal setup into loop_setup_signals()
2011-09-14 Greg HudsonReinitialize verto after creating worker child
2011-09-09 Greg HudsonFix verto.h dependencies for system libverto
2011-09-04 Ken RaeburnReindent per krb5-batch-reindent.el.
2011-09-04 Ken Raeburnmake depend
2011-09-02 Greg HudsonMigrate net-server loop to use libverto
2011-09-02 Greg HudsonAdd a loop_ prefix to net-server.c functions
2011-08-08 Greg HudsonFix accidental KDC use of replay cache
2011-07-25 Greg HudsonSimplify KDC realm initialization slightly
2011-06-17 Greg HudsonConvert preauth_plugin.h to new plugin framework
2011-06-10 Greg HudsonAdd setlocale() calls to main functions
2011-06-10 Greg HudsonMark up strings for translation
2011-05-20 Greg HudsonRevert r5233 and mark get_age as deprecated in the...
2011-04-02 Luke Howardtypo fix
2011-04-01 Greg HudsonFix a potential uninitialized free in prepare_error_as()
2011-03-18 Greg HudsonUse a helper function to clarify prepare_error_as(...
2011-03-17 Greg HudsonKDC memory leak of reply padata for FAST replies
2011-03-17 Greg HudsonDon't leak the default realm name when initializing...
2011-03-17 Greg HudsonKDC memory leak in FAST error path
2011-03-15 Tom YuKDC double-free when PKINIT enabled [MITKRB5-SA-2011...
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2011-03-02 Greg HudsonRemove some declarations from kdc_preauth.c which are...
2011-02-25 Greg HudsonMake depend
2011-02-09 Tom YuKDC denial of service attacks [MITKRB5-SA-2011-002...
2010-12-01 Greg HudsonImplement restrict_anonymous_to_tgt realm flag
2010-11-01 Greg Hudsonkrb5_get_error_message cannot return NULL, and returns...
2010-10-19 Sam HartmansecurID code fixes
2010-10-19 Greg HudsonRemove KDC replay cache
2010-10-05 Tom YuCVE-2010-1322 KDC uninitialized pointer crash in author...
2010-10-01 Sam HartmanAdd an error to be returned by a preauth mechanism...
2010-10-01 Sam HartmanRemove support for the old pa-sam-challenge and pa...
2010-09-19 Greg HudsonSlight revisions to create_workers() in the KDC:
2010-09-17 Greg HudsonKDC worker processes feature
2010-09-15 Sam Hartmankdb: store mkey list in context and permit NULL mkey...
2010-09-08 Greg HudsonMake depend
2010-09-02 Greg HudsonProperly search for MANDATORY-FOR-KDC authdata elements...
2010-08-29 Greg HudsonFix an account lockout error-handling regression by...
2010-08-12 Greg HudsonIn AS replies, set the key-expiration field to the...
2010-07-15 Greg HudsonAdd check_allowed_to_delegate to the DAL with a corresp...
2010-07-15 Greg HudsonAdd refresh_config to the DAL with a corresponding...
2010-07-13 Greg HudsonAddendum to r24185: make audit_as_req return void,...
2010-07-13 Greg HudsonAdd audit_as_req to the DAL with a corresponding libkdb...
2010-07-13 Greg HudsonAdd check_policy_as and check_policy_tgs to the DAL...
2010-07-12 Greg HudsonAdd check_transited_realms to the DAL table with a...
2010-07-12 Greg HudsonAdd sign_authdata to the DAL table with a corresponding...
2010-07-08 Greg HudsonCreate a KRB5_KDB_FLAG_ALIAS_OK to control whether...
2010-07-07 Greg HudsonAdd a missing break in the parsing of krb5kdc's -P...
2010-07-06 Greg HudsonRemove count parameters from get_principal, put_principal,
2010-07-03 Greg HudsonUse KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code...
2010-07-02 Greg HudsonRemove verify_master_key from the DAL table, as well...
2010-07-02 Greg HudsonRename krb5_dbekd_encrypt_key_data and krb5_dbekd_decry...
2010-07-02 Greg HudsonRemove the set_master_key and get_master_key DAL interf...
2010-06-07 Greg Hudsonmake depend
2010-05-24 Greg HudsonDon't include nul characters in the text we send with...
2010-05-04 Greg HudsonEliminate the unused realm_dbname field from krb5_realm...
2010-04-30 Tom Yumemory leak in process_tgs_req in r23724
2010-04-22 Greg HudsonEliminate a non-useful NULL check in the KDC's dispatch...
2010-04-20 Tom YuFix CVE-2010-1230 (MITKRB5-SA-2010-004) double-free...
2010-03-17 Ken RaeburnMerge users/raeburn/branches/network-merge
2010-03-16 Tom Yuhandle NT_SRV_INST in service principal referrals
2010-03-05 Greg HudsonIgnore improperly encoded signedpath AD elements
2010-02-18 Greg HudsonThe TGS code was not freeing authdata. This is an...
2010-02-16 Tom YuMITKRB5-SA-2010-001 CVE-2010-0283 KDC denial of service
2010-02-10 Greg HudsonFollowon fixes to r23712:
2010-02-09 Sam Hartmanenc_padata can include empty sequence
2010-02-05 Greg HudsonFix cross-realm handling of AD-SIGNEDPATH
2010-01-27 Greg HudsonGet rid of kdb_ext.h and allow out-of-tree KDB plugins
2010-01-12 Greg HudsonSimplify and fix FAST check for keyed checksum type
2010-01-07 Sam HartmanAlways treat anonymous as preauth required
2010-01-07 Greg HudsonMake preauth_module_dir override, rather than supplemen...
2010-01-04 Greg HudsonAdd preauth_module_dir support to the KDC preauth modul...
2010-01-03 Ken RaeburnIgnore some routing messages indicating changes that...
2010-01-01 Ezra PeisachChange db_args from being a global to only defined...
2010-01-01 Ezra PeisachAdd gcc printf attribute for kdc_err prototype
2010-01-01 Russ AllberyAdd a new -P option to krb5kdc and kadmind which, if...
2009-12-31 Russ AllberyFix spelling and hyphen errors in man pages
2009-12-31 Ken RaeburnNo comma at end of enumerator list
2009-12-30 Zhanna TsitkovMove krb5int_get_domain_realm_mapping into kdc_util...
2009-12-29 Tom YuMITKRB5-SA-2009-003 CVE-2009-3295 KDC null deref in...
2009-12-28 Greg HudsonWhitespace fixes for new anonymous support
2009-12-28 Sam HartmanAnonymous support for Kerberos
2009-12-14 Sam Hartmanfast negotiation projec
2009-12-03 Ken RaeburnReformat new comments
2009-12-03 Ken Raeburnfix slow behavior on Mac OS X with link-local addresses
2009-11-30 Sam HartmanFix memory leak
2009-11-24 Sam HartmanKDC MUST NOT accept ap-request armor in FAST TGS
next