radsecproxy.git
2013-01-28 Linus NordbergRemove dead code. libradsec-user-dispatch
2013-01-25 Linus NordbergUpdate HACKING with a rough road map.
2013-01-25 Linus NordbergBump version to 0.1.0-dev.
2013-01-24 Linus NordbergDon't verify server certificate if we're using PSK.
2013-01-24 Linus NordbergMerge branch 'rename-packet-to-message' into libradsec...
2013-01-24 Linus NordbergAdd CHANGES.
2013-01-24 Linus NordbergRename most 'package' to 'message'.
2013-01-24 Linus Nordberguser dispatch WIP 0
2013-01-24 Linus Nordbergs/packet/message take one
2013-01-24 Linus NordbergRename rs_packet_flags members.
2013-01-23 Linus NordbergHandle case where config hasn't yet been read better.
2013-01-23 Linus NordbergAdd some info on usage modes.
2013-01-22 Linus NordbergAdd docstrings and a comment.
2013-01-22 Linus NordbergRemove unnecessary #includes.
2013-01-22 Linus NordbergWhitespace.
2013-01-22 Linus NordbergCompile with -Werror.
2013-01-22 Linus NordbergRemove incorrect build instruction from HACKING.
2013-01-22 Linus NordbergAdd md5.[ch] for when we are configured without OpenSSL.
2013-01-22 Linus NordbergRevive radsecproxy.h and hostport_types.h and move...
2013-01-22 Linus NordbergClean up top dir.
2013-01-21 Linus NordbergMerge branch 'libradsec-new-client' into libradsec
2013-01-21 Linus NordbergUpdate README and HACKING. libradsec-new-client
2013-01-16 Linus NordbergFix a doc comment.
2012-12-19 Linus NordbergDefine WITHOUT_OPENSSL if we don't have openssl.
2012-12-19 Linus NordbergFix typos.
2012-12-19 Linus NordbergRemove generated autotools files.
2012-12-19 Linus NordbergRename COPYING -> LICENSE.
2012-12-18 Linus NordbergRemove the option to use GPLv2 as the license.
2012-12-18 Linus NordbergConfig docu.
2012-12-18 Linus NordbergWhitespace.
2012-12-18 Linus NordbergInclude <sys/types.h> for Junos.
2012-12-17 Linus NordbergWhitespace.
2012-12-17 Linus NordbergAdd formal argument 'secret' to two public functions.
2012-12-17 Linus NordbergExample code: Print a little bit more helpful informati...
2012-12-17 Linus NordbergExample code: Don't create rs_error on failing context...
2012-12-17 Linus NordbergDocu: Fix libevent url.
2012-12-17 Linus NordbergDocu: Remove dependency on libradius.
2012-12-12 Linus NordbergFix language.
2012-04-27 Linus NordbergMerge libradsec-new-client.
2012-04-27 Linus NordbergFix struct in6_addr undefined.
2012-04-26 Linus NordbergVerify certificate CN against configured hostname.
2012-04-26 Linus NordbergImplement cert verification.
2012-04-26 Linus NordbergHandle failing rs_context_create().
2012-04-26 Linus NordbergUse existing temporary variable conn.
2012-04-26 Linus NordbergAdd an error code.
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...
next