Made read_radius_conf_file() return the actual CONF_SECTION*
[freeradius.git] / src / main / radwho.c
2002-10-30 aland Made read_radius_conf_file() return the actual CONF_SE...
2002-10-29 aland Massive changes to configuration handling (re-arrangin...
2002-10-01 cparkerPatch to add support for a 'round_robin' load balancing...
2002-08-22 aland Make radwho and radzap read 'radiusd.conf', to get...
2002-06-21 cparker Jumbo fix to quiet compiler warnings by adding (int...
2002-06-03 aland Added '-d' command line option, to find out where...
2002-05-06 aland Include netinet/in.h, as apparently OpenBSD needs it.
2002-04-17 aland Use the correct name for the utmp file, as decided...
2002-03-02 ramoorePrevent nas_name functions from calling client_name.
2002-02-18 aland There are cases where IF all of the matching realms...
2002-02-06 aland Removed dependency on hard-code size of the session ID.
2001-10-30 aland Added 'radlog_dest' variable, so we can set the destin...
2001-10-09 aland Set the log directory to NULL initially, so we don...
2001-09-19 aland Configurable fail-over on multiple proxy hosts.
2001-06-18 cmillerIn GCC 3.0, printf is a macro, so the mid- printf(...
2001-03-12 aland Replaced sprintf with snprintf
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