commit_msg
stringlengths 1
24.2k
| commit_hash
stringlengths 2
84
⌀ | project
stringlengths 2
40
| source
stringclasses 4
values | labels
int64 0
1
| repo_url
stringlengths 26
70
⌀ | commit_url
stringlengths 74
118
⌀ | commit_date
stringlengths 25
25
⌀ |
---|---|---|---|---|---|---|---|
upstream commit
Fix occurrences of "r = func() != 0" which result in the
wrong error codes being returned due to != having higher precedence than =.
ok deraadt@ markus@
Upstream-ID: 5fc35c9fc0319cc6fca243632662d2f06b5fd840
| f3a3ea180afff080bab82087ee0b60db9fd84f6c | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/f3a3ea180afff080bab82087ee0b60db9fd84f6c | 2015-09-02 07:51:12+00:00 |
Require OpenSSL 1.1.x series 1.1.0g or greater
Previous versions have a bug with EVP_CipherInit() when passed a
NULL EVP_CIPHER, per https://github.com/openssl/openssl/pull/4613
ok dtucker@
| aede1c34243a6f7feae2fb2cb686ade5f9be6f3d | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/aede1c34243a6f7feae2fb2cb686ade5f9be6f3d | 2018-10-17 11:01:20+11:00 |
Fix building without openssl.
This fixes the following when there are no openssl headers on the system:
ssh-ecdsa-sk.c:34:10: fatal error: 'openssl/bn.h' file not found
| 0488dc2d3050ea1a99ef5cf44afc50ffbf3f1315 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/0488dc2d3050ea1a99ef5cf44afc50ffbf3f1315 | 2020-01-20 10:32:23+01:00 |
Fix pasto for HAVE_EVP_CIPHER_CTX_SET_IV.
Prevents unnecessary redefinition. Patch from mforney at mforney.org.
| bc32f118d484e4d71d2a0828fd4eab7e4176c9af | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/bc32f118d484e4d71d2a0828fd4eab7e4176c9af | 2018-11-05 17:31:24+11:00 |
upstream: fix alphabetic ordering of options; spotted by Iain Morgan
OpenBSD-Commit-ID: f955fec617d74af0feb5b275831a9fee813d7ad5
| 351c5dbbd74ce300c4f058112f9731c867c6e225 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/351c5dbbd74ce300c4f058112f9731c867c6e225 | 2021-02-27 23:42:37+00:00 |
upstream commit
We accidentally send an empty string and a zero uint32 with
every [email protected] channel open, in contravention of our
own spec.
Fixing this is too hard wrt existing versions that expect these
fields to be present and fatal() if they aren't, so document them
as "reserved" fields in the PROTOCOL spec as though we always
intended this and let us never speak of it again.
bz#2529, reported by Ron Frederick
Upstream-ID: 34cd326a4d236ca6e39084c4ff796bd97ab833e7
| 90ee563fa6b54c59896c6c332c5188f866c5e75f | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/90ee563fa6b54c59896c6c332c5188f866c5e75f | 2016-04-08 06:35:54+00:00 |
upstream: fix non-ASCII quote that snuck in; spotted by Gabriel
Kihlman
OpenBSD-Commit-ID: 04bcde311de2325d9e45730c744c8de079b49800
| 829451815ec207e14bd54ff5cf7e22046816f042 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/829451815ec207e14bd54ff5cf7e22046816f042 | 2020-05-12 01:41:32+00:00 |
upstream: Fix a typo and make <esc><right> move right to the
closest end of a word just like <esc><left> moves left to the closest
beginning of a word.
ok djm
OpenBSD-Commit-ID: 6afe01b05ed52d8b12eb1fda6e9af5afb5e198ee
| b9b0f2ac9625933db53a35b1c1ce423876630558 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/b9b0f2ac9625933db53a35b1c1ce423876630558 | 2019-07-10 07:04:27+00:00 |
portability fixes for regress/netcat.c
Mostly avoiding "err(1, NULL)"
| e47536ba9692d271b8ad89078abdecf0a1c11707 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/e47536ba9692d271b8ad89078abdecf0a1c11707 | 2015-02-28 08:20:11-08:00 |
Typo fixes in error messages.
Patch from knweiss at gmail.com via github pull req #97 (portable-
specific parts).
| fc0340f7c4ee29bfb12bd1de9f99defa797e16b4 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/fc0340f7c4ee29bfb12bd1de9f99defa797e16b4 | 2019-06-08 00:10:59+10:00 |
upstream commit
fix spurious error message when incorrect passphrase
entered for keys; reported by espie@ ok deraadt@
Upstream-ID: 58b2e46e63ed6912ed1ee780bd3bd8560f9a5899
| 0d1451a32c7436e6d3d482351e776bc5e7824ce4 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/0d1451a32c7436e6d3d482351e776bc5e7824ce4 | 2016-02-23 01:34:14+00:00 |
upstream: keep options.identity_file_userprovided array in sync when we
load keys, fixing some spurious error messages; ok markus
OpenBSD-Commit-ID: c63e3d5200ee2cf9e35bda98de847302566c6a00
| 3eb7f1038d17af7aea3c2c62d1e30cd545607640 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/3eb7f1038d17af7aea3c2c62d1e30cd545607640 | 2018-07-16 07:06:50+00:00 |
fix problems in tunnel forwarding portability code
This fixes a few problems in the tun forwarding code, mostly to do
with host/network byte order confusion.
Based on a report and patch by stepe AT centaurus.uberspace.de;
bz#2735; ok dtucker@
| c78e6eec78c88acf8d51db90ae05a3e39458603d | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/c78e6eec78c88acf8d51db90ae05a3e39458603d | 2017-07-21 14:38:16+10:00 |
upstream commit
add ssh-agent -D to leave ssh-agent in foreground
without enabling debug mode; bz#2381 ok dtucker@
| 2ea974630d7017e4c7666d14d9dc939707613e96 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/2ea974630d7017e4c7666d14d9dc939707613e96 | 2015-04-24 05:26:44+00:00 |
adapt Makefile to ssh-sk-client everywhere
| 7b47b40b170db4d6f41da0479575f6d99dd7228a | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/7b47b40b170db4d6f41da0479575f6d99dd7228a | 2019-12-14 08:20:52+11:00 |
upstream: Fix "Allocated port" debug message
for unix domain sockets. From peder.stray at gmail.com via github PR#272,
ok deraadt@
OpenBSD-Commit-ID: 8d5ef3fbdcdd29ebb0792b5022a4942db03f017e
| 8c07170135dde82a26886b600a8bf6fb290b633d | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/8c07170135dde82a26886b600a8bf6fb290b633d | 2021-09-20 04:02:13+00:00 |
upstream: s/process_mux_master/mux_master_process/ in mux master
function names,
Gives better symmetry with the existing mux_client_*() names and makes
it more obvious when a message comes from the master vs client (they
are interleved in ControlMaster=auto mode).
no functional change beyond prefixing a could of log messages with
__func__ where they were previously lacking.
OpenBSD-Commit-ID: b01f7c3fdf92692e1713a822a89dc499333daf75
| 9d883a1ce4f89b175fd77405ff32674620703fb2 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/9d883a1ce4f89b175fd77405ff32674620703fb2 | 2018-09-26 01:48:57+00:00 |
fix previous test
| 23490a6c970ea1d03581a3b4208f2eb7a675f453 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/23490a6c970ea1d03581a3b4208f2eb7a675f453 | 2019-01-21 15:05:43+11:00 |
upstream: fix type of nid in type_bits_valid(); github PR#202 from
github user thingsconnected
OpenBSD-Commit-ID: 769d2b040dec7ab32d323daf54b854dd5dcb5485
| b12b835dc022ba161afe68348e05a83dfbcb1515 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/b12b835dc022ba161afe68348e05a83dfbcb1515 | 2020-10-29 03:01:18+00:00 |
upstream: Typo and spelling fixes in comments and error messages.
Patch from knweiss at gmail.com via -portable.
OpenBSD-Commit-ID: 2577465442f761a39703762c4f87a8dfcb918b4b
| 4b7dd22b02b64b1ededd3c0e98a6e7ae21e31d38 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/4b7dd22b02b64b1ededd3c0e98a6e7ae21e31d38 | 2019-06-07 14:18:48+00:00 |
upstream: fix the DH-GEX text in -a; because this required a comma,
i added a comma to the first part, for balance...
OpenBSD-Commit-ID: 2c3464e9e82a41e8cdfe8f0a16d94266e43dbb58
| 3b44bf39ff4d7ef5d50861e2e9dda62d2926d2fe | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/3b44bf39ff4d7ef5d50861e2e9dda62d2926d2fe | 2019-09-27 20:03:24+00:00 |
Fix ifdef typo for declaration of memmem.
Fixes build on IRIX. bz#3081.
| 0bd312a362168c1eae3cd6b3889395a78e6fd0f8 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/0bd312a362168c1eae3cd6b3889395a78e6fd0f8 | 2019-10-10 09:42:03+11:00 |
fix compile for openssl 1.0.x w/ --with-ssl-engine
bz#2921, patch from cotequeiroz
| c0a35265907533be10ca151ac797f34ae0d68969 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/c0a35265907533be10ca151ac797f34ae0d68969 | 2018-10-22 11:22:50+11:00 |
upstream: mention in comment that read_passphrase(..., RP_ALLOW_STDIN)
will try to use askpass first. bz3314
convert a couple of debug() -> debug_f() while here
OpenBSD-Commit-ID: c7e812aebc28fcc5db06d4710e0f73613dee545c
| 03190d10980c6fc9124e988cb2df13101f266507 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/03190d10980c6fc9124e988cb2df13101f266507 | 2021-07-23 05:56:47+00:00 |
fix broken OPENSSL_HAS_ECC test
spotted by dtucker
| 5a37cc118f464416d08cd0291a9b1611d8de9943 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/5a37cc118f464416d08cd0291a9b1611d8de9943 | 2021-10-06 13:16:21+11:00 |
fix reversed test
| 90a0b434ed41f9c505662dba8782591818599cb3 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/90a0b434ed41f9c505662dba8782591818599cb3 | 2020-05-01 13:55:03+10:00 |
upstream: no need to allocate channels_pre/channels_post in
channel_init_channels() as we do it anyway in channel_handler_init() that we
call at the end of the function. Fix from Markus Schmidt via bz#2938
OpenBSD-Commit-ID: 74893638af49e3734f1e33a54af1b7ea533373ed
| 285310b897969a63ef224d39e7cc2b7316d86940 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/285310b897969a63ef224d39e7cc2b7316d86940 | 2018-12-07 02:31:20+00:00 |
upstream: word fix; reported by debian at helgefjell de
OpenBSD-Commit-ID: 0c6fd22142422a25343c5bd1a618f31618f41ece
| bec429338e9b30d2c7668060e82608286a8a4777 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/bec429338e9b30d2c7668060e82608286a8a4777 | 2021-07-27 14:28:46+00:00 |
upstream: lots of typos in comments/docs. Patch from Karsten Weiss
after checking with codespell tool
(https://github.com/lucasdemarchi/codespell)
OpenBSD-Commit-ID: 373222f12d7ab606598a2d36840c60be93568528
| 001aa55484852370488786bd40e9fdad4b465811 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/001aa55484852370488786bd40e9fdad4b465811 | 2018-04-10 00:10:49+00:00 |
upstream: fix option letter pasto in previous
OpenBSD-Commit-ID: e26c8bf2f2a808f3c47960e1e490d2990167ec39
| 63bba57a32c5bb6158d57cf4c47022daf89c14a0 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/63bba57a32c5bb6158d57cf4c47022daf89c14a0 | 2018-12-07 03:33:18+00:00 |
upstream: fix error message
OpenBSD-Commit-ID: 1eb52025658eb78ea6223181e552862198d3d505
| ff5784e2698d6c41e9f39ce4df24968c1beeb2bb | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/ff5784e2698d6c41e9f39ce4df24968c1beeb2bb | 2020-01-06 02:24:28+00:00 |
upstream: Fix multiplier in convtime when handling seconds after
other units. bz#3171, spotted by ronf at timeheart.net, ok djm@.
OpenBSD-Commit-ID: 95b7a848e1083974a65fbb6ccb381d438e1dd5be
| 1001dd148ed7c57bccf56afb40cb77482ea343a6 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/1001dd148ed7c57bccf56afb40cb77482ea343a6 | 2020-05-29 01:20:46+00:00 |
Fix typo in "socketcall".
Pointed out by jjelen at redhat.com.
| 17a54a03f5a1d35e33cc24e22cd7a9d0f6865dc4 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/17a54a03f5a1d35e33cc24e22cd7a9d0f6865dc4 | 2017-04-25 08:32:27+10:00 |
upstream commit
fix "ssh-keygen -l" of private key, broken in support for
multiple plain keys on stdin
Upstream-ID: 6b3132d2c62d03d0bad6f2bcd7e2d8b7dab5cd9d
| bcb7bc77bbb1535d1008c7714085556f3065d99d | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/bcb7bc77bbb1535d1008c7714085556f3065d99d | 2015-11-18 08:37:28+00:00 |
upstream: fix memory leak in process_read() path; Spotted by James
Robinson in GHPR363; ok markus@
OpenBSD-Commit-ID: cdc2d98e6478b7e7f3a36976845adae3820429d8
| 3f9231c2e1f374ebb08016ba00ea97b47c0ed20b | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/3f9231c2e1f374ebb08016ba00ea97b47c0ed20b | 2023-03-07 05:37:26+00:00 |
fix SANDBOX_SECCOMP_FILTER_DEBUG
| 2580916e48721802220c61ce9e0df1297c00bc07 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/2580916e48721802220c61ce9e0df1297c00bc07 | 2022-08-11 08:58:28+10:00 |
upstream commit
fix ClientAliveInterval when a time-based RekeyLimit is
set; previously keepalive packets were not being sent. bz#2252 report and
analysis by Christian Wittenhorst and Garrett Lee feedback and ok dtucker@
Upstream-ID: d48f9deadd35fdacdd5106b41bb07630ddd4aa81
| 988e429d903acfb298bfddfd75e7994327adfed0 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/988e429d903acfb298bfddfd75e7994327adfed0 | 2016-03-04 03:35:44+00:00 |
upstream commit
Fix logic in add_local_forward() that inverted a test
when code was refactored out into bind_permitted(). This broke ssh port
forwarding for non-priv ports as a non root user.
ok dtucker@ 'looks good' deraadt@
Upstream-ID: ddb8156ca03cc99997de284ce7777536ff9570c9
| 79d078e7a49caef746516d9710ec369ba45feab6 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/79d078e7a49caef746516d9710ec369ba45feab6 | 2016-10-25 04:08:13+00:00 |
Fix function body for variadic macro test.
AC_LANG_PROGRAM puts its second argument inside main() so we don't need
to do it ourselves.
| 6d2564b94e51184eb0b73b97d13a36ad50b4f810 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/6d2564b94e51184eb0b73b97d13a36ad50b4f810 | 2020-11-06 17:11:16+11:00 |
upstream: UpdateHostkeys: fixed/better detection of host keys that
exist under other names and addresses; spotted by and debugged with lots of
help from jca@
OpenBSD-Commit-ID: 5113d7f550bbd48243db1705afbf16b63792d4b7
| 815209abfdd2991fb92ad7d2e33374916cdcbcf4 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/815209abfdd2991fb92ad7d2e33374916cdcbcf4 | 2020-10-29 02:47:23+00:00 |
upstream: reset comment=NULL for each key in do_fingerprint();
fixes "no comment" not showing on when running `ssh-keygen -l` on multiple
keys where one has a comment and other following keys do not. Patch from
Markus Kuhn via GHPR407, bz3580
OpenBSD-Commit-ID: 3cce84456fdcd67dc6b84e369f92c6686d111d9b
| b4ac435b4e67f8eb5932d8f59eb5b3cf7dc38df0 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/b4ac435b4e67f8eb5932d8f59eb5b3cf7dc38df0 | 2023-06-20 00:05:09+00:00 |
Fix openssl-1.1 fallout for --without-openssl.
ok djm@
| cce8cbe0ed7d1ba3a575310e0b63c193326ae616 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/cce8cbe0ed7d1ba3a575310e0b63c193326ae616 | 2018-09-15 19:44:06+10:00 |
upstream: always call fido_init(); previous behaviour only called
fido_init() when SK_DEBUG was defined. Harmless with current libfido2, but
this isn't guaranteed in the future.
OpenBSD-Commit-ID: c7ea20ff2bcd98dd12015d748d3672d4f01f0864
| 1e70dc3285fc9b4f6454975acb81e8702c23dd89 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/1e70dc3285fc9b4f6454975acb81e8702c23dd89 | 2020-05-13 09:57:17+00:00 |
upstream: Add authfd path to debug output. ok markus@
OpenBSD-Commit-ID: f735a17d1a6f2bee63bfc609d76ef8db8c090890
| 0979e29356915261d69a9517a1e0aaade7c9fc75 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/0979e29356915261d69a9517a1e0aaade7c9fc75 | 2022-04-27 11:08:55+00:00 |
upstream: fix memleak in ssh_free_identitylist(); ok markus@
OpenBSD-Commit-ID: aa51f77ae2c5330a1f61b2d22933f24a443f9abf
| 2ab5a8464870cc4b29ddbe849bbbc255729437bf | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/2ab5a8464870cc4b29ddbe849bbbc255729437bf | 2019-09-03 08:28:30+00:00 |
upstream: Fix BN_is_prime_* calls in SSH, the API returns -1 on
error.
Found thanks to BoringSSL's commit 53409ee3d7595ed37da472bc73b010cd2c8a5ffd
by David Benjamin.
ok djm, dtucker
OpenBSD-Commit-ID: 1ee832be3c44b1337f76b8562ec6d203f3b072f8
| a36b0b14a12971086034d53c0c3dfbad07665abe | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/a36b0b14a12971086034d53c0c3dfbad07665abe | 2019-01-20 02:01:59+00:00 |
Many typo fixes from Karsten Weiss
Spotted using https://github.com/lucasdemarchi/codespell
| 10479cc2a4acd6faaf643eb305233b49d70c31c1 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/10479cc2a4acd6faaf643eb305233b49d70c31c1 | 2018-04-10 10:19:02+10:00 |
upstream: fix memleak of signature; from Pedro Martelletto
OpenBSD-Commit-ID: d0a6eb07e77c001427d738b220dd024ddc64b2bb
| 4be563994c0cbe9856e7dd3078909f41beae4a9c | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/4be563994c0cbe9856e7dd3078909f41beae4a9c | 2020-05-26 01:59:46+00:00 |
upstream: fix regression caused by recent permitlisten option commit:
authorized_keys lines that contained permitopen/permitlisten were being
treated as invalid.
OpenBSD-Commit-ID: 7ef41d63a5a477b405d142dc925b67d9e7aaa31b
| fa09076410ffc2d34d454145af23c790d728921e | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/fa09076410ffc2d34d454145af23c790d728921e | 2018-06-07 04:31:51+00:00 |
upstream: fix leak: was double allocating kex->session_id buffer
OpenBSD-Commit-ID: 3765f4cc3ae1df874dba9102a3588ba7b48b8183
| d983e1732b8135d7ee8d92290d6dce35f736ab88 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/d983e1732b8135d7ee8d92290d6dce35f736ab88 | 2021-01-27 23:49:46+00:00 |
upstream commit
fix double-free() in error path of DSA key generation
reported by Mateusz Kocielski; ok markus@
Upstream-ID: 4735d8f888b10599a935fa1b374787089116713c
| ec6eda16ebab771aa3dfc90629b41953b999cb1e | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/ec6eda16ebab771aa3dfc90629b41953b999cb1e | 2015-08-19 23:19:01+00:00 |
upstream commit
fix execv arguments in a way less likely to cause grief
for -portable; ok dtucker@
Upstream-ID: 5902bf0ea0371f39f1300698dc3b8e4105fc0fc5
| a4aef3ed29071719b2af82fdf1ac3c2514f82bc5 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/a4aef3ed29071719b2af82fdf1ac3c2514f82bc5 | 2015-10-27 08:54:52+00:00 |
upstream commit
Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@
Upstream-ID: c2cc84ffac070d2e1ff76182c70ca230a387983c
| 66bf74a92131b7effe49fb0eefe5225151869dc5 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/66bf74a92131b7effe49fb0eefe5225151869dc5 | 2017-10-02 19:33:20+00:00 |
upstream: Call comma-separated lists as such to clarify semantics.
Options such as Ciphers take values that may be a list of ciphers; the
complete list, not indiviual elements, may be prefixed with a dash or plus
character to remove from or append to the default list, respectively.
Users might read the current text as if each elment took an optional prefix,
so tweak the wording from "values" to "list" to prevent such ambiguity for
all options supporting these semantics.
Fix instances missed in first commit. ok jmc@ kn@
OpenBSD-Commit-ID: 7112522430a54fb9f15a7a26d26190ed84d5e417
| 4f9d75fbafde83d428e291516f8ce98e6b3a7c4b | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/4f9d75fbafde83d428e291516f8ce98e6b3a7c4b | 2019-09-04 20:31:15+00:00 |
upstream: spelling
OpenBSD-Commit-ID: 478bc3db04f62f1048ed6e1765400f3ab325e60f
| 4d48219c72ab0c71238806f057f0e9630b7dd25c | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/4d48219c72ab0c71238806f057f0e9630b7dd25c | 2021-03-12 05:18:01+00:00 |
upstream: fix two PIN entry bugs on FIDO keygen: 1) it would allow more
than the intended number of prompts (3) and 2) it would SEGV too many
incorrect PINs were entered; based on patch by Gabriel Kihlman
OpenBSD-Commit-ID: 9c0011f28ba8bd8adf2014424b64960333da1718
| fd68dc27864b099b552a6d9d507ca4b83afd6a76 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/fd68dc27864b099b552a6d9d507ca4b83afd6a76 | 2020-02-07 03:27:54+00:00 |
upstream: reversed test yielded incorrect debug message
OpenBSD-Commit-ID: 78bb512d04cfc238adb2c5b7504ac93eecf523b3
| e827aedf8818e75c0016b47ed8fc231427457c43 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/e827aedf8818e75c0016b47ed8fc231427457c43 | 2019-10-07 23:10:38+00:00 |
Fix missed RCSID merges
| d27bff293cfeb2252f4c7a58babe5ad3262c6c98 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/d27bff293cfeb2252f4c7a58babe5ad3262c6c98 | 2017-10-20 13:22:00+11:00 |
Skip hostbased during Valgrind tests.
Valgrind doesn't let ssh exec ssh-keysign (because it's setuid) so skip
it during the Valgrind based tests.
See https://bugs.kde.org/show_bug.cgi?id=119404 for a discussion of this
(ironically there the problematic binary was ssh(1) back when it could
still be setuid).
| 113fe6c77ab43769fc61e953d07cb619fd7ea54b | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/113fe6c77ab43769fc61e953d07cb619fd7ea54b | 2022-08-11 13:33:51+10:00 |
upstream: fix bug in HostbasedAcceptedKeyTypes and
PubkeyAcceptedKeyTypes options. If only RSA-SHA2 siganture types were
specified, then authentication would always fail for RSA keys as the monitor
checks only the base key (not the signature algorithm) type against
*AcceptedKeyTypes. bz#2746; reported by Jakub Jelen; ok dtucker
OpenBSD-Commit-ID: 117bc3dc54578dbdb515a1d3732988cb5b00461b
| e76135e3007f1564427b2956c628923d8dc2f75a | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/e76135e3007f1564427b2956c628923d8dc2f75a | 2018-11-16 02:43:56+00:00 |
upstream: Fix typos in comments.
From khaleesicodes via github PR#280.
OpenBSD-Commit-ID: 26fdd83652c40f098bf7c685e8ebb9eb72cc45fc
| e7eb73b8d1fe1008d92433ea949491ce654bfaba | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/e7eb73b8d1fe1008d92433ea949491ce654bfaba | 2021-10-22 09:19:34+00:00 |
upstream commit
fix type of ed25519 values
Upstream-ID: b32d0cb372bbe918ca2de56906901eae225a59b0
| 531c135409b8d8810795b1f3692a4ebfd5c9cae0 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/531c135409b8d8810795b1f3692a4ebfd5c9cae0 | 2016-05-19 07:45:32+00:00 |
upstream: fix Include before Match in sshd_config; bz#3122 patch
from Jakub Jelen
OpenBSD-Commit-ID: 1b0aaf135fe6732b5d326946042665dd3beba5f4
| 7af1e92cd289b7eaa9a683e9a6f2fddd98f37a01 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/7af1e92cd289b7eaa9a683e9a6f2fddd98f37a01 | 2020-05-27 22:37:53+00:00 |
upstream commit
fix casts re constness
Upstream-ID: e38f2bac162b37dbaf784d349c8327a6626fa266
| 4b2e2d3fd9dccff357e1e26ce9a5f2e103837a36 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/4b2e2d3fd9dccff357e1e26ce9a5f2e103837a36 | 2017-06-01 04:51:58+00:00 |
upstream: Fix breakage on dhgex test.
This was due to the sshd logs being written to the wrong log file.
While there, make save_debug_logs less verbose, write the name of the
tarball to regress.log and use $SUDO to remove the old symlinks (which
shouldn't be needed, but won't hurt). Initial problem spotted by anton@.
OpenBSD-Regress-ID: 9c44fb9cd418e6ff31165e7a6c1f9f11a6d19f5b
| 0d514659b23a257247491179cfbb53a6dd64e164 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/0d514659b23a257247491179cfbb53a6dd64e164 | 2023-03-02 08:24:41+00:00 |
upstream: Disable SSH2_MSG_DEBUG messages for Twisted Conch clients
without version numbers since they choke on them under some circumstances.
https://twistedmatrix.com/trac/ticket/9422 via Colin Watson
Newer Conch versions have a version number in their ident string and
handle debug messages okay. https://twistedmatrix.com/trac/ticket/9424
OpenBSD-Commit-ID: 6cf7be262af0419c58ddae11324d9c0dc1577539
| a575ddd58835759393d2dddd16ebe5abdb56485e | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/a575ddd58835759393d2dddd16ebe5abdb56485e | 2018-04-16 22:50:44+00:00 |
Fix a few warnings when on Mac OS X.
Include stdlib.h for calloc, malloc, free and setenv.
| 335dc93526942a650f6c69666b3f6ca44d0a2910 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/335dc93526942a650f6c69666b3f6ca44d0a2910 | 2020-01-20 11:09:27+01:00 |
upstream: factor out channel status formatting from
channel_open_message() so we can use it in other debug messages
OpenBSD-Commit-ID: 9c3903ca28fcabad57f566c9d0045b41ab7d52ba
| 6f1aabb128246f445e33b8844fad3de9cb1d18cb | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/6f1aabb128246f445e33b8844fad3de9cb1d18cb | 2018-10-04 01:04:52+00:00 |
upstream: switch sshd_config parsing to argv_split()
similar to the previous commit, this switches sshd_config parsing to
the newer tokeniser. Config parsing will be a little stricter wrt
quote correctness and directives appearing without arguments.
feedback and ok markus@
tested in snaps for the last five or so days - thanks Theo and those who
caught bugs
OpenBSD-Commit-ID: 9c4305631d20c2d194661504ce11e1f68b20d93e
| a10f929d1ce80640129fc5b6bc1acd9bf689169e | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/a10f929d1ce80640129fc5b6bc1acd9bf689169e | 2021-06-08 07:09:42+00:00 |
upstream: Fix error message on close(2) and add printf format
attributes. From Christos Zoulas, OK markus@
OpenBSD-Commit-ID: 41523c999a9e3561fcc7082fd38ea2e0629ee07e
| 5ad3c3a33ef038b55a14ebd31faeeec46073db2c | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/5ad3c3a33ef038b55a14ebd31faeeec46073db2c | 2020-05-29 21:22:02+00:00 |
prefer to use ldns-config to find libldns
Should fix bz#2603 - "Build with ldns and without kerberos support
fails if ldns compiled with kerberos support" by including correct
cflags/libs
ok dtucker@
| 523db8540b720c4d21ab0ff6f928476c70c38aab | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/523db8540b720c4d21ab0ff6f928476c70c38aab | 2017-02-03 16:01:22+11:00 |
Fix comment about sshpam_const and AIX.
From mschwager via github.
| 39c0cecaa188a37a2e134795caa68e03f3ced592 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/39c0cecaa188a37a2e134795caa68e03f3ced592 | 2016-05-20 10:01:58+10:00 |
upstream: fix misplaced parenthesis inside if-clause. it's harmless
and the only issue is showing an unknown error (since it's not defined)
during fatal(), if it ever an error occurs inside that condition.
OK deraadt@ markus@ djm@
OpenBSD-Commit-ID: acb0a8e6936bfbe590504752d01d1d251a7101d8
| db8bb80e3ac1bcb3e1305d846cd98c6b869bf03f | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/db8bb80e3ac1bcb3e1305d846cd98c6b869bf03f | 2018-08-28 12:25:53+00:00 |
upstream: fix NULL-deref crash in PKCS#11 code when attempting
login to a token requiring a PIN; reported by benno@ fix mostly by markus@
OpenBSD-Commit-ID: 438d0b114b1b4ba25a9869733db1921209aa9a31
| 7a7fdca78de4b4774950be056099e579ef595414 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/7a7fdca78de4b4774950be056099e579ef595414 | 2019-02-04 23:37:54+00:00 |
fix typos in previous
| a1bcbf04a7c2d81944141db7ecd0ba292d175a66 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/a1bcbf04a7c2d81944141db7ecd0ba292d175a66 | 2022-02-07 09:09:59+01:00 |
upstream: fix numbering
OpenBSD-Commit-ID: bc7a1764dff23fa4c5ff0e3379c9c4d5b63c9596
| ef100a2c5a8ed83afac0b8f36520815803da227a | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/ef100a2c5a8ed83afac0b8f36520815803da227a | 2018-08-10 00:27:15+00:00 |
upstream: fix debug message when finding a private key to match a
certificate being attempted for user authentication. Previously it would
print the certificate's path, whereas it was supposed to be showing the
private key's path. Patch from Alex Sherwin via GHPR247
OpenBSD-Commit-ID: d5af3be66d0f22c371dc1fe6195e774a18b2327b
| d45b9c63f947ec5ec314696e70281f6afddc0ac3 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/d45b9c63f947ec5ec314696e70281f6afddc0ac3 | 2021-06-07 03:38:38+00:00 |
Fix a couple of mysig_t leftovers.
| 945bf52c3c815d95b1e842ebf6c910c3524bd5bb | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/945bf52c3c815d95b1e842ebf6c910c3524bd5bb | 2020-01-23 21:06:45+11:00 |
upstream: Correct spelling of persourcenetblocksize in config-dump
mode.
OpenBSD-Commit-ID: ecdc49e2b6bde6b6b0e52163d621831f6ac7b13d
| 7d0f8a3369579dfe398536eb4e3da7bc15da9599 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/7d0f8a3369579dfe398536eb4e3da7bc15da9599 | 2021-01-11 04:48:22+00:00 |
upstream commit
fix double-negative error message "ssh1 is not
unsupported"
| 53097b2022154edf96b4e8526af5666f979503f7 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/53097b2022154edf96b4e8526af5666f979503f7 | 2015-03-24 01:11:12+00:00 |
upstream: fix regression in r1.356: for ssh_config options that
accepted multiple string arguments, ssh was only recording the first.
Reported by Lucas via bugs@
OpenBSD-Commit-ID: 7cbf182f7449bf1cb7c5b4452667dc2b41170d6d
| 1a6f6b08e62c78906a3032e8d9a83e721c84574e | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/1a6f6b08e62c78906a3032e8d9a83e721c84574e | 2021-06-08 22:06:12+00:00 |
upstream: fix possible error("%s", NULL) on error paths
OpenBSD-Commit-ID: 0b3833c2cb985453ecca1d76803ebb8f3b736a11
| 0ebead6593e2441e4af2735bbe2cd097607cd0d3 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/0ebead6593e2441e4af2735bbe2cd097607cd0d3 | 2020-12-17 23:28:50+00:00 |
check pw_passwd != NULL here too
Again, for systems with broken NIS implementations.
Prompted by coolbugcheckers AT gmail.com
| c29b111e7d87c2324ff71c80653dd8da168c13b9 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/c29b111e7d87c2324ff71c80653dd8da168c13b9 | 2018-10-11 11:29:35+11:00 |
fix mdoc2man.awk formatting for top-level lists
Reported by Glenn Golden
Diagnosis and fix from Ingo Schwarze
| 8663e51c80c6aa3d750c6d3bcff6ee05091922be | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/8663e51c80c6aa3d750c6d3bcff6ee05091922be | 2016-09-28 07:40:33+10:00 |
upstream: Remove now-unused compat bit SSH_BUG_BIGENDIANAES. This
was previously set for OpenSSH 2.3 (released in 2000) but this check was
removed in OpenSSH 7.7 (2018). ok djm@ deraadt@
OpenBSD-Commit-ID: 326426ea328707fc9e83305291ab135c87f678af
| 0833ccf2c8b7ae08b296c06f17bd53e3ab94b0b0 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/0833ccf2c8b7ae08b296c06f17bd53e3ab94b0b0 | 2023-02-17 03:06:18+00:00 |
Fix typo in man page formatter selector.
| 6fd4aa2aafbce90acb11a328ca0aa0696cb01c6b | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/6fd4aa2aafbce90acb11a328ca0aa0696cb01c6b | 2019-05-15 16:19:14+10:00 |
Add a null implementation of pledge.
Fixes builds on almost everything.
| 3ddd15e1b63a4d4f06c8ab16fbdd8a5a61764f16 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/3ddd15e1b63a4d4f06c8ab16fbdd8a5a61764f16 | 2015-11-30 07:23:53+11:00 |
upstream: fix memory leak of ciphercontext when rekeying; bz#2942
Patch from Markus Schmidt; ok markus@
OpenBSD-Commit-ID: 7877f1b82e249986f1ef98d0ae76ce987d332bdd
| 8a8183474c41bd6cebaa917346b549af2239ba2f | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/8a8183474c41bd6cebaa917346b549af2239ba2f | 2019-01-04 03:23:00+00:00 |
upstream commit
fix support for unknown key types; ok djm@
Upstream-ID: 53fb29394ed04d616d65b3748dee5aa06b07ab48
| dc2bd308768386b02c7337120203ca477e67ba62 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/dc2bd308768386b02c7337120203ca477e67ba62 | 2017-07-19 08:30:41+00:00 |
fix duplicated algorithm specification lines
Spotted by Adam Eijdenberg
| 5d9d17603bfbb620195a4581025052832b4c4adc | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/5d9d17603bfbb620195a4581025052832b4c4adc | 2018-10-11 11:56:36+11:00 |
upstream: fix off-by-one error that caused sftp downloads to make
one more concurrent request that desired. This prevented using sftp(1) in
unpipelined request/response mode, which is useful when debugging. Patch from
Stephen Goetze in bz#3054
OpenBSD-Commit-ID: 41b394ebe57037dbc43bdd0eef21ff0511191f28
| af8b16fb2cce880341c0ee570ceb0d84104bdcc0 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/af8b16fb2cce880341c0ee570ceb0d84104bdcc0 | 2020-05-15 03:57:33+00:00 |
Fix test for -z,retpolineplt linker flag.
| bc02181c24fc551aab85eb2cff0f90380928ef43 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/bc02181c24fc551aab85eb2cff0f90380928ef43 | 2018-02-11 19:45:47+13:00 |
upstream commit
Fix typo in trace message; from portable.
Upstream-Regress-ID: 4c4a2ba0d37faf5fd230a91b4c7edb5699fbd73a
| bd13017736ec2f8f9ca498fe109fb0035f322733 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/bd13017736ec2f8f9ca498fe109fb0035f322733 | 2016-11-25 02:49:18+00:00 |
upstream commit
don't record duplicate LocalForward and RemoteForward
entries; fixes failure with ExitOnForwardFailure+hostname canonicalisation
where the same forwards are added on the second pass through the
configuration file. bz#2562; ok dtucker@
Upstream-ID: 40a51d68b6300f1cc61deecdb7d4847b8b7b0de1
| 0ccbd5eca0f0dd78e71a4b69c66f03a66908d558 | openssh-portable | neuralsentry | 1 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/0ccbd5eca0f0dd78e71a4b69c66f03a66908d558 | 2016-04-06 06:42:17+00:00 |
upstream: Change types in convtime() unit test to int to match change
its new type. Add tests for boundary conditions and fix convtime to work up
to INT_MAX. ok djm@
OpenBSD-Regress-ID: ba2b81e9a3257fff204b020affe85b604a44f97e
| a8e798feabe36d02de292bcfd274712cae1d8d17 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/a8e798feabe36d02de292bcfd274712cae1d8d17 | 2021-01-15 02:58:11+00:00 |
upstream commit
in description of public key authentication, mention that
the server will send debug messages to the client for some error conditions
after authentication has completed. bz#2709 ok dtucker
Upstream-ID: 750127dbd58c5a2672c2d28bc35fe221fcc8d1dd
| 7f5637c4a67a49ef256cb4eedf14e8590ac30976 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/7f5637c4a67a49ef256cb4eedf14e8590ac30976 | 2017-06-09 06:43:01+00:00 |
upstream commit
downgrade error() for known_hosts parse errors to debug()
to quiet warnings from ssh1 keys present when compiled !ssh1.
also identify ssh1 keys when scanning, even when compiled !ssh1
ok markus@ miod@
| 398f9ef192d820b67beba01ec234d66faca65775 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/398f9ef192d820b67beba01ec234d66faca65775 | 2015-03-31 22:57:06+00:00 |
upstream: Copy bytes from the_banana[] rather than banana()
Fixes test failure due to segfault seen on arm64 with xonly snap.
ok djm
OpenBSD-Regress-ID: 86e2aa4bbd1dff1bc4ebb2969c0d6474485be046
| 018d671d78145f03d6f07ae9d64d51321da70325 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/018d671d78145f03d6f07ae9d64d51321da70325 | 2023-01-04 22:48:57+00:00 |
upstream commit
fix command-line option to match what was actually
committed
Upstream-Regress-ID: 3e8c24a2044e8afd37e7ce17b69002ca817ac699
| 21ae8ee3b630b0925f973db647a1b9aa5fcdd4c5 | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/21ae8ee3b630b0925f973db647a1b9aa5fcdd4c5 | 2015-09-24 07:15:39+00:00 |
upstream commit
Fix two rare edge cases: 1. If vasprintf() returns < 0,
do not access a NULL pointer in snmprintf(), and do not free() the pointer
returned from vasprintf() because on some systems other than OpenBSD, it
might be a bogus pointer. 2. If vasprintf() returns == 0, return 0 and ""
rather than -1 and NULL.
Besides, free(dst) is pointless after failure (not a bug).
One half OK martijn@, the other half OK deraadt@;
committing quickly before people get hurt.
Upstream-ID: b7bcd2e82fc168a8eff94e41f5db336ed986fed0
| ac284a355f8065eaef2a16f446f3c44cdd17371d | openssh-portable | neuralsentry | 0 | https://github.com/openssh/openssh-portable | https://github.com/openssh/openssh-portable/commit/ac284a355f8065eaef2a16f446f3c44cdd17371d | 2016-05-30 12:05:56+00:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.