CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2022/01/08 00:55:26
Modified files:
regress/usr.bin/ssh: hostbased.sh
Log message:
Remove errant "set -x" left over from debugging.
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2022/01/08 00:43:58
Modified files:
openssh: agent-restrict.html
Log message:
don't mention missing markus
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2022/01/08 00:37:32
Modified files:
usr.bin/ssh: sftp-client.c
Log message:
use status error message to communicate ~user expansion failures;
provides better experience for scp in sftp mode, where ~user
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2022/01/08 00:36:11
Modified files:
usr.bin/ssh: scp.c
Log message:
fix some corner-case bugs in scp sftp-mode handling of ~-prefixed
paths; spotted by jsg; feedback jsg & deraadt, ok jsg & markus
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2022/01/08 00:34:57
Modified files:
usr.bin/ssh: sftp-client.c
Log message:
more idiomatic error messages; spotted by jsg & deraadt
ok jsg & markus
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2022/01/08 00:33:54
Modified files:
usr.bin/ssh: sftp-server.c
Log message:
add a variant of send_status() that allows overriding the default,
generic error message. feedback/ok markus & jsg
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2022/01/08 00:32:45
Modified files:
usr.bin/ssh: misc.c
Log message:
refactor tilde_expand_filename() and make it handle ~user paths with no
trailing slash; feedback/ok markus and jsg
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/01/08 00:25:52
Modified files:
lib/libcrypto/x509: x509_cpols.c
Log message:
x509_cpols.c will need to include x509_lcl.h soon
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2022/01/08 00:01:13
Modified files:
regress/usr.bin/ssh: hostbased.sh
Log message:
Enable all supported hostkey algorithms (but no others). Allows hostbased
test to pass when built without OpenSSL.
On Fri, Jan 7, 2022 at 10:50 PM Philip Guenther
wrote:
> CVSROOT:/cvs
> Module name:src
> Changes by: guent...@cvs.openbsd.org2022/01/07 23:49:42
>
> Modified files:
> libexec/ld.so : boot.c dir.c dl_dirname.c dl_printf.c
> dl_uname.c dlfc
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2022/01/07 23:49:42
Modified files:
libexec/ld.so : boot.c dir.c dl_dirname.c dl_printf.c
dl_uname.c dlfcn.c library.c library_mquery.c
library_subr
CVSROOT:/cvs
Module name:src
Changes by: inogu...@cvs.openbsd.org2022/01/07 23:05:39
Modified files:
usr.bin/openssl: cms.c
Log message:
Indicate current default cipher
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2022/01/07 22:40:19
Modified files:
sys/arch/octeon/conf: BOOT
sys/arch/powerpc64/conf: BOOT
Log message:
Remove verbose PCI and USB device info from BOOT
BOOT kernels do not print kernel messages,
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2022/01/07 22:34:54
Modified files:
sys/arch/octeon/include: pci_machdep.h
Log message:
Adjust debug printfs after pcitag_t type change.
CVSROOT:/cvs
Module name:src
Changes by: jmatt...@cvs.openbsd.org2022/01/07 17:20:10
Modified files:
sys/dev/fdt: if_dwxe.c
Log message:
Apply mpsafe changes from dwge(4) to dwxe(4):
Rework the tx path to use the consumer and producer positions to work out
th
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/01/07 15:46:05
Modified files:
regress/lib/libcrypto/x509/rfc3779: rfc3779.c
Log message:
Add some workarounds to make build_addr_block_test_data const.
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/01/07 14:58:17
Modified files:
lib/libcrypto/evp: evp.h evp_aead.c
Log message:
Prepare to provide EVP_AEAD_CTX_{new,free}()
ok jsing
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2022/01/07 12:03:57
Modified files:
sys/arch/arm64/dev: aplpcie.c
Log message:
Add code to initialize the PCIe host bridge hardware. We currently rely on
U-Boot to initialize the hardware for us, b
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/01/07 10:17:02
Modified files:
regress/lib/libcrypto/x509/rfc3779: Makefile
Log message:
Revert previous accidental commit
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2022/01/07 10:14:42
Modified files:
usr.sbin/ntpd : constraint.c
Log message:
If no date could be parsed, bail out early and fix an error return that
leaked; ok florian@
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2022/01/07 09:45:06
Modified files:
lib/libssl : s3_lib.c ssl_cert.c ssl_lib.c ssl_locl.h
ssl_srvr.c
Log message:
Rename dh_tmp to dhe_params.
Support for non-ephemeral DH was
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2022/01/07 09:39:18
Modified files:
sys/net: if.c
Log message:
SIOCSIFXFLAGS drops into the SIOCSIFFLAGS to perform auto-up of the
interface. If this operation fails (probably due to missing firmware
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2022/01/07 08:56:33
Modified files:
lib/libssl : ssl_cert.c
Log message:
Stop attempting to duplicate the public and private key of dh_tmp.
Support for non-ephemeral DH was removed a very long time ago
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2022/01/07 08:46:30
Modified files:
lib/libssl : s3_lib.c ssl_locl.h ssl_srvr.c tls13_server.c
tls_internal.h tls_key_share.c
Log message:
Convert legacy server to tls_key_share
CVSROOT:/cvs
Module name:src
Changes by: ke...@cvs.openbsd.org 2022/01/07 06:56:54
Modified files:
sys/arch/arm64/conf: kern.ldscript
sys/arch/riscv64/conf: kern.ldscript
Log message:
.glue_7 is used for arm code calling thumb code, and .glue_7t is used for
thu
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/01/07 05:24:17
Modified files:
lib/libcrypto/asn1: tasn_dec.c tasn_fre.c tasn_new.c
Log message:
A few more files need asn1_locl.h.
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/01/07 04:13:55
Modified files:
lib/libcrypto/asn1: a_object.c asn_moid.c tasn_enc.c
lib/libcrypto/evp: evp_lib.c
lib/libcrypto/objects: obj_dat.c obj_lib.c
lib/libcrypto/rsa: rs
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2022/01/07 03:48:59
Modified files:
sys/arch/octeon/stand/boot: Makefile
sys/arch/powerpc64/stand/boot: Makefile
Log message:
Add missing dependency.
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2022/01/07 03:20:11
Modified files:
regress/usr.sbin/snmpd: snmpd.sh
Log message:
Somehow I always forget that the more global LC_ALL takes precedence over
the more specific LC_CTYPE. Things are weird that w
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/01/07 02:55:32
Modified files:
lib/libcrypto : Makefile
lib/libcrypto/pem: pvkfmt.c
lib/libcrypto/rsa: rsa_chk.c rsa_crpt.c rsa_eay.c rsa_gen.c
rsa_lib.c rsa
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/01/07 02:45:52
Modified files:
lib/libcrypto : Makefile
lib/libcrypto/ocsp: ocsp_asn.c ocsp_cl.c ocsp_ext.c ocsp_lib.c
ocsp_prn.c ocsp_srv.c ocsp_vfy.c
lib/
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/01/07 02:40:03
Modified files:
lib/libcrypto/gost: gostr341001.c gostr341001_pmeth.c
Log message:
gost needs to look into ecs_locl.h
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/01/07 02:35:36
Modified files:
lib/libcrypto : Makefile
lib/libcrypto/dsa: dsa_ameth.c dsa_asn1.c dsa_key.c dsa_lib.c
dsa_meth.c dsa_ossl.c dsa_sign.c dsa_vrf.c
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/01/07 02:27:14
Modified files:
lib/libcrypto : Makefile
lib/libcrypto/dh: dh_ameth.c dh_asn1.c dh_check.c dh_gen.c
dh_key.c dh_lib.c dh_pmeth.c
lib/libcrypto/
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/01/07 02:21:21
Modified files:
lib/libcrypto/dh: dh.h
Log message:
zap trailing whitespace
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/01/07 02:08:15
Modified files:
sys/dev/ic : aac.c
Log message:
fix aac build after -Wno-uninitialized was removed
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/01/07 02:07:00
Modified files:
regress/lib/libssl/dtls: Makefile dtlstest.c
Log message:
Let dtlstest peek into bio_local.h
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/01/07 02:02:18
Modified files:
lib/libcrypto : Makefile
lib/libcrypto/asn1: bio_asn1.c
lib/libcrypto/bio: bf_buff.c bf_nbio.c bf_null.c bio_cb.c
bio_lib.c bi
38 matches
Mail list logo