libradsec.git
2012-09-14 Sam HartmanUpdate to IETF RADIUS attributes
2012-09-11 Sam HartmanMerge remote branch 'origin/libradsec-new-client' into...
2012-03-30 Luke HowardUpdate copyright to JANET(UK)
2012-01-03 Sam HartmanMerge remote-tracking branch 'origin/libradsec' into...
2012-01-03 Sam HartmanAvoid unused variable warning
2011-12-01 Luke Howardfix dangling reference to dictionary pointer
2011-12-01 Luke Howardadd MS-Windows-Group-Sid
2011-11-14 Luke Howardsmall cleanups
2011-11-14 Luke Howardadd rs_attr_display_name/rs_attr_parse_name
2011-11-14 Luke Howardremove dictionary configuration parameter
2011-11-14 Luke Howardremove rs_packet_frpkt
2011-11-14 Luke Howardport new RADIUS library to Windows
2011-11-14 Luke Howarddon't return in void function
2011-11-14 Luke Howarddon't return in void function
2011-11-14 Luke Howarddon't use GCC extensions in generated code
2011-11-14 Luke Howardremove rs_context_init_freeradius_dict
2011-11-14 Luke Howardport to new RADIUS client library
2011-11-13 Luke Howardadd new RADIUS client library
2011-10-14 Linus NordbergChange version 0.0.2-dev --> 0.0.2.dev.
2011-10-10 Sam hartmanInitial RPM packaging
2011-10-05 Linus NordbergGet rid of warning for strict aliasing breakage.
2011-09-22 Linus Nordbergevent_enable_debug_mode() must be called at most once.
2011-07-18 Linus NordbergExport only symbols listed in radsec.sym.
2011-07-18 Linus NordbergTreat warnings as errors when compiling libradsec.
2011-07-04 Linus NordbergRefine HACKING slightly.
2011-07-03 Linus NordbergCleanup conf.c.
2011-07-03 Linus NordbergHandle all libconfuse parse errors.
2011-07-03 Linus NordbergHandle configuration errors better.
2011-07-02 Linus NordbergRemove spurious comment.
2011-07-02 Linus NordbergResolve IPv6 addresses too.
2011-05-23 Linus Nordberglib/rsp_tlscommon.c: Include sys/types.h before netinet...
2011-05-18 Linus NordbergCompile on BSD.
2011-04-01 Linus Nordbergexamples/client.conf: Correct key file.
2011-03-25 Linus NordbergDon't install example programs.
2011-03-25 Linus NordbergAdd cert 3 ("client cert") with key.
2011-03-25 Linus NordbergdemoCA: Rename c1key --> c2key to match certificate...
2011-03-25 Linus NordbergAdd tests/demoCA and use certs and key in there for...
2011-03-24 Linus NordbergChange version to libradsec-0.0.2-dev.
2011-03-24 Linus NordbergReady for libradsec-0.0.1. libradsec-0.0.1
2011-03-24 Linus NordbergHarmonise with radsecproxy licensing.
2011-03-24 Linus NordbergUpdate README and HACKING.
2011-03-21 Linus NordbergDefine RS_FREERADIUS_DICT and use it when missing ...
2011-03-21 Linus NordbergMemory alloc/free cleanup for contexts.
2011-03-21 Linus Nordberg(rs_context_destroy): Use free() rather than rs_free...
2011-03-21 Linus NordbergAPI AND CONFIG CHANGE: rs_context_create() doesn't...
2011-03-15 Linus NordbergDon't touch TLS specific things w/o RS_ENABLE_TLS.
2011-03-14 Linus NordbergVerify result in example program. Also, don't leak...
2011-03-14 Linus Nordberg[TLS] Do free SSL and SSL_CTX objects.
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-14 Linus NordbergAdd short blurb about bug hunting in HACKING.
2011-03-13 Linus NordbergAvoid potential double free.
2011-03-13 Linus Nordberg[UDP] Free the event base _after_ freeing the read...
2011-03-13 Linus NordbergRemove unused resp_msg from struct request.
2011-03-13 Linus NordbergAdd rs_request_get_reqmsg() and update documentation.
2011-03-13 Linus NordbergDon't free connection on error, just close it.
2011-03-13 Linus Nordberg[UDP] Free read/write events when destroying connection.
2011-03-13 Linus NordbergDon't double free in example code.
2011-03-13 Linus NordbergChange user name in example code.
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.
next