aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2005-02-03* Makefile.in (gssapi.h): Change SIZEOF symbols to start with GSS_ whenKen Raeburn3-9/+14
2005-02-03* configure.in: Check for xom.h. Set include_xom to a C include directive orKen Raeburn2-0/+9
2005-01-28 * t_walk_rtree.c (main): Free context at end to allow searchingEzra Peisach2-0/+6
2005-01-17Some applications such as Eudora on Windows load and unload the KerberosJeffrey Altman4-2/+15
2005-01-17 krb5_unparse_name(), krb5_unparse_name_ext():Jeffrey Altman2-14/+20
2005-01-17 * gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): More memory leaksEzra Peisach2-30/+54
2005-01-17subject; krb5_do_preauth could attempt to free NULL pointerEzra Peisach2-1/+8
2005-01-15 * rc_dfl.c: Move the extraction of the struct dfl_dataJeffrey Altman2-3/+8
2005-01-15 * cp_key_cnt.c, copy_princ.c:Jeffrey Altman3-19/+34
2005-01-14Fix braino in previous change to xdr_bytes. New test case forTom Yu3-4/+7
2005-01-14 * authgss_prot.c (xdr_rpc_gss_wrap_data): Use xdr_alloc to avoidTom Yu3-37/+32
2005-01-14* cc_file.c (struct _krb5_fcc_data): Fields disk_file_lock, file_is_lockedKen Raeburn2-40/+13
2005-01-14* prng.c (krb5int_prng_init): Incorporate do_yarrow_init body. Don't checkKen Raeburn2-28/+19
2005-01-14* yarrow.c (yarrow_reseed_locked): Renamed from krb5int_yarrow_reseed and madeKen Raeburn2-6/+27
2005-01-13 correction to previous commit. do not call krb5_gss_release_cred()Jeffrey Altman1-11/+46
2005-01-13Tree does not compile with GCC 4.0Ezra Peisach2-0/+6
2005-01-13 Fix the calls to krb5_gss_release_cred to pass in the correct type.Jeffrey Altman3-41/+19
2005-01-13 * prng.c (read_entropy_from_device): Use ssize_t, not size_t, soTom Yu2-1/+6
2005-01-12Fix some potential resource leaks in dnsglue.cTom Yu2-17/+43
2005-01-122005-01-11 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2-13/+30
2005-01-12* gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): Free credentials retrieved fromKen Raeburn2-276/+331
2005-01-08* crc-32.h (mit_crc32): Remove gratuitous "const" in argument declarationKen Raeburn2-1/+6
2005-01-06make dependTom Yu1-0/+6
2005-01-05 Add new function krb5_boolean krb5_is_thread_safe(void) to library.Jeffrey Altman7-0/+57
2005-01-03krb5_parse_name not thread-safe, not responsive to environment changesKen Raeburn2-2/+9
2004-12-30run "make depend"Ken Raeburn34-2431/+2623
2004-12-28Memory leak in asn1_decode_generaltimeEzra Peisach2-0/+6
2004-12-25Memory leaks in ccache due to thread integrationEzra Peisach2-0/+10
2004-12-20fix MITKRB5-SA-2004-004Tom Yu2-35/+74
2004-12-20Mark krb5_principal2salt has being declared with the wrong calling conventionJeffrey Altman2-3/+8
2004-12-162004-12-16 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2-0/+12
2004-12-15 remove unnecessary if statementJeffrey Altman1-2/+0
2004-12-152004-12-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2-43/+88
2004-12-152004-12-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman3-3/+7
2004-12-08* include/k5-int.h (struct _krb5int_access): Add function pointer fieldKen Raeburn4-13/+27
2004-12-06allow build with KRB5_DNS_LOOKUP undefinedTom Yu2-0/+7
2004-11-26fix missing mutex initialization in keytab file codeKen Raeburn2-0/+12
2004-11-24fix missing locking in keytab; fix stdio handling tooKen Raeburn2-24/+102
2004-11-24set errno=0 prior to fopen in kt_fileTom Yu2-2/+11
2004-11-23KDC on Tru64 was hanging because of another case where Yarrow codeKen Raeburn2-12/+47
2004-11-19* locate_kdc.c (krb5int_add_host_to_list): If debugging, log the requestedKen Raeburn4-10/+32
2004-11-19 * kt_file.c (krb5_ktfileint_open): Patch from Roland Dowdeswell toTom Yu2-2/+7
2004-11-19* cc_mslsa.c (MSCredToMITCred): Don't create an empty array for addresses, justKen Raeburn2-6/+6
2004-11-18* Makefile.in (SHLIB_EXPLIBS): Remove -ldl accidentally added in last changeKen Raeburn2-1/+6
2004-11-18install rpc headers into correct directoryTom Yu2-2/+7
2004-11-17* prng.c (do_yarrow_init): Move mutex initialization here.Ken Raeburn2-1/+12
2004-11-17* Makefile.in (SHLIB_EXPDEPS, SHLIB_EXPLIBS): Add support libraryKen Raeburn2-2/+7
2004-11-16oops, bad updateKen Raeburn1-2/+2
2004-11-16make dependKen Raeburn2-19/+19
2004-11-16make dependKen Raeburn1-4/+5