Unify krb5_get_init_creds_keytab code paths
[krb5.git] / src / lib / krb5 / krb / get_in_tkt.c
2012-04-19 Greg HudsonUnify krb5_get_init_creds_keytab code paths
2012-04-17 Greg HudsonAllow preauth mechs to work with clock skew
2012-01-11 Greg HudsonFix spurious clock skew caused by gak_fct delay
2011-12-04 Greg HudsonSet a default enctype for optimistic preauth
2011-11-23 Sam Hartman ticket: new
2011-11-21 Greg HudsonClean up client-side preauth error data handling
2011-11-11 Greg HudsonAvoid looping when preauth can't be generated
2011-10-15 Greg HudsonHide gak_fct interface and arguments in clpreauth
2011-06-17 Greg HudsonConvert preauth_plugin.h to new plugin framework
2011-06-10 Greg HudsonMark up strings for translation
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2010-10-13 Greg HudsonWhitespace
2010-10-13 Sam HartmanFix leaks in get_init_creds interface
2010-10-06 Tom Yuset NT-SRV-INST on TGS principal names
2010-06-07 Greg HudsonTrace logging
2010-05-13 Greg HudsonError handling bug in krb5_init_creds_init()
2010-05-12 Greg HudsonReimplement krb5_get_in_tkt_with_skey in terms of krb5_...
2010-04-20 Greg HudsonAdd KRB5_INIT_CREDS_STEP_FLAG_CONTINUE for parity with...
2010-03-29 Greg HudsonFix backwards flag output in krb5_init_creds_step()
2010-01-04 Greg HudsonDon't accept AS replies encrypted in enctypes other...
2010-01-01 Greg HudsonFactor out copying and counting of zero-terminated...
2009-12-28 Greg HudsonWhitespace fixes for new anonymous support
2009-12-28 Sam HartmanAnonymous support for Kerberos
2009-12-23 Zhanna TsitkovCode modularity related updates
2009-12-15 Greg HudsonOn Luke's advice, remove krb5_init_creds_store_creds...
2009-12-14 Sam Hartmanfast negotiation projec
2009-11-27 Greg HudsonIf krb5_init_creds_step is called on an already complet...
2009-11-26 Greg Hudsonlibkrb5 support for non-blocking AS requests
2009-11-25 Greg HudsonDefer the conversion of the gic options structure to...
2009-11-04 Greg HudsonRestore the krb5 1.6 behavior of not retrying AS reques...
2009-10-31 Greg HudsonIn lib/krb5/krb, ensure all function definition headers...
2009-10-31 Tom Yumake mark-cstyle
2009-10-13 Greg HudsonFix preauth looping in krb5_get_init_creds
2009-10-13 Greg HudsonRevert a small part of r22736 which incorrectly fixed...
2009-09-13 Greg HudsonImplement s4u extensions
2009-05-05 Greg HudsonIn krb5_get_in_tkt, free the whole encoded request...
2009-04-10 Greg HudsonIn krb5_get_in_tkt, r7002 introduced an unused local...
2009-04-04 Sam Hartmanfix logic errors
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-13 Greg HudsonUse correct salt for canonicalized principals
2009-03-06 Sam Hartmansend_as_req re-encodes the request
2009-02-04 Zhanna TsitkovUse macros for config parameters
2009-02-02 Ken RaeburnRemove unnecessary pointer casts in args to free,memcpy...
2009-01-28 Ken RaeburnStart to phase out krb5_xfree macro, which just casts...
2009-01-23 Greg HudsonIn krb5_get_init_creds, null out err_reply in a case...
2009-01-03 Sam HartmanMerge mskrb-integ onto trunk
2008-10-20 Greg HudsonUse strdup in place of malloc/strcpy in many places
2008-08-06 Ken Raeburnfix cleanup code in allocating preauth info
2008-06-27 Ken Raeburnmisc memory leaks
2008-06-18 Jeffrey AltmanThis patch is derived from a patch originally submitted...
2008-05-30 Alexandra EllwoodApple PKINIT patch commit
2007-04-13 Ken RaeburnProvide more detailed error message for 'client not...
2007-03-14 Ken Raeburn* include/k5-platform.h: Add load_{16,32,64}_n for...
2007-02-19 Ezra PeisachEnsure consistancy between prototypes and functions
2007-01-31 Tom YuFix merge botches:
2007-01-30 Tom Yuget_init_creds_opt extensibility
2006-12-22 Tom Yu * src/lib/krb5/krb/get_in_tkt.c (krb5_get_init_creds...
2006-12-19 Tom Yudon't pass null pointer to krb5_do_preauth_tryagain()
2006-12-08 Kevin CoffmanDon't leak padata when looping for krb5_do_preauth_trya...
2006-12-08 Jeffrey Altmanbuild the trunk on Windows (again)
2006-12-01 Kevin Coffmansend a new request with the new padata returned by...
2006-11-09 Kevin CoffmanAdd "get_data" function to the client preauth plugin...
2006-11-01 Kevin CoffmanModify the preath plugin interface so that a plugin...
2006-10-23 Kevin Coffmanfix invalid access found by valgrind
2006-10-03 Sam HartmanPreauthentication Plugin Framework
2005-08-16 Tom Yu * get_in_tkt.c (krb5_get_init_creds): Free tempstr...
2004-08-12 Alexandra Ellwoodget_in_tkt.c (get_init_creds): Support ticket_lifetime...
2004-02-27 Jeffrey AltmanAs discussed on the krbdev mailing list, krb5_get_init_...
2003-12-20 Ken Raeburn* get_in_tkt.c (get_in_tkt_enctypes): Now const
2003-06-06 Sam HartmanDon't allow renewable_ok to be set if the renew liftime...
2003-05-30 Ken Raeburn* get_in_tkt.c (krb5_get_init_creds): Change hardcoded...
2003-05-30 Alexandra Ellwood* get_in_tkt.c: (verify_as_reply) Only check the renewa...
2003-05-23 Sam Hartmanuse kdc_default_options
2003-05-20 Sam Hartmankrb5_get_in_tkt now only supports old (non-etype-info2...
2003-05-13 Sam HartmanFix memory leaks and double frees in preauth2.c
2003-05-12 Sam Hartman* IMplement etype_info in KDC. If the request contains...
2003-02-24 Sam HartmanFix typo pointed out by jenselby in doc pass
2003-02-04 Sam HartmanGet addressless tickets by default
2002-11-14 Ezra Peisach * get_in_tkt.c (krb5_get_in_tkt): Do not pass...
2002-10-28 Ken Raeburn* get_in_tkt.c (conf_yes, conf_no): Now const. Referen...
2002-09-03 Ken Raeburnprotoize
2002-06-26 Ezra Peisach * appdefault.c (conf_boolean): Change variable from...
2002-06-26 Tom Yu * appdefault.c, get_in_tkt.c: made conf_yes and conf_n...
2002-06-11 Ken Raeburnclient-side TCP support
2001-10-10 Ken RaeburnDon't conditionalize prototypes; delete macros supporti...
2001-10-06 Ken RaeburnDanilo also says we can get rid of _MSDOS (Win16) tests...
2001-10-04 Ken RaeburnDanilo says we can get rid of the DLLIMP stuff now
2001-07-31 Ezra Peisach * get_in_tkt.c: Cast to unsigned krb5_error...
2001-07-06 Ezra Peisach * get_in_tkt.c: Include os-proto.h for _krb5_conf_bool...
2001-03-11 Ezra Peisach * init_ctx.c: Provide a full prototype for...
2000-10-17 Ezra Peisach * bld_pr_ext.c, bld_princ.c (krb5_build_principal_ext,
2000-06-30 Ezra Peisach * t_walk_rtree.c (main): Declare as returning int
2000-06-29 Ezra Peisach * conv_princ.c, get_creds.c, get_in_tkt.c,...
2000-06-27 Ken Raeburnpullup from 1.2 branch
2000-03-24 Jeffrey Altmanjaltman@columbia.edu Mar 24, 2000:
2000-03-13 Ken RaeburnFix one of the bugs discovered at Connectathon: etype...
2000-03-10 Miro Jurisicget_in_tkt.c (krb5_get_init_creds): Always initialize...
2000-02-07 Ken Raeburnupdated some comments (fcusack)
1999-09-24 Ken Raeburncopyright notice updates from 1.1 branch
next