[openssh-commits] [openssh] branch master updated (0e0c6976 -> ef878d58)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jun 11 11:26:58 AEST 2024


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

    from 0e0c6976 upstream: enable PerSourcePenalties by default.
     new 3ad4cd9e upstream: escape the final dot at eol in "e.g." to avoid double
     new fa7d7a66 upstream: avoid shadowing issues which some compilers won't accept
     new a59634c7 upstream: correct error message
     new 6211aa08 upstream: log waitpid() status for abnormal exits
     new 41987efd upstream: reap the [net] child if it hangs up while writing privsep
     new a2300f01 upstream: update to mention that PerSourcePenalties default to
     new 82c836df upstream: move tree init before possible early return
     new fc4e96b2 upstream: fix off-by-one comparison for PerSourcePenalty
     new ef878d58 upstream: a little more RB_TREE paranoia

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit ef878d58798f6688c7f4d4e417dc0c29023ea831
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jun 11 01:23:25 2024 +0000

    upstream: a little more RB_TREE paranoia
    
    OpenBSD-Commit-ID: 8dc2fd21eebd8830c4a4d25461ac4fe228e11156

commit fc4e96b2174d6a894d2033421699d091679baced
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jun 11 01:22:25 2024 +0000

    upstream: fix off-by-one comparison for PerSourcePenalty
    
    OpenBSD-Commit-ID: af4f5d01c41ef870b23e55655bfbf73474a6c02b

commit 82c836df4ff41145553cd7adb11c5b985aeaa06f
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jun 11 01:21:41 2024 +0000

    upstream: move tree init before possible early return
    
    OpenBSD-Commit-ID: 72e2c5b69f151c08a7c5bf5ad929b97a92c273df

commit a2300f015cc4939c4d9c564b58b74e71202dc978
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jun 11 01:07:35 2024 +0000

    upstream: update to mention that PerSourcePenalties default to
    
    being enabled and document the default values for each parameter.
    
    OpenBSD-Commit-ID: b981288bddfb097aad269f62df4081c688ce0034

commit 41987efd356d3fc30139aeab4b09374acf8f91a0
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jun 11 00:44:52 2024 +0000

    upstream: reap the [net] child if it hangs up while writing privsep
    
    message payloads, not just the message header
    
    OpenBSD-Commit-ID: 24dbd400aa381ac96be7ed2dd49018487dfef6ce

commit 6211aa085fa91155a24922e5329576ac9a8f3175
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jun 11 00:40:21 2024 +0000

    upstream: log waitpid() status for abnormal exits
    
    OpenBSD-Commit-ID: b317930e06b51819c1a2bc6a4359764fecfb1c2d

commit a59634c7adb9ae988748d99963dfafb3070d8d41
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jun 11 00:36:20 2024 +0000

    upstream: correct error message
    
    OpenBSD-Commit-ID: 581f60f73099083392887206860229ab104620ed

commit fa7d7a667f2ee031e72873e36de2d2a36bca973b
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date:   Fri Jun 7 13:23:30 2024 +0000

    upstream: avoid shadowing issues which some compilers won't accept
    
    ok djm
    
    OpenBSD-Commit-ID: 1e89572397dda83433d58c4fa6333a08f51170d4

commit 3ad4cd9eeca5c9bc6706db44b6de88e2e4513fd6
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Thu Jun 6 21:14:49 2024 +0000

    upstream: escape the final dot at eol in "e.g." to avoid double
    
    spacing;
    
    OpenBSD-Commit-ID: 0a9fb10bc9f7d577afe2da3f498a08bc431115b9

Summary of changes:
 monitor_wrap.c | 16 +++++++++++-----
 servconf.c     |  4 ++--
 srclimit.c     | 28 ++++++++++++++--------------
 sshd_config.5  | 40 +++++++++++++++++++++++-----------------
 4 files changed, 50 insertions(+), 38 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list