Compile-time option WITH_ACCOUNTING
[freeradius.git] / src / main / client.c
2008-06-06 aland Compile-time option WITH_ACCOUNTING
2008-05-29 aland Prefix of /0 is special
2008-04-30 aland Clean up more memory
2008-04-20 aland Integrate more into the server. Dp4
2008-04-14 aland When adding a client, it's OK to be in a subsection...
2008-01-03 aland Removed unused prototypes and functions
2008-01-01 aland Add "require_message_authenticator" to client config...
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-16 aland Move parse of CONF_SECTION -> RADCLIENT into it's...
2007-10-14 aland remove dumb assert
2007-10-14 aland Update clients from root_clients, if possible
2007-10-09 aland listen / client config changes server -> virtual_serve...
2007-10-09 aland Added %{client:foo} expansion
2007-09-28 aland Removed all references to mainconfig.clients.
2007-09-07 aland Change "prefix" to "netmask"
2007-09-04 aland Allow new syntax:
2007-08-13 aland Pulled fix from branch_1_1
2007-07-05 aland Use new cf_log_err function
2007-06-19 aland More use of new cf_section_filename(cs) API
2007-06-19 aland Rename "identity" to "server", for virtual server...
2007-06-19 aland Added "identity" field to the REQUEST struct. It...
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-15 aland Port fix for Coverity bug #27 from 1.1.x
2007-05-14 nbk Delete trailing whitespace.
2007-04-19 aland Set tree_num to NULL after freeing it
2007-04-19 aland If free'ing mainconfig.clients, set it to NULL.
2007-04-18 aland Catch clients added by rlm_sql
2007-04-17 aland Remember per-listener clients in the "tree by number...
2007-04-17 aland Remember the tree of clients by number.
2007-04-11 aland move lrad_ipaddr_cmp() from packet.c to misc.c, make...
2007-04-10 aland Keep SNMP statistics for packets we receive from clien...
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-03-05 aland Free clients on error. Mostly a theoretical bug,...
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-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.
next