[openssh-commits] [openssh] branch master updated (d55dfed3 -> 816036f1)

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Oct 18 23:46:36 AEDT 2020


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

djm pushed a change to branch master
in repository openssh.

      from  d55dfed3  missing header
       new  9cac1db5  upstream: add some variant log.h calls that prepend the calling
       new  28cb0a4b  upstream: remove a level of macro indirection; ok markus@
       new  9e2c4f64  upstream: variants of the log methods that append a ssherr.h string
       new  816036f1  upstream: use the new variant log macros instead of prepending

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


Detailed log of new commits:

commit 816036f142ecd284c12bb3685ae316a68d2ef190
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sun Oct 18 11:32:01 2020 +0000

    upstream: use the new variant log macros instead of prepending
    
    __func__ and appending ssh_err(r) manually; ok markus@
    
    OpenBSD-Commit-ID: 1f14b80bcfa85414b2a1a6ff714fb5362687ace8

commit 9e2c4f64224f68fb84c49b5182e449f94b0dc985
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sun Oct 18 11:21:59 2020 +0000

    upstream: variants of the log methods that append a ssherr.h string
    
    from a supplied error code; ok markus@
    
    OpenBSD-Commit-ID: aed98c4435d48d036ae6740300f6a8357b7cc0bf

commit 28cb0a4b03940d1ee576eb767a81a4113bdc917e
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sun Oct 18 11:14:27 2020 +0000

    upstream: remove a level of macro indirection; ok markus@
    
    OpenBSD-Commit-ID: 0c529d06e902c5d1a6b231e1bec6157f76dc67c9

commit 9cac1db52e6c4961c447910fe02cd68a3b2f9460
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Sun Oct 18 11:13:45 2020 +0000

    upstream: add some variant log.h calls that prepend the calling
    
    function name; ok markus@
    
    OpenBSD-Commit-ID: 4be1b2e2455b271ddb7457bc195c5367644f4e48

Summary of changes:
 .depend                       | 192 +++++++--------
 addrmatch.c                   |  20 +-
 auth-options.c                |  15 +-
 auth-passwd.c                 |   6 +-
 auth-rhosts.c                 |   6 +-
 auth.c                        |  38 ++-
 auth2-chall.c                 |  37 ++-
 auth2-gss.c                   |  26 +-
 auth2-hostbased.c             |  51 ++--
 auth2-kbdint.c                |   4 +-
 auth2-none.c                  |   4 +-
 auth2-passwd.c                |   4 +-
 auth2-pubkey.c                | 104 ++++----
 auth2.c                       |  56 +++--
 canohost.c                    |   8 +-
 channels.c                    | 463 +++++++++++++++---------------------
 clientloop.c                  | 336 ++++++++++++--------------
 compat.c                      |  14 +-
 dh.c                          |   6 +-
 dns.c                         |   7 +-
 fatal.c                       |   6 +-
 gss-genr.c                    |  12 +-
 hostfile.c                    |  57 ++---
 kex.c                         | 100 ++++----
 krl.c                         | 100 ++++----
 log.c                         |  26 +-
 log.h                         |  84 ++++---
 misc.c                        |  97 ++++----
 monitor.c                     | 300 +++++++++++------------
 monitor_fdpass.c              |  24 +-
 monitor_wrap.c                | 227 +++++++++---------
 msg.c                         |  16 +-
 mux.c                         | 538 ++++++++++++++++++++----------------------
 nchan.c                       |  63 +++--
 packet.c                      |  51 ++--
 readconf.c                    |  23 +-
 readpass.c                    |  30 +--
 regress/misc/sk-dummy/fatal.c |   6 +-
 sandbox-pledge.c              |   8 +-
 sandbox-rlimit.c              |  18 +-
 scp.c                         |   6 +-
 servconf.c                    |  34 ++-
 serverloop.c                  |  84 +++----
 session.c                     | 131 +++++-----
 sftp-client.c                 | 165 +++++++------
 sftp-common.c                 |   4 +-
 sftp-server.c                 | 121 +++++-----
 sftp.c                        |   4 +-
 sk-usbhid.c                   |   6 +-
 ssh-add.c                     |  32 ++-
 ssh-agent.c                   | 172 ++++++--------
 ssh-ed25519-sk.c              |   5 +-
 ssh-ed25519.c                 |   5 +-
 ssh-keygen.c                  | 304 +++++++++++-------------
 ssh-keyscan.c                 |  16 +-
 ssh-keysign.c                 |  53 +++--
 ssh-pkcs11-client.c           |  53 ++---
 ssh-pkcs11-helper.c           |  72 +++---
 ssh-pkcs11.c                  |  77 +++---
 ssh-sk-client.c               |  77 +++---
 ssh-sk-helper.c               |  47 ++--
 ssh-sk.c                      |  87 ++++---
 ssh-xmss.c                    |   5 +-
 ssh.c                         | 106 ++++-----
 ssh_api.c                     |  20 +-
 sshconnect.c                  |  68 +++---
 sshconnect2.c                 | 218 ++++++++---------
 sshd.c                        | 151 ++++++------
 sshlogin.c                    |   4 +-
 sshsig.c                      | 114 +++++----
 ttymodes.c                    |  42 ++--
 71 files changed, 2550 insertions(+), 2916 deletions(-)

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


More information about the openssh-commits mailing list