summaryrefslogtreecommitdiff
path: root/lib/packet.c
Commit message (Expand)AuthorAgeFilesLines
* Move lib to the root.Linus Nordberg2014-02-051-294/+0
* Merge branch 'libradsec-add-avp-2' into libradsecLinus Nordberg2013-05-171-2/+43
|\
| * Add rs_packet_add_avp() and use it.Linus Nordberg2013-05-081-2/+43
* | Whitespace changes in license headers.Linus Nordberg2013-05-091-1/+1
* | Include stdlib.h everywhere we call (m|c)alloc.Linus Nordberg2013-05-091-1/+2
* | Push an error on the error stack when returning !RSE_OK.Linus Nordberg2013-05-081-1/+1
|/
* Revert "Add formal argument 'secret' to two public functions."Linus Nordberg2013-05-081-4/+1
* Remove dead code.Linus Nordberg2013-01-281-10/+0
* Rename COPYING -> LICENSE.Linus Nordberg2012-12-191-1/+1
* Whitespace.Linus Nordberg2012-12-171-1/+1
* Add formal argument 'secret' to two public functions.Linus Nordberg2012-12-171-1/+4
* Merge libradsec-new-client.Linus Nordberg2012-04-271-50/+115
|\
| * remove rs_packet_frpktLuke Howard2011-11-141-7/+0
| * port to new RADIUS client libraryLuke Howard2011-11-141-43/+115
* | Postpone resolving of DNS names of server.Linus Nordberg2012-04-251-2/+2
|/
* (rs_packet_destroy): Free unconditionally.Linus Nordberg2011-03-141-7/+6
* Remove struct rs_attr and all use of it.Linus Nordberg2011-03-141-18/+15
* Get UDP working.Linus Nordberg2011-03-091-2/+0
* Don't add Message-Authenticator more than once.Linus Nordberg2011-03-091-2/+8
* Formatting changes.Linus Nordberg2011-03-091-0/+1
* Add retransmission timer support (UDP).Linus Nordberg2011-03-091-2/+4
* Move verification of response packets up to a level where it makes sense.Linus Nordberg2011-03-071-3/+36
* Restructure code, moving most code out of packet.cLinus Nordberg2011-03-061-775/+7
* UDP w/o bufferevents, part 1.Linus Nordberg2011-03-061-69/+208
* Cosmetic changes.Linus Nordberg2011-03-061-5/+5
* _init_evb: Don't crash on socket errors.Linus Nordberg2011-03-031-2/+4
* Correct an error code.Linus Nordberg2011-03-031-1/+3
* Correct an error string.Linus Nordberg2011-03-031-1/+1
* Error handling cleanup 3.Linus Nordberg2011-03-011-2/+2
* Error handling cleanup 2.Linus Nordberg2011-03-011-2/+1
* Error handling cleanupLinus Nordberg2011-03-011-2/+2
* Rename relevant functions to reflect authn as opposed to authz.Linus Nordberg2011-02-281-3/+3
* Time out on connect and break event loop on errors.Linus Nordberg2011-02-251-0/+48
* Get rid of loopbreak as a mean for signalling successful packet handling.Linus Nordberg2011-02-251-29/+14
* Config file changes and small API changes.Linus Nordberg2011-02-241-61/+105
* Report SSL errors with error string rather than an integer.Linus Nordberg2011-02-201-1/+1
* Improve protocol robustness and invoke user callbacks.Linus Nordberg2011-02-191-142/+270
* 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
|/
* 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-041-9/+8
* Don't consume sent packets.Linus Nordberg2011-02-041-2/+0
* API breakage -- rename rs_packet_create_acc_request().linus2011-01-211-33/+33
* Improve error message.linus2011-01-201-1/+1
* Cosmetic changes.linus2011-01-171-1/+1
* Remove spurious comment.Linus Nordberg2010-11-111-1/+0
* Build even when not configured with `--enable-tls'.Linus Nordberg2010-11-111-1/+5
* Bringing up TLS connections working.Linus Nordberg2010-11-111-4/+58
* Merge branch 'merge-luke' into libradsecLinus Nordberg2010-10-111-35/+94
|\