import from branch_1_1:
[freeradius.git] / configure.in
2007-03-21 fcusackimport from branch_1_1:
2007-03-05 aland updated version to 1.1.5, and re-generated configure
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-01-04 aland Updated version number
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-15 nbk Add an option --with-docdir, so we can chose the direc...
2006-07-15 nbk Add an option --with-docdir, so we can chose the direc...
2006-07-06 aland Bump version to 1.1.3
2006-07-01 fcusackimport from branch_1_1:
2006-06-23 fcusack update libtool and libltdl to 1.5.22, and improve...
2006-06-01 fcusackimport from HEAD:
2006-05-21 nbk Update version number, in preparation for 1.1.2 release.
2006-05-09 fcusackimport from HEAD:
2006-04-18 aland close bug #361
2006-04-10 pnixonAllow experimental modules to be explicitly enabled
2006-04-10 pnixonallow experimental modules to be selectively enabled
2006-03-29 fcusackimport from HEAD:
2006-03-24 aland Port closefrom() patches from the head
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-06 nbkPull from CVS head:
2006-02-04 nbk Update version number to 2.0.0-pre0, as 1.1.x has...
2006-02-04 nbk ${abs_top_builddir} is a variable preset by the Autoco...
2006-02-04 nbk Use ${srcdir}/... to locate files within the source...
2006-01-31 nbk Fix the tests for OpenSSL: the macros FR_SMART_CHECK_...
2006-01-20 nbk Check for pcap library and pcap includes.
2006-01-01 nbk Update version number, in preparation for 1.1.0 release.
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-14 nbk Delete custom argument --with-large-files since autoco...
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-30 aland First pass at adding work on the 1.1.x branch.
2005-11-04 cparkerUpdated check program for 'sockaddr_storage' to include...
2005-11-01 nbk Ugly hack to make "./configure --config-cache" work.
2005-10-07 aland Foundational work for building C++ modules.
2005-09-20 nbk Check the functions strlcpy and strlcat, too.
2005-09-16 aland Use closefrom(), which is guaranteed to close all...
2005-08-16 aland Fix for MAC OS X
2005-06-29 aland NetBSD compatibility
2005-05-26 aland add radrelay.conf.in
2005-05-04 aland Look for "struct sockaddr_in6", too
2005-04-22 aland corrected typo in define
2005-04-21 aland look for struct addrinfo
2005-04-21 aland Check for struct sockaddr_storage
2005-04-20 aland define struct in6_addr if it's not defined. This...
2005-04-19 aland check for getaddrinfo() && getnameinfo(), which both...
2005-04-15 aland configure in libltdl, if LIBLTDLPATH is set
2005-04-14 aland Hack AC_LIBLTDL_INSTALLABLE so it sets LIBLTDLPATH...
2005-03-26 phampsonMake sure autoconf 2.50+ is required here as well....
2005-02-07 aland Fixes from Novell to get eDirectory integration to...
2004-12-19 phampsonAdd AC_C_BIGENDIAN macro to define WORDS_BIGENDIAN...
2004-12-18 phampsonAdd support so using autoheader to generate autoconf...
2004-09-30 aland We're going to be 1.0.2
2004-09-14 phampsonRelease 1.0.1
2004-08-30 aland It's now 1.0.1-pre0
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-07-17 phampsonRelease 1.0.0! At last!
2004-06-24 aland Don't use AC_OUTPUT_COMMANDS, as it has been deprecate...
2004-06-22 aland --with-openssl-foo sets OPENSSL_FOO_DIR.
2004-06-22 aland Don't pollute LIBS when looking for -lssl && -lcrypto
2004-06-17 phampson-pre2's tagged and shipped, this is -pre3.
2004-06-15 vorlonautotools revamp:
2004-06-14 aland Look for inet_ntop, too
2004-06-14 aland Check to inet_ntop, too
2004-06-14 aland Pull fix from the head for inet_pton
2004-06-14 aland Check for inet_pton, too
2004-06-10 phampson-pre1's tagged and shipped, this is -pre2.
2004-06-08 phampsonWe're now 1.1.0-pre0, as 1.0.0 has branched off.
2004-05-31 phampsonThat's pre1, dammit.
2004-05-17 phampsonUpdate configure.in to check for initgroups()
2004-05-08 phampsonCorrectly identify system OpenSSL in top-level configure
2004-03-25 aland Interix requires -D_ALL_SOURCE, for reasons known...
2004-03-05 aland If we've found openssl/ssl.h, then set -I$OPENSSL_INCLUDE
2004-01-23 aland Define HAVE_OPENSSL_SSL_H, too
2004-01-13 aland Stupid RedHat stuff. Their OpenSSL uses kerberos...
2004-01-07 aland Hoist OpenSSL checks from a number of different places...
2003-12-19 aland Patch to change ctime_r to CTIME_R, which is now a...
next