change minimum pool size to be 2K
[freeradius.git] / src / main / mainconfig.c
2015-09-23 Alan T. DeKokchange minimum pool size to be 2K
2015-09-15 Alan T. DeKokLower the default pool size
2015-09-02 Alan T. DeKokOn HUP, reload a module which has changed
2015-09-02 Alan T. DeKokDon't us be HUP'd repeatedly.
2015-09-02 Alan T. DeKokMake the "file changed" flag into a bitfield
2015-09-02 Arran Cudbard-BellMove xlat_listen
2015-09-02 Arran Cudbard-BellRegister the listen xlat in mainconfig not listen_init
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-08-14 Alan T. DeKokAlways create run_dir and logdir if needed
2015-07-20 Arran Cudbard-BellAllow an af to be specified for fr_pton
2015-06-26 Alan T. DeKokEnsure debug_condition is initialized
2015-06-06 Alan T. DeKokStart of "hup module" code.
2015-06-05 Alan T. DeKokre-open log file even if no config was changed
2015-06-05 Alan T. DeKokIgnore HUP if no config files have changed
2015-06-01 Alan T. DeKokcreate radlog_dir along with run_dir.
2015-06-01 Alan T. DeKokre-arrange and document the various config blocks
2015-06-01 Alan T. DeKokParse ${logdir} and ${run_dir} as part of bootstrap
2015-06-01 Alan T. DeKokparse ${logdir} as part of the destinations
2015-06-01 Alan T. DeKokRemove redundant "open log files"
2015-06-01 Alan T. DeKokCreate run_dir in daemon mode
2015-05-29 Alan T. DeKoknitgroups only when changing UIDs
2015-05-29 Alan T. DeKokAllow the server to start as "radiusd" with "user ...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-06 Arran Cudbard-BellIf didn't allocate it, we don't free it
2015-04-28 Arran Cudbard-BellFormatting
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-04-26 Arran Cudbard-BellCleanup main_config struct and document it
2015-03-03 Arran Cudbard-BellDocument more clients code
2015-02-28 Arran Cudbard-Bellfr_pton returns -1 on error
2015-02-21 Arran Cudbard-BellAdd support for specifying syslog severity in rlm_linelog
2015-02-10 Alan T. DeKokLimits on talloc pool size
2015-02-10 Alan T. DeKokMove talloc pool config to "resources" section
2015-02-10 Alan T. DeKokSet talloc pool size
2015-01-26 Arran Cudbard-BellFix nested #ifdef HAVE_SETUID
2015-01-26 Arran Cudbard-BellMove suid* functions to util.c so they're included...
2015-01-18 Arran Cudbard-BellFix stupid redundant getgr* and getpw* functions
2015-01-05 Arran Cudbard-BellExpose core library versions and features in ${feature...
2015-01-05 Arran Cudbard-BellAlloc main config section before reading config file...
2015-01-05 Arran Cudbard-BellFormatting
2014-12-31 Arran Cudbard-Bellrename cf_itemto*
2014-12-30 Arran Cudbard-BellAdd event_loop_started global, and remove realms initia...
2014-12-22 Arran Cudbard-BellGCC fixes
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-10-30 Arran Cudbard-BellConvert pairparsevalue to value_data_from_str which...
2014-10-28 Alan T. DeKokAdd and document reject_delay of fractional seconds
2014-10-28 Alan DeKokMerge pull request #818 from spbnick/pool_trigger_fallt...
2014-10-24 Arran Cudbard-BellUse RINDENT()/REXDENT() for modcall code
2014-10-23 Nikolai KondrashovAdd --disable-openssl-version-check option
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 Arran Cudbard-BellRemove useless extern declarations
2014-07-09 Arran Cudbard-BellDebug condition is now a fr_cond_t
2014-06-13 Arran Cudbard-BellDeclare more things as arrays
2014-06-05 Alan T. DeKokDouble init_delay in preparation for halving it later...
2014-05-30 Arran Cudbard-BellRename fr_pton functions to fr_pton4, fr_pton6 and...
2014-05-30 Arran Cudbard-BellAdd fr_ptonx, fr_ntop and is_wildcard IP address functions
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-29 Alan T. DeKokTrack response_window to request->delay. Addresses...
2014-05-21 Arran Cudbard-BellRemove unused config item
2014-05-21 Arran Cudbard-Bellgcc fixes
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-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-15 Alan T. DeKokUse the correct data type. Closes #634
2014-05-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
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-26 Arran Cudbard-BellCID #1206496 - Print proper debugging when loading...
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-08 Arran Cudbard-BellA simple framework to deal with future security issues...
2014-04-08 Alan T. DeKokFix mainconfig API and use consistent names
2014-04-08 Alan T. DeKokFix module API and use consistent names
2014-04-08 Arran Cudbard-BellLoad modules *after* initialising OpenSSL
2014-04-08 Arran Cudbard-BellAdd config item to toggle openssl vulnerability check
2014-04-07 Arran Cudbard-BellFix merge issue...
2014-04-07 Arran Cudbard-BellMove sysresource.h include
2014-04-07 Arran Cudbard-BellMove fr_set_dumpable code into debug.c, it's useful...
2014-04-04 Arran Cudbard-BellRestore stderr/stdout before calling panic_action ...
2014-03-31 Arran Cudbard-BellDoxygen
2014-03-31 Arran Cudbard-BellFix memory leaked at exit time
2014-03-23 Arran Cudbard-BellTypo
2014-03-23 Arran Cudbard-BellAnd another global gone...
2014-03-21 Alan T. DeKokMake Simultaneous-Use "access denied" message configurable
2014-03-11 Alan T. DeKokLoad protocol-specific dictionaries if built with them.
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-19 Arran Cudbard-BellAvoid cs cache double free
2014-02-03 Alan T. DeKokMove cached_config_t to talloc
2014-01-27 Arran Cudbard-BellDon't overwrite dictionary value set from command line
2014-01-27 Alan T. DeKokDon't need talloc_strdup yet
2014-01-27 Alan T. DeKokHard-code the dictionary directory into the server...
2014-01-26 Arran Cudbard-BellAdd panic action support to radiusd and unittest
2014-01-26 Arran Cudbard-BellMinor fixes to debug functions
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-26 Alan T. DeKokLoad the distribution dictionaries first, then raddb...
2014-01-26 Alan T. DeKokAllow "no overwrite" for config variables
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-11-04 Arran Cudbard-BellMerge pull request #459 from jlohiser/v3.0.x_rpm_spec_fixes
2013-11-03 Arran Cudbard-BellFormatting
2013-10-31 Arran Cudbard-BellSplit out IP qualified client attributes into 'getclien...
next