aboutsummaryrefslogtreecommitdiff
path: root/src/configure.in
AgeCommit message (Expand)AuthorFilesLines
2006-10-07Check for ldap_initialize and other functions that Solaris (Mozilla-based)Ken Raeburn1-0/+4
2006-10-03Preauthentication Plugin FrameworkSam Hartman1-1/+1
2006-09-16Move RPC header files to include/gssrpc, which we copy to them atKen Raeburn1-1/+1
2006-07-18Merge remaining changes from LDAP integration branchKen Raeburn1-0/+17
2006-06-15* configure.in: Set and substitute SUPPORTLIB_MAJOR based on operating system.Ken Raeburn1-0/+11
2006-06-14Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu1-0/+1
2006-06-02Re-disable python plugin configuration accidentally enabled in an earlier che...Ken Raeburn1-1/+1
2006-05-31Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn1-4/+270
2006-05-26Build lib/krb4 makefile at top levelKen Raeburn1-1/+19
2006-05-25Create crypto, des425 Makefiles from top levelKen Raeburn1-2/+2
2006-05-24Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn1-1/+1
2006-05-23Mention the python plugin stuff in configure.in, but inside an "if false"Ken Raeburn1-0/+5
2006-05-18Missed change -- don't configure util/profile separatelyKen Raeburn1-1/+1
2006-05-18* configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. GenerateKen Raeburn1-4/+22
2006-04-18* configure.in: Check for strerror_rKen Raeburn1-1/+1
2006-04-11Move pty library from util/pty to appl/libpty; update Makefile.in andKen Raeburn1-2/+1
2006-04-05Add prerequisites for some header checks to avoid "present but cannotTom Yu1-1/+9
2006-04-01* configure.in: Check for access, ftime, getcwd, srand48, srand, srandom, stat,Ken Raeburn1-2/+52
2006-03-31* configure.in: Remove the #undef lines for the PACKAGE_ macrosKen Raeburn1-11/+0
2006-03-31* configure.in: Don't test word sizesKen Raeburn1-5/+0
2006-03-30* configure.in: Put definition of KRB5_AUTOCONF_H at top of header file, notKen Raeburn1-3/+4
2006-03-28* configure.in: Check for getusershell, lstat, pwd.h, arpa/inet.h. On OSF/1,Ken Raeburn1-2/+12
2006-03-26remove some commented-out commandsKen Raeburn1-4/+0
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn1-2/+2
2006-03-09* configure.in: Check for vsnprintf and vasprintf, and for positionalKen Raeburn1-1/+25
2006-03-07Merge from plugin branchKen Raeburn1-2/+3
2005-12-17Rename "modules" to "plugins", and fix up makefile variables etcKen Raeburn1-1/+1
2005-10-04Move the db2 library to the site of its one use, the kdb-db2 module.Ken Raeburn1-3/+0
2005-09-22Move lib/kdb/kdb_db2 to modules/kdb/db2, and patch up pathnames in variousKen Raeburn1-1/+1
2005-08-20* aclocal.m4 (PL_KRB5_MAJOR_RELEASE, PL_KRB5_MINOR_RELEASE, PL_KRB5_PATCHLEVEL,Ken Raeburn1-10/+2
2005-08-20All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn1-2/+1
2005-06-15* configure.in: Check for endian.hKen Raeburn1-1/+1
2005-06-10* configure.in: Check for headers byteswap.h, sys/bswap.h, machine/endian.h,Ken Raeburn1-3/+21
2005-06-06Fix gcc preprocessor warnings due to last changeKen Raeburn1-0/+9
2005-06-01Some autoconf messages want to use the PACKAGE_* valuesKen Raeburn1-1/+1
2005-05-13* configure.in: Merged content from include/configure.in. Don't configureKen Raeburn1-7/+354
2005-03-26* configure.in: Don't check for getpwnam_r and getpwuid_r in the thread-safetyKen Raeburn1-1/+5
2004-09-25Make patchlevel.h be the master version fileTom Yu1-2/+8
2004-08-24* configure.in: Don't test for pthread_rwlock_initKen Raeburn1-3/+0
2004-07-06* configure.in: Check for pthread_rwlock_initKen Raeburn1-0/+3
2004-07-06* configure.in: Fix bug in last change that caused a variable to be used befo...Ken Raeburn1-1/+1
2004-07-04* aclocal.m4 (AC_LIBRARY_NET): Look for res_nsearch.Ken Raeburn1-1/+4
2004-06-04* configure.in: Check for various _r functions needed for thread safety. IfKen Raeburn1-0/+22
2004-05-05* configure.in: Include dependency support for shared library buildKen Raeburn1-1/+1
2004-05-05* configure.in: Generate a makefile in util/supportKen Raeburn1-1/+1
2004-03-24* aclocal.m4 (KRB5_AC_MAINTAINER_MODE, KRB5_AC_ENABLE_THREADS, KRB5_AC_INET6,Ken Raeburn1-12/+4
2004-03-05Merge configuration of kdc, krb524, and slave directories into topKen Raeburn1-8/+91
2004-02-26Move apputils dir from util to lib, to get its proper place in theKen Raeburn1-1/+1
2004-02-24Move daemon.c into a new library of utility routines for linking our programsKen Raeburn1-1/+1
2004-02-13priocntl workaround for Solaris 9 pty-close bugTom Yu1-15/+0