| Commit message (Expand) | Author | Age | Files | Lines |
* | Move pty library from util/pty to appl/libpty; update Makefile.in and | Ken Raeburn | 2006-04-11 | 28 | -6/+25 |
* | * kdc_preauth.c (verify_enc_timestamp): Initialize decrypt_err | Ken Raeburn | 2006-04-10 | 2 | -1/+5 |
* | * client.c (usage): Mark as "noreturn" under gcc | Ken Raeburn | 2006-04-10 | 2 | -0/+7 |
* | * kdb5.c (kdb_unlock_lib_lock, kdb_destroy_lib_lock): Cast 0 to void to silence | Ken Raeburn | 2006-04-10 | 2 | -2/+7 |
* | * aclocal.m4 (KRB5_AC_CHECK_TYPE_WITH_HEADERS): Use quotes around tr arguments | Ken Raeburn | 2006-04-08 | 2 | -1/+3 |
* | * shlib.conf (*-*-linux*): Use linker flag --as-needed when | Ken Raeburn | 2006-04-08 | 2 | -1/+4 |
* | * kadm_net.c (kadm_cli_send): Use 0, not NULL, when checking numeric | Ken Raeburn | 2006-04-08 | 2 | -2/+5 |
* | Move definitions of KRB5_PRIVATE and KRB5_DEPRECATED from autoconf.h | Ken Raeburn | 2006-04-08 | 4 | -2/+13 |
* | * fakeenv.c: Unused file deleted | Ken Raeburn | 2006-04-08 | 2 | -88/+4 |
* | Add prerequisites for some header checks to avoid "present but cannot | Tom Yu | 2006-04-05 | 4 | -2/+27 |
* | * setenv.c: Include autoconf.h | Ken Raeburn | 2006-04-04 | 2 | -0/+5 |
* | * getdate.y: Include autoconf.h always. Don't include config.h | Ken Raeburn | 2006-04-04 | 2 | -7/+5 |
* | * Makefile.in ($(srcdir)/profile_tcl.c): Don't invoke swig automatically | Ken Raeburn | 2006-04-04 | 2 | -1/+6 |
* | make depend | Ken Raeburn | 2006-04-04 | 2 | -4/+4 |
* | more DEFS= | Ken Raeburn | 2006-04-04 | 24 | -0/+60 |
* | set DEFS empty in more places | Ken Raeburn | 2006-04-04 | 34 | -0/+85 |
* | * err_handle.c: Include autoconf.h and string.h. | Ken Raeburn | 2006-04-04 | 3 | -0/+13 |
* | * Makefile.in (DEFS): Make empty. | Ken Raeburn | 2006-04-04 | 3 | -0/+8 |
* | include autoconf.h in a few more places | Ken Raeburn | 2006-04-03 | 8 | -0/+17 |
* | * Makefile.in (DEFS): Make empty | Ken Raeburn | 2006-04-02 | 18 | -2/+45 |
* | Results from Kerberos Interop session: | Jeffrey Altman | 2006-04-02 | 39 | -264/+729 |
* | ticket: new | Jeffrey Altman | 2006-04-02 | 10 | -2/+167 |
* | don't use configure-defined macros on command line, use autoconf.h only | Ken Raeburn | 2006-04-02 | 30 | -0/+75 |
* | make depend | Ken Raeburn | 2006-04-01 | 4 | -59/+65 |
* | Include autoconf.h (or include it earlier) in a bunch of files that are | Ken Raeburn | 2006-04-01 | 37 | -3/+78 |
* | * db2_exp.c, kdb_db2.c: Include k5-int.h earlier | Ken Raeburn | 2006-04-01 | 3 | -2/+8 |
* | * configure.in: Check for access, ftime, getcwd, srand48, srand, srandom, stat, | Ken Raeburn | 2006-04-01 | 2 | -2/+64 |
* | * aclocal.m4 (KRB5_SOCKADDR_SA_LEN): Use AC_CHECK_MEMBER. | Ken Raeburn | 2006-04-01 | 2 | -48/+16 |
* | * configure.in: Never define size_t | Ken Raeburn | 2006-04-01 | 2 | -1/+4 |
* | * configure.in: Always provide three arguments to AC_DEFINE | Ken Raeburn | 2006-03-31 | 2 | -16/+20 |
* | * configure.in: Remove the #undef lines for the PACKAGE_ macros | Ken Raeburn | 2006-03-31 | 2 | -12/+2 |
* | * configure.in: Don't test word sizes | Ken Raeburn | 2006-03-31 | 4 | -8/+8 |
* | * kt_file.c (krb5_ktf_keytab_externalize, krb5_ktf_keytab_internalize): Read | Ken Raeburn | 2006-03-31 | 2 | -21/+13 |
* | * secure.c: Include autoconf.h. Include stdint.h and inttypes.h if available. | Ken Raeburn | 2006-03-31 | 2 | -9/+16 |
* | * prof_int.h (SIZEOF_INT, SIZEOF_SHORT, SIZEOF_LONG)[_WIN32]: Don't define | Ken Raeburn | 2006-03-31 | 4 | -19/+17 |
* | * configure.in: Don't test sizes of natural types | Ken Raeburn | 2006-03-31 | 2 | -3/+4 |
* | Stop checking sizeof(type) at configure time. | Ken Raeburn | 2006-03-31 | 6 | -19/+28 |
* | * util_token.c: Include limits.h. | Ken Raeburn | 2006-03-31 | 2 | -3/+11 |
* | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 64 | -4122/+4221 |
* | * depfix.pl (uniquify): Sort dependencies, so little tweaks to include orders | Ken Raeburn | 2006-03-31 | 2 | -2/+13 |
* | make depend | Ken Raeburn | 2006-03-30 | 1 | -6/+5 |
* | * klist.c: Include autoconf.h first | Ken Raeburn | 2006-03-30 | 2 | -1/+5 |
* | * dyn.c (DynDelete, DynInsert, DynPut): Delete bcopy branches. | Ken Raeburn | 2006-03-30 | 2 | -22/+5 |
* | * aesopt.h: Include autoconf.h | Ken Raeburn | 2006-03-30 | 3 | -3/+10 |
* | * shs.c: Include shs.h first | Ken Raeburn | 2006-03-30 | 2 | -1/+5 |
* | * pty-int.h: Include autoconf.h | Ken Raeburn | 2006-03-30 | 3 | -17/+23 |
* | make depend | Ken Raeburn | 2006-03-30 | 1 | -24/+27 |
* | * ss_internal.h: Include autoconf.h | Ken Raeburn | 2006-03-30 | 2 | -0/+5 |
* | * k524init.c: Include autoconf.h | Ken Raeburn | 2006-03-30 | 3 | -2/+7 |
* | * configure.in: Put definition of KRB5_AUTOCONF_H at top of header file, not | Ken Raeburn | 2006-03-30 | 2 | -3/+9 |