Add version consistency checks between applications, libfreeradius-radius, libfreerad...
[freeradius.git] / src / main / radiusd.c
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
2013-02-18 Alan T. DeKokRemove L_CONS
2013-02-16 Alan T. DeKokBuild / link without OpenSSL
2013-02-08 Alan T. DeKokReorder xlat, too
2013-02-07 Alan T. DeKokFree modules before mainconfig
2013-02-06 Arran Cudbard-BellStartup check for mismatched OpenSSL library versions
2012-10-27 Arran Cudbard-BellChange version constants to be more useful
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-28 Arran Cudbard-BellMerge pull request #95 from alanbuxey/master
2012-09-27 Alan DeKokMerge pull request #92 from philmayers/sess-persist
2012-09-25 Arran Cudbard-BellRemove duplicate version/copyright info
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-07-05 Arran Cudbard-BellUpdate copyright
2012-04-29 Alan T. DeKokRate limit some triggers.
2011-12-26 Alan T. DeKokFix erroneous use of printf options
2011-11-25 Alan T. DeKokUpdated version output
2011-11-14 Alan T. DeKokSet fr_log_fp when using '-l'
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-09-19 Alan DeKokMerge pull request #18 from bmork/radsniff-decode
2011-09-18 John DennisDocument all command line args & add missing man pages
2011-07-29 Phil Mayerssupport for PCRE
2011-06-21 Alan T. DeKokIf a child process gets a signal to exit, then just...
2011-04-22 Alan T. DeKokAdded start / stop server triggers
2011-03-29 Alan T. DeKokFix handling of "-l stdout"
2011-03-15 Alan T. DeKokIf select() returns an error, show it to the user.
2010-10-03 Alan T. DeKokSigned / unsigned fixes and function prototypes
2010-09-30 Alan T. DeKokMore patches to build without certain features
2010-09-30 Alan T. DeKokAllow building WITHOUT_STATS
2010-05-29 Alan T. DeKokSet line buf on stdout/err when logs go there
2010-03-06 Alan T. DeKokClean up log file handling. Fixes bug #63
2009-10-13 Alan T. DeKokWrite the PID file as late as possible
2009-05-05 Alan T. DeKokExit with error on more signals
2009-04-23 Alan T. DeKokMoved HUP code to mainconfig
2008-09-06 Alan T. DeKokKill children only if we have children
2008-06-21 aland Add start && hup time
2008-05-16 aland Note HUP
2008-05-16 aland Log exiting. Update a few more log messages
2008-03-08 aland Initialize fr_log_fp
2008-03-06 aland Added '-t' command-line options. (Undocumented)
2008-03-06 aland Add '-l logfile' back again (it's good for something)
2008-01-10 aland Updated copyright
2008-01-01 aland Revert last commit
2007-12-31 aland If '-n' isn't used, the argument is by default progname
2007-12-31 aland Added '-n name' back again. It's too useful to live...
2007-12-27 aland Remove support for deprecated command-line options
2007-12-02 aland Call lt_dlexit() AFTER detach modules.
2007-12-02 aland Include file for prototypes
2007-11-28 aland More OS portability issue
2007-11-12 aland Added HUP support. As it happens, it's also thread...
2007-11-11 aland Added -C command-line option, documentation, debug...
2007-10-29 aland More #ifdef's for platforms that need them
2007-10-10 aland More cleanups and warnings
2007-10-09 aland Clean up threads, and add thread pool lock/unlock...
2007-10-03 aland More re-arrangements to clarify the code.
2007-09-28 aland Moved nearly all remaining code out of radiusd.c,...
2007-09-27 aland No need to reset snmp stuff. It's done in radius_snmp...
2007-09-26 aland Pass the top-level configuration to the thread pool...
2007-08-25 aland Cleaned up socket print routine
next