summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/init_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add entropy source identifiers for random seed callsSam Hartman2001-11-261-1/+1
* When initiating GSSAPI context override tgs-enctypesSam Hartman2001-11-181-2/+9
* * init_ctx.c (DEFAULT_ETYPE_LIST): Ensure space present afterEzra Peisach2001-11-161-1/+1
* 2001-11-07 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-11-071-1/+1
* * init_ctx.c (init_common): After fetching kdc_default_options value fromKen Raeburn2001-10-101-1/+1
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-4/+4
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-3/+3
* * init_ctx.c (get_profile_etype_list): Fix etype-counting loop soTom Yu2001-06-301-4/+2
* * Makefile.in (t_walk_rtree, t_kerb): Do not link against kdb librariesEzra Peisach2001-06-121-2/+6
* * init_ctx.c (get_profile_etype_list): Zero out multiple separator charactersKen Raeburn2001-06-021-2/+2
* * init_ctx.c (DEFAULT_ETYPE_LIST): New macro. Old etype list, plus des-md4,Ken Raeburn2001-03-311-3/+11
* * init_ctx.c: Provide a full prototype for init_common()Ezra Peisach2001-03-111-1/+1
* * t_walk_rtree.c (main): Declare as returning intEzra Peisach2000-06-301-0/+4
* pullup from 1.2 branchKen Raeburn2000-06-271-8/+22
* Add krb5_get_prompt_types() functionalityDanilo Almeida2000-03-161-1/+1
* * init_ctx.c (get_profile_etype_list): Discard DESONLY changes from 1999-09-01,Ken Raeburn2000-01-271-19/+5
* * init_ctx.c (get_profile_etype_list): Report an error if noKen Raeburn1999-12-061-0/+6
* merge 1.1 branch, to 12/1/99Ken Raeburn1999-12-061-0/+19
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* from 1.1 branch:Ken Raeburn1999-09-011-6/+20
* Document why krb5_win_ccdll_load is called way early in code.Danilo Almeida1999-08-051-3/+7
* * init_ctx.c (get_profile_etype_list): Use profile_release_stringDanilo Almeida1999-08-051-2/+4
* * init_ctx.c (krb5_free_context): Set field pointers to NULL after freeingKen Raeburn1999-06-181-5/+13
* init_ctx.c (krb5_init_context): Pass the context toTheodore Tso1999-05-131-2/+2