Update the GPL boilerplate with the new address of the FSF.
[freeradius.git] / src / main / util.c
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-02-08 aland Allow multiple references to %{1} & friends.
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...
2002-06-03 aland In request_free(), assert that there is no thread...
2002-02-20 aland Clear more fields of the request when deleting it...
2001-08-17 aland Change instances of 'assert' to 'rad_assert', so that...
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2000-12-28 hartwick * Add an else to the if (p) block to catch the cases...
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-12-18 hartwick * Add xfree function to clear up some compile warnings.
2000-11-20 aland made pairfree() take a VALUE_PAIR**, not a VALUE_PAIR...
2000-11-20 aland made a request_free() and rad_free() take a '**' point...
2000-11-16 aland new function: rad_malloc().
2000-11-10 aland seperated include for libradius.h from radiusd.h....
2000-11-09 aland removed old build_reply() function.
2000-11-08 aland new rad_mkdir() function. It works just like mkdir...
2000-10-02 aland Create the request->reply data structure as soon as...
2000-08-10 aland explicitely clear out entries in REQUEST structure...
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-05-11 aland added 'magic' to REQUEST structure (if we're debugging...
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
2000-04-05 aland free the proxy reply, too
2000-03-02 aland moved rad_getpwnam() out of util.c (and the main radiu...
2000-02-25 aland renamed sun_signal() to reset_signal(). Added checks...
1999-12-22 aland we don't need the username hack functions any more
1999-11-24 alandinclude/radiusd.h added 'config_items' to the REQUEST...
1999-11-03 aland added more 'const'
1999-09-29 aland rad_getpwnam() now uses strNcopy() and sizeof(), instead
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-09-22 alandmain/util.c build_reply: packet->reply = rp
1999-09-21 alandinclude/libradius.h RADIUS_PACKET now has a sockfd...
1999-09-06 stangrzeFixed bug with Reply-Message in build_reply.
1999-08-16 alandInitial revision origin/aland