Clean up loopback / inaddr_any checks
[freeradius.git] / src / main / listen.c
2010-09-18 Alan T. DeKokClean up loopback / inaddr_any checks
2010-09-14 Alan T. DeKokBe more forgiving when starting proxy sockets.
2010-09-09 Alan T. DeKokPrint error message if we're not configured to listen...
2010-08-04 Alan T. DeKokManual merge of commits
2010-07-30 Alan T. DeKokAPI fixes for 2.2.0
2010-07-30 Alan T. DeKokCheck sockets against home servers for proxy loops
2010-07-26 Alan T. DeKokBetter fix for unlinking control sockets
2010-07-26 Alan T. DeKokRevert "Delete control socket when the server exits."
2010-07-26 Alan T. DeKokDelete control socket when the server exits.
2010-06-30 Alan T. DeKokChange default lifetime for dynamic clients from 1d...
2010-05-31 Alan T. DeKokMiracle of miracles... it seems to work
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-03-17 Alan T. DeKokFix merge for struct names changed in 2.2.0
2010-03-09 Alan T. DeKokMove struct definition to the correct place
2010-03-06 Alan T. DeKokAllow IPv6 to bind to interface with scope.
2010-02-04 Alan T. DeKokBe more careful about handling of temporary packet
2009-12-08 Alan T. DeKokComplain about too many sockets earlier
2009-12-01 Alan T. DeKokFixed typo
2009-10-20 Alan T. DeKokAlways initialize proto
2009-10-12 Alan T. DeKokFix typo
2009-10-05 Alan T. DeKokSet broadcast && reuseaddr before binding to socket
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-16 DanteMore plumbing to get the server to listen on TCP sockets.
2009-09-16 DanteFree tcp structure, too
2009-09-16 DanteAllow outgoing TCP connections to home servers.
2009-09-16 DanteAdd scaffolding for proxy listeners.
2009-09-15 DanteAllow clients to use TCP
2009-09-01 Alan T. DeKokSet DF flag for packets from the server, too
2009-06-16 Alan T. DeKokRemoved requirement for DHCP to have clients
2009-05-27 Alan T. DeKokRead all of the packet using MSG_PEEK for dynamic clients
2009-05-26 Alan T. DeKokFix typo in last commit
2009-05-26 Alan T. DeKokDon't over-ride NAK with ACK
2009-05-23 Alan T. DeKokAutomatic proxy listeners are created last
2009-05-23 Alan T. DeKokPrint more descriptive error message
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
next