Signed / unsigned fixes and function prototypes
[freeradius.git] / src / main / radwho.c
2010-10-03 Alan T. DeKokSigned / unsigned fixes and function prototypes
2009-01-30 Alan T. DeKokAdded UNUSED
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-07-01 aland Make this build, too. radwho shouldn't really need to
2008-06-22 aland Increase field sizes. Patch from bug #517
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-08-13 aland Pulled fix from branch_1_1
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-04-14 aland Clean up header files
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-13 aland replace strncpy strlcpy `cat filelist`
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-09-05 aland Separate reading of a file from $INCLUDEing a file.
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-30 aland Make hash table have comparison callback, it's needed.
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-14 nbkPull from CVS head:
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-25 nbk Add the attribute "noreturn" to the functions that...
2005-08-22 aland Remove more unused, and unnecesary functions
2005-08-22 aland Get rid of ip_hostname, which is an old IPv4-only...
2005-08-16 aland More signed->unsigned fixes
2005-07-26 aland Ports are unsigned int's
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-11 aland deleted unused code
2005-04-08 aland 'static' to 'static const'
2005-04-07 aland Minor fixes to "zap" functionality, and documentation
2005-04-06 aland Let's print the correct values for attributes...
2005-04-06 aland Tiny code changes turn radwho into a radzap clone...
2005-04-06 aland Added RADIUS attribute output, so we can make "radzap"
2005-04-06 aland -l hasn't worked for years now. Delete it.
2005-04-06 aland radwho no longer calls read_mainconfig(), which makes...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-06-10 aland These don't need radlog_dest any more
2004-04-06 aland Deleted almost all knowledge of auth_port and acct_por...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2002-10-30 aland Clear the main config, before reading radiusd.conf
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...
next