Move radius_event_init and modules_init to after the fork
[freeradius.git] / src / main / radiusd.c
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
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-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellUse talloc strdup
2013-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-03-21 Alan T. DeKokAdded verification of VALUE_PAIR pointers via talloc
2013-03-21 Arran Cudbard-BellMore debugging
2013-03-21 Arran Cudbard-BellAdd -P argument to always write PID, and fix tests
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-07 Alan T. DeKokDon't dlclose() modules on "radiusd -m"
2013-02-19 Alan T. DeKok-M implies -m, too
2013-02-19 Arran Cudbard-BellAdd talloc memory report on -M
next