Skip to content

Commit

Permalink
Merge with master. Conflicts:
Browse files Browse the repository at this point in the history
  ChangeLog
  README
  config.guess
  config.sub
  configure
  configure.ac
  • Loading branch information
Linus Nordberg committed Sep 28, 2011
2 parents 52a3485 + 5e057b3 commit dfadeec
Show file tree
Hide file tree
Showing 6 changed files with 8,457 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
Bug fixes:
- All compiler warnings removed. Building with -Werror.

2011-07-22 1.4.3
Notes:
- The default secret for TLS and DTLS will change in a future
release. Please make sure to specify a secret in both client and
server blocks to avoid surprises.

Bug fixes:
- Debug printout issue.

2010-11-23 1.4.2
Bug fixes:
- Don't disable OpenSSL session caching for 0.9.8p and newer in
Expand Down Expand Up @@ -115,3 +124,4 @@
Fixed crash when servers were configured after first realm block

2007-09-21 1.0

6 changes: 4 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ radsecproxy is a generic RADIUS proxy that supports both UDP and TLS
(RadSec) RADIUS transports. There is also experimental support for
TCP and DTLS.

It should build on most Linux and BSD platforms by simply typing
It should build on most Unix and OSX platforms by simply typing
"./configure && make". It is possible to specify which RADIUS
transport the build should support. Without any special options to
configure, all transports supported by the system will be enabled.
Expand All @@ -13,7 +13,9 @@ See the output from "configure --help" for how to change this.
Known build issues:
- Older BSD's (like NetBSD 4.x) need newer OpenSSL in order to support
DTLS. Workaround: ./configure --disable-dtls.
- FreeBSD 6.x needs newer OpenSSL to build at all.

- FreeBSD 6.x need newer OpenSSL to build at all. OpenSSL 1.0.0c from
ports is fine f.ex., configure radsecproxy with `--with-ssl=/usr/local'.

To use radsecproxy you need to create a config file which normally is
called "/etc/radsecproxy.conf". You can also specify the location
Expand Down
Loading

0 comments on commit dfadeec

Please sign in to comment.