radsecproxy.git
2012-04-26 Linus NordbergDon't resolve DNS names in rs_peer_set_address().
2012-04-26 Linus NordbergUse rs_strdup().
2012-04-26 Linus NordbergAdd util.h and util.c.
2012-04-26 Linus NordbergFollow name change of rs_resolv().
2012-04-25 Linus NordbergAdd missing radsec.h.
2012-04-25 Linus NordbergPostpone resolving of DNS names of server.
2012-04-25 Linus NordbergUpdate HACKING.
2012-04-25 Linus NordbergMissing response packet in rs_conn_receive_packet doesn...
2012-04-25 Linus NordbergFix a comment.
2012-04-23 Linus NordbergConditionally compile TLS-PSK code (--enable-tls-psk).
2012-04-19 Linus NordbergDon't say RADPROT_TLS when we mean RAD_TLS.
2012-03-30 Luke HowardUpdate copyright to JANET(UK)
2012-02-01 Linus NordbergClarify comments about PSK string encoding.
2012-01-31 Linus NordbergGet the test suite going again. libradsec-psk
2012-01-31 Linus NordbergImplement TLS-PSK.
2012-01-26 Linus NordbergFree the transport credentials struct.
2012-01-24 Linus NordbergBump library interface revision.
2012-01-24 Linus NordbergBe user friendly in example program.
2012-01-24 Linus NordbergMove a comment, for clarification.
2012-01-24 Linus NordbergAdd TLS PSK configuration options.
2012-01-19 Linus NordbergCosmetic changes.
2012-01-19 Linus NordbergCosmetic changes.
2012-01-04 Linus NordbergAvoid unused variable warning when building without...
2011-12-14 Linus NordbergFix a typo in a comment.
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-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.
next