| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | subject; krb5_do_preauth could attempt to free NULL pointer | Ezra Peisach | 2005-01-17 | 2 | -1/+8 |
* | * rc_dfl.c: Move the extraction of the struct dfl_data | Jeffrey Altman | 2005-01-15 | 2 | -3/+8 |
* | * cp_key_cnt.c, copy_princ.c: | Jeffrey Altman | 2005-01-15 | 3 | -19/+34 |
* | Fix braino in previous change to xdr_bytes. New test case for | Tom Yu | 2005-01-14 | 3 | -4/+7 |
* | * authgss_prot.c (xdr_rpc_gss_wrap_data): Use xdr_alloc to avoid | Tom Yu | 2005-01-14 | 3 | -37/+32 |
* | * cc_file.c (struct _krb5_fcc_data): Fields disk_file_lock, file_is_locked | Ken Raeburn | 2005-01-14 | 2 | -40/+13 |
* | * prng.c (krb5int_prng_init): Incorporate do_yarrow_init body. Don't check | Ken Raeburn | 2005-01-14 | 2 | -28/+19 |
* | * yarrow.c (yarrow_reseed_locked): Renamed from krb5int_yarrow_reseed and made | Ken Raeburn | 2005-01-14 | 2 | -6/+27 |
* | correction to previous commit. do not call krb5_gss_release_cred() | Jeffrey Altman | 2005-01-13 | 1 | -11/+46 |
* | Tree does not compile with GCC 4.0 | Ezra Peisach | 2005-01-13 | 2 | -0/+6 |
* | Fix the calls to krb5_gss_release_cred to pass in the correct type. | Jeffrey Altman | 2005-01-13 | 3 | -41/+19 |
* | * prng.c (read_entropy_from_device): Use ssize_t, not size_t, so | Tom Yu | 2005-01-13 | 2 | -1/+6 |
* | Fix some potential resource leaks in dnsglue.c | Tom Yu | 2005-01-12 | 2 | -17/+43 |
* | 2005-01-11 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2005-01-12 | 2 | -13/+30 |
* | * gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): Free credentials retrieved from | Ken Raeburn | 2005-01-12 | 2 | -276/+331 |
* | * crc-32.h (mit_crc32): Remove gratuitous "const" in argument declaration | Ken Raeburn | 2005-01-08 | 2 | -1/+6 |
* | make depend | Tom Yu | 2005-01-06 | 1 | -0/+6 |
* | Add new function krb5_boolean krb5_is_thread_safe(void) to library. | Jeffrey Altman | 2005-01-05 | 7 | -0/+57 |
* | krb5_parse_name not thread-safe, not responsive to environment changes | Ken Raeburn | 2005-01-03 | 2 | -2/+9 |
* | run "make depend" | Ken Raeburn | 2004-12-30 | 34 | -2431/+2623 |
* | Memory leak in asn1_decode_generaltime | Ezra Peisach | 2004-12-28 | 2 | -0/+6 |
* | Memory leaks in ccache due to thread integration | Ezra Peisach | 2004-12-25 | 2 | -0/+10 |
* | fix MITKRB5-SA-2004-004 | Tom Yu | 2004-12-20 | 2 | -35/+74 |
* | Mark krb5_principal2salt has being declared with the wrong calling convention | Jeffrey Altman | 2004-12-20 | 2 | -3/+8 |
* | 2004-12-16 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2004-12-16 | 2 | -0/+12 |
* | remove unnecessary if statement | Jeffrey Altman | 2004-12-15 | 1 | -2/+0 |
* | 2004-12-15 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2004-12-15 | 2 | -43/+88 |
* | 2004-12-15 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2004-12-15 | 3 | -3/+7 |
* | * include/k5-int.h (struct _krb5int_access): Add function pointer field | Ken Raeburn | 2004-12-08 | 4 | -13/+27 |
* | allow build with KRB5_DNS_LOOKUP undefined | Tom Yu | 2004-12-06 | 2 | -0/+7 |
* | fix missing mutex initialization in keytab file code | Ken Raeburn | 2004-11-26 | 2 | -0/+12 |
* | fix missing locking in keytab; fix stdio handling too | Ken Raeburn | 2004-11-24 | 2 | -24/+102 |
* | set errno=0 prior to fopen in kt_file | Tom Yu | 2004-11-24 | 2 | -2/+11 |
* | KDC on Tru64 was hanging because of another case where Yarrow code | Ken Raeburn | 2004-11-23 | 2 | -12/+47 |
* | * locate_kdc.c (krb5int_add_host_to_list): If debugging, log the requested | Ken Raeburn | 2004-11-19 | 4 | -10/+32 |
* | * kt_file.c (krb5_ktfileint_open): Patch from Roland Dowdeswell to | Tom Yu | 2004-11-19 | 2 | -2/+7 |
* | * cc_mslsa.c (MSCredToMITCred): Don't create an empty array for addresses, just | Ken Raeburn | 2004-11-19 | 2 | -6/+6 |
* | * Makefile.in (SHLIB_EXPLIBS): Remove -ldl accidentally added in last change | Ken Raeburn | 2004-11-18 | 2 | -1/+6 |
* | install rpc headers into correct directory | Tom Yu | 2004-11-18 | 2 | -2/+7 |
* | * prng.c (do_yarrow_init): Move mutex initialization here. | Ken Raeburn | 2004-11-17 | 2 | -1/+12 |
* | * Makefile.in (SHLIB_EXPDEPS, SHLIB_EXPLIBS): Add support library | Ken Raeburn | 2004-11-17 | 2 | -2/+7 |
* | oops, bad update | Ken Raeburn | 2004-11-16 | 1 | -2/+2 |
* | make depend | Ken Raeburn | 2004-11-16 | 2 | -19/+19 |
* | make depend | Ken Raeburn | 2004-11-16 | 1 | -4/+5 |
* | Now a kvno invocation will only open the ccache file a small number of | Ken Raeburn | 2004-11-16 | 2 | -2/+23 |
* | Create a ccache get-flags operation. | Ken Raeburn | 2004-11-16 | 8 | -1/+94 |
* | Convert Yarrow to use AES not 3des. Update test vectors | Sam Hartman | 2004-11-16 | 6 | -11/+20 |
* | * yarrow.c (krb5int_yarrow_input, krb5int_yarrow_final): Don't check for | Ken Raeburn | 2004-11-01 | 2 | -7/+47 |
* | push yarrow locking down into the yarrow code to reduce contention | Ken Raeburn | 2004-10-30 | 4 | -17/+29 |
* | * Initial commit of C CCAPI implementation | Jeffrey Altman | 2004-10-27 | 46 | -0/+10711 |