[Bug 3161] ssh -J doesn't work as expected

2023-10-28 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3161 --- Comment #4 from Owen DeLong --- Apologies, did not see the previous notification. If I use no square brackets: delong-dhcp162:owen (115) ~ % ssh -J '2001:db8::200:2' 'fe80::a:b:c:d%enp5s0' 2023/10/11 11:51:20 I get: Invalid -J argument

[Bug 3627] openssh 9.4p1 does not see RSA keys in know_hosts file.

2023-10-27 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #8 from openssh bugs --- After putting in the updated hostfile.c and hostfile.h and compiling I ran the test again. < user_lamborghini ~/.ssh: > ssh -V OpenSSH_9.4p1, OpenSSL 3.1.2 1 Aug 2023 < user_lamborghini ~/.ssh: > ls -l tot

[Bug 3627] openssh 9.4p1 does not see RSA keys in know_hosts file.

2023-10-27 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 openssh bugs changed: What|Removed |Added Attachment #3738|0 |1 is obsolete|

[Bug 3629] Building with Clang-17 fails due to -fzero-call-used-regs

2023-10-21 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3629 --- Comment #6 from David Bohman --- (In reply to Darren Tucker from comment #5) > (In reply to David Bohman from comment #3) > > Yes, I tried using the fix for Clang-15, but the problem persisted. > > I modified the configure.ac to not use -fzero

[Bug 3629] Building with Clang-17 fails due to -fzero-call-used-regs

2023-10-21 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3629 Darren Tucker changed: What|Removed |Added CC||dtuc...@dtucker.net --- Comment #5 from D

[Bug 3629] Building with Clang-17 fails due to -fzero-call-used-regs

2023-10-20 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3629 --- Comment #4 from David Bohman --- Filed bug against clang https://github.com/llvm/llvm-project/issues/69794. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.

[Bug 3629] Building with Clang-17 fails due to -fzero-call-used-regs

2023-10-19 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3629 --- Comment #3 from David Bohman --- (In reply to Damien Miller from comment #1) > That looks like a compiler ICE. Please file a bug with the > clang/llvm project - I'm sure they would like to know that their > compiler is crashing. > > Could you

[Bug 3629] Building with Clang-17 fails due to -fzero-call-used-regs

2023-10-19 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3629 Damien Miller changed: What|Removed |Added CC||mo...@google.com --- Comment #2 from Dami

[Bug 3629] Building with Clang-17 fails due to -fzero-call-used-regs

2023-10-19 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3629 Damien Miller changed: What|Removed |Added CC||d...@mindrot.org --- Comment #1 from Dami

[Bug 3629] New: Building with Clang-17 fails due to -fzero-call-used-regs

2023-10-19 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3629 Bug ID: 3629 Summary: Building with Clang-17 fails due to -fzero-call-used-regs Product: Portable OpenSSH Version: 9.5p1 Hardware: amd64 OS: Mac OS X

[Bug 2856] key-options.sh fails when pty /dev/ttyp1 is not owned by testing user

2023-10-18 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2856 --- Comment #7 from Taketo Kabe --- openssh-9.5p1 still has trouble when testing on my old, old box (NetBSD-1.6.2) % make SHELL=/bin/ksh TEST_SHELL=/bin/ksh LTESTS=key-options t-exec ... key option command="echo bar" key option no-pty,command="

[Bug 2876] PAM_TEXT_INFO and PAM_ERROR_MSG conversation not honoured during PAM authentication

2023-10-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2876 Marco Trevisan changed: What|Removed |Added CC||m...@3v1n0.net --- Comment #15 from Marc

[Bug 3526] Config option AddressFamily has no effect?

2023-10-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3526 --- Comment #10 from Damien Miller --- It was after the getnameinfo() block because we need that to do the name->address conversion -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the

[Bug 3331] Issues with man pages

2023-10-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3331 --- Comment #6 from Darren Tucker --- (In reply to Helge Kreutzmann from comment #5) > I cannot tell (and seriously lack the ressources to investigate) > where the individual strings originate from, besides which > distribution shipped them. [...]

[Bug 3526] Config option AddressFamily has no effect?

2023-10-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3526 --- Comment #9 from nix-mu...@gmx.net --- > Making it `errno = EAFNOSUPPORT;` (instead of errno = 0) results in > a nice(r) "Address family not supported by protocol family". Then again, that might be misleading. And platform dependant? Not quite s

[Bug 3526] Config option AddressFamily has no effect?

2023-10-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3526 nix-mu...@gmx.net changed: What|Removed |Added Attachment #3741|0 |1 is obsolete|

