Signed / unsigned fixes and function prototypes
[freeradius.git] / src / main / radmin.c
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
2008-09-18 Alan T. DeKokAdd echo. Don't strip TOO many spaces
2008-09-18 Alan T. DeKokOne more \n
2008-09-16 Alan T. DeKokMore printf's
2008-09-15 Alan T. DeKokOutput to file
2008-09-15 Alan T. DeKokAdded -i <file>, and ignore comments
2008-09-14 Alan T. DeKokMore checks for weird systems
2008-09-14 Alan T. DeKokCorrected typo
2008-09-14 Alan T. DeKokBuild on systems without MSG_DONTWAIT
2008-09-13 Alan T. DeKokMake buffer really large
2008-09-08 Alan T. DeKokBetter checks for quiet && readline
2008-09-08 Alan T. DeKokBetter checks for -lreadline && <readline.h>
2008-09-07 Alan T. DeKokMake reconnect work
2008-09-07 Alan T. DeKokAdded '-e command'
2008-09-06 Alan T. DeKokusage, change preference of -d && -f
2008-09-06 Alan T. DeKokParse control socket from radiusd.conf
2008-09-05 Alan T. DeKokMake work with -q, and input from a pipe
2008-09-05 Alan T. DeKokPrint GPL. Use getopt
2008-09-04 Alan T. DeKokr/w socket magic && version number
2008-09-04 Alan T. DeKokLeverage configure checks && use select
2008-09-03 Alan T. DeKokSet default socket address && usage
2008-09-03 Alan T. DeKokAdd radmin tool.