diff options
author | venaas <venaas> | 2008-10-07 08:28:08 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-10-07 08:28:08 +0000 |
commit | daaa2633d0103a7bc876cefb21c28c52ecaef8ec (patch) | |
tree | a178c0a57619d81bc083e7d83fc84a5d8b7185bf /ChangeLog | |
parent | f27fa3c7a2c99b4db152164dc4e2c2d6ebb1f647 (diff) |
updating various files for 1.2 release
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.2@420 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -15,7 +15,7 @@ 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 + certificate checks Removed weekday from log timestamps 2008-07-24 1.1 Logging stationid attribute @@ -24,3 +24,19 @@ Options for RetryCount and RetryInterval Working accounting and AccountingResponse option CRL checking and option for enabling it +2008-10-07 1.2 + listenTCP and sourceTCP options renamed to listenTLS and sourceTLS + Old options deprecated but available for backwards compatiblity + Logging reply-message attribute from Reject messages + Contribution from Arne Schwabe + Rewrite blocks have new options addAttribute and modifyAttribute + rewriteIn (replacing rewrite) and rewriteOut in client and server + blocks for specifying rewrite on input/output. rewrite deprecated + but available as an alias for rewriteIn for backwards compatibility. + rewritein rewriteout rewrite + regular expressions in realms etc can now be more advanced, including + use of "or". + cacheExpiry option in tls blocks for specifying expiry time for the + cache of CA certificates and CRLs. This is particularly useful for + regularly updating CRLs. + Some logging has been made more informative |