[Bug 3627] openssh 9.4p1 does not see RSA keys in know_hosts file.

2023-10-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #6 from openssh bugs --- (In reply to Darren Tucker from comment #5) > (In reply to openssh bugs from comment #4) > [...] > > This is a solaris sparc machine so I can not apply the "patch" as > > you suggested. > > > > diff: illegal o

[Bug 3613] Unable to sign using certificates and PKCS#11

2023-10-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3613 aim@orbit.online changed: What|Removed |Added Attachment #3734|0 |1 is obsolete|

[Bug 2856] key-options.sh fails when pty /dev/ttyp1 is not owned by testing user

2023-10-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2856 --- Comment #6 from Taketo Kabe --- Lend me some time, I'm having trouble getting OpenSSL 3.0 build on my old box. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the b

[Bug 3526] Config option AddressFamily has no effect?

2023-10-15 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3526 --- Comment #7 from Damien Miller --- could you try replacing the -1 with AF_UNSPEC? -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. __

[Bug 3526] Config option AddressFamily has no effect?

2023-10-15 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3526 --- Comment #6 from nix-mu...@gmx.net --- (In reply to Damien Miller from comment #5) > Created attachment 3741 [details] > filter addresses by AddressFamily at connect time > > Please give this patch a try This made ssh skip any address (connect

[Bug 3331] Issues with man pages

2023-10-15 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3331 --- Comment #5 from Helge Kreutzmann --- I agree that this is an unfortunate situation. I cannot tell (and seriously lack the ressources to investigate) where the individual strings originate from, besides which distribution shipped them. We curr

[Bug 3331] Issues with man pages

2023-10-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3331 Darren Tucker changed: What|Removed |Added CC||dtuc...@dtucker.net --- Comment #4 from D

[Bug 2775] Improve kerberos credential forwarding support

2023-10-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2775 Oliver Freyermuth changed: What|Removed |Added CC||o.freyerm...@googlemail.com -- You a

[Bug 1008] GSSAPI authentication fails with Round Robin DNS hosts

2023-10-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1008 --- Comment #20 from Christoph Anton Mitterer --- I think this was answered last year in this thread: https://lists.mindrot.org/pipermail/openssh-unix-dev/2022-May/040285.html and unfortunately it seems there won't be any merging of the GSSAPI pa

[Bug 1008] GSSAPI authentication fails with Round Robin DNS hosts

2023-10-14 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1008 Oliver Freyermuth changed: What|Removed |Added CC||o.freyerm...@googlemail.com --- Comme

[Bug 3627] openssh 9.4p1 does not see RSA keys in know_hosts file.

2023-10-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #5 from Darren Tucker --- (In reply to openssh bugs from comment #4) [...] > This is a solaris sparc machine so I can not apply the "patch" as > you suggested. > > diff: illegal option -- git If you need to do this in future you can

[Bug 3627] openssh 9.4p1 does not see RSA keys in know_hosts file.

2023-10-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #4 from openssh bugs --- (In reply to Damien Miller from comment #1) > Created attachment 3739 [details] > additional debuigging for known_hosts > > Please try applying this patch and running ssh in debug mode again. > The patch adds

[Bug 3627] openssh 9.4p1 does not see RSA keys in know_hosts file.

2023-10-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #3 from openssh bugs --- (In reply to Darren Tucker from comment #2) > A long shot but does your OpenSSL build pass its self-tests? ("cd > openssl && make tests"). make test 99-test_fuzz_x509.t ok All tests suc

[Bug 3331] Issues with man pages

2023-10-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3331 Helge Kreutzmann changed: What|Removed |Added CC||deb...@helgefjell.de Resolutio

[Bug 3362] [RFE] Implement a mechanism to disconnect idle users

2023-10-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3362 --- Comment #7 from j...@honorablemenschen.com --- Unfortunately, this doesn't really fix the issue. Because it requires you to a) know which channels your users are using, and more importantly b) which channels your users are NOT using, and adjus

[Bug 3613] Unable to sign using certificates and PKCS#11

2023-10-12 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3613 --- Comment #10 from Damien Miller --- Thanks Darren - the Makefile fixed have been committed -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _

[Bug 3613] Unable to sign using certificates and PKCS#11

2023-10-12 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3613 Darren Tucker changed: What|Removed |Added Attachment #3744|ok?(dtuc...@dtucker.net)|ok+ Flags|

[Bug 3613] Unable to sign using certificates and PKCS#11

