Update copyright year
[freeradius.git] / src / main / radmin.c
2017-02-02 Arran Cudbard-BellUpdate copyright year
2016-11-10 Boris Lytochkinfix build on FreeBSD: readline headers imply stdio...
2016-01-02 Arran Cudbard-BellIt's 2016
2015-11-02 Alan T. DeKokUse main_config.name everywhere.
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-06-26 Alan T. DeKokClearer "reconnecting" message
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-06 Arran Cudbard-BellIf didn't allocate it, we don't free it
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-04-26 Arran Cudbard-BellCleanup main_config struct and document it
2015-03-31 Arran Cudbard-BellMerge pull request #931 from nchaigne/3.0.x-fb4-rc
2015-03-24 Alan T. DeKokUse FR_CHANNEL_FAIL / SUCCESS for radmin return codes
2015-03-20 Arran Cudbard-BellCreate a standard set of socket connection functions...
2015-03-18 Arran Cudbard-BellSplit out unix socket connection function
2015-03-09 Alan T. DeKokRe-run command after connection failure
2015-02-10 Herwin WeststrateFix typo in comments in radmin.c
2015-02-05 Alan T. DeKokFix typo
2015-02-05 Alan T. DeKokLook for sockets which match our UID / GID
2015-02-03 Alan T. DeKokMake sockets blocking.
2015-02-03 Alan T. DeKokAdd channels to radmin.
2015-01-26 Alan T. DeKokEnsure we close FILEs.
2015-01-05 Arran Cudbard-BellAlloc main config section before reading config file...
2014-12-31 Arran Cudbard-BellUpdate copyright notices
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-15 Alan T. DeKokClose sockfd if we fail. Closes CID #1258578
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-06 Alan T. DeKokRemove unneeded variable
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-24 Arran Cudbard-BellTypo
2014-11-24 Arran Cudbard-BellFix issues from previous commit
2014-11-24 Arran Cudbard-BellImplement auto-reconnect in radmin (if the server goes...
2014-11-24 Arran Cudbard-BellTidy up preprocessor stuff in radmin.c
2014-11-04 Arran Cudbard-BellFormatting
2014-06-06 Arran Cudbard-BellMove hmac prototypes into the md5.h/sha1.h headers
2014-06-06 Arran Cudbard-BellSwap order of arguments in hmac functions so output...
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-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
2014-04-07 Arran Cudbard-BellIf we can figure out which binary is being used for...
2014-04-07 Alan T. DeKokEnable -D, and document it in -h
2014-03-23 Arran Cudbard-BellRead the dictionaries before reading the main config...
2014-02-21 Arran Cudbard-BellFix more booleans
2014-01-27 Arran Cudbard-BellAdd ENV[PANIC_ACTION] support to all applications
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-23 Arran Cudbard-BellAdd version consistency checks between applications...
2014-01-10 Arran Cudbard-BellCorrect declarations for 'check_config' global
2014-01-01 Arran Cudbard-BellWoo 2014!
2013-12-19 Arran Cudbard-BellVarious fixes to allow building without threads
2013-08-15 Alan T. DeKokRemove redundant headers
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-09 Arran Cudbard-BellCall talloc_set_log_stderr() in all utilities, so we...
2013-07-04 Arran Cudbard-Bellre-align utility help output
2013-05-14 Alan T. DeKokMove many common functions to a common library
2013-04-25 Arran Cudbard-BellUse consistent macro names for logging
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-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-19 Arran Cudbard-BellFix the last of the GCC warnings
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-03-12 Alan T. DeKokRadmin doesn't need readline. Closes #227
2012-12-01 Arran Cudbard-Bellradius_xlat should return size_t
2012-11-23 Arran Cudbard-BellAdd version definitions to installed headers
2012-10-27 Arran Cudbard-BellChange version constants to be more useful
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 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-08-20 Arran Cudbard-BellMerge pull request #79 from alanbuxey/master
2012-08-19 Alan Buxeyupdate of Copyright date in recently updated files
2012-07-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-06-11 Alan T. DeKokFix compiler warnings
2012-04-30 Alan T. DeKokAbsolutely horrible hacks to get radmin on a TCP socket.
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-09-07 Alan T. DeKokUpdated copyright year
2011-07-04 Alan T. DeKokServer closing connection returns 0
2011-05-18 Alan T. DeKokAdded deprecated flag to variables
2010-10-03 Alan T. DeKokSigned / unsigned fixes and function prototypes
2010-04-29 Alan T. DeKokUse readline only if we have the header files
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2009-03-08 Alan T. DeKokPrint more debugging to tell people how to fix problems
2009-02-13 Alan T. DeKokSuppress LF's if there's no output
2008-12-12 Alan T. DeKokDefine SUN_LEN for systems that don't have it
2008-12-11 Alan T. DeKokPermit multiple "-e"
2008-10-23 Alan T. DeKokUse SUN_LEN here, too
next