summaryrefslogtreecommitdiff
path: root/lib/event.c
Commit message (Expand)AuthorAgeFilesLines
* WIP commit moving towards working server support.Linus Nordberg2013-05-151-59/+119
* Revamping for listeners.Linus Nordberg2013-03-011-34/+42
* WIP commit for listener support.Linus Nordberg2013-02-191-26/+30
* Do the test for PSK properly.Linus Nordberg2013-02-181-3/+1
* Add support for configuring client connections too.Linus Nordberg2013-02-111-1/+2
* Don't verify server certificate if we're using PSK.Linus Nordberg2013-01-241-2/+3
* Rename most 'package' to 'message'.Linus Nordberg2013-01-241-4/+4
* Rename COPYING -> LICENSE.Linus Nordberg2012-12-191-1/+1
* Merge libradsec-new-client.Linus Nordberg2012-04-271-0/+3
|\
| * port to new RADIUS client libraryLuke Howard2011-11-141-0/+3
* | Verify certificate CN against configured hostname.Linus Nordberg2012-04-261-1/+15
* | Postpone resolving of DNS names of server.Linus Nordberg2012-04-251-8/+19
|/
* event_enable_debug_mode() must be called at most once.Linus Nordberg2011-09-221-1/+6
* Add retransmission timer support (UDP).Linus Nordberg2011-03-091-3/+40
* Move event_set_timeout --> tcp_set_connect_timeout.Linus Nordberg2011-03-061-37/+3
* Restructure code, moving most code out of packet.cLinus Nordberg2011-03-061-0/+252