summaryrefslogtreecommitdiff
path: root/lib/HACKING
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2013-01-25 09:58:26 +0100
committerLinus Nordberg <linus@nordberg.se>2013-01-25 09:58:51 +0100
commit48737bdeca1b2426405032c115d63aec7b93aa7a (patch)
tree76c67590b3d1ce7888e8b0ccb9434b2d548ba548 /lib/HACKING
parent7847caaf22f0fadd5532fc6f0525bfd75ef72fef (diff)
Update HACKING with a rough road map.
Diffstat (limited to 'lib/HACKING')
-rw-r--r--lib/HACKING11
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.