summaryrefslogtreecommitdiff
path: root/udp.c
Commit message (Expand)AuthorAgeFilesLines
* Don't try to set IPV6_V6ONLY on IPv4 sockets.Linus Nordberg2017-07-301-1/+1
* Create threads with a 32 KB stack rather than what happens to be the default.Linus Nordberg2013-08-261-3/+3
* Adjust copyright lines to reflect git (svn) history of each and every file.Linus Nordberg2012-11-121-2/+2
* Formatting changes.Linus Nordberg2012-09-251-2/+2
* Remove the second copyright line, with both UNINETT and NORDUnet.Linus Nordberg2012-09-171-1/+0
* Remove Stig from first copyright line.Linus Nordberg2012-09-171-1/+1
* Update copyright and licensing information.Linus Nordberg2012-09-141-7/+4
* Add client and server config options IPv4Only and IPv6Only.Linus Nordberg2012-04-171-1/+3
* Assert that the conf has at least one host in addserverextraudp().Linus Nordberg2012-04-121-0/+2
* Make radsecproxy.h self-sustaining.Linus Nordberg2011-09-261-2/+1
* Add Emacs local variable for stroustrup style.linus2010-03-231-0/+4
* Reindent and remove trailing whitespace.linus2010-03-081-12/+12
* rewriting code for hosts,ports,resolving,builds but needs testingvenaas2009-01-271-8/+11
* removed an unnecessary check that failed on solarisvenaas2009-01-091-5/+0
* renamed struct queue to gqueue due to solaris defining queuevenaas2009-01-071-2/+2
* moved more code to tlscommon, fixed a couple of minor lint warningsvenaas2008-12-221-4/+30
* allowing build with only specific transportsvenaas2008-12-191-0/+6
* cleaning up codevenaas2008-12-191-3/+16
* cleaning up codevenaas2008-12-191-5/+37
* cleaning up codevenaas2008-12-181-2/+14
* cleaning up codevenaas2008-10-131-14/+2
* expiry of udp clientsvenaas2008-09-301-10/+45
* sending old reply when receiving duplicated messagevenaas2008-09-181-0/+1
* fixed some bugs, improved duplicate detectionvenaas2008-09-181-17/+19
* better logging, fixed bug with crash when removing clientvenaas2008-09-171-2/+2
* cleaning up codevenaas2008-09-171-28/+17
* moved more stuff from rqout to rqvenaas2008-09-161-1/+0
* renamed some stuff, added client state for received rqs etcvenaas2008-09-161-7/+18
* changing to use a separate client structure for each udp clientvenaas2008-09-141-3/+16
* various code improvementsvenaas2008-09-111-4/+1
* lots of changes to radsrv/reply and use of new radmsg stuffvenaas2008-09-111-0/+2
* restructuring codevenaas2008-08-211-0/+48
* separated udpvenaas2008-08-211-0/+196