summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2013-02-11 16:43:37 +0100
committerLinus Nordberg <linus@nordberg.se>2013-02-11 16:43:37 +0100
commitfc3cd68fd48533eecc95bac8cdd1eaefee469143 (patch)
treec0f5b87cbdb6c21f917271f7c3460550a8188231
parentd640207c74e0aaf5b4a3faf61c38e17796bf76a2 (diff)
Add a warning about this branch to README.
-rw-r--r--lib/HACKING2
-rw-r--r--lib/README10
2 files changed, 9 insertions, 3 deletions
diff --git a/lib/HACKING b/lib/HACKING
index 83a91b5..d312ce3 100644
--- a/lib/HACKING
+++ b/lib/HACKING
@@ -17,7 +17,7 @@ examples/client -r examples/client.conf blocking-tls; echo $?
- Application registers callbacks with libradsec and runs the
libevent dispatch loop (a.k.a. user dispatch mode). This would
- probably how to implement a server or a proxy.
+ probably be how one would implement a server or a proxy.
- Application runs its own event loop, using fd's for select and
performs I/O using libradsec send/receive functions
diff --git a/lib/README b/lib/README
index 8f5c796..e94d40d 100644
--- a/lib/README
+++ b/lib/README
@@ -1,7 +1,13 @@
libradsec is a RADIUS library for clients doing RADIUS over UDP or
-TLS. The goal is to add support for writing servers (and thus
-proxies) and to add transports TCP and DTLS.
+TLS. The goal is to eventually add transports TCP and DTLS.
+ * NOTE * NOTE * NOTE * NOTE * NOTE * NOTE * NOTE * NOTE * NOTE *
+
+This branch (libradsec-server-support) is extremely unstable and will
+see changes to public API:s for sure. It might even be rebased without
+any warning what so ever. Don't follow this branch.
+
+ * NOTE * NOTE * NOTE * NOTE * NOTE * NOTE * NOTE * NOTE * NOTE *
The canonical pickup point is
http://git.nordu.net/?p=radsecproxy.git;a=shortlog;h=refs/heads/libradsec