diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-02-19 11:09:02 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-02-19 11:09:02 +0100 |
commit | cb9748d119ec0ebd4e8e1bbecb5ef86a65a56061 (patch) | |
tree | bd2e131be2a3155c6d53d208acf661a4a7d8e91b | |
parent | ec47efe2b20e8ff21489744caaf646c692243860 (diff) |
README
-rw-r--r-- | lib/README | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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) |