Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Oct 2018 16:45:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 231172] [sshd] ssh login fails if server is set sysctl kern.trap_enotcap=1
Message-ID:  <bug-231172-227-WnzwJtRC36@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231172-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231172-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231172

--- Comment #6 from Conrad Meyer <cem@freebsd.org> ---
Additionally, des@ posted a nice bugfix for platforms with 32-bit time_t (i386)
on one of the mailing lists.  Basically the timestamps get a
sshbuf_get/put_time instead of using _u64.  And the get/put_time are just
macros conditionally defined based on the size of time_t.

I'm not sure if any other mainstream platform openssh runs on uses 32-bit
time_t.

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231172-227-WnzwJtRC36>