diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,8 @@ Changes between 1.6.5 and the master branch + Bug fixes (security): + - Fix two use-after-free, a null pointer dereference and three + heap overflows. Patches by Stephen Röttger. + Bug fixes: - Have rewriteIn for servers use the correct config section. We used to apply rewriteIn using the rewrite block of the client @@ -6,6 +10,8 @@ Changes between 1.6.5 and the master branch RADSECPROXY-59. - Handle CHAP authentication properly when there is no CHAP-Challenge. Fixes RADSECPROXY-58. + - Install radsecproxy.conf.5 unconditionally. Keep regeneration of + it dependent on configure finding docbook2x-man(1). 2013-09-06 1.6.5 Bug fixes: |