Merge tag 'release_3_0_14' into tr-integ
[freeradius.git] / src / main / command.c
2017-06-05 Dan BreslauMerge tag 'release_3_0_14' into tr-integ
2017-05-05 Dan BreslauMerge remote-tracking branch 'origin/upstream_release_3...
2017-03-14 Alan T. DeKokclose open FDs on error, and use error path in more...
2017-03-14 Alan T. DeKokremove unused variable
2016-06-30 Alan T. DeKokDo pass2 compilation on conditions. Fixes #1632
2016-06-21 Alan T. DeKokBuild without TCP, too
2016-01-04 Alan T. DeKokconvert assert to run-time check. Fixes #1483
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-11-30 Alan T. DeKokSimplify logic for getpeereid()
2015-11-26 Arran Cudbard-BellMerge pull request #1404 from jpereira/v3.0.x
2015-11-26 Arran Cudbard-BellMerge pull request #1402 from jpereira/fix/bug-with...
2015-11-26 Jorge PereiraBugfix - Used a wrong list to global statistics in...
2015-11-24 Alan DeKokMerge pull request #1394 from jpereira/fix/ramin1
2015-11-24 Jorge PereiraFixing problem with radmin> stats detail <filename>
2015-11-16 Sam HartmanMerge tag 'release_3_0_10' into tr-integ
2015-10-23 Alan T. DeKokPrint coa / disconnect stats. Addresses #1339
2015-09-18 Alan DeKokMerge pull request #1246 from mcnewton/v3.0.x
2015-09-17 Matthew Newtondon't segfault when asked for help
2015-09-14 Alan T. DeKokTry to open client socket in fr_server_domain_socket_perm()
2015-09-14 Alan T. DeKokDon't unlink socket if we can't open it
2015-09-11 Arran Cudbard-BellDon't leak client_fd on error
2015-09-11 Arran Cudbard-BellFormatting
2015-09-11 Alan T. DeKokCheck if the socket is in use before unlinking it
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-06-26 Alan T. DeKokPrint out debug condition. Fixes #1046
2015-06-09 Arran Cudbard-BellMerge pull request #1038 from jpereira/develop-dict...
2015-06-09 Alan T. DeKokMore docs on stats memory
2015-06-09 Alan T. DeKokAdd "stats memory" command
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-04-29 Alan T. DeKokAdd "bootstrap" method, and clean up module API.
2015-04-29 Alan T. DeKokRename RLM_COMPONENT_* to MOD_*
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-03-31 Arran Cudbard-BellMerge pull request #931 from nchaigne/3.0.x-fb4-rc
2015-03-29 Arran Cudbard-BellClang scan analyzer errors
2015-03-25 Alan T. DeKokRemove unused assignement
2015-03-24 Alan T. DeKokAllow home server "auth+acct"
2015-03-24 Alan T. DeKokUse names instead of numbers for command OK / FAIL
2015-03-24 Alan T. DeKokRegularize return codes for radmin commands
2015-03-24 Alan T. DeKokGo to status after running a command
2015-03-09 Alan T. DeKoklast may be NULL
2015-02-27 Sam HartmanMerge tag 'release_3_0_7' into tr-integ
2015-02-19 Arran Cudbard-BellTypo
2015-02-18 Alan T. DeKokUse correct macro
2015-02-18 Arran Cudbard-BellAdd alternative to peercred auth for Unix control sockets
2015-02-18 Arran Cudbard-BellMove ERROR calls to fr_strerror_printf
2015-02-10 Alan T. DeKokMake request_receive() take a TALLOC_CTX
2015-02-10 Herwin WeststrateFixed a number of double semicolons in source
2015-02-09 Alan T. DeKokMinor typo in help message
2015-02-04 Alan T. DeKokInitialize socket magic
2015-02-04 Alan T. DeKokAllow for "help del client", which now works
2015-02-04 Alan T. DeKokMore docs for home server
2015-02-04 Alan T. DeKokAllow you to look up clients by listener, too
2015-02-04 Alan T. DeKokRemove leading tabs. They're not needed
2015-02-03 Alan T. DeKokAdd channels to radmin.
2015-02-03 Arran Cudbard-Bellanother redundant declaration
2015-02-03 Arran Cudbard-BellAdd command to get queue stats
2015-01-26 Arran Cudbard-BellMove suid* functions to util.c so they're included...
2015-01-26 Arran Cudbard-BellMove socket permissions code into fr_server_domain_socket
2015-01-26 Arran Cudbard-BellPartially revert "call rad_mkdir to make the path for...
2015-01-19 Arran Cudbard-BellUse chmod permissions macros
2015-01-19 Arran Cudbard-BellFix coverity issues
2015-01-18 Arran Cudbard-Bellcall rad_mkdir to make the path for the control socket...
2015-01-18 Arran Cudbard-BellFix control socket permissions control for none Linux...
2015-01-18 Arran Cudbard-BellFix stupid redundant getgr* and getpw* functions
2014-12-31 Arran Cudbard-Bellrename cf_itemto*
2014-12-22 Arran Cudbard-BellGCC fixes
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-11-24 Arran Cudbard-BellFix raddebug so it exits on condition parse error
2014-11-24 Arran Cudbard-BellWrite condition parsing errors back to radmin so we...
2014-10-28 Alan DeKokMerge pull request #818 from spbnick/pool_trigger_fallt...
2014-10-26 Arran Cudbard-BellUse RINDENT REXDENT in more places
2014-10-03 Arran Cudbard-BellFix argument order so ctx is always first
2014-09-04 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-09-02 Alan T. DeKokUse new fr_getgid() function. Addresses #776
2014-09-02 Alan T. DeKokUse getpwnam_r() and getgrnam_r() if available. Closes...
2014-08-22 Alan DeKokMerge pull request #758 from spbnick/trigger_max_thread...
2014-08-15 Alan T. DeKokIgnore flags
2014-07-22 Kevin WassermanMerge branch 'v3.0.x' into tr-upgrade
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Arran Cudbard-BellConvert another argument to bool
2014-06-26 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-13 Arran Cudbard-BellDeclare more things as arrays
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 PW_TYPE_IP* so they're all consistent
2014-05-30 Arran Cudbard-BellRename fr_pton functions to fr_pton4, fr_pton6 and...
2014-05-30 Arran Cudbard-BellSwitch to using fr_ipaddr_t for client prefixes, and...
2014-05-30 Arran Cudbard-BellBreak out IP parsing into fr_pton and fr_pton6. Any...
2014-05-26 Arran Cudbard-BellCast interval values to ints before use, so we don...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellFix duplicate definition of mod_rcode_table
2014-05-21 Alan T. DeKokAdd "show module status"
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
next