clarify other message
[freeradius.git] / src / main / radiusd.c
2015-09-29 Alan T. DeKokclarify other message
2015-09-29 Alan DeKokMerge pull request #1278 from mcnewton/updatehelp
2015-09-29 Matthew Newtonupdate help to show equivalents for some options
2015-08-14 Alan T. DeKokAlways create run_dir and logdir if needed
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-10 Alan T. DeKokcheck_config is now in conffile.c
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-08 Alan T. DeKokInitialize variable
2015-05-08 Alan T. DeKokAdd fr_state_t for use in modules
2015-05-05 Arran Cudbard-BellMove rad_debug_lvl into src/main.log
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-03-08 Arran Cudbard-BellMerge pull request #919 from nchaigne/3.0.x-fb3
2015-03-06 Alan T. DeKokUse autofree context
2015-02-26 Arran Cudbard-BellAlways register the talloc fault functions
2015-02-23 Arran Cudbard-BellFix ENV PANIC_ACTION for radiusd
2015-01-05 Arran Cudbard-BellExpose core library versions and features in ${feature...
2014-12-30 Arran Cudbard-BellAdd event_loop_started global, and remove realms initia...
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellUse correct type for log_lvl and add prefix to rdebug_pair
2014-11-17 Arran Cudbard-BellMove radius_event_init and modules_init to after the...
2014-11-04 Arran Cudbard-BellCleanup formatting in radiusd.c
2014-11-04 Arran Cudbard-BellFormatting
2014-11-04 Arran Cudbard-BellHelpful if it's info so it shows up in the main log
2014-11-04 Arran Cudbard-BellMerge pull request #827 from leprechau/tokener-cleanup
2014-11-04 Arran Cudbard-BellLink to libcap to determine process capabilities
2014-10-31 Alan T. DeKokTie session state into the rest of the server.
2014-10-28 Alan DeKokMerge pull request #823 from spbnick/trigger_with_ignor...
2014-10-28 Nikolai KondrashovIgnore SIGTERM when firing stop and signal.term
2014-10-23 Nikolai KondrashovAdd --disable-openssl-version-check option
2014-07-01 Arran Cudbard-BellNo need to call exit twice
2014-06-20 Arran Cudbard-BellDisable NULL context tracking
2014-05-30 Arran Cudbard-BellRename fr_pton functions to fr_pton4, fr_pton6 and...
2014-05-30 Arran Cudbard-BellBreak out IP parsing into fr_pton and fr_pton6. Any...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-20 Arran Cudbard-BellOnly check if were building with libssl
2014-05-20 Arran Cudbard-BellWe need to initialise SSL before reading the main confi...
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-14 Arran Cudbard-BellVerbosity of version should be independent of order...
2014-05-14 Alan T. DeKokDo SSL cleanups on exit
2014-05-11 Arran Cudbard-BellCan't use main_config directly
2014-05-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
2014-05-02 Arran Cudbard-BellClear libfreeradius buffer before starting the event...
2014-04-25 Arran Cudbard-BellConsolidate all the talloc logging functions in debug.c
2014-04-25 Arran Cudbard-BellAllow setting a log fd for all debug functions, this...
2014-04-25 Arran Cudbard-Bellkill -SIGUSR2 <radiusd> now prints talloc memory report...
2014-04-25 Alan T. DeKokMore "make whitespace"
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-08 Arran Cudbard-BellRefuse to start with OpenSSL 1.0.1 - 1.0.1f
2014-04-07 Arran Cudbard-BellIf we can figure out which binary is being used for...
2014-04-06 Arran Cudbard-BellRename daemon_mode to daemonize to be consistent with...
2014-04-06 Arran Cudbard-BellCID 1197128
2014-04-05 Alan T. DeKokMove STDIN / STDOUT mangling to radlog_init()
2014-04-05 Alan T. DeKokRename "dont_fork" to "daemon_mode"
2014-04-05 Alan T. DeKok"signal" is a C library function, not a variable
2014-04-04 Arran Cudbard-BellRestore stderr/stdout before calling panic_action ...
2014-04-04 Alan T. DeKokHandle syslog, too
2014-04-04 Alan T. DeKokEnumerate all of the possibilities for -l FOO and -x
2014-04-04 Alan T. DeKokIf log isn't stdout, ALWAYS set stdout to /dev/null
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-03-31 Arran Cudbard-BellFix memory leaked at exit time
2014-03-29 skidsExpose the main event loop so modules can use it.
2014-03-23 Arran Cudbard-BellAnd another global gone...
2014-02-21 Arran Cudbard-Bellwe_are_master() should return bool
2014-02-20 Arran Cudbard-BellDon't always redirect STDERR and STDOUT to /dev/null
2014-02-19 Arran Cudbard-BellClose stdin when daemonizing
2014-02-18 Alan T. DeKokExpose memory_report in mainconfig
2014-01-28 Arran Cudbard-BellCleanup radiusd usage()
2014-01-27 Arran Cudbard-BellOnly use the panic action from the config file if ENV...
2014-01-27 Arran Cudbard-BellAdd ENV[PANIC_ACTION] support to all applications
2014-01-26 Arran Cudbard-BellMinor panic_action fixes
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-BellCorrect type for bool fields in radiusd main()
2014-01-26 Arran Cudbard-BellCleanup signal handling code
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-23 Arran Cudbard-BellAdd version consistency checks between applications...
2014-01-07 Arran Cudbard-BellStupid warnings when building under ubuntu
2014-01-07 Alan T. DeKokTypos in comment
2014-01-07 Arran Cudbard-BellFix issues with previous commit
2014-01-07 Arran Cudbard-BellReport a non-zero exit status if after forking, the...
2013-11-30 Arran Cudbard-BellInitialise TLS *ONCE* in main, don't reinitialise it...
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-09-16 Arran Cudbard-BellMinor typo in -h output
2013-09-04 Arran Cudbard-BellMissing newline
2013-08-15 Alan T. DeKokRemove redundant headers
2013-07-21 Arran Cudbard-BellAlways set talloc logging function
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-04 Arran Cudbard-Bellre-align utility help output
2013-07-03 Arran Cudbard-BellUse EXIT_FAILURE and EXIT_SUCCESS macros
2013-07-03 Arran Cudbard-BellFix return codes in radiusd
2013-07-03 Arran Cudbard-BellFix memory check on -C -m|-M
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-04-25 Arran Cudbard-BellUse consistent macro names for logging
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Alan T. DeKokMove log configuration to structure in log.c
next