Re: Add Diffie-Hellman group negotiation to iked

2017-07-25 Thread Tim Stewart
viq writes: > On 17-07-18 23:20:26, Tim Stewart wrote: >> viq writes: >> >> > On 17-06-25 21:44:24, Tim Stewart wrote: >> >> Hi, >> >> >> >> In this message I've tried to encode everything I've done to allow >> >> strongSwan on Android to connect with iked,

em link state change

2017-07-25 Thread Alexander Bluhm
Hi, The LINK_STATE_IS_UP() macro considers LINK_STATE_UNKNOWN as up. So the em driver never gets out of that state. The change was in sys/net/if.h revision 1.123 date: 2011/07/03 17:41:50; author: claudio; state: Exp; lines: +3 -2; LINK_STATE_IS_UP() should consider LINK_STATE_UNKNOWN as an

Re: magic.5: Add missing types

2017-07-25 Thread Klemens Nanni
On Mon, Jul 03, 2017 at 05:36:52PM +0100, Nicholas Marriott wrote: > Hi > > On Thu, Jun 29, 2017 at 09:29:57PM +0200, Klemens Nanni wrote: > > While reading file(1)'s code in #openbsd-daily mulander noted that the > > 'name' and 'use' types were missing from magic(5). > > > > I'm not entirely

pledge snmpctl

2017-07-25 Thread Rob Pierce
snmpclient pledges after calling chroot(2) and requires a dns promise for sendto(2) with non-NULL destination. Rob Index: snmpclient.c === RCS file: /cvs/src/usr.sbin/snmpctl/snmpclient.c,v retrieving revision 1.13 diff -u -p -r1.13

Re: magic.5: Add missing types

2017-07-25 Thread Klemens Nanni
On Tue, Jul 25, 2017 at 09:43:48PM +0100, Stuart Henderson wrote: > On 2017/07/25 20:57, Klemens Nanni wrote: > > I didn't touch the manual's first sentence mentioning file(1)'s version > > since nicm@ reimplemented file(1) with revision 1.11 on 2015/04/24. He > > or someone else more knowledgable

csh(1): postpone prompt

2017-07-25 Thread Anton Lindqvist
Hi, In csh with filec enabled the prompt is displayed prior enabling noncanonical mode on the tty. ksh on the other hand ensures the desired mode is entered prior doing any I/O on the tty. This diff displays the prompt after noncanonical mode has been enabled which also makes the regress tests

Re: magic.5: Add missing types

2017-07-25 Thread Stuart Henderson
On 2017/07/25 20:57, Klemens Nanni wrote: > I didn't touch the manual's first sentence mentioning file(1)'s version > since nicm@ reimplemented file(1) with revision 1.11 on 2015/04/24. He > or someone else more knowledgable in this regard might want to bump it > accordingly. OpenBSD's /etc/magic

calendar: Remove support for non-UTF-8 locales

2017-07-25 Thread Klemens Nanni
5.9 is out, KOI8 isn't supported anymore. Index: io.c === RCS file: /cvs/src/usr.bin/calendar/io.c,v retrieving revision 1.44 diff -u -p -r1.44 io.c --- io.c31 Aug 2016 09:38:47 - 1.44 +++ io.c25 Jul 2017

Re: calendar: Remove support for non-UTF-8 locales

2017-07-25 Thread Theo Buehler
On Tue, Jul 25, 2017 at 11:38:59PM +0200, Klemens Nanni wrote: > 5.9 is out, KOI8 isn't supported anymore. It's at least the third time I see this diff. Pretty sure that Jan Stary sent the same quite a while back. ok -- without the '))' -> ') )' change. > > Index: io.c >

Re: calendar: Remove support for non-UTF-8 locales

2017-07-25 Thread Klemens Nanni
On Tue, Jul 25, 2017 at 11:56:42PM +0200, Theo Buehler wrote: > On Tue, Jul 25, 2017 at 11:38:59PM +0200, Klemens Nanni wrote: > > 5.9 is out, KOI8 isn't supported anymore. > > It's at least the third time I see this diff. Pretty sure that Jan Stary > sent the same quite a while back. > > ok --