|
| 1 | +## v3.16.00 - 2024/04/10 |
| 2 | +- feat: support hardware-based Secure Keys (FIDO2) for ingress authentication |
| 3 | +- enh: remove netcat dependency by using perl builtins |
| 4 | +- enh: --wait now checks whether the TCP port is open instead of just pinging the host |
| 5 | +- fix: logic error in etc/pam.d/sshd.rhel breaking MFA handling if enabled |
| 6 | + |
1 | 7 | ## v3.15.00 - 2024/03/22
|
2 | 8 | - feat: add ``dnsSupportLevel`` option for systems with broken DNS (fixes #397)
|
3 | 9 | - enh: allow ``@`` as a valid remote user char (fixes #437)
|
|
6 | 12 | - fix: avoid a warning when an non-resolvable host is specified with ``scp`` or ``sftp``
|
7 | 13 |
|
8 | 14 | ## v3.14.16 - 2024/02/20
|
9 |
| -feat: add ``ttyrecStealthStdoutPattern`` config |
10 |
| -enh: ``batch``: openhandle() is overkill and doesn't work on EOF |
11 |
| -enh: ``osh-lingering-sessions-reaper.sh``: handle dangling plugins |
12 |
| -enh: ``osh-orphaned-homedir.sh``: also cleanup ``/run/faillock`` |
13 |
| -enh: plugins: better signal handling to avoid dangling children processes |
14 |
| -fix: ``accountInfo``: return always\_active=1 for globally-always-active accounts |
15 |
| -fix: don't exit with ``fping`` when host is unreachable |
16 |
| -fix: ``fixrights.sh``: add +x ``run-tool.sh`` |
17 |
| -fix: ``osh-sync-watcher``: default to a valid ``rshcmd`` (fixes #433) |
18 |
| -fix: install: generation of the MFA secret under FreeBSD |
19 |
| -fix: install: silence ``tr`` message on secret generation |
| 15 | +- feat: add ``ttyrecStealthStdoutPattern`` config |
| 16 | +- enh: ``batch``: openhandle() is overkill and doesn't work on EOF |
| 17 | +- enh: ``osh-lingering-sessions-reaper.sh``: handle dangling plugins |
| 18 | +- enh: ``osh-orphaned-homedir.sh``: also cleanup ``/run/faillock`` |
| 19 | +- enh: plugins: better signal handling to avoid dangling children processes |
| 20 | +- fix: ``accountInfo``: return always\_active=1 for globally-always-active accounts |
| 21 | +- fix: don't exit with ``fping`` when host is unreachable |
| 22 | +- fix: ``fixrights.sh``: add +x ``run-tool.sh`` |
| 23 | +- fix: ``osh-sync-watcher``: default to a valid ``rshcmd`` (fixes #433) |
| 24 | +- fix: install: generation of the MFA secret under FreeBSD |
| 25 | +- fix: install: silence ``tr`` message on secret generation |
20 | 26 |
|
21 | 27 | ## v3.14.15 - 2023/11/08
|
22 | 28 | - feat: support JIT MFA through plugins, including ``sftp`` and ``scp`` (fixes CVE-2023-45140)
|
|
0 commit comments