2023-10-12 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3613 Damien Miller changed: What|Removed |Added CC||dtuc...@dtucker.net Attachment #3744|

[Bug 3610] Using ControlPath and the -J option

2023-10-12 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3610 --- Comment #4 from poussma --- (In reply to Damien Miller from comment #3) > This has been committed and will be in openssh-9.6, due around the > end of the year. Thanks! Thanks for that 👏 -- You are receiving this mail because: You are watchi

[Bug 3628] tracking bug for openssh-9.6

2023-10-12 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Darren Tucker changed: What|Removed |Added Depends on|3584| Referenced Bugs: https://bugzilla.mind

[Bug 3584] Segfault when built with optimisations on macOS 13 (x86_64) with Xcode 14.3

2023-10-12 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3584 Darren Tucker changed: What|Removed |Added Blocks|3628| Referenced Bugs: https://bugzilla.mind

[Bug 3628] tracking bug for openssh-9.6

2023-10-12 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Bug 3628 depends on bug 3584, which changed state. Bug 3584 Summary: Segfault when built with optimisations on macOS 13 (x86_64) with Xcode 14.3 https://bugzilla.mindrot.org/show_bug.cgi?id=3584 What|Removed |Ad

[Bug 3584] Segfault when built with optimisations on macOS 13 (x86_64) with Xcode 14.3

2023-10-12 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3584 Darren Tucker changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 3613] Unable to sign using certificates and PKCS#11

2023-10-12 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3613 --- Comment #8 from aim@orbit.online --- Thank you Damien! I have modified agent-pkcs11.sh to also test signing with a certificate, but I can't for the life of me figure out how to run the "t-extra" test target. It looks like you were the one who a

[Bug 3551] Which patches fixes the problem of adding smartcard keys to ssh-agent?

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3551 Damien Miller changed: What|Removed |Added CC||d...@mindrot.org Resolution|---

[Bug 3613] Unable to sign using certificates and PKCS#11

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3613 --- Comment #7 from Damien Miller --- Created attachment 3743 --> https://bugzilla.mindrot.org/attachment.cgi?id=3743&action=edit allow grafting certs to PKCS#11 keys in ssh-agent (In reply to Damien Miller from comment #2) > Another way to fix

[Bug 3610] Using ControlPath and the -J option

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3610 Damien Miller changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 3628] tracking bug for openssh-9.6

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Bug 3628 depends on bug 2982, which changed state. Bug 2982 Summary: gssapi_cleanup: supported mechs should be freed via gss_release_oid_set https://bugzilla.mindrot.org/show_bug.cgi?id=2982 What|Removed |Added

[Bug 2982] gssapi_cleanup: supported mechs should be freed via gss_release_oid_set

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2982 Damien Miller changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug 3628] tracking bug for openssh-9.6

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Damien Miller changed: What|Removed |Added Depends on||2833 Referenced Bugs: https://bugzilla.

[Bug 3628] tracking bug for openssh-9.6

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Bug 3628 depends on bug 2833, which changed state. Bug 2833 Summary: The code in opennsd-compat/port-solaris.c should not change PRIV_LIMIT when PRIV_XPOLICY is set. https://bugzilla.mindrot.org/show_bug.cgi?id=2833 What|Removed

[Bug 2833] The code in opennsd-compat/port-solaris.c should not change PRIV_LIMIT when PRIV_XPOLICY is set.

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2833 Damien Miller changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 2833] The code in opennsd-compat/port-solaris.c should not change PRIV_LIMIT when PRIV_XPOLICY is set.

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2833 Darren Tucker changed: What|Removed |Added Attachment #3740|ok?(dtuc...@dtucker.net)|ok+ Flags|

[Bug 3610] Using ControlPath and the -J option

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3610 Darren Tucker changed: What|Removed |Added Attachment #3737|ok?(dtuc...@dtucker.net)|ok+ Flags|

[Bug 2982] gssapi_cleanup: supported mechs should be freed via gss_release_oid_set

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2982 Darren Tucker changed: What|Removed |Added Attachment #3533|ok?(dtuc...@dtucker.net)|ok+ Flags|

[Bug 3531] Ssh will not exit when it receives SIGTERM before calling poll in client_wait_until_can_do_something until some events happen.

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3531 Darren Tucker changed: What|Removed |Added Attachment #3742|ok?(dtuc...@dtucker.net)|ok+ Flags|

[Bug 3538] Sshd reported error:Bind to port 22 failed because of Address already in use

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3538 Damien Miller changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 3628] tracking bug for openssh-9.6

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Damien Miller changed: What|Removed |Added Depends on||3531 Referenced Bugs: https://bugzilla.

