CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/08/16 23:22:53
Removed files:
etc/rc.d : sendmail
Log message:
sendmail in ports has it's own rc.d file no need to keep this one
ok jca@ aja@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/08/16 16:26:11
Modified files:
usr.sbin/smtpd : smtpctl.8
Log message:
use a less ambiguous example; from larry hynes
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org 2015/08/16 14:58:46
Modified files:
. : errata57.html
Log message:
add sshd pty permissions patch
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2015/08/16 14:53:19
Modified files:
usr.sbin/smtpd : util.c
Log message:
when we switch valid_domainpart() from our own logic to using res_hnok() we
missed the fact that res_hnok() will consider an empty str
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2015/08/16 14:37:25
Modified files:
lib/libc/asr : getaddrinfo_async.c
Log message:
Fix test against INADDR_LOOPBACK
ok gilles@
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2015/08/16 06:19:06
Modified files:
sys/net: if.c
Log message:
dont need the biglock to call bpf now.
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2015/08/16 06:17:16
Modified files:
sys/net: bpf.c bpfdesc.h
Log message:
make bpf_mtap mpsafe by using SRPs.
this was originally implemented by jmatthew@ last year, and updated
by us both during s2
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2015/08/16 05:28:31
Modified files:
sys/net: if.c
Log message:
avoid a toctou problem in if_input in the bpf handling.
load ifp->if_bpf into a local variable, test that, and pass it to bpf.
this is
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2015/08/16 02:57:34
Modified files:
usr.bin/tmux : cmd-clear-history.c
Log message:
Come out of copy mode when history is cleared.