accept

2023-07-06 Thread Boris Rieken
accept

Race between dup2(2) and accept(2)

2018-05-21 Thread Martin Pieuchot
If a process exit(3)s while one of its threads is blocking in accept(2) and the half-opened descriptor has already been dup'ed, we get the following panic: panic: closef: count (1) < 2 Stopped at db_enter+0x5: popq%rbp TIDPIDUID PRFLAGS PFLAGS CPU COMMAND

Re: grep accept -r parameter, but man grep(1) list -R only

2017-11-20 Thread Klemens Nanni
On Mon, Nov 20, 2017 at 08:07:04PM +0100, Jiri Navratil wrote: > Hello, > > discovered by students during my lecture. > > man grep(1) do not list -r See the STANDARDS section.

Re: grep accept -r parameter, but man grep(1) list -R only

2017-11-20 Thread Alexander Bluhm
On Mon, Nov 20, 2017 at 08:07:04PM +0100, Jiri Navratil wrote: > So there is difference between man page and command. You have to read further down: STANDARDS Historic versions of the grep utility also supported the flags [-ruy]. This implementation supports those options; however, thei

grep accept -r parameter, but man grep(1) list -R only

2017-11-20 Thread Jiri Navratil
Hello, discovered by students during my lecture. man grep(1) do not list -r but $ grep -l exit /usr/share/doc/ $ grep -lR exit /usr/share/doc/ /usr/share/doc/mg/tutorial $ grep -lr exit /usr/share/doc/ /usr/share/doc/mg/tutorial So there is difference between man page and command. tested o

Re: ftp does not accept standalone certificates

2016-05-02 Thread Stuart Henderson
Alternative chains certificate forgery" (CVE-2015-1793). > Will it be sufficient to subscribe to annou...@openbsd.org in order to > receive a message when libressl should be as far as to accept any > descendants of intermediate certificates? I imagine it will probably be included

Re: ftp does not accept standalone certificates

2016-05-01 Thread Elmar Stellnberger
y to do it. What vulnerability did they introduce? I am still heavily relying on OpenSSL since not all my planned OpenBSD systems are in productive use yet. Will it be sufficient to subscribe to annou...@openbsd.org in order to receive a message when libressl should be as far as to accept any d

Re: ftp does not accept standalone certificates

2016-04-26 Thread Stuart Henderson
> > Yes; that report is similar; as soon as any intermediate or leave cert is > known there should at least be a switch to accept that cert even if the > given root cert is missing. Basically it should be possible to accept such a > cert by default as well? It's not just ftp

Re: ftp does not accept standalone certificates

2016-04-26 Thread Stuart Henderson
On 2016/04/26 16:04, Elmar Stellnberger wrote: > >Synopsis: ftp does not accept standalone certificates > >Category:security/certificate management > >Environment: > System : OpenBSD 5.9 > Details : OpenBSD 5.9 (GENERIC) #1561: Fri

Re: ftp does not accept standalone certificates

2016-04-26 Thread Elmar Stellnberger
tional flag to do so, except it's not working because you're running into this problem: http://article.gmane.org/gmane.os.openbsd.tech/47048 Yes; that report is similar; as soon as any intermediate or leave cert is known there should at least be a switch to accept that cert e

ftp does not accept standalone certificates

2016-04-26 Thread Elmar Stellnberger
>Synopsis: ftp does not accept standalone certificates >Category: security/certificate management >Environment: System : OpenBSD 5.9 Details : OpenBSD 5.9 (GENERIC) #1561: Fri Feb 26 01:22:37 MST 2016 dera...@i386.openbsd.org:/usr/src

Re: skeyinit -s does not accept sequence count

2015-11-28 Thread Serguey Parkhomovsky
Hello, It looks like the trailing newline isn't stripped from the sequence count input anymore, which causes strtonum(3) to fail. To work around this problem in 5.8-stable, you can press Ctrl-D twice after typing in the sequence number. I have also attached a patch for -current that fixes this is

Re: Booting with `bsd -a' doesn't accept DUID based root device

2011-11-08 Thread Theo de Raadt
> root device (default sd0a): 5804af4dc0686f8b.a > use one of: exit cd0[a-p] em0 sd0[a-p] fd0[a-p] fd1[a-p] sd1[a-p] > root device (default sd0a): can you not read the prompt? you could try "make me sandwitch" and have the same effect. it does not accept duids. you noticed. good.

Booting with `bsd -a' doesn't accept DUID based root device

2011-11-08 Thread Jiri B
>Synopsis: Booting with `bsd -a' doesn't accept DUID based root device >Category: kernel >Environment: System : OpenBSD 5.0 Details : OpenBSD 5.0-current (GENERIC) #82: Sun Oct 30 12:37:26 MDT 2011 dera...@i386.openb