-pre3 (sigh)
[freeradius.git] / configure.in
2003-07-15 aland -pre3 (sigh) release_0_9_0_pre3
2003-07-09 aland export top_builddir, too.
2003-07-08 aland Ready for 0.9.0-pre2
2003-07-07 pnixonrelease version
2003-06-27 aland Build experimental modules, too.
2003-06-22 phampsonChecks for gethostby{addr,name}{,_r} in a way that...
2003-06-22 phampsonFix detection of gethostbyaddr{,_r} to not prefer the...
2003-06-16 phampsonFix the --enable-developer flag for people without...
2003-06-16 phampsonAlso add '-maxdepth 1' for finding modules in experimen...
2003-06-14 phampsonUse '-maxdepth 1' find argument to avoid doubly-configu...
2003-02-13 aland Add a top-level dictionary in /etc/raddb (for backward...
2003-01-27 aland Added preliminary large file support, with macros...
2002-11-21 aland Made ALL dictionary lookups case insensitive by defaul...
2002-11-18 aland The head is now 0.9-pre
2002-09-09 aland If we DO find pthread_create() in -lpthread, then...
2002-07-26 aland Now that 0.7 is out, the current release is 0.8-pre
2002-07-26 aland Renamed 0.7-pre to 0.7, in preparation for the release.
2002-07-19 aland Updated for Solaris garbage, where 'pthread_create...
2002-07-16 aland Last set of changes to make sem_init and friends be...
2002-07-15 aland Btter changes which should fix the stupid autoconf...
2002-07-15 pamPrevious commit fixing build on HP/UX broke it for...
2002-07-12 aland Patches to enable or disable using the supplied libltdl
2002-07-12 aland What the heck, look for <fcntl.h> and <sys/fcntl.h...
2002-07-04 aland Removed GNU specific commands, which broke 'configure...
2002-07-04 fcusack Link all of libradius.a, not just referenced symbols.
2002-07-03 aland change version to 0.7-pre
2002-06-18 aland One more stab at working around autoconf stupidities
2002-06-18 aland Fix use of 'test'
2002-06-18 aland Define top_srcdir, too, for new libtool.
2002-06-17 aland Removed checks for unused programs
2002-06-05 aland Removed iodbc configuration checks from the top-level...
2002-05-29 aland Added checks for uint16_t, which is used by the EAP...
2002-05-17 aland Look for <sys/wait.h>, too
2002-05-06 aland Look for BSD style gethostbyaddrr()
2002-04-29 aland Make all stable modules
2002-04-24 aland After configuring for only certain modules, we should...
2002-04-23 aland Fixed stable module build
2002-04-22 aland Bumped version number.
2002-03-06 cmillerAdded tests to detect the style of gethostbyaddr_r...
2002-03-05 aland Removed checks for gethostbyFOO_r(), until such time...
2002-02-25 aland Check for gethostbyFOO_r(), and use them, if they...
2002-02-25 aland Use gmtime_r by default, so that we're thread-safe.
2002-02-25 aland Removed use of internal autoconf variable which is...
2002-02-04 aland Added -D_POSIX_PTHREAD_SEMANTICS to use the two argume...
2002-02-01 aland Moved the server to using ctime_r, instead of ctime...
2002-02-01 aland Look for, and define localtime_r.
2002-01-02 aland Added checks for -lcipher (FreeBSD)
2001-12-13 aland removed no longer needed define for WITH_THREAD_POOL
2001-12-13 aland define major and minor revisions seperately, so that...
2001-12-12 cparker Retagged tree with 0.5 version, as 0.4 is released.
2001-10-25 aland If we're using threads, block SIGINT, SIGQUIT, too...
2001-10-23 aland Remove postgres checks from the top-level configure...
2001-10-10 aland Update version to 0.4, and add '-g' to developer flags...
2001-09-28 aland Added cryptpasswd command, to create/check encrypted...
2001-09-06 aland Fix bug number 104 (hopefully). I don't have access...
2001-08-08 aland Checks for ut_xtime. If it doesn't exist, try to...
2001-08-08 aland Corrected tpye, and SNMP configuration bug, first...
2001-08-07 aland Made 'WITH_THREAD_POOL=yes' the default, and removed...
2001-08-02 aland Hmm... let's bump up the version number (sigh)
2001-07-28 aland Added configure options 'with-rlm-FOO-include/lib...
2001-07-28 aland make thread pools the default, and other minor changes to
2001-07-06 cmillerFix check for shared library using libtool info, instea...
2001-07-05 cmillerCheck for location of sem_init symbol, because it's...
2001-07-04 cmillerIn preparation for patching how the oracle detection...
2001-07-03 cmillerChanged function to test when looking for a working...
2001-06-02 cmillerPrevent stripping of executables, when devel flags...
2001-05-16 aland checks for <semaphore.h> and sem_init() to the main...
2001-05-15 cmillerAdded prototype for radlog_iswritable().
2001-05-04 aland centralized the handling of the version number, prior...
2001-04-24 aland removed annoying -Waggregate-return warning
2001-04-20 aland Moved MySQL checks out of top-level configure, and...
2001-04-10 aland export CFLAGS and LIBS, so that sub-module configurati...
2001-04-09 aland Auto-detect new modules when doing 'configure', even...
2001-04-04 cmillerI spell 'dependency' differently on prime-numbered...
2001-04-03 aland Define a new autoconf macro: AC_LOCATE_DIR(). It...
2001-03-28 cmillerChanged sense of configuring with no parameters and...
2001-03-27 cmiller First distrib-configure test release.
2001-03-16 aland Updated tests & set for regex.h
2001-03-15 aland Fix checks for regular expressions, found by
2001-03-13 cmillerFixed double hyphen in mysql-lib location def.
2001-03-12 cmillerMade logfile rotater $logdir aware.
2001-03-12 aland Massive changes to get SNMP auto-configured && working.
2001-03-12 aland Copied MySQL checks to similar code for Oracle &&...
2001-03-09 aland One more pass at MySQL configuration.
2001-03-09 aland One more try for getting configuration of mysql to...
2001-03-08 mmachadoUpdated rlm_sql README. Fixed autoconf for sql drivers...
2001-03-08 aland More checks for IODBC, MySQL, and Oracle. I have...
2001-03-08 aland Preliminary checks for mysql libraries && header files.
2001-03-07 aland Look for REG_EXTENDED in regex.h.
2001-03-07 aland Try adding for -lcrypto, if we're trying to use SNMP...
2001-03-06 aland PostgreSQL configure checks, from a patch by
2001-02-23 aland Added HOSTINFO definition, which is a string like...
2000-12-17 cmiller Undoing my earlier m4ification of module configuration...
2000-12-16 cmiller*sigh* These are the changes to the way radiusd.conf...
2000-11-30 aland massive changes to enable smarter configure script...
2000-11-29 aland If we're NOT using developer C flags, then define...
2000-11-26 cmiller Fixed misplaced space in CFLAGS generation.
2000-11-24 aland added '--with-developer'. For people with CVS directo...
2000-11-24 aland made attrib_nmc compiled in by default. There's no...
2000-11-23 aland defined new function: AC_CHECK_TYPE_INCLUDE, which...
next