CVS: cvs.openbsd.org: src

2017-12-09 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/12/10 00:40:04

Modified files:
share/man/man4 : cdce.4 

Log message:
add the zte mf831; from christoph r. murauer
while here, a little less capitalisation



CVS: cvs.openbsd.org: src

2017-12-09 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/12/10 00:34:38

Modified files:
usr.bin/cu : cu.1 

Log message:
sort -r in the description list, and make its grammar match those
of the other options in this page;



CVS: cvs.openbsd.org: src

2017-12-09 Thread Darren Tucker
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2017/12/09 22:55:29

Modified files:
usr.bin/ssh: packet.c packet.h serverloop.c 

Log message:
Put remote client info back into the ClientAlive connection termination
message.  Based in part on diff from  lars.nooden at gmail, ok djm



CVS: cvs.openbsd.org: src

2017-12-09 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2017/12/09 21:21:55

Modified files:
sys/arch/armv7/sunxi: sxie.c 

Log message:
Enable the phy-supply regulator if present and use the phy id specified
in the device tree.

Patch from Artturi Alm who tested on a Miniand Hackberry.



CVS: cvs.openbsd.org: www

2017-12-09 Thread T . J . Townsend
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2017/12/09 19:54:38

Modified files:
faq: faq14.html 

Log message:
fix a broken sentence; reported by corsah on freenode



CVS: cvs.openbsd.org: src

2017-12-09 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2017/12/09 18:03:46

Modified files:
usr.bin/cu : command.c cu.1 cu.c cu.h 

Log message:
-r restricted mode blocks certain operations as ~ operations.
from Jan Klemkow
ok nicm



CVS: cvs.openbsd.org: src

2017-12-09 Thread Paul Irofti
CVSROOT:/cvs
Module name:src
Changes by: piro...@cvs.openbsd.org 2017/12/09 11:38:37

Modified files:
usr.bin/grep   : grep.1 grep.c grep.h util.c 

Log message:
Add support for the non-standard grep -m extension.

grep -m num stops after a maximum of num matches are found.
We support -m0 to match GNU behaviour, but we do not allow negative
numbers.

Manpage help from jmc@, OK deraadt@.



CVS: cvs.openbsd.org: src

2017-12-09 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2017/12/09 09:49:17

Modified files:
lib/libtls : Tag: OPENBSD_6_2 tls_config.c 

Log message:
MFC: Make tls_config_parse_protocols() work correctly when passed a NULL
pointer for a protocol string.

Issue found by semarie@, who also provided the diff.



CVS: cvs.openbsd.org: src

2017-12-09 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2017/12/09 09:46:08

Modified files:
lib/libtls : tls_config.c 

Log message:
Make tls_config_parse_protocols() work correctly when passed a NULL pointer
for a protocol string.

Issue found by semarie@, who also provided the diff.



CVS: cvs.openbsd.org: src

2017-12-09 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2017/12/09 09:43:09

Modified files:
regress/lib/libtls: Makefile 
Added files:
regress/lib/libtls/config: Makefile configtest.c 

Log message:
Add a regress test for tls_config_parse_protocols().



CVS: cvs.openbsd.org: src

2017-12-09 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2017/12/09 09:41:33

src/regress/lib/libtls/config

Update of /cvs/src/regress/lib/libtls/config
In directory cvs.openbsd.org:/tmp/cvs-serv795/config

Log Message:
Directory /cvs/src/regress/lib/libtls/config added to the repository



CVS: cvs.openbsd.org: src

2017-12-09 Thread Frederic Cambus
CVSROOT:/cvs
Module name:src
Changes by: fcam...@cvs.openbsd.org 2017/12/09 09:39:54

Modified files:
sys/arch/amd64/amd64: powernow-k8.c 

Log message:
Add sizes for free() in the AMD PowerNow! K8 driver.

OK deraadt@, sthen@, visa@



CVS: cvs.openbsd.org: src

2017-12-09 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2017/12/09 08:48:04

Modified files:
sbin/dhclient  : dhcpd.h dhclient.c clparse.c 

Log message:
Add ACTION_IGNORE and nuke ignored_options, ignored_option_count fields
in struct client_config.



CVS: cvs.openbsd.org: src

2017-12-09 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2017/12/09 07:34:09

Modified files:
regress/lib/libcrypto/asn1: asn1evp.c 

Log message:
Use a test value that fits into a long on both 32-bit and 64-bit
architectures, so that the regress passes on both.



CVS: cvs.openbsd.org: src

2017-12-09 Thread Mike Belopuhov
CVSROOT:/cvs
Module name:src
Changes by: mi...@cvs.openbsd.org   2017/12/09 07:00:21

Modified files:
sys/dev/pv : if_xnf.c 

Log message:
No need for the txb_used flag anymore



CVS: cvs.openbsd.org: src

2017-12-09 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2017/12/09 06:43:25

Modified files:
lib/libssl : Tag: OPENBSD_6_2 bs_cbb.c bytestring.h 
 ssl_tlsext.c 

Log message:
MFC: Correct TLS extensions handling when no extensions are present.

If no TLS extensions are present in a client hello or server hello, omit
the entire extensions block, rather than including it with a length of
zero.

ok beck@ inoguchi@

Thanks to Eric Elena  for providing packet
captures and testing the fix.