CVSROOT:/cvs
Module name:src
Changes by: jmatt...@cvs.openbsd.org2022/10/12 22:55:33
Modified files:
usr.sbin/ypldap: aldap.c aldap.h ldapclient.c parse.y
ypldap.conf.5 ypldap.h
Log message:
Add client certificate authentication and optio
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/12 22:43:32
Modified files:
usr.sbin/rpki-client: aspa.c mft.c roa.c rsc.c
Log message:
All of ROA, MFT, ASPA, and RSC define their respective 'version' field
in ASN.1 as following: "version [0] INTE
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2022/10/12 17:11:33
Modified files:
lib/libc/gen : disklabel.c
sbin/badsect : badsect.c
sbin/disklabel : disklabel.c
share/man/man5 : disktab.5
sys/sys: disklabe
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2022/10/12 07:39:50
Modified files:
sys/arch/arm64/dev: aplpmu.c aplsmc.c efi_machdep.c
sys/arch/loongson/dev: mcclock.c
sys/arch/octeon/dev: octrtc.c
sys/arch/powerpc64/dev:
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/12 05:57:40
Modified files:
usr.sbin/ldapd : schema.c
Log message:
avoid use after free in error paths
ok miod@ martijn@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/12 05:29:53
Modified files:
sys/arch/arm64/dev: apldma.c
Log message:
use correct type with sizeof
ok miod@ kettenis@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/10/12 05:26:05
Modified files:
usr.sbin/bgpd : rde_rib.c
Log message:
use correct type with sizeof
ok miod@ claudio@ tb@
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2022/10/12 04:48:33
Modified files:
sys/arch/macppc/stand: Makefile Makefile.inc
Log message:
Remove powerpc left-overs
There since the powerpc -> macppc move/rename.
KERN_AS usage disappeared in
commit
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2022/10/12 03:23:45
Modified files:
sys/arch/macppc/stand: ofdev.c
Log message:
Fix -Wreturn-type
OK miod