Use sane macro names for codes. PW_CODE_AUTHENTICATION_ACK, PW_CODE_AUTHENTICATION_RE...
[freeradius.git] / src / main / command.c
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
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-10-17 Alan T. DeKokDebug condition is allocated in the NULL context
2013-09-03 Alan T. DeKokAllow for one/two-pass compilation of conditions.
2013-08-20 Alan T. DeKokClean up "close socket" routines.
2013-08-15 Alan T. DeKokRemove redundant headers
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-25 Arran Cudbard-BellFix for opaque data double free
2013-07-17 Arran Cudbard-BellWhen printing time_t values, cast to 64bit signed int
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-07-01 Arran Cudbard-BellAdd PW_TYPE_FILE_INPUT (which verifies the file exists...
2013-05-30 Arran Cudbard-BellFix reference issues hidden by cast
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-04-25 Arran Cudbard-BellUse consistent macro names for logging
2013-04-25 Arran Cudbard-BellUse correct macros for log messages with WARNING: ERROR...
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the 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 Alan T. DeKokSwitch to new conditional evaluation engine.
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellMore GCC fixes
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-19 Arran Cudbard-BellAnother warning in command.c
2013-04-19 Arran Cudbard-BellFix the last of the GCC warnings
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-18 Arran Cudbard-BellFix more debug stuff
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-04 Alan T. DeKokMove VMPS into a plug-in library
2013-04-03 Alan T. DeKokMade userparse() readvp2() take TALLOC_CTX
2013-03-29 Alan T. DeKokUse cf_log_err_cs/cp everywhere
2013-03-29 Alan T. DeKokAdded "show config <path>" to radmin
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-14 Alan T. DeKokFree all listeners when we exit.
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-02-21 Alan T. DeKokdup may return < 0
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-18 Alan T. DeKokMore debug macros
2013-02-17 Alan T. DeKokCheck return code of dup()
2013-02-17 Alan T. DeKokUse correct flag for check
2013-02-17 Arran Cudbard-BellFix for coverity (fr_server_domain_socket should check...
2013-02-12 Alan T. DeKokAdded radmin command "hup main.log". Closes issue...
2013-01-07 Alan T. DeKokBe more graceful about reporting home server state
2012-10-27 Alan T. DeKokTry to fix "home server dead" code
2012-10-20 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-18 Arran Cudbard-BellSubstitute 'signature' for 'Request Authenticator'...
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-13 Alan T. DeKokAllow building without TLS
2012-09-06 Alan T. DeKokClose socket on error. Bug found by Coverity
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-06-11 Alan T. DeKokFix compiler warnings
2012-06-11 Alan T. DeKokReturn success
2012-05-06 Alan T. DeKokAdded timeout statistics for home servers
2012-05-04 Alan T. DeKokDon't use public str2argv
2012-04-30 Alan T. DeKokAbsolutely horrible hacks to get radmin on a TCP socket.
2012-04-29 Alan T. DeKokRate limit some triggers.
2012-04-29 Alan T. DeKokHUP via module name, not instance name
next