summaryrefslogtreecommitdiff
path: root/lib/packet.c
Commit message (Expand)AuthorAge
* Push an error on the error stack when returning !RSE_OK.Linus Nordberg2013-05-08
* Revert "Add formal argument 'secret' to two public functions."Linus Nordberg2013-05-08
* Remove dead code.Linus Nordberg2013-01-28
* Rename COPYING -> LICENSE.Linus Nordberg2012-12-19
* Whitespace.Linus Nordberg2012-12-17
* Add formal argument 'secret' to two public functions.Linus Nordberg2012-12-17
* Merge libradsec-new-client.Linus Nordberg2012-04-27
|\
| * remove rs_packet_frpktLuke Howard2011-11-14
| * port to new RADIUS client libraryLuke Howard2011-11-14
* | Postpone resolving of DNS names of server.Linus Nordberg2012-04-25
|/
* (rs_packet_destroy): Free unconditionally.Linus Nordberg2011-03-14
* Remove struct rs_attr and all use of it.Linus Nordberg2011-03-14
* Get UDP working.Linus Nordberg2011-03-09
* Don't add Message-Authenticator more than once.Linus Nordberg2011-03-09
* Formatting changes.Linus Nordberg2011-03-09
* Add retransmission timer support (UDP).Linus Nordberg2011-03-09
* Move verification of response packets up to a level where it makes sense.Linus Nordberg2011-03-07
* Restructure code, moving most code out of packet.cLinus Nordberg2011-03-06
* UDP w/o bufferevents, part 1.Linus Nordberg2011-03-06
* Cosmetic changes.Linus Nordberg2011-03-06
* _init_evb: Don't crash on socket errors.Linus Nordberg2011-03-03
* Correct an error code.Linus Nordberg2011-03-03
* Correct an error string.Linus Nordberg2011-03-03
* Error handling cleanup 3.Linus Nordberg2011-03-01
* Error handling cleanup 2.Linus Nordberg2011-03-01
* Error handling cleanupLinus Nordberg2011-03-01
* Rename relevant functions to reflect authn as opposed to authz.Linus Nordberg2011-02-28
* Time out on connect and break event loop on errors.Linus Nordberg2011-02-25
* Get rid of loopbreak as a mean for signalling successful packet handling.Linus Nordberg2011-02-25
* Config file changes and small API changes.Linus Nordberg2011-02-24
* Report SSL errors with error string rather than an integer.Linus Nordberg2011-02-20
* Improve protocol robustness and invoke user callbacks.Linus Nordberg2011-02-19
* Merge branch 'libradsec' of /tmp/radsecproxy into libradsecLinus Nordberg2011-02-15
|\
| * Include debug.h regardless if DEBUG -- rs_debug needs to be declared.Linus Nordberg2011-02-15
* | Add comments.Linus Nordberg2011-02-15
|/
* Handle more read, write and packet verification errors.Linus Nordberg2011-02-04
* Add and use rs_debug() instead of fprintf to stderr.Linus Nordberg2011-02-04
* Don't consume sent packets.Linus Nordberg2011-02-04
* API breakage -- rename rs_packet_create_acc_request().linus2011-01-21
* Improve error message.linus2011-01-20
* Cosmetic changes.linus2011-01-17
* Remove spurious comment.Linus Nordberg2010-11-11
* Build even when not configured with `--enable-tls'.Linus Nordberg2010-11-11
* Bringing up TLS connections working.Linus Nordberg2010-11-11
* Merge branch 'merge-luke' into libradsecLinus Nordberg2010-10-11
|\
| * Have rad_decode() verify responses.Luke Howard2010-10-11
| * Request object implementation and bug fixes by Luke Howard.Linus Nordberg2010-10-11
| * Compile again after bad fixes.Linus Nordberg2010-10-10
| * Robustness fixes (and some callback invocation) by Luke Howard.Linus Nordberg2010-10-10
* | Don't require username & pw in rs_packet_create_acc_request().Linus Nordberg2010-10-10
|/