| 4b8a2f71 | 19-Feb-2025 |
Ed Maste <[email protected]> |
ssh: Bump VersionAddendum for CVE fixes
Security: FreeBSD-SA-25:05.openssh Approved by: so Sponsored by: The FreeBSD Foundation
(cherry picked from commit 62df41ae0a71e77ccb1e8fae06d82eec5dff441a)
ssh: Bump VersionAddendum for CVE fixes
Security: FreeBSD-SA-25:05.openssh Approved by: so Sponsored by: The FreeBSD Foundation
(cherry picked from commit 62df41ae0a71e77ccb1e8fae06d82eec5dff441a) (cherry picked from commit 24ce323f020fb1ee1b463e524a7a6c15f47ec2a4)
show more ...
|
| 1920babc | 19-Feb-2025 |
Ed Maste <[email protected]> |
ssh: Fix cases where error codes were not correctly set
Obtained from: OpenSSH 38df39ecf278 Security: CVE-2025-26465 Security: FreeBSD-SA-25:05.openssh Approved by: so Sponsored by: The FreeBSD Foun
ssh: Fix cases where error codes were not correctly set
Obtained from: OpenSSH 38df39ecf278 Security: CVE-2025-26465 Security: FreeBSD-SA-25:05.openssh Approved by: so Sponsored by: The FreeBSD Foundation
(cherry picked from commit 170059d6d33cf4e890067097f3c0beb3061cabbd) (cherry picked from commit 4ad8c195cf54411e3b3fa0bec227eb83ca078404)
show more ...
|
| 60f78f8e | 01-Jul-2024 |
Ed Maste <[email protected]> |
openssh: use '' instead of `' in config.h
Autoconf 2.72 uses '' rather tha `' in comments in config.h, from autoconf commit 64df9b4523fe ("Autoconf now quotes 'like this' instead of `like this'").
openssh: use '' instead of `' in config.h
Autoconf 2.72 uses '' rather tha `' in comments in config.h, from autoconf commit 64df9b4523fe ("Autoconf now quotes 'like this' instead of `like this'").
Switch quoting style now to minimize diffs on the next OpenSSH update and config.h regen.
Reviewed by: gordon, philip Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D45840
(cherry picked from commit 94416c6939f431b29286a71bb2797e749df9645c)
show more ...
|
| 9ff45b8e | 20-Jul-2023 |
Gleb Smirnoff <[email protected]> |
sshd: do not resolve refused client hostname
This is a compromise between POLA and practical reasoning. We don't want to block the main server loop in an attempt to resolve. But we need to keep th
sshd: do not resolve refused client hostname
This is a compromise between POLA and practical reasoning. We don't want to block the main server loop in an attempt to resolve. But we need to keep the format of the logged message as is, for sake of sshguard and other scripts. So let's print just the IP address twice, this is what libwrap's refuse() would do if it failed to resolve.
Reviewed by: philip PR: 269456 Differential revision: https://reviews.freebsd.org/D40069
show more ...
|
| 90f10db8 | 20-Jul-2023 |
Gleb Smirnoff <[email protected]> |
sshd: remove unneeded initialization of libwrap logging severities
This part of ca573c9a177 proved to be unnecessary. As the removed comment says, we set them merely for logging syntax errors, as w
sshd: remove unneeded initialization of libwrap logging severities
This part of ca573c9a177 proved to be unnecessary. As the removed comment says, we set them merely for logging syntax errors, as we log refusals ourselves. However, inside the libwrap the parser logs any syntax errors with tcpd_warn() which has hardcoded LOG_WARNING inside.
Reviewed by: philip, emaste Differential revision: https://reviews.freebsd.org/D40068
show more ...
|