Don't unlink socket if we can't open it
[freeradius.git] / src / main / command.c
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-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-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-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Arran Cudbard-BellConvert another argument to bool
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
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...
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-08 Alan T. DeKokEvents are only managed by the main thread
2014-05-08 Arran Cudbard-BellWhitespace
2014-05-04 Alan T. DeKokDon't unlink on close. Fixes #621
2014-05-03 Alan T. DeKokApparently we need unlink?
2014-05-03 Alan T. DeKokDon't unlink the socket. Closes CID #720456
2014-05-02 Alan T. DeKokReduce scope of variables
2014-05-02 Arran Cudbard-BellSwap out all __attribute__ markers with CC_HINT() this...
2014-04-25 Arran Cudbard-BellMake readvp2 a bit more sane
2014-04-08 Alan T. DeKokRemoved conf2xml and conf2file functionality.
2014-04-04 Arran Cudbard-BellRestore stderr/stdout before calling panic_action ...
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-27 Alan T. DeKokAllow module status to be forced to any module code
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-21 Alan T. DeKokBuild without command sockets
2014-02-21 Alan T. DeKokBuild without dynamic clients
2014-02-19 Alan T. DeKokscan warnings
2014-02-12 Alan T. DeKokHack to work around previous "(condition)"
2014-02-12 Alan T. DeKokFix command parser and debug_condition.
2014-02-03 Arran Cudbard-BellRename home_server type to home_server_t
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
next