summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING2
-rw-r--r--ChangeLog11
-rw-r--r--LICENSE2
-rw-r--r--README11
4 files changed, 16 insertions, 10 deletions
diff --git a/COPYING b/COPYING
index 9d3f51f..cf6b951 100644
--- a/COPYING
+++ b/COPYING
@@ -1,3 +1,3 @@
-Copyright (C) 2006, 2007 Stig Venaas <venaas@uninett.no>
+Copyright (C) 2006-2008 Stig Venaas <venaas@uninett.no>
See the LICENSE file for licensing terms.
diff --git a/ChangeLog b/ChangeLog
index b7262b7..abf2c24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,5 +8,12 @@
Server failover support
Rewriting of username attribute
Source address and port can be specified for requests
-
- \ No newline at end of file
+2008-05-14 1.1-beta
+ No longer looks for radsecproxy.conf in current directory
+ Rewrite block that allows removal of specified attributes
+ certificateNameCheck option for disabling CN/SubjectAltName check
+ matchCertificateAttribute now also supports CN matching
+ Forwarding of accounting messages, accountingServer option for realms
+ Supports multiple client blocks for same source address with different
+ certificate checks
+ Removed weekday from log timestamps
diff --git a/LICENSE b/LICENSE
index 0f99dd7..18e2d6f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -7,7 +7,7 @@ Public License Version 2 or later (GPL).
Alternatively the radsecproxy source code is subject to the terms of the
below BSD style license.
-* Copyright (c) 2007, UNINETT AS
+* Copyright (c) 2006-2008, UNINETT AS
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/README b/README
index 1db4328..8b8ae78 100644
--- a/README
+++ b/README
@@ -8,11 +8,10 @@ It should build on most Linux and BSD platforms by simply typing
unsupported.
To use it you need to create a config file which normally is
-called "/etc/radsecproxy.conf". If this is not found, the
-proxy will look for radsecproxy.conf in the current directory.
-You can also specify the location with the "-c" command line
-option (see below). For further instructions, please see the
-enclosed example file and the documentation at
+called "/etc/radsecproxy.conf". You can also specify the location
+with the "-c" command line option (see below). For further
+instructions, please see the enclosed example file and the
+documentation at
http://software.uninett.no/radsecproxy/?page=documentation
There are five options that may be specified on the command line.
@@ -38,4 +37,4 @@ let me know if you feel left out.
For more information, feedback etc. please see the information
at http://software.uninett.no/radsecproxy/
-Stig Venaas <venaas@uninett.no> -- 2007.12.27
+Stig Venaas <venaas@uninett.no> -- 2008.05.14