Signed / unsigned fixes and function prototypes
[freeradius.git] / src / main / realms.c
2010-10-03 Alan T. DeKokSigned / unsigned fixes and function prototypes
2010-09-28 Alan T. DeKokBetter way of updating cf_data_add
2010-09-22 Alan T. DeKokBootstrap CoA home servers, as they can stand alone.
2010-08-04 Alan T. DeKokBe less agressive about marking home servers as zombie.
2010-06-10 Alan T. DeKokFix proxying of inner tunneled requests
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-04-26 Alan T. DeKokPrint out helpful error if a realm regex can't be parsed
2010-03-06 Alan T. DeKokSwitch default for acct realms to "no_response_fail"
2009-11-27 Alan T. DeKokAdd tcp/udp to CLI for home_servers
2009-10-20 Alan T. DeKokInitialize proto for old-style realms
2009-10-12 Alan T. DeKokMake client/port/key-balance more like fail-over
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-08-03 Alan T. DeKokAllow home_server_pools to exist without realms
2009-07-17 Alan T. DeKokMove zombie checks to later so other rules apply, too
2009-07-17 Alan T. DeKokAllow requests to fail over to live servers earlier
2009-07-13 Alan T. DeKokAllow response_window && zombie_period to be smaller.
2009-05-23 Alan T. DeKokAllow for IPv6 src_ipaddr in home server
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-05-08 Alan T. DeKokFix issues found by LLVM checker.
2009-05-04 Alan T. DeKokFix double free on exit
2009-05-01 Alan T. DeKokDon't mark pools for freeing twice
2009-04-29 Alan T. DeKokSet free'd pointers to NULL
2009-04-10 Alan T. DeKokMake other balance types work
2009-02-28 Alan T. DeKokMark data to be freed
2009-02-13 Alan T. DeKokAdd "require message authenticator" config to home...
2009-02-13 Alan T. DeKokMove "allocate request->proxy" to home_server_ldb
2009-02-13 Alan T. DeKokMoved checks for detail to home_server_ldb
2009-02-02 Alan T. DeKokLoad anonymous pools by type, not hard-coded to CoA
2009-01-02 Alan T. DeKokEnable the server to originate CoA-Request && Disconnec...
2008-12-01 Alan T. DeKokSet "found" to first server.
2008-12-01 Alan T. DeKoksecret is NULL for LOCAL realms.
2008-12-01 Alan T. DeKokvirtual_server can't be NULL
2008-09-18 Alan T. DeKokAdd line # to error, and add home2, not home
2008-09-13 Alan T. DeKokAdded API to manage home servers by internal number
2008-06-30 aland Use new RDEBUG macros
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 Don't over-write previous status_check value
2008-06-09 aland For home servers with AF_UNSPEC, don't put them in...
2008-06-05 aland Added WITH_PROXY and WITH_DETAIL pre-processor defines to
2008-05-14 aland Corrected typo
2008-05-14 aland Fallback home_servers MUST be virtual_servers.
2008-04-18 aland Define realm_find2() where the argument is the realm...
2008-04-18 aland Allow regexes in realms.
2008-04-14 aland Add additional check for NULL/DEFAULT duplicate realms
2008-04-14 aland Added, and documented "fallback" in home server pool
2008-04-14 aland Added "fallback" in home server pool.
2008-04-13 aland Initialize all of the data structure
2008-04-13 aland Initialize home->server for lookups
2008-04-01 aland Allow "virtual_server" in realm && home_server configu...
2008-02-10 aland Fall back to using DEFAULT realm. Based on patch...
2008-01-09 aland Free alloc'd memory
2008-01-05 aland Be a little more forgiving about parsing realms.
2007-12-28 aland use new cf_log_info.
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-10-13 aland If there's no proxy section, use the defaults
2007-10-09 aland Parse, validate, and use "virtual_server" configuration in
2007-10-09 aland Rename "server_pool" to "home_server_pool". It's...
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-06 aland Re-factor "allocate pool" code, to prepare for cool...
2007-09-04 aland Don't key off of the values of the IP addresses for...
2007-09-03 aland Keep track of total requests sent to a home server.
2007-09-03 aland Check values of hs_type and hs_check before using...
2007-09-03 aland Whoops.. old-style realms tried to create pools sized...
2007-08-28 aland Updated error message
2007-08-28 aland Removed extraneous "hostname" configuration entry...
2007-08-13 aland Pulled fix from branch_1_1
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-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-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...
next