release of 1.1-beta. merging from trunk to 1.1. updating readme, changelog etc for...
authorvenaas <venaas>
Wed, 14 May 2008 14:00:42 +0000 (14:00 +0000)
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>
Wed, 14 May 2008 14:00:42 +0000 (14:00 +0000)
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@258 e88ac4ed-0b26-0410-9574-a7f39faa03bf

COPYING
ChangeLog
LICENSE
README

diff --git a/COPYING b/COPYING
index 9d3f51f..cf6b951 100644 (file)
--- 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.
 
 See the LICENSE file for licensing terms.
index b7262b7..abf2c24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,5 +8,12 @@
        Server failover support
        Rewriting of username attribute
        Source address and port can be specified for requests
        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 (file)
--- 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.
 
 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
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
diff --git a/README b/README
index 1db4328..8b8ae78 100644 (file)
--- 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
 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.
 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/
 
 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