acpidump(8): fix usage message

2015-10-02 Thread Michael Reed
This brings the usage info in line with most other programs. Index: acpidump.c === RCS file: /cvs/src/usr.sbin/acpidump/acpidump.c,v retrieving revision 1.13 diff -u -p -r1.13 acpidump.c --- acpidump.c 3 Oct 2015 01:05:12 -

Re: login_radius(8)

2015-10-02 Thread Todd C. Miller
On Fri, 02 Oct 2015 11:09:06 +0100, Stuart Henderson wrote: > I think most of these references to radiusd(8) are wrong, this > isn't server-specific and indeed radiusd(8) doesn't support some > of the things the manual is talking about in ".Xr radiusd" > sections. > > I think this would be more c

arptfree() tweak

2015-10-02 Thread Martin Pieuchot
I'd like to change the behavior of arptfree() to stop checking the reference counter of the route: - to keep the logic for reference counting rout entries simple, - and to align it with the NDP behavior (see nd6_free()). With this diff expired ARP entries get removed from the routing table,

ahci.c memory leak in error path

2015-10-02 Thread Benjamin Baier
Fix memory leak in error path. Found by llvm/scan-build. Also port (sc->sc_ports[port]) was not assigned, so "goto freeport;" seems wrong. Index: ahci.c === RCS file: /cvs/src/sys/dev/ic/ahci.c,v retrieving revision 1.22 diff -u -p -

Re: tame userland diff

2015-10-02 Thread Gregor Best
On Fri, Oct 02, 2015 at 01:49:13PM +0200, Tim Kuijsten wrote: > [...] > that's a 403.. Whoops, fixed. -- Gregor -- Kirkland, Illinois, law forbids bees to fly over the village or through any of its streets.

Re: tame userland diff

2015-10-02 Thread Gregor Best
On Thu, Oct 01, 2015 at 06:55:21AM -0600, Theo de Raadt wrote: > For those who are curious, this is the tame diff which is currently > in snapshots. Yes, we are asking for testing and feedback. > [...] I'm getting ntpd(): syscall 97 with the patch applied. Kernel and ntpd sources ar

login_radius(8)

2015-10-02 Thread Stuart Henderson
On 2015/10/01 14:35, Jason McIntyre wrote: > CVSROOT: /cvs > Module name: src > Changes by: j...@cvs.openbsd.org2015/10/01 14:35:55 > > Modified files: > libexec/login_radius: login_radius.8 > share/man/man5 : login.conf.5 > > Log message: > some radiusd updates, from th

[PATCH] fix failover delay in relayd

2015-10-02 Thread Brian S. Vangsgaard
Hi Patch for relayd that will enable quick removal of all host-related entries in the related relayd anchor if the host fails the SLA check. Without this patch, the anchor cleanup wil not be called before the next SLA round (adding a minimum 10 sec delay on failover). Tested on a dual gatew

Re: smtpd errata for 5.6, 5.7 and 5.8

2015-10-02 Thread Gilles Chehade
On Fri, Oct 02, 2015 at 05:17:39AM +0200, Gilles Chehade wrote: > During the last few months, researchers from Qualys Security have done > an audit of smtpd and have identified multiple reliability and security > issues. > > The issues affect 5.6, 5.7 and forthcoming 5.8 release. > > Patches are

Re: mk.conf.5: Use Ql where appropriate

2015-10-02 Thread Jason McIntyre
On Thu, Oct 01, 2015 at 11:43:15PM -0400, Michael Reed wrote: > On 10/01/15 16:38, Jason McIntyre wrote: > > On Sun, Sep 27, 2015 at 03:48:10PM -0400, Michael Reed wrote: > >> Hi all, > >> > >> Instead of using a mix of single and double quotes > >> to denote command invocations and literal strings