diff options
author | Linus Nordberg <linus@nordu.net> | 2017-07-28 10:04:29 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-08-01 18:06:02 +0200 |
commit | 545ff94f4b7adfd46306b5356b19f2ab6597b4ec (patch) | |
tree | d3be8ffe5bc2c414a155dc70d2c8d6f55367d026 /ChangeLog | |
parent | 38395f8bd3ac1e0fc877bbb52325e901d82b0b19 (diff) |
Add mutex guarding realm refcount.
NOTE: Only guarding writes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ Changes between 1.6.8 and the master branch - Avoid a deadlock situation with dynamic servers (RADSECPROXY-73). - Completely reload CAs and CRLs with cacheExpiry (RADSECPROXY-50). - Tie Access-Request log lines to response log lines (RADSECPROXY-60). + - Take lock on realm refcount before updating it (RADSECPROXY-77). 2016-09-21 1.6.8 Bug fixes: |