CVS: cvs.openbsd.org: src

2019-03-23 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/03/23 23:30:35 Modified files: bin/ps : ps.c Log message: detect -t argument being too long, rather than truncating

CVS: cvs.openbsd.org: src

2019-03-23 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/03/23 23:28:36 Modified files: share/man/man3 : intro.3 Log message: DES died ages ago; Randy Hartman

CVS: cvs.openbsd.org: src

2019-03-23 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/03/23 22:55:01 Modified files: bin/ps : print.c Log message: 16 chars is not enough for the maximum reach major() and minor() could have, so let's formally expand the buffer to what it needs to

CVS: cvs.openbsd.org: src

2019-03-23 Thread Rob Pierce
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2019/03/23 22:54:30 Modified files: usr.sbin/snmpd : ber.3 Log message: Include two new functions added by martijn@. Still a work in progress.

CVS: cvs.openbsd.org: www

2019-03-23 Thread Todd Mortimer
CVSROOT:/cvs Module name:www Changes by: morti...@cvs.openbsd.org2019/03/23 18:29:24 Modified files: . : events.html Added files: papers : asiabsdcon2019-rop-paper.pdf asiabsdcon2019-rop-slides.pdf Log

CVS: cvs.openbsd.org: src

2019-03-23 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/03/23 17:22:58 Modified files: usr.bin/rsync : flist.c Log message: Treat time from remote as unsigned 32 bit rather than signed, when casting it into a time_t. If the remote doesn't muck things up,

CVS: cvs.openbsd.org: src

2019-03-23 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2019/03/23 12:48:15 Modified files: lib/libcrypto/asn1: a_int.c tasn_prn.c lib/libcrypto/bn: bn_lib.c Log message: Add range checks to varios ASN1_INTEGER functions to ensure the sizes used remain

CVS: cvs.openbsd.org: src

2019-03-23 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2019/03/23 11:03:00 Modified files: lib/libc/gen : login_cap.c auth_subr.c Log message: Remove useless secure_path(3) calls. There is no point in checking permissions of files in root-owned directories.

CVS: cvs.openbsd.org: src

2019-03-23 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/03/23 10:04:28 Modified files: usr.bin/rsync : blocks.c client.c downloader.c flist.c ids.c main.c receiver.c sender.c server.c session.c socket.c

CVS: cvs.openbsd.org: src

2019-03-23 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/03/23 09:29:55 Modified files: lib/csu/mips64 : md_init.h Log message: Separate symbol name and type with a comma for consistency and to make clang happier. No binary change with gas.

CVS: cvs.openbsd.org: src

2019-03-23 Thread Denis Fondras
CVSROOT:/cvs Module name:src Changes by: de...@cvs.openbsd.org 2019/03/23 07:09:56 Modified files: usr.sbin/bgpd : rde.c Log message: Unbreak route origin validation OK benno@

CVS: cvs.openbsd.org: src

2019-03-23 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/03/23 01:10:06 Modified files: usr.bin/signify: signify.1 signify.c signify.h zsig.c Log message: allow -n to zero the gzip header timestamp. suggestion from Andre Stoebe. ok tb