Do not return PREAUTH_FAILED on unknown preauth
[krb5.git] / src / kdc / kdc_preauth.c
2009-04-30 Sam HartmanDo not return PREAUTH_FAILED on unknown preauth
2009-04-16 Greg HudsonSend explicit salt for SALTTYPE_NORMAL keys
2009-04-03 Sam HartmanMerge fast branch at 22166 onto trunk
2009-03-31 Sam HartmanImplement FAST from draft-ietf-krb-wg-preauth-framework
2009-03-11 Greg HudsonReport verbose error messages from KDC
2009-01-30 Will FiveashMaster Key Migration Project
2009-01-12 Sam HartmanRestore behavior of returning KRB5APP_ERR_BAD_INTEGRITY...
2009-01-12 Greg HudsonAdd message hash support to the replay interface, using...
2009-01-05 Ken RaeburnNo C++ style comments in C code please
2009-01-03 Sam HartmanMerge mskrb-integ onto trunk
2008-11-03 Greg HudsonApply a patch from Apple to correct a few memory leaks
2008-10-25 Ken Raeburnpartial rewrite of the ASN.1 encoders
2008-05-30 Alexandra EllwoodApple PKINIT patch commit
2007-12-22 Ken RaeburnWrap krb5_db_get_principal function with get_principal...
2007-08-01 Kevin CoffmanAdd PKINIT support
2006-12-01 Kevin CoffmanReturn edata from non-"PA_REQUIRED" preauth types
2006-11-29 Kevin Coffmanskip all modules in plugin if init function fails
2006-11-13 Kevin Coffmanallow server preauth plugin verify_padata function...
2006-11-01 Kevin CoffmanModify the preath plugin interface so that a plugin...
2006-10-13 Ken RaeburnEliminate some warnings: missing "const", unused variab...
2006-10-13 Sam Hartman * preauth_plugin.h: Don't use an enum in a public api
2006-10-13 Sam HartmanPatch to split client plugin from server plugin
2006-10-10 Kevin CoffmanDon't segfault if a preauth plugin module fails to...
2006-10-05 Sam Hartman * kdc_preauth.c (return_padata): Allocate a padata...
2006-10-03 Sam HartmanPreauthentication Plugin Framework
2006-06-22 Sam Hartman r18022@luminous: jaltman | 2006-05-19 05:18:37 -0400
2006-06-01 Ezra Peisachkrb5 1.5 alpha - memory leaks in krb5kdc due to not...
2006-04-13 Ken RaeburnPartial merge from Novell LDAP integration branch,...
2006-04-10 Ken Raeburn* kdc_preauth.c (verify_enc_timestamp): Initialize...
2005-10-13 Tom Yu * kdc_preauth.c (etype_info_as_rep_helper): New functi...
2005-10-12 Tom Yu * kdc_preauth.c (return_etype_info2): Apply patch...
2004-03-15 Sam HartmanFree unparsed names in SAM response handling
2004-02-24 Sam HartmanRemove ENCTYPE_LOCAL_DES3_HMAC_SHA1
2003-05-24 Sam HartmanWhen generating etype_info2 for DES style keys, use...
2003-05-23 Ezra PeisachMemory leak in kdc etype_info2 preauth
2003-05-14 Sam HartmanAllow the KDC to return bad integrity errors to the...
2003-05-12 Sam Hartman* IMplement etype_info in KDC. If the request contains...
2003-05-07 Sam HartmanReorganize kdc_preauth enctype handling
2003-04-09 Sam Hartmanetype info handling infinite loop
2003-03-28 Tom Yu * kdc_preauth.c (verify_enc_timestamp): Save decryptio...
2003-02-21 Sam HartmanFix typo that caused infinite loop in previous patch
2003-02-15 Sam HartmanThe client sorts the enctype list returned by etype_inf...
2003-01-21 Sam HartmanTimestamp preauth should return clock skew errors
2002-09-11 Ken Raeburnprotoize
2002-06-24 Sam HartmanFix etype info; wrong termination condition used in...
2001-06-21 Ezra Peisach * kdc_preauth.c: Include prototypes for mit_des...
2001-06-08 Ezra Peisach * kdc_preauth.c: Include adm_proto.h for krb5_klog_sys...
2001-06-04 Ezra Peisach * kdc_util.c (add_to_transited): Add braces to provide...
2001-04-10 Ken Raeburn* do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util...
2000-10-17 Ezra Peisach * kdc_preauth.c (get_etype_info): Initialize length of
2000-03-01 Tom Yu * main.c: Move kdc_initialize_rcache() to kdc_util.c
2000-03-01 Tom Yu * kdc_preauth.c (verify_sam_response): Declare and...
2000-02-07 Ken Raeburn* kdc_preauth.c (return_sam_data): Just return 0 if...
2000-02-07 Ken Raeburn* kdc_preauth.c (get_preauth_hint_list): Log a message...
2000-02-07 Ken RaeburnFrank Cusack's patches, first two sets. Should be...
1999-09-24 Ken Raeburncopyright notice updates from 1.1 branch
1999-01-27 Theodore Tsokdc_preauth.c (check_padata): If preauth fails because...
1998-10-30 Marc Horowitzpull up 3des implementation from the marc-3des branch
1998-02-20 Theodore Tsokdc_preauth.c (get_preauth_hint_list): Don't add the...
1997-08-18 Ezra Peisach * do_tgs_req.c (process_tgs_req): Initialize authtime...
1997-07-15 Tom Yu * kdc_preauth.c (get_sam_edata): Don't goto cleanup...
1997-02-19 Richard BaschFixed missing ;
1997-02-18 Richard BaschReplace krb5_xfree with appropriate free routine
1997-01-02 Ezra Peisach * kdc_preauth.c (get_sam_edata): Use proper interface to
1996-11-23 Mark Eichin * [krb5-libs/149] only generate requests that you...
1996-11-07 Theodore Tsokdc_preauth.c (check_padata): Fixed error handling...
1996-04-09 Mark Eichinadd SAM preauth extensible snk4 support
1995-12-11 Chris Provenzano * kdc_preauth.c return_padata(): Initialize local...
1995-12-01 Tom Yu * kdc_preauth.c: #@&^(!! Ultrix cc sucks. Typedef...
1995-11-14 Theodore Tso* kdc_util.h: Added new prototypes for return_padata...
1995-11-09 Theodore Tso* kdc_preauth.c (get_etype_info): Added function to...
1995-11-08 Theodore Tso* kdc_util.c (): Added new helper functions
1995-10-11 Theodore Tsokdc_preauth.c (get_preauth_hint_list): Fix missing...
1995-10-06 Theodore Tsodo_tgs_req.c (process_tgs_req): Use a slightly more...
1995-09-02 Theodore Tsokdc_preauth.c: New file, to contain the server-side...