| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops. Fixes last night's test failures in last night's build.. | Ken Raeburn | 2004-06-03 | 2 | -0/+6 |
* | update for krb5-1.3.4-beta1 | Tom Yu | 2004-06-03 | 1 | -0/+32 |
* | Checkpoint notes on thread safety technique and status of various libraries | Ken Raeburn | 2004-06-03 | 3 | -0/+228 |
* | Closer to thread-safe.. | Ken Raeburn | 2004-06-03 | 3 | -1/+17 |
* | The com_err library is now probably as thread-safe as it's going to get, on | Ken Raeburn | 2004-06-03 | 4 | -8/+74 |
* | * k5-thread.h: Error out at compile time if thread support is enabled but the | Ken Raeburn | 2004-06-02 | 2 | -0/+25 |
* | * prng.c (init_once): Variable deleted. | Ken Raeburn | 2004-06-02 | 2 | -9/+13 |
* | * disp_com_err_status.c (init_et): Variable deleted. | Ken Raeburn | 2004-06-02 | 2 | -5/+7 |
* | * gss_libinit.c (gssint_lib_init): Initialize error tables here. | Ken Raeburn | 2004-06-02 | 2 | -28/+18 |
* | Oops. Add and remove k524 error table too | Ken Raeburn | 2004-06-02 | 2 | -1/+4 |
* | Add/remove error tables in library initialization/termination, not per context. | Ken Raeburn | 2004-06-02 | 6 | -23/+28 |
* | * srv_rcache.c (krb5_get_server_rcache): Use krb5_rc_resolve_full instead of | Ken Raeburn | 2004-06-02 | 2 | -13/+13 |
* | Move definitions of struct krb5_rc_st, struct _krb5_rc_ops, krb5_rc_ops, and | Ken Raeburn | 2004-06-02 | 8 | -39/+56 |
* | fix missing braces in an_to_ln.c security patch | Tom Yu | 2004-06-02 | 2 | -1/+7 |
* | fix buffer overflow in an_to_ln.c | Tom Yu | 2004-06-01 | 2 | -4/+48 |
* | * kadmin.h, keytab.c: Remove inclusion of k5-int.h | Ezra Peisach | 2004-05-31 | 3 | -2/+4 |
* | * error_message.c (terminated): New variable. | Ken Raeburn | 2004-05-31 | 2 | -0/+14 |
* | * aclocal.m4 (KRB5_AC_GCC_ATTRS): On AIX 4, mark the destructor attribute as | Ken Raeburn | 2004-05-30 | 2 | -0/+20 |
* | * shlib.conf (*-*-aix*): Use linker options for library finalization | Ken Raeburn | 2004-05-30 | 2 | -1/+10 |
* | * getdate.y: Include krb5.h and kadmin.h. | Ken Raeburn | 2004-05-30 | 5 | -9/+38 |
* | Silence some gcc compilation warnings: | Ken Raeburn | 2004-05-30 | 2 | -5/+10 |
* | * clnt_tcp.c: Include string.h | Ken Raeburn | 2004-05-30 | 2 | -0/+6 |
* | * k5-int.h (krb5int_crypto_init, krb5int_prng_init): Declare | Ken Raeburn | 2004-05-30 | 2 | -0/+7 |
* | * setenv.c: Include string.h | Ken Raeburn | 2004-05-30 | 2 | -0/+5 |
* | Add prototypes for library init and fini functions. Makefile dependencies | Ezra Peisach | 2004-05-28 | 15 | -6/+129 |
* | * win-pre.in (CP): Copy nul: plus the file, to avoid carrying over the original | Ken Raeburn | 2004-05-27 | 2 | -1/+9 |
* | * 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 |
* | * configure.in: When generating prtest, use AC_CONFIG_FILES | Ezra Peisach | 2004-05-24 | 2 | -1/+7 |
* | (main): Invoke krb5_free_context at exit to allow | Ezra Peisach | 2004-05-24 | 2 | -1/+11 |
* | * kdb5_mkdums.c (main): Fix memory leak of master principal at exit | Ezra Peisach | 2004-05-24 | 2 | -0/+9 |
* | Use compile-time tests using system headers to determine byte order on AIX. | Ken Raeburn | 2004-05-23 | 4 | -1/+13 |
* | * kfw.nsi, kfw-fixed.nsi, utils.nsi: | Jeffrey Altman | 2004-05-17 | 4 | -188/+241 |
* | 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 |
* | Pass architecture environment to krb5 build system | Alexandra Ellwood | 2004-05-14 | 1 | -11/+12 |
* | * 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 |
* | * k5-thread.h: On IRIX, with threads enabled, reject gcc older than v3 | Ken Raeburn | 2004-05-13 | 2 | -3/+3 |
* | * k5-thread.h: On IRIX, if gcc is older than v3, tell the user to get a newer | Ken Raeburn | 2004-05-13 | 2 | -1/+9 |