summaryrefslogtreecommitdiff
path: root/lib/event.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'libradsec' into libradsec-server-supportLinus Nordberg2013-05-151-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/HACKING lib/Makefile.am lib/README lib/compat.h lib/conf.c lib/configure.ac lib/conn.c lib/conn.h lib/err.c lib/err.h lib/event.c lib/event.h lib/examples/Makefile.am lib/examples/client-blocking.c lib/examples/client.conf lib/include/radsec/radsec-impl.h lib/include/radsec/radsec.h lib/include/radsec/request-impl.h lib/include/radsec/request.h lib/packet.c lib/packet.h lib/peer.c lib/peer.h lib/request.c lib/send.c lib/tcp.c lib/tests/Makefile.am lib/tls.c lib/udp.c lib/util.c
| * Update copyright years.Linus Nordberg2013-05-091-2/+2
| |
* | WIP commit moving towards working server support.Linus Nordberg2013-05-151-6/+7
| |
* | Rename most 'package' to 'message'.Linus Nordberg2013-01-241-1/+1
|/ | | | | | | | | | | | | RADIUS (RFC2865) is defined to be transported over UDP so the term "radius packet" makes a lot of sense. RADIUS/TCP (RFC6613) and RADIUS/TLS (RFC6614), a.k.a. RadSec, use stream transport protocols though. The term "message" doesn't imply any kind of transport -- a message can be sent using datagrams as well as in a stream. This (large) commit changes 'package' to 'message' where it makes sense. It does not touch the 'radius' subdirectory. It includes preprocessor directives (#define) to make the public interface compatible with previous releases of the library.
* Rename COPYING -> LICENSE.Linus Nordberg2012-12-191-1/+1
| | | | And distribute LICENSE and HACKING.
* Verify certificate CN against configured hostname.Linus Nordberg2012-04-261-1/+1
| | | | NOTE: The subjectAltName check is not well tested.
* Add retransmission timer support (UDP).Linus Nordberg2011-03-091-0/+2
|
* Move event_set_timeout --> tcp_set_connect_timeout.Linus Nordberg2011-03-061-1/+0
|
* Restructure code, moving most code out of packet.cLinus Nordberg2011-03-061-0/+11
Also, move copyright notice out of COPYING and into every file.