| 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 | 1 | -2/+1 |
* | Add prerequisites for some header checks to avoid "present but cannot | Tom Yu | 2006-04-05 | 1 | -1/+9 |
* | * configure.in: Check for access, ftime, getcwd, srand48, srand, srandom, stat, | Ken Raeburn | 2006-04-01 | 1 | -2/+52 |
* | * configure.in: Remove the #undef lines for the PACKAGE_ macros | Ken Raeburn | 2006-03-31 | 1 | -11/+0 |
* | * configure.in: Don't test word sizes | Ken Raeburn | 2006-03-31 | 1 | -5/+0 |
* | * configure.in: Put definition of KRB5_AUTOCONF_H at top of header file, not | Ken Raeburn | 2006-03-30 | 1 | -3/+4 |
* | * configure.in: Check for getusershell, lstat, pwd.h, arpa/inet.h. On OSF/1, | Ken Raeburn | 2006-03-28 | 1 | -2/+12 |
* | remove some commented-out commands | Ken Raeburn | 2006-03-26 | 1 | -4/+0 |
* | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -2/+2 |
* | * configure.in: Check for vsnprintf and vasprintf, and for positional | Ken Raeburn | 2006-03-09 | 1 | -1/+25 |
* | Merge from plugin branch | Ken Raeburn | 2006-03-07 | 1 | -2/+3 |
* | Rename "modules" to "plugins", and fix up makefile variables etc | Ken Raeburn | 2005-12-17 | 1 | -1/+1 |
* | Move the db2 library to the site of its one use, the kdb-db2 module. | Ken Raeburn | 2005-10-04 | 1 | -3/+0 |
* | Move lib/kdb/kdb_db2 to modules/kdb/db2, and patch up pathnames in various | Ken Raeburn | 2005-09-22 | 1 | -1/+1 |
* | * aclocal.m4 (PL_KRB5_MAJOR_RELEASE, PL_KRB5_MINOR_RELEASE, PL_KRB5_PATCHLEVEL, | Ken Raeburn | 2005-08-20 | 1 | -10/+2 |
* | All configure.in scripts: Use K5_AC_INIT instead of AC_INIT | Ken Raeburn | 2005-08-20 | 1 | -2/+1 |
* | * configure.in: Check for endian.h | Ken Raeburn | 2005-06-15 | 1 | -1/+1 |
* | * configure.in: Check for headers byteswap.h, sys/bswap.h, machine/endian.h, | Ken Raeburn | 2005-06-10 | 1 | -3/+21 |
* | Fix gcc preprocessor warnings due to last change | Ken Raeburn | 2005-06-06 | 1 | -0/+9 |
* | Some autoconf messages want to use the PACKAGE_* values | Ken Raeburn | 2005-06-01 | 1 | -1/+1 |
* | * configure.in: Merged content from include/configure.in. Don't configure | Ken Raeburn | 2005-05-13 | 1 | -7/+354 |
* | * configure.in: Don't check for getpwnam_r and getpwuid_r in the thread-safety | Ken Raeburn | 2005-03-26 | 1 | -1/+5 |
* | Make patchlevel.h be the master version file | Tom Yu | 2004-09-25 | 1 | -2/+8 |
* | * configure.in: Don't test for pthread_rwlock_init | Ken Raeburn | 2004-08-24 | 1 | -3/+0 |
* | * configure.in: Check for pthread_rwlock_init | Ken Raeburn | 2004-07-06 | 1 | -0/+3 |
* | * configure.in: Fix bug in last change that caused a variable to be used befo... | Ken Raeburn | 2004-07-06 | 1 | -1/+1 |
* | * aclocal.m4 (AC_LIBRARY_NET): Look for res_nsearch. | Ken Raeburn | 2004-07-04 | 1 | -1/+4 |
* | * configure.in: Check for various _r functions needed for thread safety. If | Ken Raeburn | 2004-06-04 | 1 | -0/+22 |
* | * configure.in: Include dependency support for shared library build | Ken Raeburn | 2004-05-05 | 1 | -1/+1 |
* | * configure.in: Generate a makefile in util/support | Ken Raeburn | 2004-05-05 | 1 | -1/+1 |
* | * aclocal.m4 (KRB5_AC_MAINTAINER_MODE, KRB5_AC_ENABLE_THREADS, KRB5_AC_INET6, | Ken Raeburn | 2004-03-24 | 1 | -12/+4 |
* | Merge configuration of kdc, krb524, and slave directories into top | Ken Raeburn | 2004-03-05 | 1 | -8/+91 |
* | Move apputils dir from util to lib, to get its proper place in the | Ken Raeburn | 2004-02-26 | 1 | -1/+1 |
* | Move daemon.c into a new library of utility routines for linking our programs | Ken Raeburn | 2004-02-24 | 1 | -1/+1 |
* | priocntl workaround for Solaris 9 pty-close bug | Tom Yu | 2004-02-13 | 1 | -15/+0 |
* | * configure.in: Use AC_HELP_STRING for kdc-replay-cache option info | Ken Raeburn | 2003-12-28 | 1 | -4/+2 |
* | work around Solaris 9 pty-close bug | Tom Yu | 2003-12-06 | 1 | -0/+16 |
* | Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather than | Ken Raeburn | 2003-01-10 | 1 | -4/+0 |
* | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 1 | -7/+1 |
* | Makefile.in, configure.in, aclocal.m4: Use AC_CONFIG_FILES instead of | Ezra Peisach | 2002-09-24 | 1 | -4/+3 |
* | Work out pathname for gcc fixincludes headers via "-print-libgcc-file-name" and | Ken Raeburn | 2002-09-14 | 1 | -21/+0 |
* | Permit building against either the in-tree version of db2 or a system version | Ken Raeburn | 2002-09-13 | 1 | -1/+5 |
* | * configure.in: Configure lib/krb4 and krb524 only if KRB4_LIB | Ken Raeburn | 2002-08-29 | 1 | -1/+9 |
* | * configure.in: Configure util/et and util/ss only if they're going to be used | Ken Raeburn | 2002-08-29 | 1 | -1/+7 |
* | drop libdyn as a separate library | Ken Raeburn | 2002-07-17 | 1 | -1/+0 |
* | get rid of lib/krb5util | Ken Raeburn | 2002-06-25 | 1 | -1/+1 |
* | * configure.in (AC_CONFIG_SUBDIRS): Always run configure in | Ezra Peisach | 2002-04-25 | 1 | -1/+1 |
* | * configure.in (HOST_TYPE): Remove SHLIB_TAIL_COMP; it's no longer | Tom Yu | 2001-10-12 | 1 | -3/+1 |
* | * krb5-config.in: New script for providing linker and compiler | Ezra Peisach | 2001-05-30 | 1 | -0/+10 |
* | * configure.in: Call AC_REQUIRE_CPP before checking for GCC, to ensure that we | Ken Raeburn | 2001-01-16 | 1 | -0/+3 |