SyslogFacility in ssh_config(5) could imply logging via syslog(3)

2017-09-25 Thread Lars Noodén
What I am aiming for is a way to be able to set up ssh(1) logging entirely from within ssh_config(5) without needing additional runtime options. Currently SyslogFacility in ssh_config(5) only sets the facility code but does not actually change the logging to use syslog(3) and so setting SyslogFaci

Re: malloc.c: better double free check

2017-09-25 Thread Otto Moerbeek
On Sun, Sep 24, 2017 at 09:02:58PM -0400, Daniel Micay wrote: > > In the end all double frees still will be caught by the actual free > > code, just with a delay. The delayed free buffer double free check is > > just a way of catching it as soon as possible to make debugging > > easier. That's th

Re: ExposeAuthInfo in sshd_config.5

2017-09-25 Thread Jason McIntyre
On Mon, Sep 25, 2017 at 05:00:34PM +0100, Stuart Henderson wrote: > On 2017/09/25 15:53, Jason McIntyre wrote: > > On Mon, Sep 25, 2017 at 04:50:42PM +0100, Stuart Henderson wrote: > > > On 2017/09/25 13:03, Lars Nood?n wrote: > > > > I would propose the following change, or something similar, to

Re: ExposeAuthInfo in sshd_config.5

2017-09-25 Thread Stuart Henderson
On 2017/09/25 15:53, Jason McIntyre wrote: > On Mon, Sep 25, 2017 at 04:50:42PM +0100, Stuart Henderson wrote: > > On 2017/09/25 13:03, Lars Nood?n wrote: > > > I would propose the following change, or something similar, to > > > sshd_config.5 > > > > > > It is then more clear which options are a

Re: ExposeAuthInfo in sshd_config.5

2017-09-25 Thread Jason McIntyre
On Mon, Sep 25, 2017 at 04:50:42PM +0100, Stuart Henderson wrote: > On 2017/09/25 13:03, Lars Nood?n wrote: > > I would propose the following change, or something similar, to sshd_config.5 > > > > It is then more clear which options are accepted and how the directive is > > used. > > Saying that

Re: ExposeAuthInfo in sshd_config.5

2017-09-25 Thread Stuart Henderson
On 2017/09/25 13:03, Lars Noodén wrote: > I would propose the following change, or something similar, to sshd_config.5 > > It is then more clear which options are accepted and how the directive is > used. Saying that it can be yes or no and the default is no seems a bit long-winded, this smaller

ExposeAuthInfo in sshd_config.5

2017-09-25 Thread Lars Noodén
I would propose the following change, or something similar, to sshd_config.5 It is then more clear which options are accepted and how the directive is used. /Lars Index: src/usr.bin/ssh/sshd_config.5 === RCS file: /cvs/src/usr.bin/s

Re: imt/hidmt: tests with "Windows Precision Touchpads" needed

2017-09-25 Thread Remi Locherer
On Tue, Sep 19, 2017 at 09:43:37PM +0200, Ulf Brosziewski wrote: > This patch adapts hidmt - which is used by imt(4) - to the multitouch > interface of wsmouse, and it adds the compat-mode configuration required > by the wsmouse-internal touchpad input driver. > > Tests with both the synaptics dri

Re: [patch] Remove superfluous seek_filesize() from less

2017-09-25 Thread Jesper Wallin
On Mon, Sep 25, 2017 at 10:36:18AM +0200, Landry Breuil wrote: > On Mon, Sep 25, 2017 at 10:19:16AM +0200, Jesper Wallin wrote: > > Shameless bump, now when we're out of beta. :-) > > being out of beta means we're in release mode.. Oh! Of course, silly me. Apologize for the noise.

Re: [patch] Remove superfluous seek_filesize() from less

2017-09-25 Thread Landry Breuil
On Mon, Sep 25, 2017 at 10:19:16AM +0200, Jesper Wallin wrote: > Shameless bump, now when we're out of beta. :-) being out of beta means we're in release mode..

Re: [patch] Remove superfluous seek_filesize() from less

2017-09-25 Thread Jesper Wallin
Shameless bump, now when we're out of beta. :-) On Sat, Sep 16, 2017 at 10:53:47PM +0200, Jesper Wallin wrote: > Hi all, > > I was reading through the code for less/filename.c and noticed that the > calling for seek_filesize() in filesize() is superfluous? A wild guess > is that it's remains fro