CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2020/11/05 22:42:43
Modified files:
usr.sbin/rpki-client: output.c
Log message:
8 spaces -> tab
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2020/11/05 21:22:18
Modified files:
usr.sbin/rpki-client: mft.c
Log message:
Treat stale manifests as such, not as 'failed to parse'
There is currently dead code in mft_parse() that handles stale
manifests
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2020/11/05 20:26:19
Modified files:
regress/usr.sbin/syslogd: Client.pm args-client-tls-fake.pl
args-server-tls-client-fake.pl
funcs.pl
L
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/11/05 20:10:44
Modified files:
sys/dev/pci/drm/include/linux: mm_types.h rwsem.h spinlock.h
Log message:
move definitions which should be in rwsem.h
CVSROOT:/cvs
Module name:src
Changes by: jmatt...@cvs.openbsd.org2020/11/05 19:50:02
Modified files:
sys/dev/pci: if_mcx.c
Log message:
Match on ConnectX-6 (non-Dx) cards too.
tested by Nilson Lopes
CVSROOT:/cvs
Module name:src
Changes by: jmatt...@cvs.openbsd.org2020/11/05 19:45:47
Modified files:
sys/dev/pci: if_mcx.c
Log message:
Bail out early if the port type is not Ethernet, rather than failing later
on in the attach process with a useless error mes
CVSROOT:/cvs
Module name:src
Changes by: to...@cvs.openbsd.org 2020/11/05 14:55:11
Modified files:
regress/sbin/iked/live: Makefile
Log message:
Make sure IPsec flows are loaded with srcid/dstid attributes.
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2020/11/05 13:48:05
Modified files:
regress/lib/libcrypto/ocsp: Makefile
Log message:
Skip test if web server cannot be pinged.
CVSROOT:/cvs
Module name:src
Changes by: to...@cvs.openbsd.org 2020/11/05 13:04:42
Modified files:
regress/sbin/iked/live: Makefile
Log message:
Add test for ASN1_DN ids with existing certs.
CVSROOT:/cvs
Module name:src
Changes by: phess...@cvs.openbsd.org2020/11/05 12:28:28
Modified files:
sbin/iked : pfkey.c
sbin/ipsecctl : pfkdump.c
sys/net: pfkeyv2.h pfkeyv2_convert.c
sys/netinet: ip_ipsp.h
Log message:
CVSROOT:/cvs
Module name:src
Changes by: an...@cvs.openbsd.org 2020/11/05 11:25:39
Modified files:
regress/sys/uvm/vnode: Makefile
Log message:
add missing rcs id
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2020/11/05 09:38:09
Modified files:
usr.sbin/rpki-client: mft.c
Log message:
typo
This is the straight forward fix but not optimal since we now have to
move 16k of data from the resolver to the frontend process for every
answer even if it's much smaller which is the usual case.
I'll try to improve this in the comming weeks.
On Thu, Nov 05, 2020 at 09:22:59AM -0700, Florian Obs
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2020/11/05 09:22:59
Modified files:
sbin/unwind: frontend.c resolver.c unwind.c unwind.h
Log message:
Handle DNS answers that are larger than the maximum imsg size (about
16k) by splitting them up.
Previ
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/11/05 09:04:39
Modified files:
lib/libc/sys : sendsyslog.2
usr.bin/awk: awk.1
Log message:
double word fixes;
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2020/11/05 08:53:55
Modified files:
usr.sbin/rpki-client: mft.c
Log message:
Fix checks for manifest validity interval
The check_validity() function used the X509_cmp_time() functions with
GeneralizedTime.
CVSROOT:/cvs
Module name:www
Changes by: clau...@cvs.openbsd.org 2020/11/05 08:47:06
Modified files:
openbgpd : ftp.html
Log message:
Regen
CVSROOT:/cvs
Module name:www
Changes by: clau...@cvs.openbsd.org 2020/11/05 08:46:39
Modified files:
build : Makefile
build/mirrors : openbgpd-ftp.html.head
Log message:
OpenBGPD-6.8p1 release
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2020/11/05 07:44:59
Modified files:
usr.sbin/bgpd : rde.c session.c
Log message:
Mark some common symbols of RDE and SE as static so that linking
with -fno-common does not fail.
OK bcook@
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2020/11/05 04:52:59
Modified files:
usr.sbin/bgpd : bgpd.c bgpd.h rde.c session.c
Log message:
Kill bgpd_process, nothing uses it anymore. Instead pass the process
type directly to log init. One less common
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2020/11/05 04:51:13
Modified files:
usr.sbin/bgpd : bgpd.h printconf.c rde.c rde_filter.c rde_rib.c
Log message:
Refactor the filterset handling of nexthops. Instead of depending on
bgpd_process and changin
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2020/11/05 04:28:11
Modified files:
usr.sbin/bgpd : control.c session.c session.h
Log message:
Refactor the control code to be more like a module.
Change control_dispatch_msg() to return the change of contr
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2020/11/05 04:20:34
Modified files:
usr.sbin/bgpd : rde_rib.c
Log message:
Fix comment to better reflect reality
CVSROOT:/cvs
Module name:src
Changes by: de...@cvs.openbsd.org 2020/11/05 03:46:14
Modified files:
sys/net: rtable.c
sys/netinet: in_pcb.c
sys/netinet6 : in6_src.c
Log message:
Replace wrong cast with satosin.
Advised by bluhm@
24 matches
Mail list logo