Anonymous support for Kerberos
[krb5.git] / src / kdc / do_as_req.c
2009-12-28 Sam HartmanAnonymous support for Kerberos
2009-12-14 Sam Hartmanfast negotiation projec
2009-11-12 Zhanna TsitkovPost-great-reindent check. Part I
2009-10-31 Tom Yumake mark-cstyle
2009-10-27 Greg HudsonHeimdal DB bridge plugin for KDC back end
2009-10-25 Greg HudsonAccount lockout
2009-08-21 Ken RaeburnChange "vague-errors" compile-time conditionals into...
2009-08-12 Ken Raeburn r22529@squish: raeburn | 2009-08-12 13:49:45 -0400
2009-04-08 Ezra PeisachFall through on error return
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-01-30 Will FiveashMaster Key Migration Project
2009-01-13 Ken Raeburn/tmp/3
2009-01-03 Sam HartmanRemove support for setting a client flag indicating...
2009-01-03 Sam HartmanMerge mskrb-integ onto trunk
2008-12-22 Ken RaeburnCollect ticket-request logging calls together in one...
2008-12-05 Zhanna TsitkovFix data initialization in process_as_req function
2008-10-20 Greg HudsonUse strdup in place of malloc/strcpy in many places
2008-08-25 Ken RaeburnIncorporate Apple's patch
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-11-13 Kevin Coffmanallow server preauth plugin verify_padata function...
2006-10-13 Ken RaeburnUse 'const' with krb5_get_error_message
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,...
2005-07-12 Tom Yufix MITKRB5-SA-2005-002 KDC double-free and heap overflow
2005-04-13 Ken RaeburnDelete definitions of unused macros NEED_SOCKETS and...
2002-11-04 Tom Yu * do_as_req.c (process_as_req): Fix previous patch...
2002-10-06 Tom Yu * do_as_req.c (process_as_req): Apply fix from Kevin...
2002-09-11 Ken Raeburnprotoize
2002-09-11 Ken RaeburnTry a little harder to avoid returning e-text that...
2002-07-05 Ken Raeburn* dispatch.c, do_as_req.c, do_tgs_req.c: Define NEED_SO...
2002-07-05 Ken RaeburnReduce or localize dependencies on address families.
2002-06-26 Ken Raeburn* dispatch.c (dispatch): Remove arg "portnum"; update...
2002-04-06 Ken Raeburncall krb5_c_ versions of enctype/cksumtype checking...
2001-10-25 Tom Yu * do_as_req.c (process_as_req: Treat SUPPORT_DESMD5...
2001-06-19 Tom Yu * kdc_util.c (ktypes2str): New function; construct...
2001-04-10 Ken Raeburn* do_as_req.c, do_tgs_req.c, kdc_preauth.c, kdc_util...
2001-03-08 Ezra Peisach * kdc_util.h: Add prototype for process_v4_mode()...
1999-09-24 Ken Raeburncopyright notice updates from 1.1 branch
1999-02-17 Tom Yu * do_as_req.c (process_as_req): Fix to assign kvno to
1998-10-30 Marc Horowitzpull up 3des implementation from the marc-3des branch
1997-11-12 Ezra Peisach * do_as_req.c (process_as_req): Reset master key after...
1997-09-26 Tom YuRemove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and...
1997-05-30 Theodore Tso * do_as_req.c (process_as_req), do_tgs_req (process_tg...
1997-02-19 Richard Baschkrb5_xfree cleanup
1997-02-18 Richard BaschReplace krb5_xfree with appropriate free routine
1996-02-27 Richard Basch*main.c:
1995-11-18 Theodore TsoRemoved extra eblock argument from call to krb5_encode_...
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-10-06 Theodore Tsonetwork.c (setup_network):
1995-09-06 Chris Provenzano * do_as_req.c, do_tgs_req.c, kdc_util.c, kerber...
1995-09-06 Chris Provenzano * do_as_req.c, do_tgs_req.c, kerberos_v4.c...
1995-09-04 Ezra PeisachAdd const declarations to make remove warnings about...
1995-09-02 Theodore Tsokdc_preauth.c: New file, to contain the server-side...
1995-08-17 Paul ParkClose and re-open the database after updating principal...
1995-08-16 Chris ProvenzanoPass fds to krb5_lock_file() and krb5_unlock_file()
1995-08-15 Paul ParkUse per-realm key/salt list to find appropriate keys...
1995-08-10 Paul ParkAdd missing variable when KRBCONF_KDC_MODIFIES_KDB on
1995-08-03 Chris Provenzanodo_as_req.c : Fix bug from new kdb changes.
1995-08-03 Paul ParkEnsure padata is NULL with normal salt
1995-07-27 Chris ProvenzanoUse new kdb format
1995-06-23 Paul ParkRemove usage of KDB_CONVERT_KEY_OUTOF_DB
1995-06-09 Theodore Tsodispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_CO...
1995-06-08 Paul ParkUpdate kadmind5 to use new logging routines
1995-02-28 John Gilmore* *.[ch]: Avoid <krb5/...> and <com_err.h> includes
1995-01-13 Chris ProvenzanoRemoved all references to DECLARG and OLDDECLARG.
1994-12-13 Theodore Tsodo_tgs_req.c (prepare_error_tgs): Don't free the passed...
1994-11-21 Theodore TsoUse the list of encryption types passed as part of...
1994-11-08 Theodore TsoUse published interface to call krb5_random_key
1994-11-08 Theodore TsoUse published interface to call krb5_random_key()
1994-10-14 Theodore TsoDon't assume that the request server's realm name is...
1994-08-18 Mark Eichinstamp out rcs keywords
1994-07-16 Theodore TsoFix error return codes for sanity's sake
1994-06-10 Theodore TsoDon't return success in check_padata if you can't extra...
1994-06-02 Theodore TsoRevamp unwind code to make sure all memory is freed...
1994-03-12 Theodore TsoKDC wasn't handling postdated tickets requested via...
1994-03-11 Theodore TsoFixed krb5-bugs [0437]:
1993-10-15 Theodore TsoChange usage of xfree to krb5_xfree to prevent namespac...
1993-09-01 Theodore TsoChange export warning notice from "is assumed to requir...
1993-06-03 Theodore TsoImprove error message logging
1992-09-30 Theodore TsoMassive changes to do_as_req.c, do_tgs_req.c, kdc_util...
1992-09-01 Theodore TsoModifications so that whether something came in on...
1991-06-06 John KohlUpdate copyright notice
1991-04-29 John Kohla) set the INITIAL flag on all AS_ tickets
1991-03-14 John Kohllibos-proto.h -> los-proto.h
1991-02-21 John Kohlplug memory leaks
1991-02-20 John Kohlplug some memory leaks
1991-02-19 John Kohlupdate copyright notices
1991-02-14 John Kohladd in padata salting support
1991-02-06 John Kohlsyslog the errors we encounter
1990-12-20 John Kohlremove reference to obsolete flags
1990-12-14 John KohlRFC draft protocol changes and related cleanups
next