summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Harmonise with radsecproxy licensing.Linus Nordberg2011-03-242-24/+43
* Update README and HACKING.Linus Nordberg2011-03-242-10/+16
* Define RS_FREERADIUS_DICT and use it when missing "dictionary" in config.Linus Nordberg2011-03-212-2/+7
* Memory alloc/free cleanup for contexts.Linus Nordberg2011-03-211-8/+5
* (rs_context_destroy): Use free() rather than rs_free() for realm->name.Linus Nordberg2011-03-212-2/+4
* API AND CONFIG CHANGE: rs_context_create() doesn't take DICT any more.Linus Nordberg2011-03-217-100/+161
* Don't touch TLS specific things w/o RS_ENABLE_TLS.Linus Nordberg2011-03-151-0/+2
* Verify result in example program. Also, don't leak a package.Linus Nordberg2011-03-141-1/+9
* [TLS] Do free SSL and SSL_CTX objects.Linus Nordberg2011-03-141-3/+6
* (rs_packet_destroy): Free unconditionally.Linus Nordberg2011-03-141-7/+6
* Remove struct rs_attr and all use of it.Linus Nordberg2011-03-147-50/+18
* Add short blurb about bug hunting in HACKING.Linus Nordberg2011-03-141-0/+10
* Avoid potential double free.Linus Nordberg2011-03-141-1/+4
* [UDP] Free the event base _after_ freeing the read and write events.Linus Nordberg2011-03-141-2/+2
* Remove unused resp_msg from struct request.Linus Nordberg2011-03-142-3/+5
* Add rs_request_get_reqmsg() and update documentation.Linus Nordberg2011-03-142-10/+24
* Don't free connection on error, just close it.Linus Nordberg2011-03-141-3/+4
* [UDP] Free read/write events when destroying connection.Linus Nordberg2011-03-131-0/+4
* Don't double free in example code.Linus Nordberg2011-03-131-6/+2
* 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().udpLinus 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