CVS: cvs.openbsd.org: src

2019-10-02 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2019/10/03 00:10:54 Modified files: libexec/ld.so : dlfcn.c library_subr.c loader.c resolve.c resolve.h Log message: Use a better algorithm for calculating the grpsym libra

Re: CVS: cvs.openbsd.org: src

2019-10-02 Thread gilles
October 3, 2019 7:04 AM, "Gilles Chehade" wrote: > CVSROOT: /cvs > Module name: src > Changes by: gil...@cvs.openbsd.org 2019/10/02 23:04:45 > > Modified files: > usr.sbin/smtpd : smtp_session.c > > Log message: > fix possible use-after-free in error code path false positive

CVS: cvs.openbsd.org: src

2019-10-02 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2019/10/02 23:50:28 Modified files: usr.sbin/smtpd : mproc.c Log message: check imsg_flush() return value and fatal() if == -1

CVS: cvs.openbsd.org: src

2019-10-02 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2019/10/02 23:48:33 Modified files: usr.sbin/smtpd : mda.c Log message: make it obvious we don't care about text_to_mailaddr() return values, we've already checked it upfront and wouldn't reach this point if

CVS: cvs.openbsd.org: src

2019-10-02 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2019/10/02 23:46:55 Modified files: usr.sbin/smtpd : mail.lmtp.c Log message: free() destination server copy, not a real leak since the program is short lived but still

CVS: cvs.openbsd.org: src

2019-10-02 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2019/10/02 23:42:57 Modified files: usr.sbin/smtpd : lka_report.c Log message: fix wrong sizeof in lka reporters init

CVS: cvs.openbsd.org: src

2019-10-02 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2019/10/02 23:08:21 Modified files: usr.sbin/smtpd : smtp_session.c Log message: we should never hit the smtp reports with an s->tx set to NULL but better be safe than sorry, check upfront

CVS: cvs.openbsd.org: src

2019-10-02 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2019/10/02 23:04:45 Modified files: usr.sbin/smtpd : smtp_session.c Log message: fix possible use-after-free in error code path

CVS: cvs.openbsd.org: src

2019-10-02 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2019/10/02 22:51:15 Modified files: usr.sbin/smtpd : table_proc.c Log message: fatal() if imsg_flush() call fails in table proc

CVS: cvs.openbsd.org: src

2019-10-02 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2019/10/02 22:49:12 Modified files: usr.sbin/smtpd : util.c Log message: fix memory leak in error code path

CVS: cvs.openbsd.org: src

2019-10-02 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/10/02 16:31:08 Modified files: sys/net: trunklacp.c Log message: let lacp mode trunk cope with interfaces that don't report if_baudrate. jmatthew@ and i thought i'd broken lacp in trunk(4) when

CVS: cvs.openbsd.org: www

2019-10-02 Thread Frederic Cambus
CVSROOT:/cvs Module name:www Changes by: fcam...@cvs.openbsd.org 2019/10/02 14:11:52 Modified files: . : groups.html Log message: sync

CVS: cvs.openbsd.org: www

2019-10-02 Thread Frederic Cambus
CVSROOT:/cvs Module name:www Changes by: fcam...@cvs.openbsd.org 2019/10/02 14:09:52 Modified files: build : groups.dat Log message: Add the Polish BSD User Group in Warsaw, Poland. >From Mariusz Zaborski, thanks!

CVS: cvs.openbsd.org: src

2019-10-02 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/10/02 11:18:22 Modified files: usr.sbin : Tag: OPENBSD_6_5 Makefile distrib/sets/lists/base: Tag: OPENBSD_6_5 mi distrib/sets/lists/man: Tag: OPENBSD_6_5 mi Added files: u

CVS: cvs.openbsd.org: src

2019-10-02 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2019/10/02 11:15:40 Modified files: etc: rc Log message: feed "sysctl hw" into /dev/random; a cheap way to feed in sensor data as a one-shot at boot without more complex kernel work, and also inc

CVS: cvs.openbsd.org: www

2019-10-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2019/10/02 09:52:01 Modified files: . : 66.html Log message: mention the syspatch to add sysupgrade

CVS: cvs.openbsd.org: www

2019-10-02 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2019/10/02 09:40:06 Modified files: faq: current.html faq1.html faq5.html Log message: uncomment some sysupgrade lines now that it's in 6.5 too

CVS: cvs.openbsd.org: www

2019-10-02 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2019/10/02 09:39:19 Modified files: . : errata65.html Log message: release sysupgrade errata.

CVS: cvs.openbsd.org: src

2019-10-02 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/10/02 03:50:50 Modified files: usr.bin/ssh: ssh-keygen.c Log message: thinko in previous; spotted by Mantas Mikulėnas

CVS: cvs.openbsd.org: src

2019-10-02 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/10/02 02:58:34 Modified files: usr.sbin/bgpd : bgpd.c Log message: In IMSG_PFKEY_RELOAD do not warn about unknown peers. When a peer is removed the session engine will issue a IMSG_PFKEY_RELOAD call af

CVS: cvs.openbsd.org: src

2019-10-02 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/10/02 02:57:01 Modified files: usr.sbin/bgpd : session.c Log message: When removing a peer do the RB_REMOVE last and log the removal just before that. OK benno@

CVS: cvs.openbsd.org: src

2019-10-02 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/10/02 02:07:13 Modified files: usr.bin/ssh: sshsig.c Log message: make signature format match PROTOCOL.sshsig file: the message hash should be written as a string, not raw bytes. Spotted by Mantas M

CVS: cvs.openbsd.org: src

2019-10-02 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/10/02 02:05:50 Modified files: usr.bin/ssh: ssh-keygen.c Log message: ban empty namespace strings for sshsig; spotted by Mantas Mikulėnas

CVS: cvs.openbsd.org: src

2019-10-02 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2019/10/02 01:43:20 Modified files: usr.bin/cdio : cdio.1 Log message: Remove references to "aucat socket". The "aucat socket" was removed ~7 years ago. As the output could be anything on the network, als