Portability fixes for Mingw33
[freeradius.git] / src / main / listen.c
2011-12-26 Alan T. DeKokPortability fixes for Mingw33
2011-11-18 Arran Cudbard-BellFix typo in listen.c
2011-11-17 Alan T. DeKokEnsure struct is initialized
2011-10-19 Alan T. DeKokInitialize all of the structure
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-09-23 Alan T. DeKokFix typo (arg)
2011-09-23 Alan T. DeKokMore checks for -C, to not open sockets
2011-09-22 Alan T. DeKokDon't really open sockets if we're doing -C
2011-07-05 Alan T. DeKokDon't need original packet when proxying
2011-06-03 Alan T. DeKokMake RADCLIENT always have stats structures
2011-05-19 Alan T. DeKokBuild without TLS
2011-05-13 Alan T. DeKokSet "last packet" entry for all sockets
2011-05-13 Alan T. DeKokPut checks for non-threaded TLS in a better place.
2011-05-12 DanteGlue TLS code into listen.c
2011-05-11 DanteAdd preliminary support for TLS socket send/receive
2011-05-11 Alan T. DeKokSet client=NULL so we don't de-reference garbage
2011-05-11 Alan T. DeKokPrint more/better messages for TLS sockets and proxies
2011-05-10 Alan T. DeKokParse "tls" configuration section for sockets
2011-05-10 Alan T. DeKokClean up statistics gathering
2011-05-06 Alan T. DeKokFix typo in function name
2011-05-03 Alan T. DeKokAdded "proto" to listener_find_byipaddr
2011-04-28 Alan T. DeKokMake packet timestamp be "struct timeval"
2011-04-22 Alan T. DeKokTrigger when adding a new dynamic client.
2011-04-13 Alan T. DeKokNew state machine for 3.0
2011-03-30 Alan T. DeKokAccept accounting packets via TCP
2011-02-18 Alan T. DeKokAPI fixes for 3.x
2011-02-18 Alan T. DeKokMake CoA proxying work again.
2010-12-26 Alan T. DeKokAdded %{listen:} to mirror %{client:}
2010-11-19 Alan T. DeKokBetter error messages when encode / send fails.
2010-11-10 Alan T. DeKokPrint out *which* socket could not be opened.
2010-10-03 Alan T. DeKokSigned / unsigned fixes and function prototypes
2010-09-30 Alan T. DeKokMore patches to build without certain features
2010-09-30 Alan T. DeKokAllow building WITHOUT_STATS
2010-09-29 Alan T. DeKokEnable building WITHOUT_ACCOUNTING
2010-09-29 Alan T. DeKokEnable building #WITHOUT_PROXY
2010-09-21 Alan T. DeKokMade listener_print be CONST
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...
next