Don't crash on server exit
[freeradius.git] / src / main / detail.c
2013-02-26 Arran Cudbard-BellDon't crash on server exit
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-18 Alan T. DeKokMore debug macros
2013-02-17 Arran Cudbard-BellFix for coverity (check return of ip_hton in detail.c)
2013-02-17 Arran Cudbard-BellFix for coverity (bail if we can't stat the file in...
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-07-30 Alan T. DeKokCall globfree() if glob() returns error.
2012-02-08 Alan T. DeKokStart of allowing multiple packets outstanding for...
2011-06-07 Alan T. DeKokFix build issues
2011-06-03 Alan T. DeKokSplit request_receive() into two functions.
2011-04-28 Alan T. DeKokMoved timestamps to RADIUS_PACKET structure
2011-04-28 Alan T. DeKokMake packet timestamp be "struct timeval"
2011-04-13 Alan T. DeKokNew state machine for 3.0
2011-04-08 Alan T. DeKokThe file may be closed when there are no VPs
2010-12-30 Alan T. DeKokAdded "one shot" configuration
2010-12-20 Alan T. DeKokFix for 2.2 API
2010-12-19 Alan T. DeKokLook for, and use Event-Timestamp
2010-09-21 Alan T. DeKokMade listener_print be CONST
2010-08-07 Alan T. DeKokFix for 2.2 API
2010-08-06 Alan T. DeKokAdded Packet-Transmit-Counter for retransmits.
2010-07-30 Alan T. DeKokCheck sockets against home servers for proxy loops
2010-07-26 Alan T. DeKokBe more careful freeing memory in detail reader
2010-05-31 Alan T. DeKokMiracle of miracles... it seems to work
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-05-04 Alan T. DeKokTreat bad records as EOF.
2010-02-04 Alan T. DeKokAdd statistics for detail listeners, too
2009-12-06 Alan T. DeKokMoved detail structure defs to a public header file
2009-10-20 Alan T. DeKokRetry if there was no response to the packet.
2009-10-06 Alan T. DeKokAdded more debugging messages
2009-10-03 Alan T. DeKokMore detailed debugging for detail
2009-09-25 Alan T. DeKokBe more flexible about parsing detail files
2009-08-20 Alan T. DeKokAllow 100% to mean "read as fast as possible"
2009-06-17 Alan T. DeKokAllow for overload, to read packets as fast as possible
2009-06-11 Alan T. DeKokMore debugging messages
2009-04-11 Alan T. DeKokFixed detail file handler to not go crazy
2009-02-15 Alan T. DeKokAllow the detail poll interval to be configurable
2009-01-21 Alan T. DeKokIf we're at EOF, the socket will never be ready
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