Don't delay proxy replies when there was a timeout
[freeradius.git] / src /
2014-05-26 Alan T. DeKokDon't delay proxy replies when there was a timeout
2014-05-26 Arran Cudbard-BellOne last sign fix for rlm_securid
2014-05-26 Arran Cudbard-BellTypo
2014-05-26 Arran Cudbard-BellCast interval values to ints before use, so we don...
2014-05-26 Arran Cudbard-BellUse signed int to represent epoch in rlm_cache
2014-05-26 Nikolai KondrashovFix compilation of rlm_eap
2014-05-26 Arran Cudbard-BellDoing it the smart way causes Doxygen errors
2014-05-26 Arran Cudbard-BellMove db_string building into the pg instantiation function
2014-05-25 Arran Cudbard-BellAdd talloc_frees in realm
2014-05-25 Arran Cudbard-BellSync rlm_python and rlm_ldap with master
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-24 Arran Cudbard-BellFix comments which caused doxygen parse issues
2014-05-24 Arran Cudbard-BellRest auth should just do the same checks as rlm_pap...
2014-05-24 Alan T. DeKokFix for scan warning
2014-05-24 Arran Cudbard-BellDon't set SO_REUSEADDR for UDP ports
2014-05-24 Arran Cudbard-BellFormatting
2014-05-24 Arran Cudbard-BellAll usage messages should go to the same place
2014-05-24 Arran Cudbard-BellExit after reading all packets in radsniff
2014-05-24 Arran Cudbard-BellIt's either a read error or a read of an invalid number...
2014-05-24 Arran Cudbard-BellCheck for NULL hs_type first
2014-05-24 Alan T. DeKokAdd coa_no_reply and glue it into the state machine
2014-05-24 Alan T. DeKokDEBUG2 --> RDEBUG2 for messages
2014-05-24 Alan T. DeKokCatch race condition in proxy_reply
2014-05-24 Arran Cudbard-BellAdd check for limits.h
2014-05-24 Arran Cudbard-BellAdd limits.h to libradius.h
2014-05-24 Arran Cudbard-BellChange num to int
2014-05-24 Arran Cudbard-BellTypo
2014-05-24 Arran Cudbard-BellAdd xlat to print the current tag of an attribute
2014-05-24 Arran Cudbard-BellShould be signed
2014-05-24 Arran Cudbard-BellVarious coverity fixes
2014-05-24 Arran Cudbard-BellDon't SEGV on parse error in unittest
2014-05-24 Arran Cudbard-Bellclang analyzer issue
2014-05-24 Arran Cudbard-BellReformatting
2014-05-24 Arran Cudbard-BellTests for removal by tag and index
2014-05-23 Arran Cudbard-BellVarious fixups in xlat_getvp
2014-05-23 Arran Cudbard-Bellnumber xlat-attr-tag
2014-05-23 Arran Cudbard-Bellnonnull declarations should go at the begining
2014-05-23 Arran Cudbard-BellMinor fixes in pairmake
2014-05-23 Arran Cudbard-BellFix tag filter debug
2014-05-23 Arran Cudbard-BellUsing [*] [#] [0] on fake attributes should produce...
2014-05-23 Arran Cudbard-BellDon't assert on list copy (head should of been NULL...
2014-05-23 Arran Cudbard-BellFix more places where tags weren't respected correctly
2014-05-23 Alan T. DeKokFix ref to re-named test
2014-05-23 Alan T. DeKokSimplify proxy no reply case. Closes #657
2014-05-23 Arran Cudbard-BellAdd tag correction pass so update sections insert tagge...
2014-05-23 Arran Cudbard-BellAdd additional texts for index
2014-05-23 Alan T. DeKokAllow Post-Proxy-Type Fail. Closes #656
2014-05-23 Arran Cudbard-BellTypo
2014-05-23 Arran Cudbard-BellFix merge issue
2014-05-23 Arran Cudbard-BellChange array index range back to between 0-1000
2014-05-23 Arran Cudbard-BellFix corner case when using fr_cursor_remove and fr_curs...
2014-05-23 Arran Cudbard-BellFix array offsets to that offset 0 is differentiated...
2014-05-23 Arran Cudbard-BellRework map2request to process multiple attributes retur...
2014-05-23 Arran Cudbard-BellUse the same num/tag field widths and values in xlat...
2014-05-23 Arran Cudbard-BellShould be using the macro to access attribute.num
2014-05-23 Arran Cudbard-BellFormatting and better error messages in radius_tmpl2str
2014-05-23 Arran Cudbard-BellEnumerate failures in base64 test
2014-05-23 Arran Cudbard-BellAdd more tests for deletions
2014-05-23 Arran Cudbard-BellUse sql_rcode_t
2014-05-23 Arran Cudbard-Bellupdate-operator test should use += to add failures
2014-05-23 Arran Cudbard-BellNewer name for control list should have priority
2014-05-23 Arran Cudbard-Bellmake rad_assert_fail call fr_fault(SIGABRT) (instead...
2014-05-23 Arran Cudbard-BellFormatting
2014-05-23 Arran Cudbard-BellAdd fr_cursor_last
2014-05-23 Alan T. DeKokAllow Post-Proxy-Type Fail. Closes #653
2014-05-22 Alan T. DeKokRun pass2_cb on components once, not for each component
2014-05-22 Alan T. DeKokDo pass2 only once. Closes #650
2014-05-22 Arran Cudbard-BellNeed to check that rlm_sql_select_query != RLM_SQL_OK...
2014-05-22 Arran Cudbard-BellSection can sometimes be NULL
2014-05-22 Arran Cudbard-BellRemove useless wrapper functions in the postgresql...
2014-05-22 Arran Cudbard-BellMarkup more SQL functions as nonnull
2014-05-22 Arran Cudbard-BellWhitespace
2014-05-22 Arran Cudbard-BellFix dumb errors in the rlm_sql reconnection logic....
2014-05-22 Arran Cudbard-BellPass pointer to the handle instead of handle in SQL...
2014-05-22 Arran Cudbard-BellAdd a few more enum types
2014-05-22 Arran Cudbard-BellAdd PW_TYPE_SIGNED and PW_TYPE_INTEGER64 to the conffil...
2014-05-22 Arran Cudbard-BellFixup types in rlm_couchbase instance struct, and add...
2014-05-21 Alan T. DeKokClean up proxy reply handling. Fixes #637
2014-05-21 Alan T. DeKokActually set timevals
2014-05-21 Alan T. DeKokUse correct ip address for message
2014-05-21 Arran Cudbard-BellApply pointer type validation to config items which...
2014-05-21 Arran Cudbard-BellRemove unused config item
2014-05-21 Arran Cudbard-Bellgcc fixes
2014-05-21 Alan T. DeKokMore talloc_steal
2014-05-21 Arran Cudbard-BellFix consting in rlm_unbound
2014-05-21 Arran Cudbard-BellFix duplicate definition of mod_rcode_table
2014-05-21 Arran Cudbard-BellAdd autoconf checks for builtins, __has_builtin doesn...
2014-05-21 Alan T. DeKokAdd "show module status"
2014-05-21 Arran Cudbard-BellAdd framework for compile time type checking
2014-05-21 Arran Cudbard-BellCleanup some of the build macros and add __has_builtin
2014-05-21 Arran Cudbard-BellDeal with boolean in more switch statements
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-21 Arran Cudbard-BellAdd PW_TYPE_BOOLEAN as a proper type
2014-05-21 Arran Cudbard-BellMake PW_TYPE_FILE_INPUT and PW_TYPE_FILE_OUTPUT into...
2014-05-21 Arran Cudbard-BellMerge pull request #648 from leprechau/feature-fix
2014-05-21 Arran Cudbard-BellMerge pull request #647 from leprechau/v3.0.x
2014-05-21 Aaron Hurtminor fixes for missing functions in old json-c
2014-05-21 Aaron Hurtadd missing 'acct' option to struct
2014-05-20 Arran Cudbard-Bellcleanup comments
2014-05-20 Arran Cudbard-BellSet port in radclient 'auto' mode too
next