summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* API changes: rs_client* --> rs_peer.Linus Nordberg2011-02-285-74/+83
* Cosmetic header file changes.Linus Nordberg2011-02-282-29/+43
* Time out on connect and break event loop on errors.Linus Nordberg2011-02-251-0/+48
* API change. Have the request object create its own request message.Linus Nordberg2011-02-254-18/+22
* Get rid of loopbreak as a mean for signalling successful packet handling.Linus Nordberg2011-02-252-29/+16
* Config file changes and small API changes.Linus Nordberg2011-02-248-137/+252
* Split example config in two files.Linus Nordberg2011-02-242-0/+24
* Split example config in two files.Linus Nordberg2011-02-241-30/+0
* Report SSL errors with error string rather than an integer.Linus Nordberg2011-02-201-1/+1
* Push an ENOMEM error on the connection rather than the context.Linus Nordberg2011-02-201-4/+4
* Handle another ENOMEM case.Linus Nordberg2011-02-201-2/+5
* Improve protocol robustness and invoke user callbacks.Linus Nordberg2011-02-199-169/+343
* Use AM_CFLAGS when setting CFLAGS.Linus Nordberg2011-02-192-2/+2
* Merge branch 'libradsec' of /tmp/radsecproxy into libradsecLinus Nordberg2011-02-151-1/+1
|\
| * Include debug.h regardless if DEBUG -- rs_debug needs to be declared.Linus Nordberg2011-02-151-1/+1
* | Add comments.Linus Nordberg2011-02-151-1/+3
|/
* Make autogen.sh actually work -- were missing ltmain.sh.Linus Nordberg2011-02-157-2/+13158
* Do build examples with -Wall -g.Linus Nordberg2011-02-041-2/+2
* Add comments on some error codes.Linus Nordberg2011-02-041-4/+4
* Initialize pointer in example program before trusting it.Linus Nordberg2011-02-041-5/+6
* Handle more read, write and packet verification errors.Linus Nordberg2011-02-041-42/+75
* Add and use rs_debug() instead of fprintf to stderr.Linus Nordberg2011-02-043-9/+31
* Don't consume sent packets.Linus Nordberg2011-02-041-2/+0
* Pick usage of struct request in example code at run time.Linus Nordberg2011-02-022-23/+29
* Reorder function prototypes.Linus Nordberg2011-02-021-1/+1
* Disable some debug printout in tests.Linus Nordberg2011-02-021-1/+1
* Replace some code for debug printouts.Linus Nordberg2011-02-021-63/+8
* Remove unused Makefile.linus2011-01-211-10/+0
* Generate tests/Makefile.linus2011-01-211-1/+2
* Compile with -Wall and -g.linus2011-01-211-0/+1
* Some more UDP tests.linus2011-01-217-103/+154
* Follow API changes.linus2011-01-211-3/+3
* API breakage -- rename rs_packet_create_acc_request().linus2011-01-212-38/+39
* Fix bug where one or two stanzas in a config file would be but not more.linus2011-01-212-44/+60
* Cosmetic changes to conf.c.linus2011-01-201-2/+2
* Improve error message.linus2011-01-201-1/+1
* Rename external functions in UDP test files.linus2011-01-203-7/+6
* Add basic testing code.linus2011-01-196-0/+271
* Cosmetic changes.linus2011-01-172-1/+2
* Update copyright years.linus2011-01-171-1/+1
* Use standard RadSec port in example config.Linus Nordberg2010-11-111-1/+1
* Add extern "C" guards to all header files.Linus Nordberg2010-11-1111-0/+89
* Do print generic error strings.Linus Nordberg2010-11-111-21/+21
* Remove spurious comment.Linus Nordberg2010-11-111-1/+0
* Disable debugging.Linus Nordberg2010-11-111-1/+1
* Build even when not configured with `--enable-tls'.Linus Nordberg2010-11-113-16/+22
* Bringing up TLS connections working.Linus Nordberg2010-11-1125-21/+1855
* Don't ignore connection type configuration.Linus Nordberg2010-11-081-6/+7
* Use the request object in example programs.Linus Nordberg2010-10-281-1/+1
* "Thou shalt not follow the NULL pointer, for chaos and madness awaitLinus Nordberg2010-10-281-6/+10