On Sat, Sep 01, 2018 at 11:31:49PM +0200, Gilles Chehade wrote:
> On Sat, Sep 01, 2018 at 09:20:59PM +0800, Michael Mikonos wrote:
> > Hello,
> >
> > Replace a malloc+strlcpy with strndup in cmdline_symset().
> > Parameter s is a "keyname=value" string and sym is the
> > "keyname" part.
> >
> > I
Hi.
Same diff with associated manpage update.
If there is no objection, I'd like to commit this quickly.
Eric.
Index: smtpd.conf.5
===
RCS file: /cvs/src/usr.sbin/smtpd/smtpd.conf.5,v
retrieving revision 1.199
diff -u -p -r1.199 smt
The earlier patch I created was obviously no good. Sorry for the
noise. Included is the fixed patch that just adds some text for
properly using an mda wrapper in the actions:
Index: smtpd.conf.5
===
RCS file: /cvs/src/usr.sbin/smtpd/s
Hi,
spotted this while removing return value from usbd_close_pipe,
following cleanup by pirofti@[0], which made usbd_abort_pipe void.
-Artturi
[0]:
https://github.com/openbsd/src/commit/1e087f7cf25ce711b6cef28d054ab4a68be213d2
diff --git share/man/man9/usbd_close_pipe.9 share/man/man9/usbd_cl
Hello tech@,
Below is a patch to clarify how/where to use the mda wrapper feature
of OpenSMTPD:
--- smtpd.conf.5Sun Sep 2 10:16:26 2018
+++ smtpd.conf.5.newSun Sep 2 10:16:53 2018
@@ -159,7 +159,7 @@
Relay the message to another SMTP server.
.It Cm wrapper Ar name
Use the wrapper
On Sat, Sep 01, 2018 at 10:38:09PM +0200, Sebastian Benoit wrote:
> Remi Locherer(remi.loche...@relo.ch) on 2018.09.01 21:53:21 +0200:
> > Hi,
> >
> > Since slaacd is able to use pledge in the parent process I thought it may
> > be possible for ospfd too.
> >
> > It works fine until ospfd gets re
On Sun, Sep 02, 2018 at 08:05:55AM +0200, Remi Locherer wrote:
> On Sat, Sep 01, 2018 at 10:38:09PM +0200, Sebastian Benoit wrote:
> > Remi Locherer(remi.loche...@relo.ch) on 2018.09.01 21:53:21 +0200:
> > > Hi,
> > >
> > > Since slaacd is able to use pledge in the parent process I thought it may