aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/init_ctx.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-30Merge r24242:24397 from trunk to branches/nss. This will break theGreg Hudson1-0/+7
2010-06-07Trace loggingGreg Hudson1-1/+10
2010-02-01set_default_enctype_var should filter not reject weak enctypesTom Yu1-8/+20
2010-01-05disable weak crypto by defaultTom Yu1-1/+1
2010-01-01Factor out copying and counting of zero-terminated enctype lists intoGreg Hudson1-20/+3
2009-12-30Eliminate the krb5_set_default_in_tkt_ktypes andGreg Hudson1-7/+0
2009-12-29Create a separate file for krb5_copy_context for better code modularityZhanna Tsitkov1-63/+0
2009-12-28Move krb5_get_profile back to init_os_ctx.c for now and revert r23519.Greg Hudson1-7/+0
2009-12-28Include prof_int.h in init_ctx.c instead of init_os_ctx.c,Ken Raeburn1-0/+1
2009-12-23Code modularity related updatesZhanna Tsitkov1-0/+6
2009-12-15Get rid of the requirement of defining MAX_ENCTYPE inGreg Hudson1-36/+56
2009-12-07handle negative enctypes betterTom Yu1-2/+3
2009-10-31make mark-cstyleTom Yu1-253/+254
2009-10-28Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov1-2/+2
2009-07-29Enctype list configuration enhancementsGreg Hudson1-76/+124
2009-07-27Use zero-terminated enctype lists in the context structure instead ofGreg Hudson1-117/+79
2009-04-03Unfortunately, pre-1.7 krshd fails to support keyed checksums becauseSam Hartman1-1/+1
2009-02-09make krb5_free_* functions ignore NULLKen Raeburn1-15/+8
2009-02-04Use macros for config parametersZhanna Tsitkov1-23/+23
2009-01-31Default allow_weak_crypto=true for now. Default supported_enctypes toTom Yu1-1/+1
2009-01-28disable single-DES by defaultTom Yu1-2/+15
2008-11-17PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult...Zhanna Tsitkov1-0/+32
2008-08-07malloc+memset(,0,) -> callocKen Raeburn1-2/+1
2008-06-27misc memory leaksKen Raeburn1-1/+3
2008-06-02Change krb5_context.db_context to point to the real structure type,Ken Raeburn1-2/+2
2007-05-21Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn1-6/+6
2007-03-26Remove unused scc_default_format field from krb5_contextKen Raeburn1-1/+0
2006-12-08build the trunk on Windows (again)Jeffrey Altman1-1/+1
2006-11-21free error message when freeing contextKevin Coffman1-0/+2
2006-11-01Modify the preath plugin interface so that a plugin's context isKevin Coffman1-0/+1
2006-10-03Preauthentication Plugin FrameworkSam Hartman1-0/+2
2006-06-26 * src/lib/krb5_32.def: Export krb5_copy_contextTom Yu1-5/+11
2006-06-26 * src/include/krb5/krb5.hin: Add prototype for krb5_copy_contextTom Yu1-0/+81
2006-06-10Since it appears we don't actually set the conf_tgs_ktypes field except in thisKen Raeburn1-14/+1
2006-05-16* lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn1-5/+11
2006-04-21unsigned/signed int warnings in krb5_context variablesEzra Peisach1-1/+1
2005-02-16* init_ctx.c (init_common): Delete redundant library initialization call thatKen Raeburn1-4/+16
2004-06-02Add/remove error tables in library initialization/termination, not per context.Ken Raeburn1-3/+3
2004-04-24Added support for library initialization and finalization, and verificationKen Raeburn1-1/+3
2004-02-06Enable aes128-cts for clientSam Hartman1-0/+1
2003-07-09Export krb5_get_permitted_enctypes and krb5_set_real_time for SambaAlexandra Ellwood1-1/+1
2003-05-30* init_ctx.c (DEFAULT_KDC_TIMESYNC): Define as 1 always.Ken Raeburn1-8/+0
2003-05-10Add a new krb5_context field for the config-file tgs_enctypes, whichKen Raeburn1-5/+26
2003-04-18Note to self: Save buffers before checkin, not after. GrrKen Raeburn1-1/+5
2003-04-18* init_ctx.c (DEFAULT_ETYPE_LIST): Add AES with 256 bits at the front of theKen Raeburn1-0/+1
2003-03-06* appdefault.c: Fix constness to avoid warning. * init_ctx.c: Do the same stu...Alexandra Ellwood1-1/+1
2002-09-03protoizeKen Raeburn1-37/+12
2002-08-23* init_ctx.c (init_common): Initialize udp_pref_limit fieldKen Raeburn1-0/+2
2002-06-26 * appdefault.c, get_in_tkt.c: made conf_yes and conf_no const toTom Yu1-2/+2
2002-04-06call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn1-2/+2