CVS: cvs.openbsd.org: src

2023-05-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/08 23:39:24 Modified files: regress/lib/libcrypto/bn: bn_mod_exp.c Log message: Add regress coverage for -1 modulus as well.

CVS: cvs.openbsd.org: src

2023-05-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/08 23:38:11 Modified files: lib/libcrypto/bn: bn_exp.c Log message: bn_exp: also special case -1 modulus Anything taken to the power of 0 is 1, and then reduced mod 1 or mod -1 it will be 0. If "any

CVS: cvs.openbsd.org: xenocara

2023-05-08 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/05/08 23:37:33 Added files: font/encodings : iso8859-14.enc Log message: Add missing file in previsous commit.

CVS: cvs.openbsd.org: src

2023-05-08 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/05/08 23:15:55 Modified files: lib/libcrypto/bn: bn_convert.c Log message: Rewrite BN_bn2hex() using CBB/CBS. ok tb@

CVS: cvs.openbsd.org: src

2023-05-08 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2023/05/08 23:12:49 Modified files: lib/libcrypto/bn: bn_convert.c Log message: Rewrite BN_bn2dec() using CBB/CBS. ok tb@

CVS: cvs.openbsd.org: src

2023-05-08 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/05/08 18:01:59 Modified files: sbin/pflogd: pflogd.c Log message: switch pflogd from using a bpf read timeout to a wait timeout. a bpf read timeout means every read will end after the timeout expir

CVS: cvs.openbsd.org: src

2023-05-08 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/05/08 17:52:36 Modified files: sys/net: pfvar_priv.h Log message: fix up some formatting in the pf_state_list comment.

Re: CVS: cvs.openbsd.org: xenocara

2023-05-08 Thread Theo Buehler
On Mon, May 08, 2023 at 09:35:25AM -0600, Matthieu Herrb wrote: > CVSROOT: /cvs > Module name: xenocara > Changes by: matth...@cvs.openbsd.org2023/05/08 09:35:25 > > Modified files: > font/encodings : Makefile.am Makefile.in aclocal.m4 > > Log message: > Add ISO8859-14 enco

CVS: cvs.openbsd.org: src

2023-05-08 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2023/05/08 11:15:43 Modified files: usr.bin/passwd : local_passwd.c Log message: Prevent signed integer overflow A signed integer overflow could occur after INT_MAX bad password attempts. Check for unlimite

CVS: cvs.openbsd.org: xenocara

2023-05-08 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/05/08 10:43:56 Modified files: . : MODULES Log message: update

CVS: cvs.openbsd.org: src

2023-05-08 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:src Changes by: tob...@cvs.openbsd.org 2023/05/08 10:11:41 Modified files: usr.bin/passwd : pwd_check.c Log message: Improve error handling Close pipe file descriptors if fork fails. Also do not parse exit status of child if waitpid fails. with

CVS: cvs.openbsd.org: xenocara

2023-05-08 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/05/08 10:03:58 Modified files: driver/xf86-video-dummy: ChangeLog aclocal.m4 configure configure.ac driver/xf86-video-dummy/src: dummy.h dummy_drive

CVS: cvs.openbsd.org: xenocara

2023-05-08 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/05/08 09:58:50 Modified files: distrib/sets/lists/xfont: mi Log message: sync

CVS: cvs.openbsd.org: xenocara

2023-05-08 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2023/05/08 09:35:25 Modified files: font/encodings : Makefile.am Makefile.in aclocal.m4 Log message: Add ISO8859-14 encoding This allows legacy applications (xcalc for instance) to work without

CVS: cvs.openbsd.org: src

2023-05-08 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2023/05/08 09:18:31 Modified files: usr.sbin/cron : entry.c Log message: cron: bounds check the high and low bounds for in a random range. The bounds are checked for normal ranges in set_element() but in th

CVS: cvs.openbsd.org: src

2023-05-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/08 08:51:00 Modified files: lib/libcrypto/x509: x509_local.h x509_vfy.c Log message: Rename the other_ctx in X509_STORE_CTX into trusted The other_ctx is a strong contender for the worst name of a s

CVS: cvs.openbsd.org: src

2023-05-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/08 07:53:26 Modified files: lib/libcrypto : crypto_init.c Log message: Add RCS tag

CVS: cvs.openbsd.org: src

2023-05-08 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/05/08 07:22:13 Modified files: sys/net: pf.c sys/netinet: ip_output.c sys/netinet6 : ip6_output.c Log message: The call to in_proto_cksum_out() is only needed before the

CVS: cvs.openbsd.org: src

2023-05-08 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/05/08 07:14:21 Modified files: sys/netinet6 : nd6.c Log message: To make ND6 mp-safe, the life time of struct llinfo_nd6 *ln = rt->rt_llinfo has to be guaranteed. Replace the complicated logic in nd6

CVS: cvs.openbsd.org: src

2023-05-08 Thread Gerhard Roth
CVSROOT:/cvs Module name:src Changes by: gerh...@cvs.openbsd.org 2023/05/08 06:25:23 Modified files: usr.sbin/snmpd : usm.c Log message: Fix a potential mem-leak in usm_decrypt(). Spotted by hshoexer@ ok martijn@

CVS: cvs.openbsd.org: www

2023-05-08 Thread Moritz Buhl
CVSROOT:/cvs Module name:www Changes by: mb...@cvs.openbsd.org 2023/05/08 05:54:48 Modified files: . : want.html Log message: Remove my igc(4) request. Thanks to David Leadbeater for the R86S!

CVS: cvs.openbsd.org: src

2023-05-08 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/05/08 05:47:52 Modified files: sys/netinet6 : nd6.c Log message: As the nd6 mutex protects the lifetime of struct llinfo_nd6 ln, nd6_mtx must be held longer in nd6_rtrequest() case RTM_RESOLVE. OK kn@

CVS: cvs.openbsd.org: src

2023-05-08 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/05/08 05:13:30 Modified files: regress/lib/libc/malloc: Makefile Log message: Enable malloc_errs test

CVS: cvs.openbsd.org: src

2023-05-08 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/05/08 05:12:44 Added files: regress/lib/libc/malloc/malloc_errs: Makefile malloc_errs.c Log message: Add a regress test to test various malloc API and heap mismanagement errors which should cause abort.

CVS: cvs.openbsd.org: src

2023-05-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/08 04:03:39 Modified files: usr.bin/tmux : grid.c tmux.h Log message: Reorder struct grid_cell_entry On aarch64 with llvm 15, the new -Wunaligned-access emits noise on every one of tmux's source f

CVS: cvs.openbsd.org: src

2023-05-08 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/05/08 03:29:11 src/regress/lib/libc/malloc/malloc_errs Update of /cvs/src/regress/lib/libc/malloc/malloc_errs In directory cvs.openbsd.org:/tmp/cvs-serv13196/malloc_errs Log Message: Directory /cvs/src/regress/