Skip to content

Commit

Permalink
update ChangeLog to reflect changes since 1.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Mauchle committed Mar 19, 2018
1 parent 7569f9a commit 3d41674
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 177 deletions.
23 changes: 15 additions & 8 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,36 +1,43 @@
Changes between 1.6.8 and the master branch
Changes between 1.6.9 and the master branch

License and copyright changes:
- Copyright SWITCH
- 3-clause BSD license only, no GPL.

Enhancements:
- Support the use of OpenSSL version 1.1 series (RADSECPROXY-66).
- Reload TLS certificate CRLs on SIGHUP
- Reload TLS certificate CRLs on SIGHUP (RADSECPROXY-78).
- Make use of SO_KEEPALIVE for tcp sockets (RADSECPROXY-12).

Misc:
- libnettle is now an unconditional dependency.
- FTicks support is now on by default and not optional.
- Experimental code for dynamic discovery has been removed. Be
aware that use of the DynamicLookupCommand configuration option
still enables code known to be buggy.
- Use a listen(2) backlog of 128 (RADSECPROXY-72).
- Replace several server status bits with a single state enum.
(RADSECPROXY-71)

Bug fixes:
- Detect the presence of docbook2x-man correctly.
- Make clang less unhappy.
- Don't use a smaller pthread stack size than what's allowed.
- Don't follow NULL the pointer at debug level 5 (RADSECPROXY-68).
- 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).
- Fix a couple of memory leaks and NULL ptr derefs in error cases.
- Don't forget about good dynamically discovered (TLS) connections
(RADSECPROXY-69).
- Fix refcounting in error cases when loading configuration (RADSECPROXY-42)
- Fix potential crash when rewriting malformed vendor attributes.

2017-08-02 1.6.9
Misc:
- Use a listen(2) backlog of 128 (RADSECPROXY-72).

Bug fixes:
- Don't follow NULL the pointer at debug level 5 (RADSECPROXY-68).
- Completely reload CAs and CRLs with cacheExpiry (RADSECPROXY-50).
- Tie Access-Request log lines to response log lines (RADSECPROXY-60).
- Fix a couple of memory leaks and NULL ptr derefs in error cases.
- Take lock on realm refcount before updating it (RADSECPROXY-77).

2016-09-21 1.6.8
Bug fixes:
Expand Down
9 changes: 0 additions & 9 deletions dynsrv.sh

This file was deleted.

160 changes: 0 additions & 160 deletions gconfig.txt

This file was deleted.

0 comments on commit 3d41674

Please sign in to comment.