| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * admin.texinfo (Supported Encryption Types): Reflect new AES support in | Ken Raeburn | 2004-06-10 | 2 | -17/+20 |
| * | * Makefile.in (krb5/gssapi_krb5.h): Depend on recursion rule | Ken Raeburn | 2004-06-10 | 2 | -1/+5 |
| * | Install gssapi_krb5.h from build dir not srcdir | Sam Hartman | 2004-06-10 | 2 | -1/+4 |
| * | If channel bindings are supplied to server require them to be matched | Sam Hartman | 2004-06-09 | 2 | -15/+11 |
| * | ugh. revert last change | Ken Raeburn | 2004-06-09 | 2 | -6/+1 |
| * | * sendto_kdc.c (krb5int_sendtokdc_debug_handler) [!DEBUG]: Define as a macro, | Ken Raeburn | 2004-06-09 | 2 | -1/+6 |
| * | Run make depend | Sam Hartman | 2004-06-08 | 6 | -17/+21 |
| * | Patch from kwc@citi.umich.edu to support | Sam Hartman | 2004-06-08 | 15 | -116/+803 |
| * | * Makefile.in ($(srcdir)/krb5/autoconf.stmp): Always use --include, don't | Ken Raeburn | 2004-06-08 | 2 | -1/+8 |
| * | * Makefile.in ($(srcdir)/include/config.h.in): Always use --include, never try | Ken Raeburn | 2004-06-08 | 2 | -1/+6 |
| * | * aclocal.m4 (CONFIG_RULES): Don't set AUTOCONF, AUTOCONFFLAGS, AUTOHEADER, | Ken Raeburn | 2004-06-08 | 2 | -24/+5 |
| * | * pre.in (AUTOCONF, AUTOHEADER): Always set to autoconf and autoheader | Ken Raeburn | 2004-06-08 | 3 | -9/+14 |
| * | * shlib.conf (*-*-darwin*, *-*-rhapsody*): Add -Wl,-search_paths_first to | Ken Raeburn | 2004-06-08 | 2 | -0/+6 |
| * | * kpasswd.c (get_name_from_passwd_file): Do not cast return from | Ezra Peisach | 2004-06-07 | 3 | -1/+11 |
| * | * network.c (paddr): Use unsigned int for length. | Ezra Peisach | 2004-06-07 | 2 | -5/+14 |
| * | * yarrow.c (yarrow_str_error): Now const | Ken Raeburn | 2004-06-04 | 2 | -1/+5 |
| * | * asn1_encode.c (asn1_encode_generaltime): Use gmtime_r if available | Ken Raeburn | 2004-06-04 | 2 | -3/+16 |
| * | * str_conv.c (krb5_string_to_timestamp): Use localtime_r if available. | Ken Raeburn | 2004-06-04 | 2 | -2/+21 |
| * | * parse.c (krb5_parse_name): Use assert and abort, not exit | Ken Raeburn | 2004-06-04 | 2 | -5/+6 |
| * | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 40 | -85/+164 |
| * | Oops | Ken Raeburn | 2004-06-04 | 2 | -1/+9 |
| * | * kuserok.c (krb5_kuserok): Handle draft POSIX versions of getpwnam_r | Ken Raeburn | 2004-06-04 | 2 | -2/+20 |
| * | * prof_file.c (profile_open_file): Handle earlier (draft POSIX) specifications | Ken Raeburn | 2004-06-04 | 2 | -4/+13 |
| * | * configure.in: Check number of arguments to getpwnam_r and getpwuid_r and | Ken Raeburn | 2004-06-04 | 2 | -0/+33 |
| * | * configure.in: Check for getpwnam_r, gmtime_r, and localtime_r | Ken Raeburn | 2004-06-04 | 2 | -1/+5 |
| * | * configure.in: Check for various _r functions needed for thread safety. If | Ken Raeburn | 2004-06-04 | 2 | -0/+28 |
| * | bump some missed version numbers | Tom Yu | 2004-06-03 | 1 | -6/+6 |
| * | 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 |