Have the server automatically create proxy listeners
[freeradius.git] / src / main / listen.c
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-19 Alan T. DeKokThe server can now listen on CoA ports.
2009-05-18 Alan T. DeKokInclude udpfromto.h
2009-05-10 Alan T. DeKokMoved verifiation of proxy responses to earlier in...
2009-03-11 Alan T. DeKokMore VQP wrappers
2009-03-06 Alan T. DeKokHackery to delete dynamic clients.
2009-02-28 Alan T. DeKokAllow injection of packets via radmin
2009-02-17 Alan T. DeKokRemove broken macro.
2009-02-03 Alan T. DeKokNote issue as reported in bug #622
2009-01-02 Alan T. DeKokEnable the server to originate CoA-Request && Disconnec...
2008-12-14 Alan T. DeKokChange where we do suid up/down.
2008-12-03 Alan T. DeKokAllow all ports to be used. Closes #559
2008-12-01 Alan T. DeKokfree structure on error.
2008-09-24 Alan T. DeKokMove "unknown" client code to common area
2008-09-14 Alan T. DeKokCorrect placement of bracket for non-IPv6 systems
2008-09-04 Alan T. DeKokMore ifdef's for conditional builds
2008-09-03 Alan T. DeKokNew command sockets.
2008-09-01 Alan T. DeKokleverage rlm_dynamic_clients
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-07-09 Alan T. DeKokFix compiler warnings and potential crash
2008-07-08 Alan T. DeKokFull statistics are available only on a statistics...
2008-07-02 aland Corrected error message
2008-06-22 aland Remove more SNMP stuff
2008-06-21 aland Replace fr_client_stats_t with fr_stats_t. They have the
2008-06-20 aland Add listen type "status" for status-server and statistics
2008-06-20 aland Allow more slicing && dicing of statistics.
2008-06-19 aland Separate stats from SNMP. We can now do stats without...
2008-06-16 aland Pull fr_socket() code into the listener, to enable...
2008-06-13 aland The feature everyone's been waiting for.
2008-06-10 aland use new sockaddr to ipaddr functions
2008-06-06 aland Compile-time option WITH_ACCOUNTING
2008-06-05 aland Added WITH_PROXY and WITH_DETAIL pre-processor defines to
2008-05-29 aland Use memcpy to avoid strict C aliasing. In this case,
2008-04-20 aland Integrate more into the server. Dp4
2008-04-17 aland Correct documentation, and allow client lists without the
2008-04-14 aland Look up "clients" configuration by ("clients", ref...
2008-02-13 aland Deleted code handling massaging of sockets on HUP...
2008-02-12 aland Sanity checks for port ranges in listen sections.
2008-02-12 aland Print out more error messages on failure
2008-02-04 aland With -i && -n, also read listen sections from "server...
2008-01-01 aland Add "require_message_authenticator" to client config...
2007-12-31 aland*** empty log message ***
2007-12-30 aland Corrected typo
2007-12-28 aland Free listen structure on error
2007-12-27 aland Replaced DEBUG2 stuff with log of config/modules,...
2007-12-25 aland Free memory after we're done using it, not before.
2007-12-06 aland Enabled O_NONBLOCK for UDP sockets
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-29 aland Wrap include with #ifdef's
2007-10-09 aland listen / client config changes server -> virtual_serve...
2007-10-03 aland More re-arrangements to clarify the code.
2007-09-28 aland Removed all references to mainconfig.clients.
2007-09-26 aland Moved snmp config from global to local variables.
2007-09-25 aland Free listen type correctly.
2007-09-04 aland Print listening socket IP, port, and server name for...
2007-09-04 aland Clients are found by:
2007-08-25 aland Moved detail file handling to its own source file
2007-08-25 aland Cleaned up socket print routine
2007-08-13 aland Pulled fix from branch_1_1
2007-06-29 aland More radlog -> cf_log_err
2007-06-29 aland Pass CONF_SECTION to listen_init(), for better error...
2007-06-29 aland Set default port for VMPS
2007-06-29 aland Server sections don't require a name
2007-06-29 aland Don't free server, it's taken from the config structures
2007-06-29 aland Move "authorize", etc. into a default server{} block.
2007-06-29 aland Parse error, rather than assert
2007-06-26 aland Allow per-server clients only if there actually are...
2007-06-19 aland Clean up the client preference:
2007-06-19 aland More use of new cf_section_filename(cs) API
2007-06-19 aland listen sections in the default config can point to...
2007-06-19 aland Moved some "listen" directives into the "server" secti...
2007-06-19 aland Rename "identity" to "server", for virtual server...
2007-06-19 aland Print out which listeners are using what identity
2007-06-18 aland Cleaned up detail file reader. It should now be much...
2007-06-15 aland Cleaned up compiler warnings
2007-06-15 aland listen sections find clients by:
2007-06-12 aland Added --with-vmps to configure options, so that you...
2007-05-28 aland Removed fprintf
2007-05-28 aland Call new vmps_process() function
2007-05-28 aland Added preliminary VMPS support. The code can receive...
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-11 aland Use RTT && load_factor to prevent detail file reading...
2007-05-09 aland Re-parent the SNMP MIBs to use our own OID, rather...
2007-05-04 aland Be more forgiving about corner cases
2007-05-04 aland Cleanup up detail file handling a little. Fixed a...
2007-05-04 aland more sanity checks, and clarify the code
2007-05-03 aland Add section start/stop debug output.
2007-04-30 aland Discard packets from unknown clients
2007-04-26 aland Switch over "code", not "packet->code"
2007-04-24 aland Run Status-Server packets through Autz-Type or Acct...
2007-04-23 aland Keep array in sync with defs in radiusd.h
2007-04-23 aland Added RADCLIENT* pointer to the REQUEST structure...
next