Print error message if we're not configured to listen on any ports
[freeradius.git] / src / main / listen.c
2010-09-09 Alan T. DeKokPrint error message if we're not configured to listen...
2010-08-04 Alan T. DeKokFix warning message
2010-07-29 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-06-07 Alan T. DeKokUse requested source IP as a template.
2010-03-06 Alan T. DeKokAllow IPv6 to bind to interface with scope.
2009-12-06 Alan T. DeKokUse "0" for later proxy sockets, rather than looping...
2009-12-01 Alan T. DeKokFixed typo
2009-10-30 Alan T. DeKokIf the port is already used, try another.
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
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
next