Allow for specifying the path to the group file. Make use of
[freeradius.git] / configure.in
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...
2000-11-22 aland new configure option: --with-static-modules...
2000-11-22 aland define USE_SHARED_LIBS and USE_STATIC_LIBS in the...
2000-11-22 aland check for setvbuf, too
2000-11-21 aland ALWAYS use our own 'install-sh' program, as we cannot...
2000-11-07 aland removed WITH_DBM, and WITH_FOO_HACK from the top-level...
2000-11-06 aland if we don't have any pthread libraries, remove all...
2000-10-23 aland check for a working INSTALL program, and set the appro...
2000-10-20 jcarnealJeff Carneal <jeff@apex.net>
2000-10-18 aland added checks for SUNPro C, from "Kiernan, Alex" <alexk...
2000-10-09 jcarnealAdded 'default=??'
2000-09-30 jcarnealAdded --with-usercollide option (hopefully correctly)
2000-09-26 aland first step of snmp/smux patches from
2000-09-25 aland added checks for netinet/in.h, and sys/types.h
2000-09-14 aland last change to update new libltdl location
2000-09-14 aland find and substitute the variable top_builddir
2000-09-14 aland check if libltdl is to be installable, and set LIBLTDL...
2000-08-31 aland cleaned up option handling to make somewhat more sense
2000-08-31 aland made the dictionary case insensitive, by default....
2000-08-15 aland define socklen_t as 'int', if the system doesn't have it.
2000-08-12 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-12 aland Patches for CFLAGS to use -pthread and -D_THREAD_SAFE...
2000-08-08 aland corrected typo
2000-08-08 aland don't bother using MODULE_* stuff any more, libtool...
2000-07-28 aland added strsep(), which is a thread-safe replacement...
2000-07-28 aland removed all knowledge about dlopen() and friends from the
2000-05-01 aland check for sigprocmask()
2000-04-25 aland enable inclusion of libltdl in the configuration process
2000-04-25 aland add checks for missing autoconf, autoheader, and aclocal.
2000-04-18 aland checks for sys/wait.h
2000-04-18 aland checks for <time.h> and <sys/time.h>, as described...
2000-04-13 aland updated the scripts.
2000-04-12 aland we don't need pthread_cancel() any more.
2000-04-10 aland Corrected to let it build with sem_init and -lposix4...
2000-04-10 aland check for sem_init in -lposix4, as that's what Solaris...
2000-04-05 aland check for pthread_cancel, and work around it if it...
2000-04-04 aland no need any more for seperate NSLLIB or SOCKETLIB...
2000-04-04 aland If we're using thread pools, check for sem_init()...
2000-04-04 aland ensure that uint8_t and uint32_t are defined on all...
2000-04-01 aland only look for thread pools if requested to.
2000-03-30 aland new option: --with-thread-pool (default=no).
2000-03-11 aland tell configuration scripts to substitute LIBS in Make...
2000-03-07 aland double-check need for prototypes for getusershell...
2000-03-07 aland New macro which checks if a prototype is needed, which is
2000-03-03 aland if 'uint32_t' isn't defined, then we default to make it
2000-03-01 aland look for uint8_t and uin32_t in <inttypes.h>, as well...
2000-03-01 aland updated to check for pthread functions in -lc_r, on...
2000-02-25 aland renamed sun_signal() to reset_signal(). Added checks...
2000-02-25 aland massive conversion of types.
2000-02-25 aland Updated the configuration scripts after reading the...
2000-02-23 aland moved the build over to using libtool.
2000-02-21 aland set a variable LIBTOOL in Make.inc.in, so that the...
2000-01-07 aland fixed bug, as pointed out by kota <kota@at.com.ua>
2000-01-06 aland added option '--with-threads' to allow people to NOT...
next