Add config item to toggle openssl vulnerability check
[freeradius.git] / src / main / mainconfig.c
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"
2012-06-11 Alan T. DeKokRemove unused function
2012-02-06 Matthew NewtonAdd "syslog_facility" to rlm_linelog
2011-12-08 Alan T. DeKokAdded "log { use_utc = yes/no }" configuration
2011-05-18 Alan T. DeKokAdded deprecated flag to variables
2011-03-25 Alan T. DeKokSet min/max for max_request_time, cleanup_delay, and...
2010-12-23 Alan T. DeKokMoved items into security section
2010-12-08 Alan T. DeKokAdded a few default variables with values
2010-07-26 Alan T. DeKokRevert "Delete control socket when the server exits."
2010-07-26 Alan T. DeKokDelete control socket when the server exits.
2010-06-28 Alan T. DeKokBuild on systems without setuid
2010-05-04 Alan T. DeKokEnable core dumps after suid_down
2010-03-06 Alan T. DeKokClean up log file handling. Fixes bug #63
2009-12-15 Alan T. DeKokIf we have "user=foo", and we're ALREADY running as...
2009-11-17 Alan T. DeKokMove user/group/chroot/core to bootstrap config
2009-08-18 Alan T. DeKokFix args to printfy
2009-07-27 Alan T. DeKokMove chown to place where it checks for log file existence
2009-07-17 Alan T. DeKoksuid down earlier, ensure log files have correct ownership
2009-07-02 Alan T. DeKokExtend the logging capabilities of auth good/badpass
2009-05-24 Alan T. DeKokAdd notes
2009-04-23 Alan T. DeKokReload module configuration on HUP
2009-04-23 Alan T. DeKokAllow virtual servers to be reloaded dynamically on HUP
next