Added "keyed-balance", which allows load balancing based
[freeradius.git] / src / main / realms.c
2007-07-16 aland Added "keyed-balance", which allows load balancing...
2007-07-05 aland Don't just blindly print out the server pool definition,
2007-07-05 aland Removed use of cf_section_value_find(). We now do...
2007-06-29 aland Use mainconfig.config
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-29 aland Corrected debug output
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-16 aland Permit "pool" in realms, to point to pools of all...
2007-05-16 aland More sanity checks.
2007-05-16 aland Add one more type missed on previous commit
2007-05-16 aland Separate pools and home servers by type.
2007-05-14 nbk Delete trailing whitespace.
2007-05-14 aland Add new load balancing method "client-port-balance"
2007-05-14 aland Update copyright dates
2007-05-14 aland Use "currently_outstanding" metric for load-balance...
2007-05-11 aland For old-style realms, make pools by realm name, not...
2007-05-11 aland Cleaned up debug messages.
2007-05-03 aland Re-arrange parsing order so that home servers aren...
2007-05-03 aland Add section start/stop debug output.
2007-04-24 aland Added configurable timeouts specifically for ping...
2007-04-24 aland Rename "ping" check to "status" check. This means...
2007-04-11 aland move lrad_ipaddr_cmp() from packet.c to misc.c, make...
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-05 aland Massively cleaned up #include's, so they're in a consi...
2007-04-03 aland Massive change to the server core to remove horrid...