summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Don't free config object until we destroy the context.Linus Nordberg2011-03-063-10/+25
* | _evlog_cb: Use rs_debug().Linus Nordberg2011-03-061-1/+1
* | Revert 578e3551 -- double free in second invocation of dict_free().Linus Nordberg2011-03-041-1/+0
* | Do _copy_ the strings from the config object.Linus Nordberg2011-03-041-4/+4
* | Do free the config object.Linus Nordberg2011-03-041-0/+1
|/
* Be consistent with naming of formal arguments.Linus Nordberg2011-03-021-1/+1
* Error handling cleanup 3.Linus Nordberg2011-03-013-4/+6
* Error handling cleanup 2.Linus Nordberg2011-03-013-12/+9
* Error handling cleanupLinus Nordberg2011-03-015-20/+18
* rs_context_destroy: Free freeradius dictionary.Linus Nordberg2011-03-011-0/+1
* Don't have the connection freeing peers -- it's the contexts responsibility.Linus Nordberg2011-03-012-9/+3
* rs_request_send: Check arguments and that we have a packet to send.Linus Nordberg2011-03-011-0/+3
* Add RSE_INVAL.Linus Nordberg2011-03-012-1/+2
* Add asserts to request object.Linus Nordberg2011-02-281-1/+4
* Update status in HACKING.Linus Nordberg2011-02-281-15/+16
* Make tests run again.Linus Nordberg2011-02-282-5/+30
* Remove last trace of server and client in API.Linus Nordberg2011-02-282-8/+8
* Rename relevant functions to reflect authn as opposed to authz.Linus Nordberg2011-02-285-16/+38
* 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