[openssh-commits] [openssh] branch master updated (335dc935 -> b3f7009c)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jan 21 10:49:26 AEDT 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 335dc935 Fix a few warnings when on Mac OS X.
new 5a9b9c82 sandbox-darwin.c: fix missing prototypes.
new 6089abf7 Make sshpam_password_change_required static.
new 0c428c0e configure.ac: fix ldns test
new b3f7009c Fix missing prototype warning for copy_environment
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 b3f7009c9ffa5891283ed96e043001e09934a8d4
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Mon Jan 20 11:56:48 2020 +0100
Fix missing prototype warning for copy_environment
This function is only used in this file, and only on Cygwin, so make
it static and hide it behind HAVE_CYGWIN. Prevents missing prototype
warning.
commit 0c428c0e991e2c4fabc48cf5d9b8f84c9412e0c3
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Mon Jan 20 13:58:11 2020 +0100
configure.ac: fix ldns test
When running ./configure --with-ldns, if ldns-config cannot be found, we
add -Iyes/include to CPPFLAGS and -Lyes/lib to LDFLAGS. Fix that.
commit 6089abf715e2784751c9f62697e09bb103295b93
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Mon Jan 20 12:13:26 2020 +0100
Make sshpam_password_change_required static.
sshpam_password_change_required is only used in auth-pam.c, so make it
static to prevent a mising prototype warning.
commit 5a9b9c82851b7bc219dc3a65962a80803c76c102
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Mon Jan 20 12:24:51 2020 +0100
sandbox-darwin.c: fix missing prototypes.
Include the right header just like the other sandbox files.
Fixes missing prototype warnings for ssh_sandbox_* functions.
Summary of changes:
auth-pam.c | 2 +-
configure.ac | 2 --
sandbox-darwin.c | 2 +-
session.c | 4 +++-
4 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list