[Bug 3531] Ssh will not exit when it receives SIGTERM before calling poll in client_wait_until_can_do_something until some events happen.

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3531 Damien Miller changed: What|Removed |Added Blocks||3628 Referenced Bugs: https://bugzilla.

[Bug 3531] Ssh will not exit when it receives SIGTERM before calling poll in client_wait_until_can_do_something until some events happen.

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3531 Damien Miller changed: What|Removed |Added Attachment #3742||ok?(dtuc...@dtucker.net) Fla

[Bug 3527] ssh-copy-id broken for dropbear

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3527 Damien Miller changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 3527] ssh-copy-id broken for dropbear

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3527 Damien Miller changed: What|Removed |Added CC||d...@mindrot.org Attachment #3653|appli

[Bug 3628] tracking bug for openssh-9.6

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Damien Miller changed: What|Removed |Added Depends on||3526 Referenced Bugs: https://bugzilla.

[Bug 3526] Config option AddressFamily has no effect?

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3526 Damien Miller changed: What|Removed |Added Blocks||3628 Referenced Bugs: https://bugzilla.

[Bug 3526] Config option AddressFamily has no effect?

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3526 --- Comment #5 from Damien Miller --- Created attachment 3741 --> https://bugzilla.mindrot.org/attachment.cgi?id=3741&action=edit filter addresses by AddressFamily at connect time Please give this patch a try -- You are receiving this mail be

[Bug 3628] tracking bug for openssh-9.6

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Damien Miller changed: What|Removed |Added Depends on||3525 Referenced Bugs: https://bugzilla.

[Bug 3628] tracking bug for openssh-9.6

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Bug 3628 depends on bug 3525, which changed state. Bug 3525 Summary: ssh man page lists the -Q option as accepting a remote destination https://bugzilla.mindrot.org/show_bug.cgi?id=3525 What|Removed |Added -

[Bug 3525] ssh man page lists the -Q option as accepting a remote destination

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3525 Damien Miller changed: What|Removed |Added CC||d...@mindrot.org Blocks|

[Bug 3524] Rekey interval timeout not working when no package is being transfered

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3524 Damien Miller changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 2718] SFTP idle timeout

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2718 Damien Miller changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 1338] Idletimeout for both client and server

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1338 Damien Miller changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 3628] tracking bug for openssh-9.6

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Damien Miller changed: What|Removed |Added Depends on||3195 Referenced Bugs: https://bugzilla.

[Bug 3628] tracking bug for openssh-9.6

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Bug 3628 depends on bug 3195, which changed state. Bug 3195 Summary: ssh-keygen unable to convert ED25519 public keys https://bugzilla.mindrot.org/show_bug.cgi?id=3195 What|Removed |Added

[Bug 3195] ssh-keygen unable to convert ED25519 public keys

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3195 Damien Miller changed: What|Removed |Added Blocks||3628 Status|ASSIGNED

[Bug 3628] tracking bug for openssh-9.6

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Damien Miller changed: What|Removed |Added Depends on||3584 Referenced Bugs: https://bugzilla.

[Bug 3605] Tracking bug for OpenSSH 9.5

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3605 Damien Miller changed: What|Removed |Added Depends on|3584| Referenced Bugs: https://bugzilla.mind

[Bug 3584] Segfault when built with optimisations on macOS 13 (x86_64) with Xcode 14.3

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3584 Damien Miller changed: What|Removed |Added Blocks|3605|3628 Referenced Bugs: https://bugzilla.

[Bug 3367] ssh-keyscan with non-22 port does not hash correct host

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3367 Damien Miller changed: What|Removed |Added Blocks|3549| Referenced Bugs: https://bugzilla.mind

[Bug 3210] Confusing errors when pam_acct_mgmt() fails

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3210 Damien Miller changed: What|Removed |Added Blocks|3549| Referenced Bugs: https://bugzilla.mind

[Bug 3549] Tracking bug for OpenSSH 9.4

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3549 Damien Miller changed: What|Removed |Added Depends on|1153| Referenced Bugs: https://bugzilla.mind

[Bug 1153] DISPLAY should be set form the connected IP, not the hostname

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1153 Damien Miller changed: What|Removed |Added Blocks|3549| Referenced Bugs: https://bugzilla.mind

