CVS: cvs.openbsd.org: src

2021-11-06 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2021/11/06 11:35:14 Modified files: sys/kern : uipc_usrreq.c sys/sys: unpcb.h Log message: Make `unp_msgcount' and `unp_file' atomic. Introduce `unp_rights_mtx' mutex(9) to protect `un

CVS: cvs.openbsd.org: src

2021-11-06 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2021/11/06 09:00:25 Modified files: lib/libcrypto/man: EVP_PKEY_asn1_new.3 Log message: Improve formatting. The line breaks in the lists of methods were very ugly. While here, put descriptions right

CVS: cvs.openbsd.org: src

2021-11-06 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2021/11/06 08:27:45 Modified files: usr.bin/ftp: fetch.c Log message: Stop URL encoding the tilde character RFC 1738 Uniform Resource Locators (URL) lists tilde as unsafe character. RFC 2396 Uniform Res

CVS: cvs.openbsd.org: src

2021-11-06 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2021/11/06 07:33:10 Modified files: etc/rc.d : rc.subr Log message: Always run _rc_rm_runfile when process is sent a SIGKILL or rc_post fails (at this point the process has been terminated).

CVS: cvs.openbsd.org: src

2021-11-06 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/11/06 06:31:40 Modified files: lib/libcrypto/x509: x509_lu.c Log message: Start cleaning up X509_STORE_get1_issuer() Get rid of the last X509_OBJECT_free_contents() call by moving the object from the s

CVS: cvs.openbsd.org: src

2021-11-06 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/11/06 06:27:05 Modified files: lib/libcrypto/x509: x509_lu.c Log message: In X509_STORE_get1_issuer() do not call the verify callback from x509_check_cert_time(). Matches a change made in OpenSSL 70dd3c

CVS: cvs.openbsd.org: src

2021-11-06 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2021/11/06 05:02:53 Modified files: etc/rc.d : rc.subr Log message: Drop uneeded sleep.

CVS: cvs.openbsd.org: src

2021-11-06 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2021/11/06 04:38:04 Modified files: etc/rc.d : rc.subr share/man/man8 : rc.subr.8 Log message: Allow passing a different signal than SIGTERM in the default rc_stop() function. This wil

CVS: cvs.openbsd.org: src

2021-11-06 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2021/11/06 04:13:39 Modified files: usr.bin/ssh: sftp-client.c sftp-server.c Log message: Plug a couple of minor mem leaks. From beldmit at gmail.com via github PR#283, ok markus@

CVS: cvs.openbsd.org: src

2021-11-06 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/11/06 01:52:22 Modified files: lib/libcrypto/asn1: a_time.c Log message: Fix indent.

CVS: cvs.openbsd.org: src

2021-11-06 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/11/06 01:18:18 Modified files: lib/libcrypto/x509: x509_lu.c Log message: Refactor X509_STORE_get1_certs() Split the retrieval of the certs in the store's cache that match the desired subject into a se