summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/init_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate internal fixed-width type wrappersGreg Hudson2014-02-261-1/+1
* Add a flag to prevent all host canonicalizationGreg Hudson2013-09-061-0/+5
* Use hostrealm interface for realm mappingGreg Hudson2013-08-151-0/+1
* Fix localauth memory leakGreg Hudson2013-08-121-0/+1
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-3/+5
* Add krb5_free_enctypes APIGreg Hudson2013-02-271-2/+2
* Add Camellia enctypes to default enctype listsGreg Hudson2012-11-141-0/+1
* De-conditionalize Camellia codeGreg Hudson2012-10-091-2/+0
* Rename and add to etype utility functionsGreg Hudson2012-06-071-15/+7
* Remove krb5_is_permitted_enctype_extGreg Hudson2012-06-071-32/+0
* Use correct profile var in krb5_get_tgs_ktypesGreg Hudson2012-06-011-1/+1
* Fix trace logging initializationGreg Hudson2012-04-051-1/+1
* If trace logging facility is enabled, report misconfiguration errors encounte...Zhanna Tsitkov2012-04-021-29/+47
* Revert r25669 pending clarification of goals and API reviewTom Yu2012-02-031-155/+67
* Added a new trace logging message TRACE_PROFILE_ERR to improve the diagnostic...Zhanna Tsitkov2012-02-031-67/+155
* Add KRB5_CALLCONV to krb5_init_context_profile definition in init_ctx.c Remov...Sam Hartman2011-09-191-1/+1
* Fix a typo in r25026Greg Hudson2011-09-151-6/+6
* Add krb5_cc_select() API and pluggable interfaceGreg Hudson2011-09-051-0/+1
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-6/+6
* Remove declaration of static function that no longer existsEzra Peisach2011-07-251-3/+0
* Add krb5_init_context_profile APIGreg Hudson2011-07-201-19/+20
* Fix memory leak introduced in r24969Greg Hudson2011-06-231-0/+1
* Add k5_plugin_register_dyn internal APIGreg Hudson2011-06-171-0/+7
* Include krb5_libinit.h always, since we call krb5int_initialize_library alwaysKen Raeburn2011-04-031-3/+0
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* Improve acceptor name flexibilityGreg Hudson2011-02-071-0/+7
* Add a trace log event for unrecognized enctypes in a profile enctypeGreg Hudson2011-01-211-4/+7
* Implement Camellia-CTS-CMAC instead of Camellia-CCMGreg Hudson2010-11-201-3/+3
* WhitespaceGreg Hudson2010-10-241-1/+2
* Try harder to retain the "brand" string in the shared libraryKen Raeburn2010-10-231-4/+13
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-071-0/+5
* New plugin infrastructureGreg Hudson2010-08-271-0/+2
* 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