please see my pull request on github (patch attached as well to this mail):> https://github.com/openssh/openssh-portable/pull/21thank you! -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-sshd-make-c-option-usable.patch Type: text/x-patch Size: 569 bytes Desc: not available URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20150524/f408aae7/attachment.bin>
On Sun, May 24, 2015 at 7:16 PM, Felix Bolte <bolte.felix at gmail.com> wrote:> please see my pull request on github > (patch attached as well to this mail): > > > https://github.com/openssh/openssh-portable/pull/21 >Thanks! Looks like it's missing in OpenBSD too, so we need to apply it there first. Damien? http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/sshd.c.diff?r1=1.372&r2=1.373&f=h -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
On Sun, 24 May 2015, Darren Tucker wrote:> On Sun, May 24, 2015 at 7:16 PM, Felix Bolte <bolte.felix at gmail.com> wrote: > > > please see my pull request on github > > (patch attached as well to this mail): > > > > > https://github.com/openssh/openssh-portable/pull/21 > > > > Thanks! > > Looks like it's missing in OpenBSD too, so we need to apply it there > first. Damien? > http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/sshd.c.diff?r1=1.372&r2=1.373&f=hYep, applied - thanks! -d