move assertion to correct place. Found by PVS-Studio
[freeradius.git] / src / main / detail.c
2017-05-19 Alan T. DeKokmove assertion to correct place. Found by PVS-Studio
2017-02-14 Alan DeKokMerge pull request #1859 from njm506/v3.0.x
2017-02-05 Alan T. DeKokupdate hash based on client port, too
2017-02-01 Alan DeKokMerge pull request #1893 from spaetow/patch-2
2017-02-01 Alan T. DeKokmore warnings
2017-01-26 Alan T. DeKokmore debugging about the data we're reading
2017-01-25 Alan T. DeKokdebug for non-threaded too
2017-01-25 Alan T. DeKokprint out packet type, contents, and reply for detail...
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-17 Arran Cudbard-BellMerge pull request #1458 from jpereira/fix/open1
2015-12-17 Jorge Pereiraprint out error message if we're unable to open the...
2015-11-25 Arran Cudbard-BellMerge pull request #1399 from jpereira/fix/syserror1
2015-11-25 Jorge Pereirabetter call fr_syserror() when in POSIX contexts
2015-11-25 Alan T. DeKokComplain if error isn't ENOENT. Fixes #1398
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-07-17 Alan T. DeKokGlobbing across directories is not supported. Fixes...
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-06-07 Alan T. DeKokRevert "Make WITH_DETAIL_THREAD the default."
2015-06-07 Alan T. DeKokDo less work on check_config
2015-06-07 Alan T. DeKokMake WITH_DETAIL_THREAD the default.
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-07 Arran Cudbard-BellMax outstanding isn't actually used...
2015-05-07 Arran Cudbard-BellWrite the value for max_outstanding to the field for...
2015-05-07 Arran Cudbard-BellSet default for max_outstanding so we don't get a spuri...
2015-04-20 Alan T. DeKokIf check_config, don't start threads, pipes, etc.
2015-04-20 Alan T. DeKokConvert errors to bounds checks
2015-04-17 Arran Cudbard-BellOpen the detail file for writing if we need to write...
2015-04-17 Arran Cudbard-BellMore fine grained warnings, when marking detail request...
2015-04-17 Alan T. DeKokSet FP to NULL if it's not being used
2015-02-24 Arran Cudbard-BellMove packet debug into the detail_recv functions so...
2015-02-24 Arran Cudbard-BellFix ASSERT FAILED src/main/detail.c[494]: data->vps...
2015-02-24 Arran Cudbard-BellFormatting
2015-02-24 Arran Cudbard-BellPrefix detail debug messages
2015-02-12 Alan T. DeKokAdd accounting attributes only for accounting packets
2015-02-10 Alan T. DeKokMake request_receive() take a TALLOC_CTX
2015-01-22 Arran Cudbard-BellSet src/dst IP address prefix lengths correctly when...
2015-01-13 Alan T. DeKokSignal the main detail thread if we get a bad packet
2015-01-13 Alan T. DeKokHandle CoA packets, too
2015-01-13 Alan T. DeKokCopy the VPs earlier, so that we can access them
2014-12-22 Arran Cudbard-BellGCC fixes
2014-12-15 Arran Cudbard-BellCoverity CID #1248165
2014-10-28 Alan DeKokMerge pull request #818 from spbnick/pool_trigger_fallt...
2014-10-24 Alan T. DeKokRemove debugging message
2014-10-10 Alan T. DeKokAllow CoA packets to be read from the detail file
2014-10-10 Alan T. DeKokSet packet->code from Packet-Type in detail file
2014-10-10 Alan T. DeKokAdd tracking when reading detail files.
2014-10-08 Alan T. DeKokFixes for detail file reader
2014-10-08 Alan T. DeKokClean up debug message
2014-08-06 Arran Cudbard-BellDistinguish between single VP inserts, and list merges
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-07-01 Arran Cudbard-BellNo need to call exit twice
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
next