summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Change user name in example code.Linus Nordberg2011-03-131-1/+1
* Formatting changes.Linus Nordberg2011-03-131-20/+8
* Add Doxygen documentation for public API.Linus Nordberg2011-03-134-49/+283
* Update README and HACKING.Linus Nordberg2011-03-122-20/+24
* Merge branch 'udp' into libradsec.Linus Nordberg2011-03-1233-925/+1464
|\
| * Fix crash bug in _rs_peer_destroy().Linus Nordberg2011-03-121-18/+3
| * Free the realm name which is strdup'd when config is read.Linus Nordberg2011-03-111-0/+1
| * Do free the connection object.Linus Nordberg2011-03-111-0/+2
| * Handle an ENOMEM case in conf.c.Linus Nordberg2011-03-111-0/+2
| * Remove -Werror since we still have some warnings in radsecproxy.Linus Nordberg2011-03-101-1/+1
| * [UDP] Don't crash on second packet.Linus Nordberg2011-03-102-1/+4
| * Don't miscompile without --enable-tls.Linus Nordberg2011-03-101-4/+3
| * Disable DEBUG.Linus Nordberg2011-03-101-1/+1
| * Change default configuration to do RadSec rather than UDP.Linus Nordberg2011-03-091-4/+4
| * Get UDP working.Linus Nordberg2011-03-095-37/+100
| * Don't add Message-Authenticator more than once.Linus Nordberg2011-03-091-2/+8
| * Formatting changes.Linus Nordberg2011-03-092-1/+5
| * Remove superfluous assignment.Linus Nordberg2011-03-091-1/+0
| * Add missing header files.Linus Nordberg2011-03-092-0/+15
| * Use retransmisison timer in request object.Linus Nordberg2011-03-091-7/+10
| * Add retransmission timer support (UDP).Linus Nordberg2011-03-0911-42/+129
| * Add RSE_DISCO.Linus Nordberg2011-03-093-0/+3
| * Rename and move around a few helper functions.Linus Nordberg2011-03-095-81/+88
| * Don't make UDP write event persistant.Linus Nordberg2011-03-091-22/+46
| * Add (disabled) linkage to libefence.Linus Nordberg2011-03-081-1/+1
| * Zap a double free.Linus Nordberg2011-03-081-3/+3
| * Update rs_err_msg() prototype.Linus Nordberg2011-03-081-2/+2
| * examples/client-blocking: pull out the error before freeing conn.Linus Nordberg2011-03-081-1/+3
| * Timeout implemented in request objects, supported by TCP.Linus Nordberg2011-03-087-26/+80
| * Clean up struct rs_error somewhat.Linus Nordberg2011-03-083-16/+6
| * Don't return -1 to user but rather an error code.Linus Nordberg2011-03-082-2/+5
| * examples/client-blocking.c: Clean up and improve error handling.Linus Nordberg2011-03-071-37/+31
| * Requests are now high level, i.e. not for user doing the dispatching.Linus Nordberg2011-03-071-60/+7
| * Move verification of response packets up to a level where it makes sense.Linus Nordberg2011-03-076-90/+125
| * Formatting changes.Linus Nordberg2011-03-073-6/+8
| * Remove lib/radsec.h.Linus Nordberg2011-03-071-9/+0
| * Move event_set_timeout --> tcp_set_connect_timeout.Linus Nordberg2011-03-064-38/+38
| * request: Save callers user_data and do invoke callers callbacks.Linus Nordberg2011-03-062-9/+31
| * Replace asserts with EINVAL checks.Linus Nordberg2011-03-061-9/+3
| * Restructure code, moving most code out of packet.cLinus Nordberg2011-03-0626-789/+931
| * UDP w/o bufferevents, part 1.Linus Nordberg2011-03-067-86/+233
| * Cosmetic changes.Linus Nordberg2011-03-061-5/+5
| * Don't free config object until we destroy the context.Linus Nordberg2011-03-063-10/+25
| * Revert 578e3551 -- double free in second invocation of dict_free().Linus Nordberg2011-03-061-1/+0
| * Do _copy_ the strings from the config object.Linus Nordberg2011-03-061-4/+4
| * Do free the config object.Linus Nordberg2011-03-061-0/+1
| * _init_evb: Don't crash on socket errors.Linus Nordberg2011-03-033-2/+13
| * Correct an error code.Linus Nordberg2011-03-031-1/+3
| * Correct an error string.Linus Nordberg2011-03-031-1/+1
* | Crash bug. Zap a double free.Linus Nordberg2011-03-081-3/+3