Add an assert in error handling code.
[libradsec.git] / lib / err.c
2013-05-08 Linus NordbergAdd an assert in error handling code.
2013-01-21 Linus NordbergMerge branch 'libradsec-new-client' into libradsec
2012-12-19 Linus NordbergRename COPYING -> LICENSE.
2012-04-27 Linus NordbergMerge libradsec-new-client.
2012-04-26 Linus NordbergAdd an error code.
2011-11-14 Luke Howardport to new RADIUS client library
2011-03-12 Linus NordbergMerge branch 'udp' into libradsec.
2011-03-09 Linus NordbergAdd RSE_DISCO.
2011-03-09 Linus NordbergRename and move around a few helper functions.
2011-03-08 Linus NordbergTimeout implemented in request objects, supported by...
2011-03-08 Linus NordbergClean up struct rs_error somewhat.
2011-03-06 Linus NordbergRestructure code, moving most code out of packet.c
2011-03-01 Linus NordbergError handling cleanup 3.
2011-03-01 Linus NordbergError handling cleanup
2011-02-28 Linus NordbergAdd RSE_INVAL.
2011-02-24 Linus NordbergConfig file changes and small API changes.
2011-02-19 Linus NordbergImprove protocol robustness and invoke user callbacks.
2010-11-11 Linus NordbergDo print generic error strings.
2010-11-11 Linus NordbergBringing up TLS connections working.
2010-10-11 Linus NordbergMerge branch 'merge-luke' into libradsec
2010-10-11 Linus NordbergRequest object implementation and bug fixes by Luke...
2010-10-05 Linus NordbergRename struct rs_handle --> rs_context.
2010-10-03 Linus NordbergWIP -- reading configuration.
2010-10-03 Linus NordbergRename the error functions.
2010-10-02 Linus NordbergWIP.
2010-10-02 Linus NordbergWIP
2010-10-01 Linus NordbergWIP
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 on libradsec: 94e3f46 Example client crafting simpl...