Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
[freeradius.git] / src / main / client.c
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-12 aland Free allocated memory
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-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-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-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-10-15 mgriegoAdded htonl wrapper around mask when ANDing in client_s...
2005-08-22 aland Removed support for old-style "clients" file, as it...
2005-08-12 aland re-add patch from version 1.44, after playing with...
2005-07-21 aland prefer shortname, and set it if unset
2005-07-21 aland Allow multiple "listen" sections to use the same clien...
2005-07-21 aland Added support for per-socket client lists.
2005-07-19 aland Lower the work we do to find a client.
2005-07-19 aland Enable SNMP support for clients again.
2005-07-18 aland Call client_free() if client_add() fails.
2005-07-18 aland Move RADCLIENT* in mainconfig to rbtree's. This means...
2005-07-01 nbk Fix the IPv4 addresses comparison in client_find()
2005-05-12 raghuIPv4 prefix must be compared on network byte order
2005-05-11 raghuIPv6 clients can now be configured, listened and respon...
2005-05-04 aland Allow IPv6 for clients, too.
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-23 aland cl->shortname may now be NULL
2005-04-22 aland remove length restrictions on strings in RADCLIENT...
2005-04-21 aland Catch IPv6-mapped IPv4 address.
2005-04-19 aland Massive change to add foundational support for IPv6.
2004-04-07 aland Allow netmasks of /0.
2004-04-06 aland Don't complain about old files if nothing was read...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-12 aland When printing 'size_t' numbers, we *really* should...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-06-15 hartwick* Add a warning message if some deprecated files are...
2003-02-19 cmillerClinet address masks may certainly be 0 bits long.
2002-10-28 aland Moved the 'clients', 'realms', and 'config' variables...
2002-10-28 aland It's a good policy to initialize variables.
2002-10-18 aland Now that the 'naslist' is read in before the 'clients...
2002-07-31 aland Forcibly zero-out data structures after allocting...
2002-06-17 aland Allow lines without \n, when at the end of the file.
2001-03-20 cmillerRemoved fatal-looking error and added descriptive comme...
2001-03-20 hartwick * Add some additional debugging code to show what...
2001-03-14 pacmanJust another round of "quiet the gcc warnings"
2001-03-06 cmillerChanged comments calling the code Cistron to FreeRADIUS...
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-02-05 hartwick * Change the return value to return 0 instead of ...
2001-01-24 miquels* Corrected spelling of my name in several .c files
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-22 aland include libradius.h at the top of the include file...
2000-11-17 aland update long name with network & mask
2000-11-16 aland replaced all references to 'malloc' with 'rad_malloc'
2000-11-09 aland added support for network masks to clients. We can...
2000-11-08 hartwick * Add a client_walk() function to walk the client...
2000-11-06 aland moved the 'client' handling code to a new file: client.c