radsecproxy.git
2011-03-13 Linus NordbergFormatting changes.
2011-03-13 Linus NordbergAdd Doxygen documentation for public API.
2011-03-12 Linus NordbergUpdate README and HACKING.
2011-03-12 Linus NordbergMerge branch 'udp' into libradsec.
2011-03-12 Linus NordbergFix crash bug in _rs_peer_destroy(). udp
2011-03-11 Linus NordbergFree the realm name which is strdup'd when config is...
2011-03-11 Linus NordbergDo free the connection object.
2011-03-11 Linus NordbergHandle an ENOMEM case in conf.c.
2011-03-10 Linus NordbergRemove -Werror since we still have some warnings in...
2011-03-10 Linus Nordberg[UDP] Don't crash on second packet.
2011-03-09 Linus NordbergDon't miscompile without --enable-tls.
2011-03-09 Linus NordbergDisable DEBUG.
2011-03-09 Linus NordbergChange default configuration to do RadSec rather than...
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 NordbergRemove superfluous assignment.
2011-03-09 Linus NordbergAdd missing header files.
2011-03-09 Linus NordbergUse retransmisison timer in request object.
2011-03-09 Linus NordbergAdd retransmission timer support (UDP).
2011-03-09 Linus NordbergAdd RSE_DISCO.
2011-03-09 Linus NordbergRename and move around a few helper functions.
2011-03-09 Linus NordbergDon't make UDP write event persistant.
2011-03-08 Linus NordbergAdd (disabled) linkage to libefence.
2011-03-08 Linus NordbergZap a double free.
2011-03-08 Linus NordbergUpdate rs_err_msg() prototype.
2011-03-08 Linus Nordbergexamples/client-blocking: pull out the error before...
2011-03-08 Linus NordbergTimeout implemented in request objects, supported by...
2011-03-08 Linus NordbergClean up struct rs_error somewhat.
2011-03-08 Linus NordbergDon't return -1 to user but rather an error code.
2011-03-08 Linus NordbergCrash bug. Zap a double free.
2011-03-07 Linus Nordbergexamples/client-blocking.c: Clean up and improve error...
2011-03-07 Linus NordbergRequests are now high level, i.e. not for user doing...
2011-03-07 Linus NordbergMove verification of response packets up to a level...
2011-03-07 Linus NordbergFormatting changes.
2011-03-07 Linus NordbergRemove lib/radsec.h.
2011-03-06 Linus NordbergMove event_set_timeout --> tcp_set_connect_timeout.
2011-03-06 Linus Nordbergrequest: Save callers user_data and do invoke callers...
2011-03-06 Linus NordbergReplace asserts with EINVAL checks.
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 NordbergDon't free config object until we destroy the context.
2011-03-06 Linus NordbergDon't free config object until we destroy the context.
2011-03-06 Linus NordbergRevert 578e3551 -- double free in second invocation...
2011-03-06 Linus NordbergDo _copy_ the strings from the config object.
2011-03-06 Linus NordbergDo free the config object.
2011-03-06 Linus Nordberg_evlog_cb: Use rs_debug().
2011-03-04 Linus NordbergRevert 578e3551 -- double free in second invocation...
2011-03-04 Linus NordbergDo _copy_ the strings from the config object.
2011-03-04 Linus NordbergDo free the config object.
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-02 Linus NordbergBe consistent with naming of formal arguments.
2011-03-01 Linus NordbergError handling cleanup 3.
2011-03-01 Linus NordbergError handling cleanup 2.
2011-03-01 Linus NordbergError handling cleanup
2011-03-01 Linus Nordbergrs_context_destroy: Free freeradius dictionary.
2011-03-01 Linus NordbergDon't have the connection freeing peers -- it's the...
2011-02-28 Linus Nordbergrs_request_send: Check arguments and that we have a...
2011-02-28 Linus NordbergAdd RSE_INVAL.
2011-02-28 Linus NordbergAdd asserts to request object.
2011-02-28 Linus NordbergUpdate status in HACKING.
2011-02-28 Linus NordbergMake tests run again.
2011-02-28 Linus NordbergRemove last trace of server and client in API.
2011-02-28 Linus NordbergRename relevant functions to reflect authn as opposed...
2011-02-28 Linus NordbergAPI changes: rs_client* --> rs_peer.
2011-02-28 Linus NordbergCosmetic header file changes.
2011-02-25 Linus NordbergTime out on connect and break event loop on errors.
2011-02-25 Linus NordbergAPI change. Have the request object create its own...
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-24 Linus NordbergSplit example config in two files.
2011-02-24 Linus NordbergSplit example config in two files.
2011-02-20 Linus NordbergReport SSL errors with error string rather than an...
2011-02-20 Linus NordbergPush an ENOMEM error on the connection rather than...
2011-02-20 Linus NordbergHandle another ENOMEM case.
2011-02-19 Linus NordbergImprove protocol robustness and invoke user callbacks.
2011-02-19 Linus NordbergUse AM_CFLAGS when setting CFLAGS.
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-15 Linus NordbergMake autogen.sh actually work -- were missing ltmain.sh.
2011-02-04 Linus NordbergDo build examples with -Wall -g.
2011-02-04 Linus NordbergAdd comments on some error codes.
2011-02-04 Linus NordbergInitialize pointer in example program before trusting it.
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-02-02 Linus NordbergPick usage of struct request in example code at run...
2011-02-02 Linus NordbergReorder function prototypes.
2011-02-02 Linus NordbergDisable some debug printout in tests.
2011-02-02 Linus NordbergReplace some code for debug printouts.
2011-02-01 Linus NordbergUpdate release info to avoid confusion.
2011-01-21 linusRemove unused Makefile.
2011-01-21 linusNew versions of config.guess and config.sub.
2011-01-21 linusGenerate tests/Makefile.
2011-01-21 linusCompile with -Wall and -g.
2011-01-21 linusSome more UDP tests.
next