New build path variable
[freeradius.git] / src / main / util.c
2010-08-06 Alan T. DeKokBack out some recent changes
2010-08-04 Alan T. DeKokSet "component" and "module" to more descriptive values
2010-04-26 Alan T. DeKokAdded WITH_PROXY to allow it to build without proxying
2010-02-04 Alan T. DeKokCheck for allocation failure
2009-12-02 Alan T. DeKokRemoved erroneous 'break'
2009-12-02 Alan T. DeKokFixed string copying in sub variable.
2009-05-19 Alan T. DeKokAdded send/recv CoA methods to the server.
2009-05-10 Alan T. DeKokAdded event wrapper around request_free
2009-03-04 Alan T. DeKokFree CoA only if it doesn't have an event associated...
2009-01-02 Alan T. DeKokEnable the server to originate CoA-Request && Disconnec...
2008-09-14 Alan T. DeKokRemoved need for global NO_SUCH_CHILD_PID
2008-07-09 Alan T. DeKokFake requests inherit debugging from their parent
2008-06-30 aland Set request->radlog if debugging
2008-06-06 aland Check for HAVE_PTHREAD_H, and remove more structure...
2008-06-05 aland More WITH_PROXY additions to build when proxying isn...
2008-01-21 aland request may be NULL
2007-12-13 aland Initialize fake->client, too. If not done, this affects
2007-11-26 aland More portability fixes
2007-10-09 aland Increment/decrement refcount on mainconfig, in prepara...
2007-09-26 aland Add 'mainconfig_t' entry to REQUEST*, so that each...
2007-09-17 aland Put text of assertion into error message
2007-08-13 aland Pulled fix from branch_1_1
2007-06-29 aland If we're a fake request, AND the parent says to stop
2007-06-19 aland Rename "identity" to "server", for virtual server...
2007-06-19 aland Added "identity" field to the REQUEST struct. It...
2007-06-18 aland Add listener to fake requests, too
2007-06-12 aland Include component and module name in REQUEST, and...
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-05-14 nbk Delete trailing whitespace.
2007-05-03 aland Copy outer src/dst IP/port to inner tunnel, so Packet...
2007-04-23 aland Remove assertion that there's no child thread processi...
2007-04-23 aland Added RADCLIENT* pointer to the REQUEST structure...
2007-04-14 aland Ensure reset_signal returns something (not that the...
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-04-03 aland Massive change to the server core to remove horrid...
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-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
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-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from 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-16 nbk Update the GPL boilerplate with the new address of...
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 aland Allow multiple references to %{1} & friends.
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:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-14 nbkPull from CVS head:
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-25 nbk Add the attribute "noreturn" to the functions that...
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-02-28 aland Moved copy_string && copy_var from exec.c to util...
2004-10-20 aland Move yet more code around.
2004-10-20 aland If we've rejected a request because it's taken too...
2004-10-20 aland More debug messages in request_reject
2004-10-20 aland When we're rejecting a request, include the reason...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-08-27 aland Removed unnecessary xfree, and all references to it
2004-04-19 aland Check if *request_ptr is NULL, too
2004-04-14 aland A few more assertions about fake packets.
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-12-11 aland Moved request list walking functions from radiusd...
2003-12-03 aland Add the ability to associate arbitrary data with a...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-07-23 aland request_alloc() and request_alloc_fake(), to allocate...
next