The variable name is "max_response_timeouts"
[freeradius.git] / src / main / realms.c
2014-06-25 Alan T. DeKokThe variable name is "max_response_timeouts"
2014-06-25 Alan T. DeKokAdd secret "dynamic" flag to realms
2014-06-25 Alan T. DeKokExposed realm_realm_add()
2014-06-25 Alan T. DeKokExposed realm_pool_add()
2014-06-25 Alan T. DeKokExposed realm_home_server_add()
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-13 Alan T. DeKokFix and document check_timeout which helps with check_i...
2014-06-13 Alan T. DeKokMake the configuration more understandable. Fixes...
2014-06-13 Nikolai KondrashovAdd max_response_timeouts option
2014-05-31 Arran Cudbard-BellRe-enable wildcard clients. The clients.conf had a...
2014-05-30 Arran Cudbard-BellAdd similar ipaddr, ipv4addr, ipv6addr config items...
2014-05-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
2014-05-30 Arran Cudbard-BellRename fr_pton functions to fr_pton4, fr_pton6 and...
2014-05-30 Alan DeKokMerge pull request #672 from spbnick/init_delay_rename_...
2014-05-30 Nikolai KondrashovRename min_response_window to init_delay
2014-05-30 Nikolai KondrashovAdd FR_TIMEVAL_BOUND_CHECK
2014-05-30 Arran Cudbard-BellFix all remaining config items to use FR_CONF_OFFSET
2014-05-30 Arran Cudbard-BellBreak out IP parsing into fr_pton and fr_pton6. Any...
2014-05-29 Alan T. DeKokTrack response_window to request->delay. Addresses...
2014-05-29 Alan T. DeKokMove last few conf items to FR_CONF_OFFSET
2014-05-26 Arran Cudbard-BellCast interval values to ints before use, so we don...
2014-05-25 Arran Cudbard-BellAdd talloc_frees in realm
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-24 Arran Cudbard-BellCheck for NULL hs_type first
2014-05-21 Arran Cudbard-BellApply pointer type validation to config items which...
2014-05-21 Arran Cudbard-BellAdd autoconf checks for builtins, __has_builtin doesn...
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-20 Alan T. DeKokMake response_window a struct timeval
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-02 Arran Cudbard-BellVarious scan-build fixes #2
2014-05-02 Arran Cudbard-BellWarn users when were screwing with the values they set
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-02-26 Alan T. DeKokEnsure we set packet->proto for packets to home servers
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-20 Alan T. DeKokBuild without proxying
2014-02-19 Alan T. DeKokscan warnings
2014-02-19 Alan T. DeKokRevert "Expose tls_server_conf_free() and use it for...
2014-02-18 Alan T. DeKokExpose tls_server_conf_free() and use it for home->tls
2014-02-17 Alan T. DeKokAdd "secret" flag to configuration items.
2014-02-10 Alan T. DeKokRe-arrangement for ifdef WITH_TLS
2014-02-09 Arran Cudbard-BellSet secret to radsec for tcp+tls home servers
2014-02-09 Arran Cudbard-BellFix double free on error in home_server_add
2014-02-03 Arran Cudbard-BellRename home_server type to home_server_t
2013-12-20 Alan T. DeKokUse talloc_free
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-10-14 Alan T. DeKokLast conversion to talloc
2013-10-14 Alan T. DeKokFixes for analyzer
2013-10-14 Alan T. DeKokRealm struct to talloc
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-08-15 Alan T. DeKokRemove redundant headers
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-09 Arran Cudbard-Bellregcomp whitespace changes
2013-07-02 Arran Cudbard-BellBe consistent in our inconsistency
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-05-09 skidsRemove unneeded lookups in pool_check_home_server
2013-04-25 Arran Cudbard-BellUse correct macros for log messages with WARNING: ERROR...
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-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
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-10 Alan T. DeKokAdd escape function to xlat_register
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-03-29 Alan T. DeKokUse cf_log_err_cs/cp everywhere
2013-03-19 Alan T. DeKokMove paircopy() and friends to use talloc()
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-02 Alan T. DeKokUse talloc for hs_type
2013-02-21 Alan T. DeKokFree variables on exit
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-19 Alan T. DeKokMove all conf file stuff to talloc
2013-02-18 Alan T. DeKokMore debug macros
2013-02-18 Alan T. DeKokRemove L_CONS
2013-02-17 Arran Cudbard-BellFix for coverity (verify we parsed the proxy config...
2013-02-07 Alan T. DeKokAlways send Message-Authenticator for proxied Access...
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-12-03 Arran Cudbard-BellRemove config item for num_pings_to_alive, it's a dupli...
2012-12-02 Arran Cudbard-BellMove code that modifies request when looking up home_se...
2012-10-27 Alan T. DeKokTry to fix "home server dead" code
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersremove escape function from xlat handlers; perform...
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-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-06-11 Alan T. DeKokmake xlat() take "const char *fmt"
2012-05-23 Alan T. DeKokAdded support for CoA realms
2012-04-29 Alan T. DeKokRate limit some triggers.
2012-04-15 Alan T. DeKokMove connection limiting code to its own data structure
2012-03-04 Matthew NewtonCache result of parsing server/client tls configs,...
next