summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* subject; krb5_do_preauth could attempt to free NULL pointerEzra Peisach2005-01-172-1/+8
* * rc_dfl.c: Move the extraction of the struct dfl_dataJeffrey Altman2005-01-152-3/+8
* * cp_key_cnt.c, copy_princ.c:Jeffrey Altman2005-01-153-19/+34
* Fix braino in previous change to xdr_bytes. New test case forTom Yu2005-01-143-4/+7
* * authgss_prot.c (xdr_rpc_gss_wrap_data): Use xdr_alloc to avoidTom Yu2005-01-143-37/+32
* * cc_file.c (struct _krb5_fcc_data): Fields disk_file_lock, file_is_lockedKen Raeburn2005-01-142-40/+13
* * prng.c (krb5int_prng_init): Incorporate do_yarrow_init body. Don't checkKen Raeburn2005-01-142-28/+19
* * yarrow.c (yarrow_reseed_locked): Renamed from krb5int_yarrow_reseed and madeKen Raeburn2005-01-142-6/+27
* correction to previous commit. do not call krb5_gss_release_cred()Jeffrey Altman2005-01-131-11/+46
* Tree does not compile with GCC 4.0Ezra Peisach2005-01-132-0/+6
* Fix the calls to krb5_gss_release_cred to pass in the correct type.Jeffrey Altman2005-01-133-41/+19
* * prng.c (read_entropy_from_device): Use ssize_t, not size_t, soTom Yu2005-01-132-1/+6
* Fix some potential resource leaks in dnsglue.cTom Yu2005-01-122-17/+43
* 2005-01-11 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2005-01-122-13/+30
* * gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): Free credentials retrieved fromKen Raeburn2005-01-122-276/+331
* * crc-32.h (mit_crc32): Remove gratuitous "const" in argument declarationKen Raeburn2005-01-082-1/+6
* make dependTom Yu2005-01-061-0/+6
* Add new function krb5_boolean krb5_is_thread_safe(void) to library.Jeffrey Altman2005-01-057-0/+57
* krb5_parse_name not thread-safe, not responsive to environment changesKen Raeburn2005-01-032-2/+9
* run "make depend"Ken Raeburn2004-12-3034-2431/+2623
* Memory leak in asn1_decode_generaltimeEzra Peisach2004-12-282-0/+6
* Memory leaks in ccache due to thread integrationEzra Peisach2004-12-252-0/+10
* fix MITKRB5-SA-2004-004Tom Yu2004-12-202-35/+74
* Mark krb5_principal2salt has being declared with the wrong calling conventionJeffrey Altman2004-12-202-3/+8
* 2004-12-16 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-12-162-0/+12
* remove unnecessary if statementJeffrey Altman2004-12-151-2/+0
* 2004-12-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-12-152-43/+88
* 2004-12-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-12-153-3/+7
* * include/k5-int.h (struct _krb5int_access): Add function pointer fieldKen Raeburn2004-12-084-13/+27
* allow build with KRB5_DNS_LOOKUP undefinedTom Yu2004-12-062-0/+7
* fix missing mutex initialization in keytab file codeKen Raeburn2004-11-262-0/+12
* fix missing locking in keytab; fix stdio handling tooKen Raeburn2004-11-242-24/+102
* set errno=0 prior to fopen in kt_fileTom Yu2004-11-242-2/+11
* KDC on Tru64 was hanging because of another case where Yarrow codeKen Raeburn2004-11-232-12/+47
* * locate_kdc.c (krb5int_add_host_to_list): If debugging, log the requestedKen Raeburn2004-11-194-10/+32
* * kt_file.c (krb5_ktfileint_open): Patch from Roland Dowdeswell toTom Yu2004-11-192-2/+7
* * cc_mslsa.c (MSCredToMITCred): Don't create an empty array for addresses, justKen Raeburn2004-11-192-6/+6
* * Makefile.in (SHLIB_EXPLIBS): Remove -ldl accidentally added in last changeKen Raeburn2004-11-182-1/+6
* install rpc headers into correct directoryTom Yu2004-11-182-2/+7
* * prng.c (do_yarrow_init): Move mutex initialization here.Ken Raeburn2004-11-172-1/+12
* * Makefile.in (SHLIB_EXPDEPS, SHLIB_EXPLIBS): Add support libraryKen Raeburn2004-11-172-2/+7
* oops, bad updateKen Raeburn2004-11-161-2/+2
* make dependKen Raeburn2004-11-162-19/+19
* make dependKen Raeburn2004-11-161-4/+5
* Now a kvno invocation will only open the ccache file a small number ofKen Raeburn2004-11-162-2/+23
* Create a ccache get-flags operation.Ken Raeburn2004-11-168-1/+94
* Convert Yarrow to use AES not 3des. Update test vectorsSam Hartman2004-11-166-11/+20
* * yarrow.c (krb5int_yarrow_input, krb5int_yarrow_final): Don't check forKen Raeburn2004-11-012-7/+47
* push yarrow locking down into the yarrow code to reduce contentionKen Raeburn2004-10-304-17/+29
* * Initial commit of C CCAPI implementationJeffrey Altman2004-10-2746-0/+10711