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/
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
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
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
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:
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
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
> =
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?