From: Linus Nordberg Date: Fri, 25 Jan 2013 08:58:26 +0000 (+0100) Subject: Update HACKING with a rough road map. X-Git-Tag: libradsec-0.0.4~42 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=radsecproxy.git;a=commitdiff_plain;h=48737bdeca1b2426405032c115d63aec7b93aa7a Update HACKING with a rough road map. --- diff --git a/lib/HACKING b/lib/HACKING index fad366a..27745dd 100644 --- a/lib/HACKING +++ b/lib/HACKING @@ -1,6 +1,6 @@ HACKING file for libradsec (in Emacs -*- org -*- mode). -Status as of libradsec-0.0.2.dev (2011-03-24). +Status as of libradsec-0.0.2.dev (2013-01-25). * Build instructions sh autogen.sh @@ -56,7 +56,7 @@ Details (within parentheses) apply to Debian Wheezy. - OpenSSL (1.0.1c-4) -- optional, for TLS and DTLS support sudo apt-get install libssl-dev libssl1.0.0 -* Functionality and quality +* Functionality and quality in 0.0.x ** Not well tested - reading config file - [TCP] short read @@ -70,10 +70,11 @@ Details (within parentheses) apply to Debian Wheezy. - custom allocation scheme is not used in all places ** Not implemented -- [client] server failover +- dispatch mode (planned for 0.1) +- [client] server failover / RFC3539 watchdog (planned for 0.1) +- [server] support (planned for 0.2) +- on-your-own mode - [DTLS] support -- [server] support -- dispatch mode and on-your-own mode * Found a bug? Please report it. That is how we improve the quality of the code.