[openssh-commits] [openssh] branch master updated (ab360066 -> 5c0bc273)
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Nov 15 16:09:05 AEDT 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from ab360066 upstream: don't consult dlopen whitelist for internal security key
new 2b6cba7e upstream commit
new fd62769c upstream commit
new fd37cdea upstream commit
new a16f7486 upstream commit
new 228dd595 upstream commit
new 2cfb11ab upstream commit
new fbcb9a7f upstream commit
new 5c0bc273 configure flag to built-in security key support
The 8 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 5c0bc273cba53f822b7d777bbb6c35d160d3b505
Author: Damien Miller <djm at mindrot.org>
Date: Fri Nov 15 16:08:00 2019 +1100
configure flag to built-in security key support
Require --with-security-key-builtin before enabling the built-in
security key support (and consequent dependency on libfido2).
commit fbcb9a7fa55300b8bd4c18bee024c6104c5a25d7
Author: Damien Miller <djm at mindrot.org>
Date: Fri Nov 15 16:06:30 2019 +1100
upstream commit
revision 1.48
date: 2019/02/04 16:45:40; author: millert; state: Exp; lines: +16 -17; commitid: cpNtVC7erojNyctw;
Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX.
This requires a libc major version bump. OK deraadt@
commit 2cfb11abac85885de0cb888bbeb9a3e4303105ea
Author: Damien Miller <djm at mindrot.org>
Date: Fri Nov 15 16:05:07 2019 +1100
upstream commit
revision 1.47
date: 2017/05/08 14:53:27; author: millert; state: Exp; lines: +34 -21; commitid: sYfxfyUHAfarP8sE;
Fix exponential CPU use with repeated '*' operators by changing '*'
handling to be interative instead of recursive.
Fix by Yves Orton, ported to OpenBSD glob.c by Ray Lai. OK tb@
commit 228dd595c7882bb9b161dbb7d4dca15c8a5f03f5
Author: Damien Miller <djm at mindrot.org>
Date: Fri Nov 15 16:04:28 2019 +1100
upstream commit
revision 1.46
date: 2015/12/28 22:08:18; author: mmcc; state: Exp; lines: +5 -9; commitid: 0uXuF2O13NH9q2e1;
Remove NULL-checks before free() and a few related dead assignments.
ok and valuable input from millert@
commit a16f748690139b9f452485d97511ad5e578f59b2
Author: Damien Miller <djm at mindrot.org>
Date: Fri Nov 15 16:02:43 2019 +1100
upstream commit
revision 1.44
date: 2015/09/14 16:09:13; author: tedu; state: Exp; lines: +3 -5; commitid: iWfSX2BIn0sLw62l;
remove null check before free. from Michael McConville
ok semarie
commit fd37cdeafe25adfcdc752280f535d28de7997ff1
Author: Damien Miller <djm at mindrot.org>
Date: Fri Nov 15 16:02:27 2019 +1100
upstream commit
revision 1.43
date: 2015/06/13 16:57:04; author: deraadt; state: Exp; lines: +4 -4; commitid: zOUKuqWBdOPOz1SZ;
in glob() initialize the glob_t before the first failure check.
from j at pureftpd.org
ok millert stsp
commit fd62769c3882adea118dccaff80a06009874a2d1
Author: Damien Miller <djm at mindrot.org>
Date: Fri Nov 15 16:01:20 2019 +1100
upstream commit
revision 1.42
date: 2015/02/05 12:59:57; author: millert; state: Exp; lines: +2 -1; commitid: DTQbfd4poqBW8iSJ;
Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@
commit 2b6cba7ee2b8b36f393be739c860a9d2e5d8eb48
Author: Damien Miller <djm at mindrot.org>
Date: Fri Nov 15 16:00:07 2019 +1100
upstream commit
revision 1.41
date: 2014/10/08 05:35:27; author: deraadt; state: Exp; lines: +3 -3; commitid: JwTGarRLHQKDgPh2;
obvious realloc -> reallocarray conversion
Summary of changes:
README.md | 1 +
configure.ac | 12 +++++-
openbsd-compat/glob.c | 117 +++++++++++++++++++++++++++-----------------------
openbsd-compat/glob.h | 9 ++--
4 files changed, 80 insertions(+), 59 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list