Add "extern C {...} to header files for C++ builds.
[freeradius.git] / src / include / realms.h
2010-10-09 Alan T. DeKokAdd "extern C {...} to header files for C++ builds.
2010-08-04 Alan T. DeKokBe less agressive about marking home servers as zombie.
2009-11-27 Alan T. DeKokAdd tcp/udp to CLI for home_servers
2009-09-27 Alan T. DeKokInclude proto in API, no matter what build options
2009-09-24 Alan T. DeKokJumbo patch to clean up socket handling
2009-09-15 DanteAllow home servers to use TCP
2009-08-12 Alan T. DeKokLook up home servers by type, too.
2009-07-17 Alan T. DeKokAllow requests to fail over to live servers earlier
2009-05-23 Alan T. DeKokHave the server automatically create proxy listeners
2009-05-21 Alan T. DeKokAllow src_ipaddr to be specified for home servers
2009-02-13 Alan T. DeKokAdd "require message authenticator" config to home...
2009-01-02 Alan T. DeKokEnable the server to originate CoA-Request && Disconnec...
2008-09-13 Alan T. DeKokAdded API to manage home servers by internal number
2008-06-22 aland Track Exponential moving average of response times for
2008-06-20 aland More stats for home servers
2008-06-20 aland Include statistics per-home-server
2008-04-18 aland Define realm_find2() where the argument is the realm...
2008-04-14 aland Added "fallback" in home server pool.
2008-04-01 aland Allow "virtual_server" in realm && home_server configu...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-10-09 aland Add %{home_server:foo} and %{home_server_pool:foo}
2007-09-26 aland Removed all references to "mainconfig" from realms.c.
2007-09-03 aland Deal with overflow in total requests sent
2007-09-03 aland Keep track of total requests sent to a home server.
2007-08-13 aland Pulled fix from branch_1_1
2007-07-16 aland Added "keyed-balance", which allows load balancing...
2007-06-28 aland Added cf_log_err() function, which simplifies common...
2007-06-19 aland Add filename to CONF_ITEM, so that the error messages...
2007-05-28 aland Added def for invalid realms
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-05-14 aland Add new load balancing method "client-port-balance"
2007-04-24 aland Added configurable timeouts specifically for ping...
2007-04-17 aland Clean up event stuff... add event ptr to request ...
2007-04-10 aland rad_panic never returns
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland add "client-balance", which is load-balancing to home...
2007-04-03 aland Massive change to the server core to remove horrid...