Re: binary compatibility warning for ldapd(8)

2014-08-11 Thread Jason McIntyre
On Fri, Aug 01, 2014 at 11:01:01AM -0500, Matthew Weigel wrote: Probably open to debate whether people should be told to expect binary incompatibilities across OpenBSD releases. I haven't narrowed down when architectures might be compatible (e.g., can the same files be used across i386 and

Re: uninitialized memory smtpd table_api.c

2014-08-11 Thread Gilles Chehade
committed thanks On Wed, Jul 09, 2014 at 11:11:26AM +0200, Martijn van Duren wrote: Hello tech@, I send this patch in to m...@opensmtpd.org a couple of days ago, but since there is a hackathon ongoing I thought I might send it here as well. When running against the sqlite backend I

Convert ARP llinfo allocation to pool(9)

2014-08-11 Thread Martin Pieuchot
Some llinfo structures might be allocated in interrupt path when ifa_rtrequest() is called, diff below convert such allocation to pool(9), ok? Index: netinet/if_ether.c === RCS file: /home/ncvs/src/sys/netinet/if_ether.c,v retrieving

Re: Print strings with double quotes safely in ifconfig(8)

2014-08-11 Thread Stuart Henderson
On 2014/08/11 03:03, Vadim Zhukov wrote: 2014-08-11 2:06 GMT+04:00 patrick keshishian pkesh...@gmail.com: On 8/10/14, Vadim Zhukov persg...@gmail.com wrote: This changes the way ifconfig(8) to print lines like 'crazy nwid', i.e., containing double quotes inside the data being output. At

Re: Convert ARP llinfo allocation to pool(9)

2014-08-11 Thread David Gwynne
why does it need queue.h? the diffs ok by me. On 11 Aug 2014, at 7:55 pm, Martin Pieuchot mpieuc...@nolizard.org wrote: Some llinfo structures might be allocated in interrupt path when ifa_rtrequest() is called, diff below convert such allocation to pool(9), ok? Index: netinet/if_ether.c

Re: Print strings with double quotes safely in ifconfig(8)

2014-08-11 Thread Stefan Sperling
On Mon, Aug 11, 2014 at 12:12:08PM +0100, Stuart Henderson wrote: Another question is what to do with (increasingly common) unicode SSIDs, we could probably do better than the existing if (buf[i] 0x80 || !isprint(buf[i])) if we know that we're in a utf8 locale. I'm not opposed to making

Re: Convert ARP llinfo allocation to pool(9)

2014-08-11 Thread Martin Pieuchot
On 11/08/14(Mon) 21:17, David Gwynne wrote: why does it need queue.h? Because I forgot to add this include when I converted some lookups, various functions in the file use TAILQ macros. But sadly a lot of MD headers include this file...

Re: Print strings with double quotes safely in ifconfig(8)

2014-08-11 Thread Vadim Zhukov
2014-08-11 15:12 GMT+04:00 Stuart Henderson st...@openbsd.org: On 2014/08/11 03:03, Vadim Zhukov wrote: 2014-08-11 2:06 GMT+04:00 patrick keshishian pkesh...@gmail.com: On 8/10/14, Vadim Zhukov persg...@gmail.com wrote: This changes the way ifconfig(8) to print lines like 'crazy nwid',

Intel Z97 chipset PCI devices

2014-08-11 Thread Todd C. Miller
The following diff adds names for unknown devices on an MSI Z97 PC MATE motherboard. Premuably other Z97-based boards will be similar. - todd OpenBSD 5.6 (GENERIC.MP) #312: Wed Jul 30 12:01:37 MDT 2014 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem =

LibreSSL: GOST cipher suites - beta status

2014-08-11 Thread Dmitry Eremin-Solenikov
Hello, I have updated the GOST cipher suites implementation at https://github.com/libressl-portable/openbsd/pull/6 . It is nearly done (only few FIXMEs remaining), so I'd like to try to receive at least some kind of review. -- With best wishes Dmitry