aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5
AgeCommit message (Expand)AuthorFilesLines
1999-09-21* rc_dfl.c (krb5_rc_io_fetch): Set client and server fields toKen Raeburn2-0/+6
1999-09-02from 1.1 branchKen Raeburn4-13/+33
1999-09-01from 1.1 branch:Ken Raeburn7-16/+64
1999-09-01implement KRB5_TC_SUPPORTED_KTYPES and common _retrieve methods; from 1.1 branchKen Raeburn11-0/+395
1999-09-01new error code for multi-cryptosystem support, from 1.1 branchKen Raeburn2-0/+5
1999-08-21Use multiple addresses, if present, on Mac and WindowsDanilo Almeida2-24/+56
1999-08-10chpw.c (krb5_mk_chpw_req):Alexandra Ellwood1-5/+14
1999-08-101999-08-10 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood1-0/+7
1999-08-10(krb5_change_password):Alexandra Ellwood1-248/+284
1999-08-101999-08-10 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood1-0/+7
1999-08-09Provide Win32 implementation so that kinit and such work under Win32Danilo Almeida2-3/+104
1999-08-09Make sure we have FQDN in the case where we use gethostnameDanilo Almeida3-6/+38
1999-08-06* def_realm.c (krb5_get_default_realm): Check that we haveDanilo Almeida2-1/+5
1999-08-06Fix calling convention for krb5_get_profileDanilo Almeida2-1/+5
1999-08-05* t_std_conf.c (test_get_krbhst): Use krb5_free_krbhst toDanilo Almeida11-92/+158
1999-08-05Document why krb5_win_ccdll_load is called way early in code.Danilo Almeida2-3/+14
1999-08-05* init_ctx.c (get_profile_etype_list): Use profile_release_stringDanilo Almeida4-18/+34
1999-08-05* stdcc_util.c (deep_free_cc_v5_creds):Alexandra Ellwood1-0/+9
1999-08-05Added free(creds) to deep_free_cc_v5_creds so that someone is freeing the cc_...Alexandra Ellwood1-0/+2
1999-08-04Intialize out_creds pointer to 0 and then check whether it is 0 beforeDanilo Almeida2-4/+12
1999-08-03stdcc.c (krb5_stdcc_destroy):Alexandra Ellwood1-0/+6
1999-08-03Fixed a memory leak in krb5_stdcc_destroy(). The destroy function was failin...Alexandra Ellwood1-3/+13
1999-07-29nuke some ancient isode remnantsKen Raeburn2-1/+5
1999-07-27GetMacProfileFileSpec: fined bogus string conversionMiro Jurisic2-1/+4
1999-07-26merged changes from the Mac_V2_0_derivatives branch and added krb5_get_profileMiro Jurisic1-1/+30
1999-07-26c_ustime.c, init_os_ctx.c: merged changes from the Mac_V2_0_derivatives branchMiro Jurisic1-0/+11
1999-07-26Merged from Mac_V2_0_derivatives branchMiro Jurisic1-11/+34
1999-07-23Updating ChangeLogJeffrey Altman1-0/+15
1999-07-23Updating changelogJeffrey Altman1-0/+5
1999-07-23Add profile support for libdefaults dns_fallbackJeffrey Altman1-38/+55
1999-07-23Updated Windows section to use filespecs instead of filenamesJeffrey Altman1-9/+22
1999-07-23Add profile support for libdefaults dns_fallbackJeffrey Altman2-36/+70
1999-07-23Rename conf_boolean to krb5_conf_boolean and remove the static designationJeffrey Altman1-3/+4
1999-07-22more fixes for meeroh's patchKen Raeburn2-1/+2
1999-07-21* init_os_ctx.c (os_get_default_config_files): Fix some typos and missed nameKen Raeburn2-11/+18
1999-07-21Use Mac files specifiers for config files on MacOSMiro Jurisic1-79/+46
1999-07-11 * asn1_decode.c (asn1_decode_integer): Fix to deal with overflowsTom Yu2-8/+30
1999-07-06* KRB5-asn.py (PA-SAM-RESPONSE): Fix syntax error -- comma separating sequenceKen Raeburn2-4/+10
1999-07-04 * asn1buf.c (asn1buf_sync): Add length parameter to disambiguateTom Yu5-7/+21
1999-07-03 * asn1buf.h: New prototpyes for asn1buf_sync() andTom Yu5-10/+71
1999-07-01 * asn1buf.c (asn1buf_sync): Interim fix for DCE compat problemTom Yu2-1/+14
1999-06-30* locate_kdc.c (krb5_locate_kdc): Kerberos admin service name isKen Raeburn2-1/+7
1999-06-30krb5_try_realm_txt_rr() should allow the resolv library to expandJeffrey Altman1-8/+14
1999-06-29 * enc_helper.c (krb5_encrypt_helper): NULL out the pointer to theTom Yu2-2/+10
1999-06-21DNS lookup implementation, conditionally compiled under KRB5_DNS_LOOKUP (whichKen Raeburn4-43/+691
1999-06-18* init_ctx.c (krb5_free_context): Set field pointers to NULL after freeingKen Raeburn2-5/+19
1999-06-17 * asn1_encode.c (asn1_encode_generaltime): Fix minor bug inTom Yu2-1/+6
1999-06-17* ccdefname.c (get_from_registry_indirect, try_dir, get_from_os):Danilo Almeida3-120/+225
1999-06-16For profile name, enhance win32 heuristics to use environment variableDanilo Almeida3-50/+281
1999-06-16Fix windows build.Danilo Almeida10-18/+29