diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-01-25 09:58:26 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-01-25 09:58:26 +0100 |
commit | c951e5e0d3c842bcaf069fdea52bbded878fcc34 (patch) | |
tree | f922a12b6a8e7c1c4d4edf613d55c399f3391256 /lib | |
parent | 6e10fa952fad1c57757908391b95eeff0ab7c1ed (diff) |
Update HACKING with a rough road map.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/HACKING | 11 |
1 files changed, 6 insertions, 5 deletions
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. |