summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Compute reltopdir at autoconf time instead of at configure time. This has theKen Raeburn2005-04-201-0/+8
* * configure.in: Don't check for getpwnam_r and getpwuid_r in the thread-safetyKen Raeburn2005-03-261-0/+6
* I think the hpux change here should prevent it from overriding theKen Raeburn2005-03-051-0/+6
* * Makefile.in (config.status): Depend on shlib.confKen Raeburn2005-02-041-0/+2
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): If thread support is not enabled, zapKen Raeburn2005-02-041-0/+5
* Fix some potential resource leaks in dnsglue.cTom Yu2005-01-121-0/+4
* krb5-config needs to include krb5support libraryEzra Peisach2004-12-161-0/+4
* 2004-12-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-12-151-0/+4
* * aclocal.m4 (KRB5_AC_PRIOCNTL_HACK): Check for Solaris patchTom Yu2004-11-191-0/+6
* install rpc headers into correct directoryTom Yu2004-11-181-0/+4
* Install example config filesTom Yu2004-10-071-0/+4
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): On HP-UX, define some preprocessorKen Raeburn2004-10-061-0/+6
* Make patchlevel.h be the master version fileTom Yu2004-09-251-0/+6
* * aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): If the config info set by tclConfig.shKen Raeburn2004-09-231-0/+7
* Better support for using libutil on systems that need it for variousTom Yu2004-09-221-0/+2
* Only use -Wl,-oldstyle_liblookup if using native linker. Check forTom Yu2004-09-221-0/+4
* Don't assume that presence of res_nsearch() means we have ns_initparse()Tom Yu2004-09-211-0/+5
* Add DNS resolver glue layer. Use itTom Yu2004-09-211-0/+11
* Use a new variable, $(INSTALL_SCRIPT) to install scripts, so theyTom Yu2004-09-171-0/+2
* * aclocal.m4 (AC_LIBRARY_NET): Look for res_search() prototype,Tom Yu2004-09-171-0/+6
* * aclocal.m4 (AC_LIBRARY_NET): Only look for res_search() inTom Yu2004-09-151-0/+5
* * aclocal.m4 (AC_LIBRARY_NET): Require the BIND_8_COMPAT checkTom Yu2004-09-141-0/+7
* * aclocal.m4: Fix check for resolv.h; some platforms haveTom Yu2004-09-141-0/+5
* Support building on x86_64Sam Hartman2004-09-101-0/+9
* * Makefile.in: Install krb5-config manpageTom Yu2004-09-081-0/+4
* Added a man page for krb5-configAlexandra Ellwood2004-09-081-0/+4
* * configure.in: Don't test for pthread_rwlock_initKen Raeburn2004-08-241-0/+2
* * aclocal.m4 (KRB5_AC_PRAGMA_WEAK_REF): Fix to work with AIX compiler when op...Ken Raeburn2004-08-241-0/+5
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Check for pthread_rwlock_init, with andKen Raeburn2004-08-191-0/+5
* * aclocal.m4 (WITH_CC): Log messages when adding AIX compiler optionsKen Raeburn2004-08-081-1/+2
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Clear PTHREAD_CFLAGS and PTHREAD_LIBSKen Raeburn2004-08-081-2/+5
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): On AIX and OSF/1, always addKen Raeburn2004-08-081-0/+6
* zap remaining bits of macsock.h supportKen Raeburn2004-07-171-0/+5
* * krb5-config.in: Substitute $(PTHREAD_CFLAGS)Ken Raeburn2004-07-121-0/+4
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Fix typo that caused some code to beKen Raeburn2004-07-111-1/+2
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Use PTHREAD_CFLAGS and PTHREAD_LIBS whenKen Raeburn2004-07-111-0/+6
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Always include the thread library onKen Raeburn2004-07-091-1/+3
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Don't test for pthread.h specificallyKen Raeburn2004-07-091-0/+5
* * aclocal.m4 (KRB5_AC_ENABLE_THREADS): Default to enabling supportKen Raeburn2004-07-081-0/+5
* * configure.in: Check for pthread_rwlock_initKen Raeburn2004-07-061-1/+1
* * configure.in: Fix bug in last change that caused a variable to be used befo...Ken Raeburn2004-07-061-0/+5
* * aclocal.m4 (AC_LIBRARY_NET): Look for res_nsearch.Ken Raeburn2004-07-041-0/+6
* * aclocal.m4 (WITH_CC): Use -Wl,-search_paths_first for linking on Darwin.Ken Raeburn2004-06-191-0/+7
* * Makefile.in (all-windows): Make autoconf.h in include\krb5 before buildingKen Raeburn2004-06-191-0/+10
* Purge make targets and variables (and a few files) relating to the old,Ken Raeburn2004-06-171-0/+7
* * aclocal.m4 (CONFIG_RULES): Don't set AUTOCONF, AUTOCONFFLAGS, AUTOHEADER,Ken Raeburn2004-06-081-0/+5
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-041-0/+4
* * configure.in: Check for various _r functions needed for thread safety. IfKen Raeburn2004-06-041-0/+6
* * aclocal.m4 (KRB5_AC_GCC_ATTRS): On AIX 4, mark the destructor attribute asKen Raeburn2004-05-301-0/+7
* * configure.in: Include dependency support for shared library buildKen Raeburn2004-05-051-1/+2