make build fails in libedit

2016-12-07 Thread Jan Stary
After and update to yesterday's current/amd64 and a cvs up, make build fails in libedit, saying: cc -O2 -pipe -g -Wall -I. -I/usr/src/lib/libedit -I. -I/usr/src/lib/libedit -c /usr/src/lib/libedit/chared.c -o chared.o /usr/src/lib/libedit/chared.c:46:20: error: common.h: No such file or directo

Re: gethost.. replacement?

2016-12-07 Thread Jeremie Courreges-Anglas
gwes writes: > The gethost* DNS query functions don't have a man page in 6.0. Huh? Which functions, exactly? > What is the approved replacement for a user-written program? > > I saw discussions about reworking the resolver but can't find > any definition of what a user should code. See getadd

Re: gethost.. replacement?

2016-12-07 Thread Todd C. Miller
On Wed, 07 Dec 2016 17:52:38 -0500, gwes wrote: > The gethost* DNS query functions don't have a man page in 6.0. > What is the approved replacement for a user-written program? You should still have the gethostbyname(3) man page on 6.0, I do. However, new code should really be using getaddrinfo(3)

gethost.. replacement?

2016-12-07 Thread gwes
The gethost* DNS query functions don't have a man page in 6.0. What is the approved replacement for a user-written program? I saw discussions about reworking the resolver but can't find any definition of what a user should code. Thanks Geoff Steckel

Re: Looking for Xen blkfront driver xbf(4) tests

2016-12-07 Thread Mike Belopuhov
On Wed, Dec 07, 2016 at 19:30 +0100, Mike Belopuhov wrote: > Hi, > > I've committed today a driver for the Xen paravirtualized disk > interface also known as Blkfront. Despite being pretty stable > for me so far, it's not enabled by default at the moment. > Therefore I'm looking for additional te

Looking for Xen blkfront driver xbf(4) tests

2016-12-07 Thread Mike Belopuhov
Hi, I've committed today a driver for the Xen paravirtualized disk interface also known as Blkfront. Despite being pretty stable for me so far, it's not enabled by default at the moment. Therefore I'm looking for additional tests on different Xen versions and EC2 instances to ensure robustness an

Re: LibC openBSD affected ?

2016-12-07 Thread Theo de Raadt
> On Wed, 07 Dec 2016 13:25:48 +0100, "Peter N. M. Hansteen" wrote: > > > Yes. See http://www.tedunangst.com/flak/post/who-even-calls-link-ntoa > > Right, link_ntoa(3) is not called with untrusted input so this is > a very minor issue. Also, route and netstat are not setuid or > setgid on OpenBS

Re: LibC openBSD affected ?

2016-12-07 Thread Todd C. Miller
On Wed, 07 Dec 2016 13:25:48 +0100, "Peter N. M. Hansteen" wrote: > Yes. See http://www.tedunangst.com/flak/post/who-even-calls-link-ntoa Right, link_ntoa(3) is not called with untrusted input so this is a very minor issue. Also, route and netstat are not setuid or setgid on OpenBSD. - todd

Relayd and rdomains

2016-12-07 Thread BARDOU Pierre
Hello, Is there a solution tu use relayd (redirect mode) on multiple rdomains on the same host ? I had two ideas, but none of them work : * launch relayd in the default rdomain -> rules are injected with "on rdomain 0", so they do not match on other rdomains * launch one relayd instance by rdomai

Re: LibC openBSD affected ?

2016-12-07 Thread Peter N. M. Hansteen
On 12/06/16 21:40, carlos albino garcia grijalba wrote: > its openbsd affected by http://tinyurl.com/js2vd28 ? > > Vulnerability Note VU#548487 - BSD libc contains a buffer overflow > vulnerability > tinyurl.com > The BSD libc library is vulnerable to a classic buffer o