[PATCH] Slight clarification in iked.conf(5)

2015-07-04 Thread trondd
The from and to values for iked seemed backwords to me and the man page example description didn't clarify it. Make it a little more specific which end the example is talking about. Tim. Index: iked.conf.5 === RCS file: /cvs/src/

Brainy: Use-After-Free in if_et

2015-07-04 Thread Maxime Villard
Hi, I put here a bug among others: -- sys/dev/pci/if_et.c - 1808if (m_defrag(m, M_DONTWAIT)) { m_freem(m); printf("%s: can't defrag TX mbuf\n", sc->sc_dev.dv_xna

Re: faq/current.html: Mention sudo removal

2015-07-04 Thread Devin Ceartas
On 4 Jul 2015, at 11:16, Todd C. Miller wrote: On Sat, 04 Jul 2015 15:36:58 +0530, Hrishikesh Muruk wrote: Why is sudo being removed from base? It is pretty useful. I imagine many use sudo The version of sudo in base was 5 years old and not really maintainable. Theo has been uncomfortable

Re: faq/current.html: Mention sudo removal

2015-07-04 Thread Todd C. Miller
On Sat, 04 Jul 2015 15:36:58 +0530, Hrishikesh Muruk wrote: > Why is sudo being removed from base? It is pretty useful. I imagine many > use sudo The version of sudo in base was 5 years old and not really maintainable. Theo has been uncomfortable with the amount of code in sudo that runs as root

disksort is finally dead

2015-07-04 Thread David Gwynne
nothing uses any of the compat we had for disksort anymore, so that compat can be removed. ok? Index: sys/buf.h === RCS file: /cvs/src/sys/sys/buf.h,v retrieving revision 1.97 diff -u -p -r1.97 buf.h --- sys/buf.h 9 Jan 2015 05:04:

Re: faq/current.html: Mention sudo removal

2015-07-04 Thread Theo Buehler
On Sat, Jul 04, 2015 at 03:36:58PM +0530, Hrishikesh Muruk wrote: > Why is sudo being removed from base? Because millert@ and deraadt@ decided to do so. You can read some explanations in this thread: https://marc.info/?l=openbsd-ports&m=143465998814989&w=2 and tedu@'s blog post http://www.tedunan

Re: faq/current.html: Mention sudo removal

2015-07-04 Thread Hrishikesh Muruk
Why is sudo being removed from base? It is pretty useful. I imagine many use sudo Thanks Hrishi On Saturday 4 July 2015, Steven McDonald wrote: > Hi, > > Here's a patch for current.html telling users how to handle the sudo > removal from base. > > Index: faq/current.html > =

Re: error:0906D064:PEM routines:PEM_read_bio:bad base64

2015-07-04 Thread mxb
Sure > On 4 jul 2015, at 01:44, Brent Cook wrote: > > Would you be comfortable adding some extra output to the various failure > points in EVP_DecodeUpdate to see where we are bailing out?