| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * clnt_tcp.c: Include string.h | Ken Raeburn | 2004-05-30 | 2 | -0/+6 |
| * | Add prototypes for library init and fini functions. Makefile dependencies | Ezra Peisach | 2004-05-28 | 15 | -6/+129 |
| * | * yarrow.c (krb5int_yarrow_final): Call | Ezra Peisach | 2004-05-26 | 4 | -0/+23 |
| * | * cc_mslsa.c: GetMSTGT(). Add krb5_context | Jeffrey Altman | 2004-05-26 | 2 | -32/+26 |
| * | * cc_mslsa.c: GetMSTGT() Initialize pTicketRequest to NULL to prevent | Jeffrey Altman | 2004-05-26 | 2 | -1/+6 |
| * | * aesopt.h (PLATFORM_BYTE_ORDER): Treat _WIN32 as always | Tom Yu | 2004-05-25 | 2 | -11/+23 |
| * | * keytab.c (krb5_ktkdb_get_entry): Change local variable rom int | Ezra Peisach | 2004-05-25 | 2 | -1/+7 |
| * | * conv_creds.c (krb5int_encode_v4tkt): Unsigned vs signed warning fix | Ezra Peisach | 2004-05-25 | 2 | -1/+6 |
| * | * aes.c (krb5int_aes_encrypt): Signed/unsigned warning fix | Ezra Peisach | 2004-05-25 | 2 | -2/+8 |
| * | * t_encrypt.c (compare_results): Declare static. | Ezra Peisach | 2004-05-24 | 3 | -3/+12 |
| * | krb5_rc_io_open_internal might try to invoke with negative argument | Ezra Peisach | 2004-05-24 | 2 | -1/+7 |
| * | * t_ser.c (ser_keytab_test): Cleanup memory leak of forgetting to | Ezra Peisach | 2004-05-24 | 3 | -6/+13 |
| * | * t_cc.c (cc_test): Clean up memory leaks in tests | Ezra Peisach | 2004-05-24 | 2 | -0/+15 |
| * | The memory allocated by ConstructTicketRequest is not LSA memory | Jeffrey Altman | 2004-05-15 | 2 | -2/+3 |
| * | 2004-05-15 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2004-05-15 | 2 | -13/+20 |
| * | * libgssapi_krb5.exports: Remove et_*, generic_*, gssint_*, initialize_*, kg_... | Ken Raeburn | 2004-05-13 | 2 | -61/+5 |
| * | Link test programs against thread support library | Ken Raeburn | 2004-05-13 | 8 | -13/+33 |
| * | * send_tgs.c: krb5_send_tgs() was broken in the case of a KRB_ERROR | Jeffrey Altman | 2004-05-13 | 2 | -0/+9 |
| * | * libk5crypto.exports: Add the DES tables back in; libdes425 uses them directly | Ken Raeburn | 2004-05-13 | 2 | -0/+8 |
| * | * configure.in: Check for endian.h and machine/endian.h. | Ken Raeburn | 2004-05-07 | 4 | -7/+25 |
| * | Patch from Matt Crawford to allow matching on realm in cross-realm | Sam Hartman | 2004-05-07 | 2 | -4/+11 |
| * | * libkrb5.exports: Export krb5int_foreach_localaddr for now | Ken Raeburn | 2004-05-06 | 2 | -0/+5 |
| * | Rename header file foreachaddr.c to foreachaddr.h, now that it isn't | Ken Raeburn | 2004-05-05 | 3 | -3/+4 |
| * | * localaddr.c: Incorporate foreach_localaddr implementation. Export it as | Ken Raeburn | 2004-05-05 | 2 | -1/+792 |
| * | * rc_dfl.c (krb5_rc_dfl_expunge_locked): Declare before use | Ken Raeburn | 2004-05-03 | 2 | -0/+7 |
| * | Use the new mutex in the replay cache structure | Ken Raeburn | 2004-05-01 | 3 | -17/+103 |
| * | * prng.c (krb5int_prng_cleanup): Destroy the mutex | Ken Raeburn | 2004-05-01 | 2 | -0/+3 |
| * | * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variables | Ken Raeburn | 2004-05-01 | 2 | -0/+3 |
| * | update dependencies | Ken Raeburn | 2004-05-01 | 2 | -143/+174 |
| * | Add a mutex for the shared static storage used by Yarrow | Ken Raeburn | 2004-05-01 | 4 | -44/+89 |
| * | * libk5crypto.exports: Drop the library init/fini functions and the DES tables | Ken Raeburn | 2004-04-30 | 2 | -5/+5 |
| * | update dependencies | Ken Raeburn | 2004-04-24 | 8 | -558/+667 |
| * | Handle the somewhat common fixed case of time value 0 more efficiently | Ken Raeburn | 2004-04-24 | 3 | -16/+36 |
| * | * conv_creds.c (krb524_init_ets, krb524_convert_creds_kdc): Add forward decla... | Ken Raeburn | 2004-04-24 | 2 | -1/+12 |
| * | update dependencies | Ken Raeburn | 2004-04-24 | 13 | -155/+169 |
| * | updated dependencies | Ken Raeburn | 2004-04-24 | 8 | -314/+350 |
| * | Added support for library initialization and finalization, and verification | Ken Raeburn | 2004-04-24 | 16 | -37/+199 |
| * | * gssapi_krb5.c (kg_get_ccache_name): Don't test err while it's still known to | Ken Raeburn | 2004-04-24 | 2 | -32/+27 |
| * | Delete a couple of symbols that are only defined when krb4 is enabled, | Ken Raeburn | 2004-04-23 | 1 | -2/+0 |
| * | update dependencies | Ken Raeburn | 2004-04-23 | 4 | -96/+136 |
| * | add newline at end of file | Ken Raeburn | 2004-04-23 | 1 | -1/+1 |
| * | Add files containing the export lists used on UNIX, in each directory | Ken Raeburn | 2004-04-22 | 18 | -0/+1922 |
| * | krb5_get_in_tkt ignores lifetime | Sam Hartman | 2004-04-16 | 3 | -5/+17 |
| * | Fix memory leak when not sending to master KDC in | Sam Hartman | 2004-04-15 | 2 | -0/+9 |
| * | Since we must reserve the single letter prefixes on all platforms | Jeffrey Altman | 2004-04-13 | 4 | -8/+12 |
| * | Treat keytab and ccache names without prefixes as type FILE: | Jeffrey Altman | 2004-04-13 | 4 | -17/+50 |
| * | * ccbase.c: the krb5_cc_resolve() function pointer ccresolver | Jeffrey Altman | 2004-04-13 | 2 | -3/+11 |
| * | * k5unseal.c: gss_krb5int_unseal_token_v3() takes a pointer to | Jeffrey Altman | 2004-04-13 | 3 | -2/+10 |
| * | ktbase.c - restore the thread safety changes which were accidently | Jeffrey Altman | 2004-04-08 | 2 | -16/+44 |
| * | On Windows, a single letter followed by colon is used to identify | Jeffrey Altman | 2004-04-08 | 2 | -36/+27 |