Clean up loopback / inaddr_any checks
[freeradius.git] / src / modules / Makefile
2010-04-08 Alan T. DeKokMake subdirs before modules
2010-03-31 Alan T. DeKokMade 'reconfig' target use PHONY subdirectories, too
2010-03-30 Alan T. DeKokMove to using phony targets for subdirectories.
2009-12-17 Alan T. DeKokSimplified use of llvm checker
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2008-11-26 Alan T. DeKokUse "ln -s" rather than "cp" for in-tree operation
2007-08-13 aland Pulled fix from branch_1_1
2007-07-16 aland Delete radeapclient, too. Fixes bug #446
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
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
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-06 aland A better way to do "make reconfig", that doesn't miss...
2006-07-06 aland A better way to do "make reconfig".
2006-07-06 aland port reconfig target from head
2006-07-06 aland Add reconfig target, make it recursive, and use it...
2006-05-25 nbk The variable $? in "make" is different from $? in... release_1_1_2
2006-05-25 nbk The variable $? in "make" is different from $? in...
2006-02-10 nbkPull from CVS 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-01-22 nbk Wipe out last vestiges of static/dynamic rules.
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-04-11 aland 'exit 1' to 'exit $?', which is better
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-07-06 phampsonRemove other stuff that ends up in src/modules/lib...
2004-06-15 vorlonautotools revamp:
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-07-15 aland Only 'make' if there's a 'Makefile'
2003-05-15 aland Don't try to delete the CVS directory on 'make clean'
2002-10-15 aland Don't do sub-modules from the top-level directory.
2002-04-24 aland After configuring for only certain modules, we should...
2001-03-06 cmillerChanged comments calling the code Cistron to FreeRADIUS...
2000-11-23 aland Applied patch from Chad Miller <cmiller@surfsouth...
2000-11-22 aland define USE_SHARED_LIBS and USE_STATIC_LIBS in the...
2000-10-26 aland added '-module' to libtool link flags
2000-10-23 aland changed hard-coded 'install' program to be $(INSTALL...
2000-07-30 aland remove DYNAMIC_MODULES checking. libtool should do...
2000-04-22 aland moved the 'install' rules from the Makefile to 'rules...
2000-04-13 aland updated to allow 'make distclean' to sort of work...
2000-04-13 aland updates to allow 'make install' to sort of work.
2000-04-13 aland create the $(libdir) prior top copying files there..
2000-02-02 aland change 'cd $dir;foo' to 'cd $dir && foo', as suggested by
1999-11-16 aland if the 'lib' directory isn't there, then go create it
1999-11-01 aland moved cleanup of STATIC_MODULE_LDFLAGS to a place...
1999-10-26 aland more 'install' rules to actually install the *.so...
1999-10-25 aland when an rlm_foo module needs a library '-lbar', and/or
1999-10-15 aland use new DYNAMIC_MODULES directive.
1999-10-05 aland always build static libraries for the modules.
1999-09-18 miquelsChange a couple of Makefile.ins to plain Makefiles