[openssh-commits] [openssh] annotated tag V_7_3_P1 created (now 1d949c3)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Aug 2 10:37:05 AEST 2016


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

djm pushed a change to annotated tag V_7_3_P1
in repository openssh.

        at  1d949c3   (tag)
   tagging  99522ba7ec6963a05c04a156bf20e3ba3605987c (commit)
  replaces  V_7_2_P1
 tagged by  Damien Miller
        on  Mon Aug 1 10:46:32 2016 +1000

- Log -----------------------------------------------------------------
openssh-7.3p1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQGsBAABCgAGBQJXnpvzAAoJENPl9Wttkg0wVakMfjBdefZuseft8xd1BtwaE6A6
qxj1ZqadfSHaMUj9fImfCKmaDfJrd/K9CWc2HQb1CKhP1Z1s9RYNRWWUje72q3E1
+HYo2/AxCg1GYaQr3pXWRMNqjxqZdWkJLYtdP5idNuRucJA/va4uQXEumbRn5xV0
Q7o4p3WaH1nOmI52w3KyPczk1+54WjBSIkouPVl4219C9NQffB/q2S/61bSXj0B6
N2QOH3LQJeaJ44kWQmc0m8BpH+AwiyxzUSAxIKIROSfKaQ/SDvYjQdYJbzlAG2lf
I8Y90B0mn+JjCNBYEzBJcLMQsGD+x7qmr9pZ+geia6jQ8SMFDqn13o9aPzOGiMCe
g39NtzOkz3vBSx6X8tdU0ureJP6Hk74OJKAME5PwRoRcwfttIT2VPRsnYYfM5t1S
7lLhU8WnnCWxafVHmCpmAwPIooc4D0pKQSOsRooeHczv7elnlX7PMjLIi1VMVyZt
vZ2xSuxCafVTJVHcqU4L2WC+7ObNj94bcWjg6VgZyBmxKn91edt15uj6Vv9l0L4=
=be8c
-----END PGP SIGNATURE-----

Damien Miller (22):
      hook unittests/misc/kexfuzz into build
      unbreak PAM after canohost refactor
      unbreak kexfuzz for -Werror without __bounded__
      make a regress-binaries target
      remove slogin from *.spec
      ignore PAM environment vars when UseLogin=yes
      initialise salen in binresvport_sa
      Deny lstat syscalls in seccomp sandbox
      whitespace at EOL
      whitelist more architectures for seccomp-bpf
      fix missing include for systems with err.h
      fix newline escaping for unsupported_algorithms
      add a --disable-pkcs11 knob
      disable ciphers not supported by OpenSSL
      cast to avoid type warning in error message
      missing openssl/dh.h
      retry waitpid on EINTR failure
      crank version numbers
      fix auditing on Linux
      Linux auditing also needs packet.h
      KNF
      define _OPENBSD_SOURCE for reallocarray on NetBSD

Darren Tucker (42):
      Import updated moduli file from OpenBSD.
      auth_get_canonical_hostname in portable code.
      Add compat to monotime_double().
      Wrap stdint.h inside #ifdef HAVE_STDINT_H.
      Include priv.h for priv_set_t.
      Quote variables that may contain whitespace.
      Remove leftover roaming.h file.
      Pass supported malloc options to connect-privsep.
      Don't call Solaris setproject() with UsePAM=yes.
      Fix configure-time warnings for openssl test.
      Tidy up openssl header test.
      Remove NO_IPPORT_RESERVED_CONCEPT
      Fix comment about sshpam_const and AIX.
      Add missing ssh-host-config --name option
      Update vis.h and vis.c from OpenBSD.
      Fix utf->utf8 typo.
      Add compat bits to utf8.c.
      Move prctl PR_SET_DUMPABLE into platform.c.
      Shorten prctl code a tiny bit.
      Use Solaris setpflags(__PROC_PROTECT, ...).
      Remove now-defunct .cvsignore files. ok djm
      Track skipped upstream commit IDs.
      Move platform_disable_tracing into its own file.
      Remove duplicate code from PAM.  ok djm@
      get_remote_name_or_ip inside LOGIN_NEEDS_UTMPX
      Check for wchar.h and langinfo.h
      Move err.h replacements into compat lib.
      Add compat code for missing wcwidth.
      Check for VIS_ALL.
      OpenSSL 1.1.x not currently supported.
      Determine appropriate salt for invalid users.
      Mitigate timing of disallowed users PAM logins.
      Map umac_ctx struct name too.
      Move VA_COPY macro into compat header.
      Handle PAM_MAXTRIES from modules.
      Correct location for kexfuzz in clean target.
      Add dependency on libs for unit tests.
      Remove local implementation of err, errx.
      Conditionally include err.h.
      Explicitly specify source files for regress tools.
      Search users for one with a valid salt.
      Move Cygwin IPPORT_RESERVED overrride to defines.h

Tim Rice (1):
      modified:   configure.ac

djm at openbsd.org (52):
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit

dtucker at openbsd.org (27):
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit

guenther at openbsd.org (2):
      upstream commit
      upstream commit

jca at openbsd.org (1):
      upstream commit

jmc at openbsd.org (9):
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit

krw at openbsd.org (1):
      upstream commit

markus at openbsd.org (6):
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit

naddy at openbsd.org (1):
      upstream commit

schwarze at openbsd.org (7):
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit
      upstream commit

tb at openbsd.org (1):
      upstream commit

tedu at openbsd.org (1):
      upstream commit

-----------------------------------------------------------------------

No new revisions were added by this update.

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


More information about the openssh-commits mailing list