Don't print secrets for old realms. Fixes #1267
[freeradius.git] / src / main / realms.c
2015-09-24 Alan T. DeKokDon't print secrets for old realms. Fixes #1267
2015-09-21 Arran Cudbard-BellMerge pull request #1259 from jpereira/fix/realm1
2015-09-21 Jorge PereiraFix single space in report message
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-08-14 Alan T. DeKokSet home->proto for servers read from config files
2015-08-14 Alan T. DeKokUse consistent names
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-04-01 Alan T. DeKokWarning for old config
2015-04-01 Alan T. DeKokRemove bad free
2015-03-31 Arran Cudbard-BellMerge pull request #931 from nchaigne/3.0.x-fb4-rc
2015-03-24 Alan T. DeKokBetter fix for dual home servers
2015-03-24 Alan T. DeKokUse same port for acct if using RadSec
2015-03-18 Arran Cudbard-BellMerge pull request #928 from painless-security/to_submit
2015-03-18 Sam Hartmandynamic = yes not true
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-03-11 Alan T. DeKokEnsure log_name is talloc'd
2015-03-11 Alan T. DeKokUpdate log_name after we've discovered the port
2015-01-05 Arran Cudbard-BellDisable subcaptures the proper way
2015-01-03 Arran Cudbard-BellPrint errors from regex_exec
2015-01-03 Alan T. DeKokLast argument to regex_exec() is NULL, not an integer
2015-01-01 Arran Cudbard-BellRecord type of LHS of cf pairs too
2014-12-31 Arran Cudbard-BellRemove cf_template_copy and replace with cf_section_dup
2014-12-31 Arran Cudbard-Bellrename cf_itemto*
2014-12-31 Arran Cudbard-BellBuild without TLS
2014-12-30 Arran Cudbard-BellAllow coa_server in client stanzas to be a section...
2014-12-30 Arran Cudbard-BellAdd event_loop_started global, and remove realms initia...
2014-12-30 Arran Cudbard-BellFormatting
2014-12-30 Arran Cudbard-BellMake it possible to add home_servers without names
2014-12-30 Arran Cudbard-BellAutomatically determine the default port based on proto...
2014-12-30 Arran Cudbard-Bellhome server free should verify pointer with talloc_get_...
2014-12-24 Arran Cudbard-BellFix more types in realms.c
2014-12-22 Arran Cudbard-BellUneeded
2014-12-22 Arran Cudbard-BellSplit out add and alloc functions for home servers
2014-12-22 Arran Cudbard-BellGCC fixes
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-22 Alan T. DeKokExpose realm_home_server_add
2014-12-22 Arran Cudbard-BellCorrect type for type in old_server_add
2014-12-22 Arran Cudbard-Bellcleanup home_server_add (rename to home_server_afrom_cs...
2014-12-15 Alan T. DeKokUnlock mutex. Closes CID #1243441
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-13 Arran Cudbard-BellAdd support for 'm' (multiline) regex flag
2014-12-12 Arran Cudbard-BellCreate abstraction layer around regular expression...
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-10-30 Alan T. DeKokIt's COMBO_IP_ADDR
2014-10-13 Alan T. DeKokDon't duplicate code
2014-10-13 Alan T. DeKokClean up sanitize function
2014-10-13 Alan T. DeKokRemove realm_home_server_add()
2014-10-05 Alan T. DeKokUnlock, not lock
2014-09-17 Alan T. DeKokFix typo from 97b8c9
2014-09-17 Alan T. DeKokRemove duplicate is_wildcard() function
2014-09-09 Arran Cudbard-BellCache realm regular expressions
2014-09-09 Arran Cudbard-BellFree home_servers with talloc_free
2014-09-09 Arran Cudbard-BellDual should be bool
2014-09-09 Arran Cudbard-BellFix parenting of dual homeservers
2014-09-09 Arran Cudbard-Bellstriprealm should be strip_realm and a bool
2014-09-05 Arran Cudbard-BellFix building without regex support
2014-09-05 Arran Cudbard-BellFix PCRE checks on FreeBSD
2014-09-03 Alan T. DeKokAdd realm_pool_free() which garbage collects the pools.
2014-08-30 Alan T. DeKokRemove unnecessary debug message
2014-08-26 Arran Cudbard-BellFixes for previous commit
2014-08-26 Arran Cudbard-BellBreak out validation logic from realm_home_server_add
2014-08-02 Alan T. DeKokDon't open proxy UDP socket if it's not needed
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Alan DeKokMerge pull request #730 from nchaigne/v3.0.x
2014-07-09 Alan T. DeKokA parent config section might not exist
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
next