summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/init_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* Trace loggingGreg Hudson2010-06-071-1/+10
* set_default_enctype_var should filter not reject weak enctypesTom Yu2010-02-011-8/+20
* disable weak crypto by defaultTom Yu2010-01-051-1/+1
* Factor out copying and counting of zero-terminated enctype lists intoGreg Hudson2010-01-011-20/+3
* Eliminate the krb5_set_default_in_tkt_ktypes andGreg Hudson2009-12-301-7/+0
* Create a separate file for krb5_copy_context for better code modularityZhanna Tsitkov2009-12-291-63/+0
* Move krb5_get_profile back to init_os_ctx.c for now and revert r23519.Greg Hudson2009-12-281-7/+0
* Include prof_int.h in init_ctx.c instead of init_os_ctx.c,Ken Raeburn2009-12-281-0/+1
* Code modularity related updatesZhanna Tsitkov2009-12-231-0/+6
* Get rid of the requirement of defining MAX_ENCTYPE inGreg Hudson2009-12-151-36/+56
* handle negative enctypes betterTom Yu2009-12-071-2/+3
* make mark-cstyleTom Yu2009-10-311-253/+254
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-281-2/+2
* Enctype list configuration enhancementsGreg Hudson2009-07-291-76/+124
* Use zero-terminated enctype lists in the context structure instead ofGreg Hudson2009-07-271-117/+79
* Unfortunately, pre-1.7 krshd fails to support keyed checksums becauseSam Hartman2009-04-031-1/+1
* make krb5_free_* functions ignore NULLKen Raeburn2009-02-091-15/+8
* Use macros for config parametersZhanna Tsitkov2009-02-041-23/+23
* Default allow_weak_crypto=true for now. Default supported_enctypes toTom Yu2009-01-311-1/+1
* disable single-DES by defaultTom Yu2009-01-281-2/+15
* PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult...Zhanna Tsitkov2008-11-171-0/+32
* malloc+memset(,0,) -> callocKen Raeburn2008-08-071-2/+1
* misc memory leaksKen Raeburn2008-06-271-1/+3
* Change krb5_context.db_context to point to the real structure type,Ken Raeburn2008-06-021-2/+2
* Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn2007-05-211-6/+6
* Remove unused scc_default_format field from krb5_contextKen Raeburn2007-03-261-1/+0
* build the trunk on Windows (again)Jeffrey Altman2006-12-081-1/+1
* free error message when freeing contextKevin Coffman2006-11-211-0/+2
* Modify the preath plugin interface so that a plugin's context isKevin Coffman2006-11-011-0/+1
* Preauthentication Plugin FrameworkSam Hartman2006-10-031-0/+2
* * src/lib/krb5_32.def: Export krb5_copy_contextTom Yu2006-06-261-5/+11
* * src/include/krb5/krb5.hin: Add prototype for krb5_copy_contextTom Yu2006-06-261-0/+81
* Since it appears we don't actually set the conf_tgs_ktypes field except in thisKen Raeburn2006-06-101-14/+1
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-161-5/+11
* unsigned/signed int warnings in krb5_context variablesEzra Peisach2006-04-211-1/+1
* * init_ctx.c (init_common): Delete redundant library initialization call thatKen Raeburn2005-02-161-4/+16
* Add/remove error tables in library initialization/termination, not per context.Ken Raeburn2004-06-021-3/+3
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-241-1/+3
* Enable aes128-cts for clientSam Hartman2004-02-061-0/+1
* Export krb5_get_permitted_enctypes and krb5_set_real_time for SambaAlexandra Ellwood2003-07-091-1/+1
* * init_ctx.c (DEFAULT_KDC_TIMESYNC): Define as 1 always.Ken Raeburn2003-05-301-8/+0
* Add a new krb5_context field for the config-file tgs_enctypes, whichKen Raeburn2003-05-101-5/+26
* Note to self: Save buffers before checkin, not after. GrrKen Raeburn2003-04-181-1/+5
* * init_ctx.c (DEFAULT_ETYPE_LIST): Add AES with 256 bits at the front of theKen Raeburn2003-04-181-0/+1
* * appdefault.c: Fix constness to avoid warning. * init_ctx.c: Do the same stu...Alexandra Ellwood2003-03-061-1/+1
* protoizeKen Raeburn2002-09-031-37/+12
* * init_ctx.c (init_common): Initialize udp_pref_limit fieldKen Raeburn2002-08-231-0/+2
* * appdefault.c, get_in_tkt.c: made conf_yes and conf_no const toTom Yu2002-06-261-2/+2
* call krb5_c_ versions of enctype/cksumtype checking routinesKen Raeburn2002-04-061-2/+2
* Implement code to get random data from /dev/{random,urandom}. ForSam Hartman2002-01-081-1/+3