Code "cleanups." I confess that I sometimes went beyond the TODO
[freeradius.git] / src / main / radwho.c
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-02-18 hartwick * Remove a bunch of variables that were included but...
2001-02-15 pacmanAdded a second mode of operation to cf_section_parse...
2001-02-08 aland Added '%s', so that the number of formats matched...
2001-02-06 hartwick * Replace a couple printf calls with fprintf(stderr)
2001-02-05 hartwick * Add the code to call read_radius_conf_file() instead...
2001-02-01 aland Remove malloc.h from the includes, as it's not needed.
2000-12-30 aland Corrected my email address to aland@ox.org
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-11-30 aland added 'const'
2000-11-10 aland seperated include for libradius.h from radiusd.h....
2000-11-10 aland removed duplicated 'read NAS' code from the source.
2000-09-25 aland cleaning up #include files
2000-09-13 aland changed log() to radlog(). Over-loading function...
2000-08-18 aland remove extraneous ntohl(), from a patch by Alan Curry.
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
2000-03-07 aland modified utmp to look for HAVE_UTMPX_H, instead of...
2000-03-02 aland made ip_hostname() take a buffer pointer, and a buffer...
2000-02-26 miquelsPorted some fixes from the upcoming radiusd-cistron...
2000-02-25 aland final stages of UINT4 -> uint32_t, and u_char -> uint8_t,
2000-02-02 aland only print out host names if UT_HOSTSIZE is defined.
1999-11-03 aland added a bunch of 'static' and 'const' to minimize...
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-08-16 alandInitial revision origin/aland