CVS: cvs.openbsd.org: src

2017-09-13 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2017/09/13 22:32:21

Modified files:
usr.bin/ssh: dns.c dns.h sshconnect.c 

Log message:
Revert commitid: gJtIN6rRTS3CHy9b.

-
identify the case where SSHFP records are missing but other DNS RR
types are present and display a more useful error message for this
case; patch by Thordur Bjornsson; bz#2501; ok dtucker@
-

This caused unexpected failures when VerifyHostKeyDNS=yes, SSHFP results
are missing but the user already has the key in known_hosts

Spotted by dtucker@



CVS: cvs.openbsd.org: src

2017-09-13 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2017/09/13 18:10:17

Modified files:
sbin/dhclient  : bpf.c clparse.c dhclient.c dispatch.c kroute.c 
 options.c parse.c privsep.c 

Log message:
Strive to rationalize fatal[x]() usage and
verbiage.



CVS: cvs.openbsd.org: src

2017-09-13 Thread Patrick Wildt
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2017/09/13 14:26:26

Modified files:
sys/dev/fdt: sxitwi.c 

Log message:
Add missing pipe in sxitwi(4)'s match code to actually make
it a logical OR intead of a binary OR.

>From Artturi Alm



CVS: cvs.openbsd.org: src

2017-09-13 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2017/09/13 09:08:42

Added files:
regress/usr.sbin/syslogd: args-repeat-sighup.pl 
  args-repeat-sigterm.pl 

Log message:
Check that pending "message repeated" is printed at exit and restart.



CVS: cvs.openbsd.org: src

2017-09-13 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2017/09/13 08:58:26

Modified files:
regress/usr.bin/ssh: agent-getpeereid.sh 

Log message:
Print SKIPPED if sudo and doas configuration is missing.  Prevents
that running the regression test with wrong environment is reported
as failure.  Keep the fatal there to avoid interfering with other
setups for portable ssh.
OK dtucker@



CVS: cvs.openbsd.org: src

2017-09-13 Thread Anton Lindqvist
CVSROOT:/cvs
Module name:src
Changes by: an...@cvs.openbsd.org   2017/09/13 08:19:57

Modified files:
share/man/man1 : clang-local.1 

Log message:
Fix typo; ok benno@ jmc@ sthen@ tb@



CVS: cvs.openbsd.org: www

2017-09-13 Thread Theo Buehler
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2017/09/13 07:32:04

Modified files:
faq: current.html 

Log message:
tweak previous;
add links



CVS: cvs.openbsd.org: www

2017-09-13 Thread Robert Nagy
CVSROOT:/cvs
Module name:www
Changes by: rob...@cvs.openbsd.org  2017/09/13 04:54:21

Modified files:
faq: current.html 

Log message:
mention that a manual migration of configuration files is needed for kopano



CVS: cvs.openbsd.org: src

2017-09-13 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2017/09/13 01:31:07

Modified files:
usr.bin/tmux   : window-copy.c 

Log message:
Remove unused (always 1) arguments from some functions, from Daniel
Mueller in GitHub issue 1073.