perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / main / util.c
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