One more check for NULL.
[freeradius.git] / src / main / detail.c
2008-12-01 Alan T. DeKokOne more check for NULL.
2008-06-29 aland Rename variable to chtime. ctime is already used...
2008-06-05 aland Added WITH_PROXY and WITH_DETAIL pre-processor defines to
2008-05-17 aland Use 'detail.work" as work filename if we're globbing
2008-04-26 aland Added file globbing, and some simple sorting
2008-04-25 aland Added Packet-Original-Timestamp
2008-04-16 aland Delay 1s, not 1 usec.
2008-04-03 aland Call fr_printf_log instead of printf
2008-03-14 aland Cap delay at 250ms. If the other system can't handle...
2008-02-19 aland Clean up handling of detail files && events. It's...
2008-02-04 aland Corrected typos
2008-02-04 aland select() returns nothing if we're just before EOF.
2008-01-06 nbk client->nastype may be freed later by client_free()
2007-12-15 aland get rid of more warnings
2007-11-23 aland More changes to make a common naming scheme. This...
2007-10-18 aland Made a fake client for each detail file
2007-09-28 aland Moved nearly all remaining code out of radiusd.c,...
2007-08-25 aland Moved detail file handling to its own source file