Separate pools and home servers by type.
[freeradius.git] / src / main / realms.c
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...