Re: relayd - HTTP Desync Attacks

2019-08-19 Thread Pablo Caballero
Patch inlined Best regards Index: usr.sbin/relayd/http.h === RCS file: /cvs/src/usr.sbin/relayd/http.h,v retrieving revision 1.11 diff -u -p -u -r1.11 http.h --- usr.sbin/relayd/http.h 8 May 2019 23:22:19 - 1.11 +++ usr.sbin/rela

Re: assorted improvements to less.1, more.1

2019-08-19 Thread Jason McIntyre
On Mon, Aug 19, 2019 at 01:06:17PM -0600, Theo de Raadt wrote: > I don't think that piece of history matters enough. Garret's > changes were not even close to the original work, or even other > unmentioned work. > > And let me comment in general. When diffs contain multiple aspects like > this,

more(1) only functions as more(1), not less(1)

2019-08-19 Thread Evan Silberman
The more(1) manual implies that more will accept and handle all the options less(1) takes, but this is not the case. --- usr.bin/less/more.1 +++ usr.bin/less/more.1 @@ -65,17 +65,6 @@ It then waits for input from the user. Scrolling forward switches to the next file, or exits if there is none.

Re: assorted improvements to less.1, more.1

2019-08-19 Thread Jason McIntyre
On Mon, Aug 19, 2019 at 11:57:23AM -0700, Evan Silberman wrote: > bump > i'm taking care of it. please be patient... jmc > Evan Silberman wrote: > > - less(1) should explain what it does before it talks about more(1) > > - reference the COMMANDS section directly when mentioning commands > > - a

Re: assorted improvements to less.1, more.1

2019-08-19 Thread Evan Silberman
"Theo de Raadt" wrote: > And let me comment in general. When diffs contain multiple aspects > like this, the people can commit sometimes raise their nose at a piece > and ignore the whole thing. That chunk raises my nose, and I forget > what else is in your diff. Good advice. When I get a chanc

Re: assorted improvements to less.1, more.1

2019-08-19 Thread Theo de Raadt
I don't think that piece of history matters enough. Garret's changes were not even close to the original work, or even other unmentioned work. And let me comment in general. When diffs contain multiple aspects like this, the people can commit sometimes raise their nose at a piece and ignore the

Re: assorted improvements to less.1, more.1

2019-08-19 Thread Evan Silberman
bump Evan Silberman wrote: > - less(1) should explain what it does before it talks about more(1) > - reference the COMMANDS section directly when mentioning commands > - add HISTORY to less.1 > - credit Garret D'Amore in AUTHORS since he is also attributed in the > source code as a copyright ho

Re: add caveats section in newfs about endianess

2019-08-19 Thread Theo de Raadt
Solene Rapenne wrote: > This diff had a section about endianess of newfs. > This is not written anywhere that ffs is dependent of endianess. > > Related bug report > https://marc.info/?l=openbsd-bugs&m=150242795204995&w=2 > > > Index: newfs.8 > =

add caveats section in newfs about endianess

2019-08-19 Thread Solene Rapenne
This diff had a section about endianess of newfs. This is not written anywhere that ffs is dependent of endianess. Related bug report https://marc.info/?l=openbsd-bugs&m=150242795204995&w=2 Index: newfs.8 === RCS file: /data/cvs/src

Re: wsmouse(4): reverse scroll directions

2019-08-19 Thread Patrick Wildt
On Sun, Aug 18, 2019 at 08:36:28PM +0200, Ulf Brosziewski wrote: > With the introduction of precision scrolling, it is no longer possible to > reverse scroll directions for touchpads by means of button mappings in X. > This patch adds a configuration option to wsmouse and a boolean field > named >