Add formal argument 'secret' to two public functions.
[radsecproxy.git] / lib / packet.c
2012-12-17 Linus NordbergAdd formal argument 'secret' to two public functions.
2012-04-27 Linus NordbergMerge libradsec-new-client.
2012-04-25 Linus NordbergPostpone resolving of DNS names of server.
2011-11-14 Luke Howardremove rs_packet_frpkt
2011-11-14 Luke Howardport to new RADIUS client library
2011-03-14 Linus Nordberg(rs_packet_destroy): Free unconditionally.
2011-03-14 Linus NordbergRemove struct rs_attr and all use of it.
2011-03-12 Linus NordbergMerge branch 'udp' into libradsec.
2011-03-09 Linus NordbergGet UDP working.
2011-03-09 Linus NordbergDon't add Message-Authenticator more than once.
2011-03-09 Linus NordbergFormatting changes.
2011-03-09 Linus NordbergAdd retransmission timer support (UDP).
2011-03-07 Linus NordbergMove verification of response packets up to a level...
2011-03-06 Linus NordbergRestructure code, moving most code out of packet.c
2011-03-06 Linus NordbergUDP w/o bufferevents, part 1.
2011-03-06 Linus NordbergCosmetic changes.
2011-03-06 Linus Nordberg_evlog_cb: Use rs_debug().
2011-03-03 Linus Nordberg_init_evb: Don't crash on socket errors.
2011-03-03 Linus NordbergCorrect an error code.
2011-03-03 Linus NordbergCorrect an error string.
2011-03-01 Linus NordbergError handling cleanup 3.
2011-03-01 Linus NordbergError handling cleanup 2.
2011-03-01 Linus NordbergError handling cleanup
2011-02-28 Linus NordbergRename relevant functions to reflect authn as opposed...
2011-02-25 Linus NordbergTime out on connect and break event loop on errors.
2011-02-25 Linus NordbergGet rid of loopbreak as a mean for signalling successfu...
2011-02-24 Linus NordbergConfig file changes and small API changes.
2011-02-20 Linus NordbergReport SSL errors with error string rather than an...
2011-02-19 Linus NordbergImprove protocol robustness and invoke user callbacks.
2011-02-15 Linus NordbergMerge branch 'libradsec' of /tmp/radsecproxy into libradsec
2011-02-15 Linus NordbergAdd comments.
2011-02-15 Linus NordbergInclude debug.h regardless if DEBUG -- rs_debug needs...
2011-02-04 Linus NordbergHandle more read, write and packet verification errors.
2011-02-04 Linus NordbergAdd and use rs_debug() instead of fprintf to stderr.
2011-02-04 Linus NordbergDon't consume sent packets.
2011-01-21 linusAPI breakage -- rename rs_packet_create_acc_request().
2011-01-20 linusImprove error message.
2011-01-17 linusCosmetic changes.
2010-11-11 Linus NordbergRemove spurious comment.
2010-11-11 Linus NordbergBuild even when not configured with `--enable-tls'.
2010-11-11 Linus NordbergBringing up TLS connections working.
2010-10-11 Linus NordbergMerge branch 'merge-luke' into libradsec
2010-10-11 Luke HowardHave rad_decode() verify responses.
2010-10-11 Linus NordbergRequest object implementation and bug fixes by Luke...
2010-10-10 Linus NordbergCompile again after bad fixes.
2010-10-10 Linus NordbergRobustness fixes (and some callback invocation) by...
2010-10-10 Linus NordbergDon't require username & pw in rs_packet_create_acc_req...
2010-10-05 Linus NordbergDisable debug printouts.
2010-10-05 Linus NordbergParameterize and disable libevent debug printouts.
2010-10-05 Linus NordbergDisable debug printouts.
2010-10-05 Linus NordbergParameterize and disable libevent debug printouts.
2010-10-03 Linus NordbergRename the error functions.
2010-10-03 Linus NordbergWIP -- prepare for request objects.
2010-10-03 Linus NordbergWIP
2010-10-03 Linus NordbergWIP
2010-10-02 Linus NordbergWIP.
2010-10-02 Linus NordbergWIP
2010-10-01 Linus NordbergWIP
2010-09-30 Linus NordbergWIP -- example client sending and receiving Access...
2010-09-29 Linus NordbergRefactoring in preparation for handling more cases...
2010-09-29 Linus NordbergWIP -- connecting and sending a packet using libevent.
2010-09-29 Linus NordbergWIP -- resolving, crafting packet.
2010-09-28 Linus NordbergWIP
2010-09-28 Linus NordbergWIP.
2010-09-27 Linus NordbergWIP