search for: cjwatson

Displaying 20 results from an estimated 188 matches for "cjwatson".

2004 Mar 03
7
[Bug 805] scp-ing using a regular user created files in ROOT directory which was NOT writable for that user
http://bugzilla.mindrot.org/show_bug.cgi?id=805 Summary: scp-ing using a regular user created files in ROOT directory which was NOT writable for that user Product: Portable OpenSSH Version: 3.6.1p2 Platform: ix86 OS/Version: Linux Status: NEW Severity: security Priority: P2 Component:
2002 Dec 29
0
[Bug 459] New: ssh-keygen doesn't know how to export private keys
...vate keys Product: Portable OpenSSH Version: 3.5p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh-keygen AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: cjwatson at debian.org The output from ssh-keygen is identical regardless of whether a public or private key is given using -f: [cjwatson at arborlon ~]$ ssh-keygen -e -f .ssh/id-imapd-flatline.pub ---- BEGIN SSH2 PUBLIC KEY ---- Comment: "1024-bit RSA, converted from OpenSSH by cjwatson at ar...
2002 Oct 26
3
[Bug 164] X-forwarding when connecting to an IPv6-enabled host doesn't work.
http://bugzilla.mindrot.org/show_bug.cgi?id=164 ------- Additional Comments From cjwatson at debian.org 2002-10-27 00:16 ------- Marco d'Itri suggested in http://bugs.debian.org/153154 that ssh should only bind to AF_INET addresses in x11_create_display_inet(), since at least the xtrans code in XFree86 doesn't support IPv6. Is this a valid approach? ------- You are receiving...
2013 Dec 12
10
[PATCH 0/4] Turn-key PV-GRUB2 installation
This patch set should make it easier to maintain PV-GRUB2 installations. The general idea is based on discussions I had with Xen developers (mainly Ian Jackson) at the Ubuntu Developer Summit in May 2011; though I never did manage to get the core port done and Vladimir beat me to that, I think the configuration approach we discussed there is still valid and useful. The idea here is that people
2005 Jul 03
4
[Bug 1060] ~/.ssh/config check too strict on systems with per-user groups
...OpenSSH Version: 4.1p1 Platform: Other URL: http://bugs.debian.org/314347 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy: cjwatson at debian.org On systems (such as Debian) that default to per-user groups and 'umask 002', the new ~/.ssh/config permissions check is too strict. It should permit group-writability provided that the group in question contains at most the file's owner, so that one can have a mode 0664...
2003 Apr 29
5
[Bug 550] Problems with .Ql in mdoc
...n mdoc Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Documentation AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: cjwatson at debian.org Punctuation characters need to be escaped in the argument to .Ql, or you end up with the output containing things like ''! rather than '!'. Xavier Renaut reported this in http://bugs.debian.org/191131. I'll attach a patch in a moment. ------- You are receivin...
2011 Jan 24
10
[Bug 1850] New: Build fails when SELinux is enabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1850 Summary: Build fails when SELinux is enabled Product: Portable OpenSSH Version: 5.7p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: unassigned-bugs at mindrot.org ReportedBy:
2024 Mar 24
4
[Bug 3673] New: -fzero-call-used-regs=used detection fails on Linux m68k with GCC 13
...Version: 9.7p1 Hardware: 68k URL: https://bugs.debian.org/1067243 OS: Linux Status: NEW Severity: normal Priority: P5 Component: Build system Assignee: unassigned-bugs at mindrot.org Reporter: cjwatson at debian.org Created attachment 3797 --> https://bugzilla.mindrot.org/attachment.cgi?id=3797&action=edit Extend -fzero-call-used-regs check to catch m68k gcc bug Thorsten Glaser reported that there's an ICE in GCC 13 on Linux m68k (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110934...
2008 Jul 13
1
bunch of small fixes
...e: Sun Jul 13 12:22:16 2008 +0200 [klibc] chroot: Fix expected behaviour /usr/lib/klibc/bin/chroot / sh execve: No such file or directory /usr/lib/klibc/bin/chroot / /bin/pwd /home/max ./src/klibc/usr/utils/static/chroot / pwd / Cc: Colin Watson <cjwatson at ubuntu.com> Signed-off-by: maximilian attems <max at stro.at> diff --git a/usr/utils/chroot.c b/usr/utils/chroot.c index e3e6791..bc1b94f 100644 --- a/usr/utils/chroot.c +++ b/usr/utils/chroot.c @@ -16,8 +16,13 @@ int main(int argc, char *argv[], char *envp[]) return 1; } -...
2016 Aug 07
0
[Bug 1008] GSSAPI authentication fails with Round Robin DNS hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=1008 Colin Watson <cjwatson at debian.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cjwatson at debian.org --- Comment #15 from Colin Watson <cjwatson at debian.org> -...
2024 Mar 11
2
[Bug 3671] New: Improve PuTTY version detection
...Product: Portable OpenSSH Version: -current Hardware: Other OS: Linux Status: NEW Severity: minor Priority: P5 Component: Regression tests Assignee: unassigned-bugs at mindrot.org Reporter: cjwatson at debian.org Created attachment 3794 --> https://bugzilla.mindrot.org/attachment.cgi?id=3794&action=edit Improve PuTTY version detection The PuTTY version detection in the regression tests assumes that the major version is always 0, which doesn't seem totally warranted. (This bug i...
2013 Sep 14
0
[Bug 626] sftp is unable to resume interrupted downloads/ uploads
https://bugzilla.mindrot.org/show_bug.cgi?id=626 Colin Watson <cjwatson at debian.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cjwatson at debian.org --- Comment #3 from Colin Watson <cjwatson at debian.org> --...
2014 Oct 07
0
[Bug 1256] unix domain sockets support
https://bugzilla.mindrot.org/show_bug.cgi?id=1256 Colin Watson <cjwatson at debian.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cjwatson at debian.org --- Comment #7 from Colin Watson <cjwatson at debian.org> --...
2010 Dec 09
7
[Bug 1843] New: ssh should mention ssh-keyscan in remote host fingerprint warning
https://bugzilla.mindrot.org/show_bug.cgi?id=1843 Summary: ssh should mention ssh-keyscan in remote host fingerprint warning Product: Portable OpenSSH Version: 5.6p1 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: ssh AssignedTo: unassigned-bugs
2008 May 24
9
[Bug 1469] New: Should sshd detect and reject vulnerable SSH keys (re: Debian DSA-1571 and DSA-1576)
https://bugzilla.mindrot.org/show_bug.cgi?id=1469 Summary: Should sshd detect and reject vulnerable SSH keys (re: Debian DSA-1571 and DSA-1576) Classification: Unclassified Product: Portable OpenSSH Version: 5.0p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2
2010 Jan 05
7
[Bug 1692] New: sshd sometimes dies when sent multiple SIGHUPs in quick succession
...URL: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug /497781 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: cjwatson at debian.org Created an attachment (id=1766) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1766) ignore SIGHUP across sshd re-exec window In Ubuntu bug #497781, "PierreF" reported that it's sometimes possible to end up with no sshd running if you send it two SIGHUP signa...
2022 May 21
4
[Bug 3438] New: env var that is SetEnv'ed multiple times in the same SetEnv directive, is sent/printed several times
https://bugzilla.mindrot.org/show_bug.cgi?id=3438 Bug ID: 3438 Summary: env var that is SetEnv'ed multiple times in the same SetEnv directive, is sent/printed several times Product: Portable OpenSSH Version: v9.0p1 Hardware: Other OS: Linux Status: NEW Severity: normal
2008 Mar 21
12
[Bug 1450] New: Support for ConsoleKit on Linux through dbus calls
https://bugzilla.mindrot.org/show_bug.cgi?id=1450 Summary: Support for ConsoleKit on Linux through dbus calls Classification: Unclassified Product: Portable OpenSSH Version: 4.7p1 Platform: Other
2018 Aug 11
21
[Bug 2894] New: Set UpdateHostKeys for interactive sessions to 'ask' (or consider defaulting to 'yes')
https://bugzilla.mindrot.org/show_bug.cgi?id=2894 Bug ID: 2894 Summary: Set UpdateHostKeys for interactive sessions to 'ask' (or consider defaulting to 'yes') Product: Portable OpenSSH Version: 7.7p1 Hardware: Other OS: Other Status: NEW Severity: enhancement
2017 Jan 01
7
[Bug 2658] New: Make integrity tests more robust against timeouts
...Product: Portable OpenSSH Version: 7.4p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Regression tests Assignee: unassigned-bugs at mindrot.org Reporter: cjwatson at debian.org Created attachment 2924 --> https://bugzilla.mindrot.org/attachment.cgi?id=2924&action=edit Make integrity tests more robust against timeouts If the first test in a series for a given MAC happens to modify the low bytes of a packet length, then ssh will time out and this wi...