diff options
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | README | 11 |
4 files changed, 16 insertions, 10 deletions
@@ -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. @@ -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 @@ -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 @@ -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 |