newvector should be a bool
[freeradius.git] / src / main / detail.c
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-05-30 Arran Cudbard-BellRename fr_pton functions to fr_pton4, fr_pton6 and...
2014-05-30 Arran Cudbard-BellSwitch to using fr_ipaddr_t for client prefixes, and...
2014-05-30 Arran Cudbard-BellBreak out IP parsing into fr_pton and fr_pton6. Any...
2014-05-26 Arran Cudbard-BellCast interval values to ints before use, so we don...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-24 Arran Cudbard-BellIt's either a read error or a read of an invalid number...
2014-05-24 Arran Cudbard-BellShould be signed
2014-05-24 Arran Cudbard-BellVarious coverity fixes
2014-05-15 Arran Cudbard-BellUnused variable
2014-05-15 Arran Cudbard-BellPrint out debug when we fail reads/writes in detail.c
2014-05-11 Alan T. DeKokpedantic: parent is structure which holds the pointer
2014-05-10 Arran Cudbard-BellRemove uneeded explicit frees in detail_free
2014-05-10 Arran Cudbard-BellThat'd be why we used stdup...
2014-05-10 Arran Cudbard-BellFix minor memory leak
2014-05-09 Alan T. DeKokParse the detail config when doing -C
2014-05-09 Alan T. DeKokhandle -C in detail_free
2014-05-09 Alan T. DeKokDeclare variable
2014-05-09 Alan T. DeKokEnable child thread for detail file reader.
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-04 Arran Cudbard-BellClients aren't talloced yet
2014-05-04 Arran Cudbard-BellFix minor memory leaks in detail file reader
2014-05-02 Alan T. DeKokSimplify logic to open the detail file. Fixes CID...
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-21 Alan T. DeKokFix issues found by cppcheck
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-10 Arran Cudbard-BellCorrect declarations for 'check_config' global
2013-10-15 Alan T. DeKokQuiet clang analyzer
2013-09-20 Arran Cudbard-BellWrap _exit and exit. Prints error message, and when...
2013-08-24 Arran Cudbard-BellMove the stringify macros to build.h
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-09 Arran Cudbard-BellSprinkle vp->type = VT_DATA in more places, this will...
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-07-01 Arran Cudbard-BellAdd PW_TYPE_FILE_INPUT (which verifies the file exists...
2013-06-28 Arran Cudbard-BellBe consistent with common config_item names
2013-06-26 Arran Cudbard-BellUse nas_type consistently
2013-05-31 Alan T. DeKokAdd "skip_duplicate_checks" for detail && tcp listeners
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-04-25 Arran Cudbard-BellUse correct macros for log messages with WARNING: ERROR...
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-22 Arran Cudbard-BellAnother missed const ordering
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-03 Alan T. DeKokClean up listener code
2013-04-03 Alan T. DeKokUse talloc, not malloc
2013-04-03 Alan T. DeKokMade userparse() readvp2() take TALLOC_CTX
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-29 Alan T. DeKokUse cf_log_err_cs/cp everywhere
2013-03-20 Alan T. DeKokAudit the code to pass correct parent to pair() functions
2013-03-19 Alan T. DeKokMove paircopy() and friends to use talloc()
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-09 Arran Cudbard-BellMerge pull request #219 from olivierbeytrison/ldap_enh
2013-03-09 Alan T. DeKokAdd TALLOC_CTX to paircreate()
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
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.
next