CVS: cvs.openbsd.org: src

2023-08-17 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2023/08/18 00:45:15 Modified files: etc/examples : radiusd.conf Log message: Tweak radiusd.conf example. input from an anonymous user.

CVS: cvs.openbsd.org: src

2023-08-17 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2023/08/18 00:37:20 Modified files: usr.sbin/radiusd: parse.y Log message: Fix the config parser to be able to have comment lines at middle of "client" block. Also fix a memory leak and improve the error me

CVS: cvs.openbsd.org: src

2023-08-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/18 00:09:11 Modified files: sys/lib/libz : zlib.h Log message: sync with userland

CVS: cvs.openbsd.org: src

2023-08-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/18 00:08:19 Modified files: lib/libz : compress.3 Log message: sync with zlib.h "that's fine" jmc

CVS: cvs.openbsd.org: src

2023-08-17 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2023/08/18 00:12:27 Modified files: usr.sbin/radiusd: radiusd_bsdauth.c Log message: Properly terminate the arguments for execv() with NULL.

CVS: cvs.openbsd.org: src

2023-08-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/18 00:08:03 Modified files: lib/libz : zlib.h Log message: Sync doc comment with upstream

CVS: cvs.openbsd.org: src

2023-08-17 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2023/08/17 19:37:41 Modified files: usr.bin/ssh: kex.c misc.c misc.h mux.c Log message: fix regression in OpenSSH 9.4 (mux.c r1.99) that caused multiplexed sessions to ignore SIGINT under some circumstan

CVS: cvs.openbsd.org: src

2023-08-17 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2023/08/17 08:10:28 Modified files: usr.bin/tmux : cmd.c format-draw.c format.c server-client.c style.c tmux.1 tmux.h Log message: Add a session, pane and user mouse range types f

CVS: cvs.openbsd.org: src

2023-08-17 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2023/08/17 04:51:54 Modified files: share/man/man5 : port-modules.5 Log message: remove reference to old gcc3 module, spotted by Alexey Brovchenko

CVS: cvs.openbsd.org: src

2023-08-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/17 03:28:43 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Garbage collect two commented abort()

CVS: cvs.openbsd.org: src

2023-08-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/17 03:27:43 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Make the local ASN1_OBJECTs const ok jsing

CVS: cvs.openbsd.org: src

2023-08-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/17 03:26:09 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Remove some unnecessary else branches

CVS: cvs.openbsd.org: src

2023-08-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/17 03:24:50 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Remove some parents from return statements

CVS: cvs.openbsd.org: src

2023-08-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/17 03:22:56 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Use cmp instead of i for the result of a comparison ok jsing

CVS: cvs.openbsd.org: src

2023-08-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/17 03:18:21 Modified files: lib/libcrypto/objects: obj_dat.c Log message: Use OBJ_cmp() instead of inlining two variants This also avoids more undefined behavior with memcmp(). ok jsing PS: Unsoli

CVS: cvs.openbsd.org: src

2023-08-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/08/17 03:13:01 Modified files: lib/libcrypto/objects: obj_lib.c Log message: Avoid memcmp(NULL, x, 0) in OBJ_cmp() If a->length is 0, either a->data or b->data could be NULL and memcmp() will rely on u

CVS: cvs.openbsd.org: src

2023-08-17 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/08/17 01:25:57 Modified files: usr.sbin/httpd : httpd.conf.5 Log message: use "example.com" instead of "default" as server name in the various examples: it matches the sample config and avoids tricking