Fix trace logging initialization
[krb5.git] / src / lib / krb5 / krb / init_ctx.c
2012-04-05 Greg HudsonFix trace logging initialization
2012-04-02 Zhanna TsitkovIf trace logging facility is enabled, report misconfigu...
2012-02-03 Tom YuRevert r25669 pending clarification of goals and API...
2012-02-03 Zhanna TsitkovAdded a new trace logging message TRACE_PROFILE_ERR...
2011-09-19 Sam HartmanAdd KRB5_CALLCONV to krb5_init_context_profile definiti...
2011-09-15 Greg HudsonFix a typo in r25026
2011-09-05 Greg HudsonAdd krb5_cc_select() API and pluggable interface
2011-09-04 Ken RaeburnReindent per krb5-batch-reindent.el.
2011-07-25 Ezra PeisachRemove declaration of static function that no longer...
2011-07-20 Greg HudsonAdd krb5_init_context_profile API
2011-06-23 Greg HudsonFix memory leak introduced in r24969
2011-06-17 Greg HudsonAdd k5_plugin_register_dyn internal API
2011-04-03 Ken RaeburnInclude krb5_libinit.h always, since we call krb5int_in...
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2011-02-07 Greg HudsonImprove acceptor name flexibility
2011-01-21 Greg HudsonAdd a trace log event for unrecognized enctypes in...
2010-11-20 Greg HudsonImplement Camellia-CTS-CMAC instead of Camellia-CCM
2010-10-24 Greg HudsonWhitespace
2010-10-23 Ken RaeburnTry harder to retain the "brand" string in the shared...
2010-09-07 Greg HudsonMerge the camellia-ccm branch to trunk. Since there...
2010-08-27 Greg HudsonNew plugin infrastructure
2010-06-07 Greg HudsonTrace logging
2010-02-01 Tom Yuset_default_enctype_var should filter not reject weak...
2010-01-05 Tom Yudisable weak crypto by default
2010-01-01 Greg HudsonFactor out copying and counting of zero-terminated...
2009-12-30 Greg HudsonEliminate the krb5_set_default_in_tkt_ktypes and
2009-12-29 Zhanna TsitkovCreate a separate file for krb5_copy_context for better...
2009-12-28 Greg HudsonMove krb5_get_profile back to init_os_ctx.c for now...
2009-12-28 Ken RaeburnInclude prof_int.h in init_ctx.c instead of init_os_ctx.c,
2009-12-23 Zhanna TsitkovCode modularity related updates
2009-12-15 Greg HudsonGet rid of the requirement of defining MAX_ENCTYPE in
2009-12-07 Tom Yuhandle negative enctypes better
2009-10-31 Tom Yumake mark-cstyle
2009-10-28 Zhanna TsitkovReplace krb5_ with krb5Int_ prefix for non-API functions
2009-07-29 Greg HudsonEnctype list configuration enhancements
2009-07-27 Greg HudsonUse zero-terminated enctype lists in the context struct...
2009-04-03 Sam HartmanUnfortunately, pre-1.7 krshd fails to support keyed...
2009-02-09 Ken Raeburnmake krb5_free_* functions ignore NULL
2009-02-04 Zhanna TsitkovUse macros for config parameters
2009-01-31 Tom YuDefault allow_weak_crypto=true for now. Default suppor...
2009-01-28 Tom Yudisable single-DES by default
2008-11-17 Zhanna TsitkovPERF: Introduced a new function krb5_is_permitted_encty...
2008-08-07 Ken Raeburnmalloc+memset(,0,) -> calloc
2008-06-27 Ken Raeburnmisc memory leaks
2008-06-02 Ken RaeburnChange krb5_context.db_context to point to the real...
2007-05-21 Ken RaeburnChange struct _krb5_context.os_context into a single...
2007-03-26 Ken RaeburnRemove unused scc_default_format field from krb5_context
2006-12-08 Jeffrey Altmanbuild the trunk on Windows (again)
2006-11-21 Kevin Coffmanfree error message when freeing context
2006-11-01 Kevin CoffmanModify the preath plugin interface so that a plugin...
2006-10-03 Sam HartmanPreauthentication Plugin Framework
2006-06-26 Tom Yu * src/lib/krb5_32.def: Export krb5_copy_context
2006-06-26 Tom Yu * src/include/krb5/krb5.hin: Add prototype for krb5_co...
2006-06-22 Sam Hartman r18022@luminous: jaltman | 2006-05-19 05:18:37 -0400
2006-06-10 Ken RaeburnSince it appears we don't actually set the conf_tgs_kty...
2006-05-16 Ken Raeburn* lib/kadm5/alt_prof.c (kadm5_get_config_params): Repla...
2006-04-21 Ezra Peisachunsigned/signed int warnings in krb5_context variables
2005-02-16 Ken Raeburn* init_ctx.c (init_common): Delete redundant library...
2004-06-02 Ken RaeburnAdd/remove error tables in library initialization/termi...
2004-04-24 Ken RaeburnAdded support for library initialization and finalizati...
2004-02-06 Sam HartmanEnable aes128-cts for client
2003-07-09 Alexandra EllwoodExport krb5_get_permitted_enctypes and krb5_set_real_ti...
2003-05-30 Ken Raeburn* init_ctx.c (DEFAULT_KDC_TIMESYNC): Define as 1 always.
2003-05-10 Ken RaeburnAdd a new krb5_context field for the config-file tgs_en...
2003-04-18 Ken RaeburnNote to self: Save buffers before checkin, not after...
2003-04-18 Ken Raeburn* init_ctx.c (DEFAULT_ETYPE_LIST): Add AES with 256...
2003-03-06 Alexandra Ellwood* appdefault.c: Fix constness to avoid warning. * init_...
2002-09-03 Ken Raeburnprotoize
2002-08-23 Ken Raeburn* init_ctx.c (init_common): Initialize udp_pref_limit...
2002-06-26 Tom Yu * appdefault.c, get_in_tkt.c: made conf_yes and conf_n...
2002-04-06 Ken Raeburncall krb5_c_ versions of enctype/cksumtype checking...
2002-01-08 Sam HartmanImplement code to get random data from /dev/{random...
2001-11-26 Sam HartmanAdd entropy source identifiers for random seed calls
2001-11-18 Sam HartmanWhen initiating GSSAPI context override tgs-enctypes
2001-11-16 Ezra Peisach * init_ctx.c (DEFAULT_ETYPE_LIST): Ensure space presen...
2001-11-07 Sam Hartman2001-11-07 Sam Hartman <hartmans@mit.edu>
2001-10-10 Ken Raeburn* init_ctx.c (init_common): After fetching kdc_default_...
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-06-30 Tom Yu * init_ctx.c (get_profile_etype_list): Fix etype-count...
2001-06-12 Ezra Peisach * Makefile.in (t_walk_rtree, t_kerb): Do not link...
2001-06-02 Ken Raeburn* init_ctx.c (get_profile_etype_list): Zero out multipl...
2001-03-31 Ken Raeburn* init_ctx.c (DEFAULT_ETYPE_LIST): New macro. Old...
2001-03-11 Ezra Peisach * init_ctx.c: Provide a full prototype for...
2000-06-30 Ezra Peisach * t_walk_rtree.c (main): Declare as returning int
2000-06-27 Ken Raeburnpullup from 1.2 branch
2000-03-16 Danilo AlmeidaAdd krb5_get_prompt_types() functionality
2000-01-27 Ken Raeburn* init_ctx.c (get_profile_etype_list): Discard DESONLY...
1999-12-06 Ken Raeburn* init_ctx.c (get_profile_etype_list): Report an error...
1999-12-06 Ken Raeburnmerge 1.1 branch, to 12/1/99
1999-09-24 Ken Raeburncopyright notice updates from 1.1 branch
1999-09-01 Ken Raeburnfrom 1.1 branch:
1999-08-05 Danilo AlmeidaDocument why krb5_win_ccdll_load is called way early...
1999-08-05 Danilo Almeida* init_ctx.c (get_profile_etype_list): Use profile_rele...
1999-06-18 Ken Raeburn* init_ctx.c (krb5_free_context): Set field pointers...
1999-05-13 Theodore Tsoinit_ctx.c (krb5_init_context): Pass the context to
1999-03-31 Theodore Tsoinit_ctx.c (krb5_init_context): Call krb5_win_ccdll_loa...
1998-10-30 Marc Horowitzpull up 3des implementation from the marc-3des branch
1998-07-17 Miro JurisicReplaced preprocessor symbol _MACINTOSH with macintosh...
1997-08-12 Ezra Peisach * init_ctx.c (krb5_init_context): Initialize local...
next