[Bug 3512] net-misc/openssh-9.1_p1: stopped accepting connections after upgrade to sys-libs/glibc-2.36 (fatal: ssh_sandbox_violation: unexpected system call)

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3512 Damien Miller changed: What|Removed |Added Blocks|3549| Referenced Bugs: https://bugzilla.mind

[Bug 3449] LocalForward doesn't support ~/path syntax for UNIX sockets

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3449 Damien Miller changed: What|Removed |Added Blocks|3549| Referenced Bugs: https://bugzilla.mind

[Bug 3549] Tracking bug for OpenSSH 9.4

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3549 Damien Miller changed: What|Removed |Added Depends on|3449| Referenced Bugs: https://bugzilla.mind

[Bug 2687] Coverity scan fixes

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2687 Damien Miller changed: What|Removed |Added Blocks|3549| Referenced Bugs: https://bugzilla.mind

[Bug 3549] Tracking bug for OpenSSH 9.4

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3549 Damien Miller changed: What|Removed |Added Depends on|3289| Referenced Bugs: https://bugzilla.mind

[Bug 3289] Patch fixing the issues found by coverity scan

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3289 Damien Miller changed: What|Removed |Added Blocks|3549| Referenced Bugs: https://bugzilla.mind

[Bug 2982] gssapi_cleanup: supported mechs should be freed via gss_release_oid_set

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2982 Damien Miller changed: What|Removed |Added Blocks|3549| Referenced Bugs: https://bugzilla.mind

[Bug 3549] Tracking bug for OpenSSH 9.4

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3549 Damien Miller changed: What|Removed |Added Depends on|1768| Referenced Bugs: https://bugzilla.mind

[Bug 1768] scp: wrong error message when destination directory ends with a slash and is missing

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1768 Damien Miller changed: What|Removed |Added Blocks|3549| Referenced Bugs: https://bugzilla.mind

[Bug 1768] scp: wrong error message when destination directory ends with a slash and is missing

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1768 Damien Miller changed: What|Removed |Added Blocks||3628 Referenced Bugs: https://bugzilla.

[Bug 3628] tracking bug for openssh-9.6

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Damien Miller changed: What|Removed |Added Depends on||2982 Referenced Bugs: https://bugzilla.

[Bug 2982] gssapi_cleanup: supported mechs should be freed via gss_release_oid_set

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2982 Damien Miller changed: What|Removed |Added Blocks||3628 Referenced Bugs: https://bugzilla.

[Bug 3628] tracking bug for openssh-9.6

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Damien Miller changed: What|Removed |Added Depends on||3289 Referenced Bugs: https://bugzilla.

[Bug 3289] Patch fixing the issues found by coverity scan

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3289 Damien Miller changed: What|Removed |Added Blocks||3628 Referenced Bugs: https://bugzilla.

[Bug 3512] net-misc/openssh-9.1_p1: stopped accepting connections after upgrade to sys-libs/glibc-2.36 (fatal: ssh_sandbox_violation: unexpected system call)

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3512 Damien Miller changed: What|Removed |Added Blocks||3628 Referenced Bugs: https://bugzilla.

[Bug 3449] LocalForward doesn't support ~/path syntax for UNIX sockets

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3449 Damien Miller changed: What|Removed |Added Blocks||3628 Referenced Bugs: https://bugzilla.

[Bug 2687] Coverity scan fixes

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2687 Damien Miller changed: What|Removed |Added Blocks||3628 Referenced Bugs: https://bugzilla.

[Bug 3628] tracking bug for openssh-9.6

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Damien Miller changed: What|Removed |Added Depends on||3210 Referenced Bugs: https://bugzilla.

[Bug 1153] DISPLAY should be set form the connected IP, not the hostname

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1153 Damien Miller changed: What|Removed |Added Blocks||3628 Referenced Bugs: https://bugzilla.

[Bug 3210] Confusing errors when pam_acct_mgmt() fails

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3210 Damien Miller changed: What|Removed |Added Blocks||3628 Referenced Bugs: https://bugzilla.

[Bug 3628] tracking bug for openssh-9.6

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Damien Miller changed: What|Removed |Added Depends on||3367 Referenced Bugs: https://bugzilla.

[Bug 3367] ssh-keyscan with non-22 port does not hash correct host

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3367 Damien Miller changed: What|Removed |Added Blocks|3533| Blocks|

[Bug 3628] New: tracking bug for openssh-9.6

2023-10-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3628 Bug ID: 3628 Summary: tracking bug for openssh-9.6 Product: Portable OpenSSH Version: -current Hardware: Other OS: Linux Status: NEW Keywords: meta

<    3   4   5   6   7   8   9   10   11   12   >