CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/12/22 00:40:26
Modified files:
usr.bin/ssh: scp.1 sftp.1 ssh_config.5
Log message:
tweak the description of KnownHostsCommand in ssh_conf.5, and add
entries for it to the -O list in scp.1 and sftp.1
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/12/21 23:57:18
Modified files:
usr.bin/systat : mbufs.c
Log message:
print all the rings on a nic without limiting it to the number of mclpools
"makes sense" jmatthew@
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/12/21 23:55:16
Modified files:
sys/dev/pci: if_ixl.c
Log message:
name the rx rings like ix does for systat mb
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/12/21 23:47:24
Modified files:
regress/usr.bin/ssh: knownhosts-command.sh
Log message:
more detail for failing tests
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/12/21 23:03:36
Modified files:
regress/usr.bin/ssh: Makefile
Added files:
regress/usr.bin/ssh: knownhosts-command.sh
Log message:
regress test for KnownHostsCommand
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2020/12/21 21:32:42
Modified files:
distrib/sets/lists/comp: clang.loongson
Log message:
sync
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2020/12/21 21:32:08
Modified files:
share/mk : bsd.own.mk
sys/arch/loongson/conf: Makefile.loongson
Log message:
Make clang the default compiler on loongson.
OK deraadt@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/12/21 20:42:03
Modified files:
sys/arch/amd64/include: cacheinfo.h
sys/arch/amd64/amd64: cacheinfo.c
Log message:
stop showing amd l3 cache information
>= zen 2 based amd processors return a v
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2020/12/21 20:05:31
Modified files:
usr.bin/ssh: readconf.c
Log message:
Remove lines accidentally left behind in the ProxyJump parsing fix r1.345.
ok djm
CVSROOT:/cvs
Module name:src
Changes by: bc...@cvs.openbsd.org 2020/12/21 19:20:44
Modified files:
lib/libtls : tls_config.c
Log message:
Revert call to pthread_mutex_destroy until installers have a stub.
noted by deraadt@
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/12/21 17:15:23
Modified files:
usr.bin/ssh: readconf.c readconf.h ssh.1 ssh_config.5
sshconnect.c sshconnect.h sshconnect2.c
Log message:
add a ssh_config KnownHostsCommand
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/12/21 17:12:22
Modified files:
usr.bin/ssh: auth.c auth.h auth2-pubkey.c misc.c misc.h
Log message:
move subprocess() from auth.c to misc.c
make privilege dropping optional but allow it via callbac
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/12/21 17:11:03
Modified files:
share/man/man5 : hostname.if.5
Log message:
tweak previous;
CVSROOT:/cvs
Module name:src
Changes by: to...@cvs.openbsd.org 2020/12/21 15:49:36
Modified files:
sbin/iked : iked.h ikev2.c policy.c
Log message:
Use policy_test() to reassign existing SAs to updated policies after
'ikectl reload'. This prevents initiation of ne
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2020/12/21 15:48:41
Modified files:
regress/usr.bin/ssh: dhgex.sh
Log message:
Remove explicit rijndael-...@lysator.liu.se test since the cipher was
removed.
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2020/12/21 12:58:29
Modified files:
usr.bin/awk: awk.1
Log message:
Fix typo in mktime() year format description. From Paul de Weerd.
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2020/12/21 09:57:56
Modified files:
share/man/man5 : hostname.if.5
Log message:
Simplify verbiage in "DYNAMIC ADDRESS CONFIGURATION" section. Add
mention of and Xr slaacd(8).
Usual help from jmc@
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2020/12/21 09:52:49
Modified files:
distrib/miniroot: install.sub
etc: netstart
Log message:
Avoid issuing pointless 'ifconfig up' when processing 'dhcp' in
hostname.if files. dhclient(
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2020/12/21 07:55:58
Modified files:
regress/usr.bin/mandoc/roff/esc: Makefile
Added files:
regress/usr.bin/mandoc/roff/esc: O1.in O1.out_ascii O1.out_lint
Removed files:
regress/usr.b
CVSROOT:/cvs
Module name:src
Changes by: bc...@cvs.openbsd.org 2020/12/21 07:45:17
Modified files:
lib/libtls : tls_config.c
Log message:
Destroy the mutex in a tls_config object when tls_config_free is called.
ok inoguchi@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2020/12/21 05:58:42
Modified files:
sys/dev/rasops : rasops1.c
Log message:
Only enable rasops1_putchar8() and rasops1_putchar16() optomizations on
big-endian architectectures. These functions assum
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2020/12/21 04:48:38
Modified files:
usr.sbin/smtpd : smtp.1 smtpc.c
Log message:
The plumbing already allowed for smtp authentication, hook it up to the -a
flag.
Manpage order feedback jmc@
OK eric@
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2020/12/21 04:44:07
Modified files:
usr.sbin/smtpd : mta_session.c smtp_session.c
Log message:
Use NI_NUMERICSERV. We don't use the result and it's faster and is a
workaround for the memory-leak in asr.
smt
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2020/12/21 04:41:09
Modified files:
usr.bin/dig: dighost.c
usr.bin/dig/lib/isc: sockaddr.c
usr.bin/dig/lib/isc/include/isc: sockaddr.h
Log message:
Rewrite parse_netprefix to no longer
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2020/12/21 04:35:55
Modified files:
usr.sbin/rpki-client: cert.c main.c mft.c roa.c rsync.c tal.c
Log message:
Now that a NULL string is marshalled as NULL again we can drop some
extra has_xyz integers to in
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2020/12/21 04:09:32
Modified files:
usr.bin/ssh: cipher.c
Log message:
Remove the pre-standardization cipher rijndael-...@lysator.liu.se.
It is an alias for aes256-cbc which was standardized in RFC4253 (
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2020/12/21 02:40:35
Modified files:
lib/libc/asr : getnameinfo.c getnameinfo_async.c
Log message:
Always call endservent_r() after getservbyport_r().
Fix a memory leak when no entry is matched.
ok florian
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/12/21 02:19:53
Modified files:
usr.bin/ssh: readconf.c
Log message:
properly fix ProxyJump parsing; Thanks to tb@ for pointing out my error
(parse_ssh_uri() can return -1/0/1, that I missed). Report
CVSROOT:/cvs
Module name:xenocara
Changes by: rob...@cvs.openbsd.org 2020/12/21 02:06:14
Modified files:
driver/xf86-video-amdgpu/src: amdgpu_dri3.c
driver/xf86-video-ati/src: radeon_dri3.c
Log message:
unbreak DRI3 support by using priv_open_device() to open th
29 matches
Mail list logo