CVS: cvs.openbsd.org: src

2020-09-18 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2020/09/18 13:19:38 Modified files: usr.sbin/btrace: map.c printf.c Log message: fix typo in comment and trailing whitespace

CVS: cvs.openbsd.org: src

2020-09-18 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/09/18 12:06:06 Modified files: share/man/man4 : wsdisplay.4 Log message: zap trailing whitespace;

CVS: cvs.openbsd.org: src

2020-09-18 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/09/18 12:05:20 Modified files: usr.sbin/btrace: bt.5 Log message: various fixes; ok mpi

CVS: cvs.openbsd.org: src

2020-09-18 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/09/18 11:38:19 Modified files: sbin/iked : parse.y Log message: Fix memory leak in 'n->name'.

CVS: cvs.openbsd.org: src

2020-09-18 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2020/09/18 10:18:56 Modified files: lib/libssl : ssl_lib.c Log message: If ssl_cert_dup() fails in SSL_set_SSL_CTX(3), return failure rather than silently leaving a NULL pointer in ssl->cert. Kur

CVS: cvs.openbsd.org: src

2020-09-18 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2020/09/18 09:39:37 Modified files: lib/libssl/man : ssl.3 Log message: add forgotten link to newish page SSL_set1_host(3) and update merge notice

CVS: cvs.openbsd.org: src

2020-09-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/09/18 09:23:16 Modified files: regress/lib/libcrypto/x509/bettertls: verify.c Log message: Move variable declaration to beginning of scope in order to make this test compile and pass on sparc64.

CVS: cvs.openbsd.org: src

2020-09-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/09/18 08:58:04 Modified files: regress/lib/libcrypto/x509: verify.c Log message: make this test compile and pass on sparc64 by moving variable declarations to the beginning of the respective scopes (and

CVS: cvs.openbsd.org: src

2020-09-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/09/18 08:50:34 Modified files: regress/lib/libcrypto/x509: constraints.c Log message: move variable declaration up to top to make this compile and pass on sparc64

CVS: cvs.openbsd.org: src

2020-09-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/09/18 08:48:38 Modified files: regress/lib/libcrypto/x509: constraints.c Log message: Use void function argument to appease gcc 4.2.1

CVS: cvs.openbsd.org: src

2020-09-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/09/18 08:41:04 Modified files: regress/lib/libcrypto/pem: x509_info.c Log message: fix "warning: value computed is not used" Add a cast to tell gcc 4.2.1 that the return value is deliberately ignored.

CVS: cvs.openbsd.org: src

2020-09-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/09/18 08:38:04 Modified files: regress/lib/libcrypto/cms: cmstest.c Log message: fix "warning: function declaration isn't a prototype" Make tests compile and pass on sparc64 with gcc 4.2.1 by properly

CVS: cvs.openbsd.org: src

2020-09-18 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/09/18 05:23:29 Modified files: usr.bin/tmux : window-copy.c Log message: Free buffer earlier to avoid confusing some compilers, GitHub issue 2382.

CVS: cvs.openbsd.org: src

2020-09-18 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/09/18 05:20:59 Modified files: usr.bin/tmux : control.c input-keys.c window-customize.c Log message: Some other warnings, GitHub issue 2382.

CVS: cvs.openbsd.org: src

2020-09-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/09/18 04:39:10 Modified files: regress/lib/libcrypto/symbols: symbols.awk Log message: zap redundant line

CVS: cvs.openbsd.org: src

2020-09-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/09/18 04:19:31 Modified files: regress/lib/libcrypto: Makefile Log message: hook symbols test to regress

CVS: cvs.openbsd.org: src

2020-09-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/09/18 04:18:26 Added files: regress/lib/libcrypto/symbols: Makefile symbols.awk Log message: Check availability of the symbols in Symbols.list This regress parses Symbols.list and pulls all public head

CVS: cvs.openbsd.org: src

2020-09-18 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/09/18 04:10:58 src/regress/lib/libcrypto/symbols Update of /cvs/src/regress/lib/libcrypto/symbols In directory cvs.openbsd.org:/tmp/cvs-serv90208/symbols Log Message: Directory /cvs/src/regress/lib/libcrypto/sy

CVS: cvs.openbsd.org: src

2020-09-18 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2020/09/18 02:28:45 Modified files: lib/libcrypto/x509: x509_constraints.c Log message: Fix potential overflow in CN subject line parsing, thanks to ASN1_STRING - the gift that keeps on giving. Found by Gui

CVS: cvs.openbsd.org: src

2020-09-18 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/09/18 02:16:38 Modified files: usr.bin/ssh: ssh-agent.c Log message: handle multiple messages in a single read() PR#183 by Dennis Kaarsemaker; feedback and ok markus@