Double init_delay in preparation for halving it later. Closes #677
[freeradius.git] / src / main / mainconfig.c
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...
2013-10-31 Arran Cudbard-BellSupport retrieving client information for clients other...
2013-10-14 Alan T. DeKokAllow clients to have "proto = tls".
2013-10-14 Phil Mayerscorrect the log/colourise logic
2013-09-20 Arran Cudbard-BellTypo
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-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-06-30 Arran Cudbard-BellDon't start if the configuration contains deprecated...
2013-05-09 skidsRemove UNUSED from a used parameter
2013-04-25 Arran Cudbard-BellUse consistent macro names for logging
2013-04-25 Arran Cudbard-BellMove more log related things to log.c
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Alan T. DeKokOnly set dictionary_dir if it wasn't already set
2013-04-25 Alan T. DeKokMove log configuration to structure in log.c
2013-04-25 Alan T. DeKokRevert "Replace some globals with library specific...
2013-04-23 Arran Cudbard-BellReplace some globals with library specific static variables
2013-04-23 Arran Cudbard-BellRemove check_config from conffile.c
2013-04-23 Alan T. DeKokAdd -D dictionary_dir
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-16 Alan T. DeKokClient shortname can be created internally
2013-04-14 Alan T. DeKokAdd dict_read() API.
2013-04-10 Alan T. DeKokAdd escape function to xlat_register
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
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-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-02-20 Alan T. DeKokLast fix to colourise stuff
2013-02-20 Alan T. DeKokColorise only if we mean to
2013-02-19 Alan T. DeKokShouldn't be any config when we boot
2013-02-19 Alan T. DeKokClean up modules, etc. before freeing mainconfig
2013-02-19 Alan T. DeKokMove all conf file stuff to talloc
2013-02-18 Alan T. DeKokTurn colorize off only if it was one
2013-02-18 Arran Cudbard-BellCheck whether it's appropriate to output colourised...
2013-02-18 Arran Cudbard-BellQuick hack for colourising log output to stderr/stdout
2013-02-17 Alan T. DeKokvalue may be NULL. Only for admin mistake.
2013-02-12 Alan T. DeKokAdded radmin command "hup main.log". Closes issue...
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 Mayersadd REQUEST* and void* to escape functions
2012-10-05 Phil Mayersremove escape function from xlat handlers; perform...
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-03 Arran Cudbard-BellTweak file read/parse errors, they're confusing when...
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"
next