Stop using SALT_TYPE_AFS_LENGTH
[krb5.git] / src / lib / krb5 / krb / preauth2.c
2012-04-27 Greg HudsonStop using SALT_TYPE_AFS_LENGTH
2012-04-27 Greg HudsonRefactor client etype-info handling in preauth2.c
2012-04-27 Greg HudsonEnsure null termination of AFS salts
2012-04-26 Greg HudsonConvert SAM-2 preauth mechanism to a module
2012-04-26 Greg HudsonRemove orphaned Apple PKINIT support
2012-04-25 Greg HudsonClear preauth use counts for each AS request
2012-04-17 Greg HudsonAllow preauth mechs to work with clock skew
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-10-07 Greg HudsonUse built-in modules for encrypted timestamp
2011-10-06 Greg HudsonUse type-safe callbacks in preauth interface
2011-09-27 Greg HudsonFix an error case in encrypted timestamp preauth
2011-09-23 Greg HudsonRecast encrypted challenge as linked built-ins
2011-06-17 Greg HudsonConvert preauth_plugin.h to new plugin framework
2011-06-10 Greg HudsonMark up strings for translation
2010-11-30 Greg HudsonSA-2010-007 Checksum vulnerabilities (CVE-2010-1324...
2010-10-01 Sam HartmanRemove support for the old pa-sam-challenge and pa...
2010-06-07 Greg HudsonTrace logging
2010-01-11 Zhanna TsitkovGroup together the funtions related to the supplying...
2010-01-07 Greg HudsonMake preauth_module_dir override, rather than supplemen...
2009-12-28 Greg HudsonAdd a new profile variable preauth_module_dir, which...
2009-12-01 Zhanna TsitkovReindent and removed krb5_ prefix from static func...
2009-11-01 Greg HudsonStop using deprecated krb5_encrypt_data in preauth...
2009-10-31 Greg HudsonIn lib/krb5/krb, ensure all function definition headers...
2009-10-31 Tom Yumake mark-cstyle
2009-09-13 Greg HudsonImplement s4u extensions
2009-05-07 Greg HudsonAfter consultation with kenh, remove a comment and...
2009-05-06 Greg HudsonFix yet another memory leak in pa_sam
2009-05-06 Greg HudsonIn pa_sam, use the correct function to free sam_challen...
2009-05-06 Greg HudsonFix a memory leak in pa_sam_2 where an outer data struc...
2009-05-05 Greg HudsonFix a memory leak in pa_sam
2009-05-05 Greg HudsonIn pa_sam_2, free sc2 in an error-handling case where...
2009-05-05 Greg HudsonIn pa_sam_2, free scratch in a couple of error-handling...
2009-05-04 Greg HudsonFix an error message memory leak in krb5_preauth_supply...
2009-04-13 Greg HudsonIn pa_sam, remove a gratuitous null check for etype...
2009-04-10 Greg HudsonCheck return value of krb5int_copy_data_contents in...
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-02-09 Ken Raeburnmake krb5_free_* functions ignore NULL
2009-01-28 Ken RaeburnStart to phase out krb5_xfree macro, which just casts...
2008-11-10 Greg HudsonIn pa_sam(), free the outer krb5_data structure returned by
2008-11-10 Greg HudsonProperly free sam_challenge in pa_sam()
2008-08-27 Ken RaeburnBased on patch from lxs, with some changes:
2008-08-07 Ken Raeburnmalloc+memset(,0,) -> calloc
2008-06-26 Alexandra EllwoodApple PKINIT LKDC support
2008-06-25 Alexandra EllwoodRolled back patch because tickets 4495 and 5124 fix...
2008-06-25 Alexandra Ellwoodkrb5_do_preauth_tryagain should check for NULL padata
2008-05-30 Alexandra EllwoodApple PKINIT patch commit
2007-08-03 Ezra PeisachAdd internal prototype for krb5_preauth_supply_preauth_...
2007-08-01 Kevin CoffmanAdd PKINIT support
2007-07-12 Ken RaeburnAvoid use of unchecked sprintf in libraries. Use aspri...
2007-03-25 Ken RaeburnInitialize values to avoid 'possibly uninitialized...
2007-03-25 Ken RaeburnConvert keyblock or padata types to krb5_data without...
2007-01-30 Tom Yuget_init_creds_opt extensibility
2006-12-19 Tom Yuuse KRB5KRB_ERR_GENERIC, not KRB_ERR_GENERIC in preauth2.c
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-22 Kevin Coffmanfix debug messages
2006-11-17 Ken Raeburnuse krb5_c_valid_enctype, not valid_enctype
2006-11-13 Kevin Coffmancorrect client preauth plugin request_context
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 CoffmanAvoid segfault in krb5_do_preauth_tryagain
2006-10-15 Ezra PeisachRemove all unused variable warnings from tree
2006-10-13 Sam HartmanPatch to split client plugin from server plugin
2006-10-03 Sam HartmanPreauthentication Plugin Framework
2005-01-17 Ezra Peisachsubject; krb5_do_preauth could attempt to free NULL...
2003-07-22 Sam HartmanSend generalstring not octetstring in etype_info2....
2003-05-13 Sam HartmanFix minor error in previous commit that broke v4...
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-03-06 Tom Yu * preauth2.c (pa_sam_2): Add intermediate size_t varia...
2003-03-06 Alexandra Ellwood* appdefault.c: Fix constness to avoid warning. * init_...
2003-02-15 Sam HartmanThe client sorts the enctype list returned by etype_inf...
2002-11-07 Ezra Peisach * conv_princ.c (strnchr): Make length argument...
2002-10-28 Ken Raeburn* get_in_tkt.c (conf_yes, conf_no): Now const. Referen...
2002-10-24 Ken HornsteinClient code lacks support for draft-ietf-krb-wg-kerbero...
2002-09-03 Ken Raeburnprotoize
2001-03-03 Ken Raeburn* preauth2.c (pa_sam): Return an error if no prompter...
2001-01-30 Tom Yu * preauth.c (krb5_obtain_padata): Don't dereference...
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-03-16 Danilo AlmeidaAdd krb5_get_prompt_types() functionality
2000-03-13 Ken RaeburnFix one of the bugs discovered at Connectathon: etype...
2000-02-26 Ken Raeburn* preauth2.c (krb5_do_preauth): Check paorder[h] not...
2000-02-16 Ken Raeburn* preauth2.c (pa_sam): In send-encrypted-sad mode,...
2000-02-07 Ken Raeburn* gic_pwd.c (krb5_get_as_key_password): If the as_key...
2000-02-07 Ken Raeburnupdated some comments (fcusack)
2000-02-07 Ken RaeburnFrank Cusack changes, set 1, diffs 1-3 of 4
1999-12-06 Ken Raeburnmerge 1.1 branch, to 12/1/99
1999-09-24 Ken Raeburncopyright notice updates from 1.1 branch
1999-04-10 Theodore Tsokfree.c (krb5_free_sam_challenge, krb5_free_sam_challen...
1998-10-30 Marc Horowitzpull up 3des implementation from the marc-3des branch
1997-12-06 Tom Yu * Makefile.in: Add files chpw.c, gic_*, preauth2.c...