Displaying 20 results from an estimated 50000 matches similar to: "[Bug 960] Support needed for NetBSD utmpx field ut_ss"
2004 Dec 04
3
[Bug 960] Support needed for NetBSD utmpx field ut_ss
http://bugzilla.mindrot.org/show_bug.cgi?id=960
Summary: Support needed for NetBSD utmpx field ut_ss
Product: Portable OpenSSH
Version: 3.9p1
Platform: All
OS/Version: NetBSD
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: eravin
2020 Aug 04
0
[Bug 960] Support needed for NetBSD utmpx field ut_ss
https://bugzilla.mindrot.org/show_bug.cgi?id=960
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |3162
CC| |djm at mindrot.org
Resolution|---
2005 Feb 09
1
[Bug 960] Support needed for NetBSD utmpx field ut_ss
http://bugzilla.mindrot.org/show_bug.cgi?id=960
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #746| |ok+
Flag| |
------- Additional Comments From djm at mindrot.org 2005-02-09 16:02 -------
2015 Apr 17
0
[Bug 378] sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
https://bugzilla.mindrot.org/show_bug.cgi?id=378
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2591|ok?(dtucker at zip.com.au) |ok+
Flags| |
--
You are receiving this mail because:
You are watching
2015 Apr 17
0
[Bug 378] sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
https://bugzilla.mindrot.org/show_bug.cgi?id=378
--- Comment #3 from Darren Tucker <dtucker at zip.com.au> ---
Comment on attachment 2590
--> https://bugzilla.mindrot.org/attachment.cgi?id=2590
skip record_login in privsep when UseLogin is active
>+ if (!options.use_login)
>+ return;
>+
Err, that's going to skip the login recording when UseLogin is
INactive.
--
You
2015 Apr 17
0
[Bug 378] sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
https://bugzilla.mindrot.org/show_bug.cgi?id=378
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2360
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching
2020 Oct 02
0
[Bug 831] Allow agent forwarding in sftp & scp
https://bugzilla.mindrot.org/show_bug.cgi?id=831
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #9 from Darren Tucker <dtucker at dtucker.net> ---
Mass close of all bugs fixed in 8.4
2020 Oct 02
0
[Bug 1654] ~/.ssh/known_hosts.d/*
https://bugzilla.mindrot.org/show_bug.cgi?id=1654
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #9 from Darren Tucker <dtucker at dtucker.net> ---
Mass close of all bugs fixed in 8.4
2003 Jan 19
1
OpenSSH build failure on NetBSD 1.5.2
Hi All.
The recent setproctitle changes don't seem to work on NetBSD. Some of
the variables are still used when the definitions are #ifdef'ed out.
Attached patch fixes it, but I'm not sure it does it the right way.
-Daz.
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I..
-I../../openbsd-compat -I../../openbsd-compat/.. -DHAVE_CONFIG_H -c
2010 Mar 06
7
[Bug 1732] New: Proper utmpx support for FreeBSD HEAD
https://bugzilla.mindrot.org/show_bug.cgi?id=1732
Summary: Proper utmpx support for FreeBSD HEAD
Product: Portable OpenSSH
Version: 5.4p1
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: ed
2008 Jun 11
1
[Bug 859] getaddrinfo(host, "0", &hints, &res) may take extra cycles
https://bugzilla.mindrot.org/show_bug.cgi?id=859
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
Blocks| |1452
--- Comment #4 from Darren Tucker
2009 Aug 28
1
[Bug 430] Could add option to sftp-server to disable write access
https://bugzilla.mindrot.org/show_bug.cgi?id=430
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
Blocks| |1626
Status|NEW
2007 Dec 31
2
[Bug 440] Protocol 1 server key generated at start up even when P1 not used
https://bugzilla.mindrot.org/show_bug.cgi?id=440
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1429| |ok?
Flag| |
--- Comment #7 from Darren Tucker <dtucker at
2008 Jun 13
2
[Bug 1192] warning: comparison between signed and unsigned
https://bugzilla.mindrot.org/show_bug.cgi?id=1192
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1142|0 |1
is obsolete| |
--- Comment #5 from Darren Tucker <dtucker at
2013 May 10
8
[Bug 1448] Report wrong command-line options
https://bugzilla.mindrot.org/show_bug.cgi?id=1448
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
--- Comment #4 from Darren Tucker <dtucker at zip.com.au> ---
whatever it is, it
2014 Jan 23
1
Call for testing: OpenSSH-6.5
Hi
When NetBSD added strnvis they swapped around the argument order.
On OpenBSD:
int strnvis(char *, const char *, size_t, int)
On NetBSD:
int strnvis(char *, size_t, const char *, int);
Don't ask me why.
On Thu, Jan 23, 2014 at 12:56:48PM +1100, Darren Tucker wrote:
> On Thu, Jan 23, 2014 at 12:13 PM, Hisashi T Fujinaka <htodd at twofifty.com> wrote:
> > #1
2013 Jun 06
5
[Bug 1917] Escape sequence (~) doesn't work right with ControlMaster/ControlPersist connections
https://bugzilla.mindrot.org/show_bug.cgi?id=1917
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
--- Comment #10 from Darren Tucker <dtucker at zip.com.au> ---
Created attachment
2007 Dec 31
2
[Bug 1081] AIX port does not support group allow/ deny via nss_ldap
https://bugzilla.mindrot.org/show_bug.cgi?id=1081
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1144 is|0 |1
obsolete| |
--- Comment #3 from Darren Tucker <dtucker at
2020 May 30
0
[Bug 1602] ssh: doesn't handle IPv6 addresses with brackets
https://bugzilla.mindrot.org/show_bug.cgi?id=1602
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at dtucker.net
--- Comment #9 from Darren Tucker <dtucker at dtucker.net> ---
(In reply to Marc
2020 Jul 10
0
[Bug 1654] ~/.ssh/known_hosts.d/*
https://bugzilla.mindrot.org/show_bug.cgi?id=1654
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at dtucker.net
--- Comment #5 from Darren Tucker <dtucker at dtucker.net> ---
Created attachment