summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2013-02-19 11:09:02 +0100
committerLinus Nordberg <linus@nordberg.se>2013-02-19 11:09:02 +0100
commitcb9748d119ec0ebd4e8e1bbecb5ef86a65a56061 (patch)
treebd2e131be2a3155c6d53d208acf661a4a7d8e91b /lib
parentec47efe2b20e8ff21489744caaf646c692243860 (diff)
README
Diffstat (limited to 'lib')
-rw-r--r--lib/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/README b/lib/README
index e94d40d..8b8c25d 100644
--- a/lib/README
+++ b/lib/README
@@ -1,14 +1,17 @@
-libradsec is a RADIUS library for clients doing RADIUS over UDP or
+Libradsec is a RADIUS library for clients doing RADIUS over UDP or
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.
+see changes its to public API:s for sure. It _will_ be rebased without
+any warning what so ever. Yuo probably don't want to 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
@@ -16,7 +19,7 @@ http://git.nordu.net/?p=radsecproxy.git;a=shortlog;h=refs/heads/libradsec
The source code is licensed under a 3-clause BSD license. See LICENSE.
-libradsec depends on
+Libradsec depends on
- libconfuse
- libevent2
- openssl (if configured with --enable-tls)