Skip to content

Commit

Permalink
Update CHANGES with some pending
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj committed Dec 11, 2023
1 parent 49be591 commit dc4aa62
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
Pending

Features and Changes:

- Add option to bind to interface, from Diederik De Coninck

- Ignore unsupported arguments in dropbearkey, allow running
binary as 'ssh-key'. From Sergey Ponomarev

Fixes:

- Fix blocking while closing forwarded TCP sessions. Noticable
when many connections are being forwarded. Reported and
tested by GektorUA

- Don't offer RSA (then fail) if there is no RSA key. Regression in 2020.79
Github #219

- Allow inetd to run in non-syslog modes. Thanks to Laurent Bercot for the report

- Fix missing response to remote TCP requests when it is disabled.
Patch from Justin Chen

- Fix building with DROPBEAR_RSA disabled

- Don't unconditionally enable DROPBEAR_DSS

- Make banner reading failure non-fatal

- Allow user's own gid in PTY permissions, lets Dropbear work as non-root
even if /dev/pts isn't mounted with gid=5

- Fix DROPBEAR_SVR_MULTIUSER. This appears to have been broken since when it
was added in 2019. If you're using this let me know (it might be removed
later otherwise). Thanks to davidatrsp

- Fix Y2038 issues

Infrastructure:

- Move source files to src/ subdirectory. Thanks to tjkolev

- Remove more files with "make distclean"

- Add tests for disabled options

2022.83 - 14 November 2022

Features and Changes:
Expand Down

0 comments on commit dc4aa62

Please sign in to comment.