Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted
[krb5.git] / src / lib / krb5 / krb / gc_frm_kdc.c
2008-08-27 Ken RaeburnBased on patch from lxs, with some changes:
2007-09-04 Tom Yurevert accidental commit of gc_frm_kdc.c
2007-09-04 Tom Yufix CVE-2007-4000 modify_policy vulnerability
2007-08-03 Tom YuBased on Apple's patch, during the referrals loop,...
2007-05-10 Ken RaeburnDefine and use some inline helper functions for compari...
2007-04-25 Tom Yurace condition in referrals fallback
2007-03-01 Jeffrey Altmankrb5_get_cred_from_kdc fails to null terminate the...
2006-11-30 Tom Yu * src/lib/krb5/krb/gc_frm_kdc.c: Also do style cleanup.
2006-09-21 Sam HartmanSet the canonicalize flag in TGS requests and accept...
2005-12-30 Tom Yu * gc_frm_kdc.c: Rewrite to modularize significantly...
2005-12-28 Tom Yu * gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): Cause...
2005-01-17 Ezra Peisach * gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): More...
2005-01-12 Ken Raeburn* gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): Free crede...
2003-05-10 Ken RaeburnAdd a new krb5_context field for the config-file tgs_en...
2003-04-01 Ken RaeburnRed Hat's krb5_princ_size fixes
2002-09-03 Ken Raeburnprotoize
2002-04-06 Ken Raeburncall krb5_c_ versions of enctype/cksumtype checking...
2000-10-17 Ezra Peisach * bld_pr_ext.c, bld_princ.c (krb5_build_principal_ext,
1999-09-24 Ken Raeburncopyright notice updates from 1.1 branch
1999-09-01 Ken Raeburnfrom 1.1 branch:
1996-07-07 Ezra Peisach * get_creds.c: (krb5_get_credentials_val_renew_core...
1996-05-04 Ken Raeburn* get_creds.c (krb5_get_credentials_core): new function...
1996-01-11 Theodore Tsokrbconfig.c, Makefile.in: Removed krbconfig.c; it conta...
1995-09-12 Ezra PeisachReintegrate Macintosh changes
1995-09-11 Keith VetterMac Beta 1 submission
1995-09-06 Chris Provenzano * auth_con.c, decrypt_tk.c, encode_kdc.c, encry...
1995-09-06 Chris Provenzano * decode_kdc.c, decrypt_tk.c, encode_kdc.c...
1995-06-08 Theodore TsoClean up gcc -Wall flames
1995-05-23 Theodore TsoRearrange #include files so that krb5.h gets included...
1995-04-27 Chris Provenzano * gc_via_tgt.c, and gc_2tgt.c : Removed.
1995-04-25 Ezra Peisach * parse.c (krb5_parse_name): Add magic number to new...
1995-04-21 Theodore TsoUnless HAVE_C_STRUCTURE_ASSIGNMENT is defined, use...
1995-04-14 Keith VetterWindows global stuff:
1995-02-28 John Gilmore* *.c: Avoid <krb5/...> includes.
1995-02-27 Keith VetterConverted the krb5/krb directory to work under windows...
1995-02-23 Chris ProvenzanoAll to change krb5_get_credentials() ..
1995-02-02 Chris Provenzano * int-proto.h Update prototypes for krb5_get_cred_via_...
1995-01-13 Chris ProvenzanoRemoved all references to DECLARG and OLDDECLARG.
1994-08-18 Mark Eichinstamp out rcs keywords
1994-06-10 Theodore TsoFixed inter-realm handling; from OCSG/Cliff Neumann
1994-01-13 Theodore TsoFixed memory deallocation/cleanup on error returns
1993-09-01 Theodore TsoChange export warning notice from "is assumed to requir...
1992-09-24 Theodore TsoRemoved some saber lint flames
1992-08-21 John CarrPass extra argument to krb5_walk_realm_tree.
1991-06-06 John KohlUpdate copyright notice
1991-05-06 Theodore TsoMisc. changes
1991-03-22 John Kohldon't free/clean up a ticket we're returning
1991-03-14 John Kohlfix copyrights
1991-02-20 John Kohlclean up tgt
1991-02-18 John Kohlfix up to allow KDC to return a shorthand path, and...
1991-02-06 John Kohlfix mistaken order of args to tgtname()
1990-11-08 John Kohlchange bzero to memset
1990-10-19 John Kohlneed to dereference the pointer
1990-10-18 John Kohlclean up stuff in credentials, if necessary after a...
1990-05-25 John Kohlfix copyright/distribution reference
1990-05-23 John Kohlfix include files
1990-05-11 John Kohlsome work on cross-realm case (not completely done)
1990-05-04 John Kohlcompute etype from keytype (needs to be compatible...
1990-05-03 John Kohlchange args to krb5_tgtname
1990-03-30 John Kohlchange copy_cred to copy_creds
1990-03-27 John Kohlcompiles; not tested
1990-03-23 John Kohladd retval declaration; change 'code' to 'retval'
1990-02-05 Bill SommerfeldInitial revision