Added "del client <ipaddr>" command for dynamic clients
[freeradius.git] / src / main / command.c
2010-09-17 Alan T. DeKokAdded "del client <ipaddr>" command for dynamic clients
2010-09-10 Alan T. DeKokFix typo in error message
2010-07-30 Alan T. DeKokCheck sockets against home servers for proxy loops
2010-07-26 Alan T. DeKokBetter fix for unlinking control sockets
2010-07-26 Alan T. DeKokRevert "Delete control socket when the server exits."
2010-07-26 Alan T. DeKokDelete control socket when the server exits.
2010-02-04 Alan T. DeKokAdded more 'const', and changed stats to %u
2010-02-04 Alan T. DeKokAdd statistics for detail listeners, too
2009-11-27 Alan T. DeKokAdd tcp/udp to CLI for home_servers
2009-11-12 Alan T. DeKokPrint commands from radmin when in debug mode
2009-10-01 Alan T. DeKokevent.c frees the listener, so we don't need to
2009-09-27 Alan T. DeKokInclude proto in API, no matter what build options
2009-09-15 DanteAllow clients to use TCP
2009-06-16 Alan T. DeKokAdded the ability to selectively mark a module as alive...
2009-05-06 Alan T. DeKokInitialize variables on all paths...
2009-05-06 Alan T. DeKokAdded ability to do "command ?"
2009-04-23 Alan T. DeKokReturn 0 on error, not -1
2009-03-09 Alan T. DeKokMore explanations to help end users
2009-03-02 Alan T. DeKokClarify help on stats
2009-02-28 Alan T. DeKokAllow injection of packets via radmin
2009-02-26 Alan T. DeKokPoint to correct buffer
2009-02-15 Alan T. DeKokAdded "help -r"
2009-02-13 Alan T. DeKokFix handling of "debug file [filename]"
2008-12-12 Alan T. DeKokDefine SUN_LEN for systems that don't have it
2008-12-11 Alan T. DeKokDon't leak new listeners
2008-10-15 Alan T. DeKokUse SUN_LEN, which fixes portability issues
2008-09-18 Alan T. DeKokPrint home servers, too
2008-09-17 Alan T. DeKokglobal home server stats && server version
2008-09-17 Alan T. DeKokDon't need the \r
2008-09-15 Alan T. DeKokMore info for home server list
2008-09-15 Alan T. DeKokadded "outstanding" to home_server stats
2008-09-15 Alan T. DeKokSimplify code some more
2008-09-15 Alan T. DeKokGet/set home server state alive/dead
2008-09-14 Alan T. DeKokAdded help
2008-09-14 Alan T. DeKokadd client file <filename>
2008-09-13 Alan T. DeKokLoads more commands for clients && home servers
2008-09-13 Alan T. DeKokRemoved "show config". It's a duplicate
2008-09-13 Alan T. DeKokadded many more commands
2008-09-13 Alan T. DeKokSet r/w mode, and mark commands as read or write
2008-09-12 Alan T. DeKokDebug packets only if NOT in debugging mode.
2008-09-11 Alan T. DeKokShow debug settings
2008-09-11 Alan T. DeKokMake it clearer about debug log file
2008-09-09 Alan T. DeKokAdd "debug condition" command
2008-09-09 Alan T. DeKokAllow single / double-quoted strings in parser
2008-09-08 Alan T. DeKokAdded debug level && debug file commands
2008-09-08 Alan T. DeKokunlink it only if it exists
2008-09-08 Alan T. DeKokMore sanity checks on domain socket
2008-09-07 Alan T. DeKokUse new xml commands
2008-09-05 Alan T. DeKokEnable set config, and fix control socket
2008-09-04 Alan T. DeKokMore messages && printing
2008-09-04 Alan T. DeKokInitialize sockaddr_un
2008-09-04 Alan T. DeKokr/w socket magic && version number
2008-09-04 Alan T. DeKokAdded uid/gid checking
2008-09-03 Alan T. DeKokNew command sockets.