CVS: cvs.openbsd.org: src

2019-11-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/11/28 01:38:04 Modified files: usr.bin/tmux : options-table.c Log message: status-left and status-right need push-default also, reported by Eric Pruitt in GitHub issue 1989.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/11/28 02:05:34 Modified files: usr.bin/tmux : cmd-refresh-client.c format.c tmux.1 tmux.h tty.c Log message: Store xpixel/ypixel from TIOCGWINSZ and add formats.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/11/28 12:32:30 Modified files: usr.sbin/rpki-client: main.c Log message: intentionally fclose output file, rather than relying on exit() to do it. benno and stsp stared...

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 14:12:00 Modified files: usr.sbin/rpki-client: Makefile io.c main.c mft.c Log message: enable more warning flags and fix a few issues noticed. ok claudio@ deraadt@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2019/11/28 14:18:16 Modified files: distrib/sets/lists/base: mi lib/libcbor: shlib_version Log message: bump libcbor after symbol addition; ok deraadt@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/11/28 14:18:38 Modified files: usr.bin/tmux : format.c Log message: Do not crash when a format doesn't exist, reported by Thomas Sattler.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2019/11/28 14:49:41 Modified files: sys/dev/usb: xhci.c Log message: On short transfers with multiple TRBs in a TD we get two events. One on the TRB that went short, and one for the last TRB in a TD. We

CVS: cvs.openbsd.org: src

2019-11-28 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2019/11/28 17:51:28 Modified files: usr.sbin/vmd : i8253.c mc146818.c ns8250.c virtio.c vm.c Log message: Fix at least one cause of VMs spinning at 100% host CPU After debugging with ori@, it looks like

CVS: cvs.openbsd.org: src

2019-11-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/11/28 19:52:22 Modified files: usr.sbin/rpki-client: main.c Log message: Shuffle the desk chairs on this ocean liner

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/11/28 20:36:44 Modified files: usr.sbin/rpki-client: main.c Log message: fchmod 0644 the output roa file, since it is public information and this will work better with upcoming privdrop rpki-client and

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/11/28 13:23:09 Modified files: usr.sbin/rpki-client: extern.h main.c Log message: Output to a temporary file, which gets renamed on success. This will work much better with bgpd.conf include

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/11/28 14:41:43 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: go fmt

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/11/28 14:42:42 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: update to-do list

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/11/28 20:19:54 Modified files: etc/mtree : 4.4BSD.dist Log message: create var/db/rpki-client directory with correct mode

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/11/28 14:41:15 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: no need for fallthrough

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 18:46:46 Modified files: usr.sbin/rpki-client: io.c Log message: fix io_simple_read() change from earlier 'fix warnings' commit found by deraadt in most unfunny circumstances.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 12:25:53 Modified files: usr.sbin/rpki-client: Makefile main.c Log message: add missing prototype

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 13:10:45 Modified files: usr.sbin/rpki-client: main.c Log message: convert the return code to be 0 for success and 1 for failure. ok claudio@ deraadt@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2019/11/28 13:28:14 Modified files: sbin/unwind: resolver.c Log message: The happy eyeballs code computes a median to assess how well a resolver is doing. But circumstances can change, so decay the

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/11/28 14:35:47 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Run HKDF test vectors against libcrypto.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/11/28 20:22:14 Modified files: etc: Makefile Log message: create a var/db/rpki-client/roa file with correct ownership so that rpki-client(8) can deal with it (some upcoming changes...)

CVS: cvs.openbsd.org: src

2019-11-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/11/28 13:36:17 Modified files: usr.sbin/rpki-client: cert.c extern.h main.c validate.c Log message: Convert the auths array into an RB tree indexed by SKI. For fast lookups the parent auth struct is

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/11/28 14:08:25 Modified files: usr.sbin/rpki-client: main.c Log message: improve snprintf overflow test; noted by benno

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/11/28 14:52:55 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: move the HKDF tests up a bit

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/11/28 16:13:34 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Run additional 3004 ECDH and 1575 ECDSA test vectors against libcrypto. For now, skip 96 ECDH tests for

CVS: cvs.openbsd.org: src

2019-11-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/11/28 19:47:57 Modified files: usr.sbin/rpki-client: validate.c Log message: valid_as() should be as strict as valid_ip() when it comes to not-covered blocks. No longer bubble up the chain in the hope

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 20:28:20 Modified files: etc/mtree : 4.4BSD.dist Log message: add /var/cache/rpki-client, ok deraadt@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/11/28 20:42:10 Modified files: etc/examples : bgpd.conf Log message: Import /var/db/rpki-client/roa and filter discussed at length with claudio and benno

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/11/28 21:04:08 Modified files: usr.sbin/rpki-client: extern.h main.c rpki-client.8 Log message: If run as root, priv-drop to _rpki-client. If no output file is specified, output to the

CVS: cvs.openbsd.org: src

2019-11-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/11/28 13:32:59 Modified files: usr.sbin/rpki-client: cert.c Log message: The root certs do not have a CRL distribution point extension so don't try to fetch it. OK benno@ (part of a larger diff)

CVS: cvs.openbsd.org: src

2019-11-28 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2019/11/28 16:42:52 Modified files: sys/uvm: uvm_extern.h Log message: uvm_pagealloc_contig() doesn't exist and shouldn't exist ok kettenis@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/11/28 17:11:21 Modified files: usr.bin/ssh: hash.c Log message: perform hashing directly in crypto_hash_sha512() using libcrypto or libc SHA512 functions rather than calling ssh_digest_memory();

CVS: cvs.openbsd.org: src

2019-11-28 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/11/28 17:13:29 Modified files: regress/usr.bin/ssh/misc/sk-dummy: Makefile Log message: lots of dependencies go away here with ed25519 no longer needing the ssh_digest API.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2019/11/28 18:04:08 Modified files: sys/kern : vfs_bio.c vfs_biomem.c sys/sys: buf.h Log message: Re commit what was committed in version 1.43 with a fix added to ensure we handle the

CVS: cvs.openbsd.org: src

2019-11-28 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2019/11/28 20:12:35 Modified files: usr.bin/at : at.c Log message: at(1): ctime comparison: subtraction is not comparison; ok millert@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/11/28 21:25:11 Modified files: etc: crontab Log message: Uncomment a single line in root's crontab to run rpki-client and reload bpgd configuration, which enables Enterprise-Ready

CVS: cvs.openbsd.org: src

2019-11-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/11/28 21:40:05 Modified files: usr.sbin/rpki-client: crl.c extern.h main.c x509.c Log message: Use the AKI embedded in the CRL to store the crls. This way the AKI from the cert can be used to load the

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 22:14:12 Modified files: usr.sbin/rpki-client: cms.c log.c roa.c Log message: not a backout commit s/EXIT_FAILURE/1/ ok claudio@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Nayden Markatchev
CVSROOT:/cvs Module name:src Changes by: nay...@cvs.openbsd.org 2019/11/28 22:28:32 Modified files: bin/csh: file.c Log message: typo fix. ok deraadt@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 21:58:26 Modified files: usr.sbin/rpki-client: main.c Log message: s/EXIT_FAILURE/1/ ok claudio@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 22:00:24 Modified files: usr.sbin/rpki-client: x509.c Log message: s/EXIT_FAILURE/1/ ok claudio@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 22:01:41 Modified files: usr.sbin/rpki-client: tal.c Log message: s/EXIT_FAILURE/1/ ok claudio@ muppets@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 22:09:50 Modified files: usr.sbin/rpki-client: io.c Log message: You know the main street in white horse? On the left... s/EXIT_FAILURE/1/ kind of ok claudio@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 22:11:18 Modified files: usr.sbin/rpki-client: cert.c Log message: commited at minus 21 degC s/EXIT_FAILURE/1/ ok claudio@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 22:52:27 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: document use of /var/db/rpki-client/ and /var/cache/rpki-client/

CVS: cvs.openbsd.org: src

2019-11-28 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2019/11/28 23:19:07 Modified files: sys/dev/pci/drm/include/drm: gpu_scheduler.h sys/dev/pci/drm/scheduler: gpu_scheduler.c Log message: drm_sched_entity_flush() doesn't care about specific

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/11/28 23:34:46 Modified files: libexec/ld.so : Makefile library.c library_mquery.c libexec/ld.so/aarch64: syscall.h libexec/ld.so/alpha: syscall.h libexec/ld.so/amd64:

CVS: cvs.openbsd.org: src

2019-11-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/11/28 21:42:44 Modified files: usr.sbin/rpki-client: main.c Log message: normalize_name() is no longer needed

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 22:05:47 Modified files: usr.sbin/rpki-client: mft.c Log message: The code is more what you'd call 'guidelines' than actual rules. s/EXIT_FAILURE/1/ ok claudio@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 22:16:54 Modified files: usr.sbin/rpki-client: validate.c Log message: e2k19 - above par s/EXIT_FAILURE/1/ ok claudio@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 22:23:55 Modified files: usr.sbin/rpki-client: main.c Log message: s/EXIT_SUCCESS/0/ ok "ys" claudio@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/11/28 02:51:58 Modified files: usr.bin/tmux : xmalloc.c xmalloc.h Log message: Add xrecallocarray.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2019/11/28 07:05:17 Modified files: sbin/unwind: unwind.conf.5 Log message: No more example file; ok florian@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/11/28 03:17:22 Modified files: usr.bin/tmux : screen-write.c tty-keys.c Log message: Parse out DA features.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/11/28 03:55:45 Modified files: usr.bin/tmux : options-table.c Log message: Missing after-kill-pane option.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/11/28 05:23:25 Modified files: usr.bin/ssh: ssh-agent.1 Log message: reshuffle the text to read better; input from naddy, djmc, and dtucker

CVS: cvs.openbsd.org: src

2019-11-28 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/11/28 05:24:31 Modified files: usr.bin/ssh: ssh.1 Log message: improve the text for -A a little; input from naddy and djm

CVS: cvs.openbsd.org: src

2019-11-28 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2019/11/28 03:40:29 Modified files: sbin/unwind: resolver.c resolver.h usr.sbin/unwindctl: unwindctl.c Log message: show median RTT in unwindctl status

CVS: cvs.openbsd.org: src

2019-11-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/11/28 02:50:09 Modified files: usr.bin/tmux : input.c Log message: Bump the escape sequence timeout to five seconds to allow for longer legitimate sequences.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2019/11/28 05:16:28 Modified files: sbin/iked : iked.h ikev2.c ikev2_msg.c ikev2_pld.c Log message: Move Notify and Certreq payload handlers after the parser. Modify SA state only when the full message

CVS: cvs.openbsd.org: src

2019-11-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/11/28 02:45:16 Modified files: usr.bin/tmux : cmd-break-pane.c cmd-resize-window.c format.c layout-custom.c layout-set.c resize.c server-client.c

CVS: cvs.openbsd.org: src

2019-11-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/11/28 02:56:25 Modified files: usr.bin/tmux : server-client.c tmux.h tty-term.c tty.c Log message: Long lines and spacing fixes.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2019/11/28 03:02:44 Modified files: sbin/unwind: parse.y printconf.c resolver.c resolver.h unwind.h usr.sbin/unwindctl: unwindctl.c Log message: Track all elements of

CVS: cvs.openbsd.org: src

2019-11-28 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2019/11/28 04:21:33 Modified files: usr.bin/openssl: openssl.1 Log message: Add manual for openssl(1) cms ok and comments jmc@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2019/11/28 09:57:17 Modified files: libexec/ld.so/hppa: boot_md.c Log message: Unrevert: this change was unrelated

CVS: cvs.openbsd.org: src

2019-11-28 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2019/11/28 10:19:22 Modified files: sys/uvm: uvm_mmap.c Log message: Remove end of line whitespace. No code change.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/11/28 10:26:00 Modified files: sys/scsi : scsi_base.c scsiconf.h Log message: Abstract mode sense block descriptor parsing into a separate function.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 10:39:54 Modified files: usr.sbin/rpki-client: Makefile Log message: build with -Wall, more -W coming, ok claudio@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2019/11/28 09:05:26 Modified files: sys/kern : vfs_biomem.c Log message: Fix panic noticed by bluhm@ and florian@. bp->b_pobj is used to determine if the buffer has pages to free. we have to set this

CVS: cvs.openbsd.org: src

2019-11-28 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2019/11/28 09:23:11 Modified files: sys/sys: malloc.h sys/kern : kern_malloc.c Log message: Delete km_mapblocks from kmemstats and its always-zero column from the ddb "show

CVS: cvs.openbsd.org: src

2019-11-28 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2019/11/28 09:27:26 Modified files: sbin/sysctl: sysctl.c usr.bin/systat : malloc.c usr.bin/vmstat : vmstat.c Log message: ks_mapblocks is gone

CVS: cvs.openbsd.org: src

2019-11-28 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/11/28 09:27:35 Modified files: sys/scsi : cd.c ch.c scsi_base.c sd.c Log message: Always pass a pointer to 'big' to scsi_do_mode_sense(). Sets up some simplifications.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/11/28 09:31:42 Modified files: usr.sbin/rpki-client: x509.c Log message: Document x509_get_crl()

CVS: cvs.openbsd.org: src

2019-11-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/11/28 09:36:50 Modified files: usr.sbin/rpki-client: cert.c Log message: Use x509_get_crl() to get the crl distribution point out of the x509 cert. Simplifies the code a fair bit.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/11/28 09:43:24 Modified files: usr.sbin/rpki-client: x509.c Log message: Check for failure of X509_get_ext_d2i() in x509_get_crl()

CVS: cvs.openbsd.org: src

2019-11-28 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/11/28 09:54:01 Modified files: regress/lib/libcrypto/wycheproof: wycheproof.go Log message: Run XChaCha20-Poly1305 test vectors against libcrypto.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/11/28 10:51:55 Modified files: usr.sbin/ldomctl: ldomctl.8 ldomctl.c Log message: Print guest domain vcctty(4) devices in status output The virtual console concentrator port's minor had to be infered

CVS: cvs.openbsd.org: src

2019-11-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/11/28 08:52:49 Modified files: sbin/iked : parse.y Log message: Merge host_v{4,6}() into host_ip(), simplify host() Zap lots of duplicate code and unify address family specific code where

CVS: cvs.openbsd.org: src

2019-11-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/11/28 08:44:52 Modified files: sbin/iked : parse.y Log message: Introduce copy_sockaddrtoipa() and set_ipmask() bits from pfctl The new wrapper will be used in the upcoming diff, set_ipmask()

CVS: cvs.openbsd.org: src

2019-11-28 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/11/28 09:41:07 Modified files: sys/scsi : scsi_base.c Log message: Align an annoying comment.

CVS: cvs.openbsd.org: src

2019-11-28 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2019/11/28 09:54:30 Modified files: libexec/ld.so/aarch64: rtld_machine.c libexec/ld.so/amd64: rtld_machine.c libexec/ld.so/arm: rtld_machine.c libexec/ld.so/hppa: boot_md.c

CVS: cvs.openbsd.org: src

2019-11-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/11/28 11:03:33 Modified files: usr.sbin/ldomctl: ldomctl.8 ldomctl.c ldomctl.h Log message: Add console command "ldomctl console guest01" executes cu(1) on the domain's console. Now more device minor

CVS: cvs.openbsd.org: src

2019-11-28 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2019/11/28 11:29:49 Modified files: sys/kern : vfs_biomem.c sys/sys: buf.h Log message: back out the buffer cache uvm_obj change for now. the bread_cluster code has confused even me

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 11:31:50 Modified files: usr.sbin/rpki-client: main.c Log message: improve on previous to only use the required CRLs. ok claudio@

CVS: cvs.openbsd.org: src

2019-11-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/11/28 11:40:42 Modified files: usr.sbin/ldomctl: Makefile config.c ldom.conf.5 ldomctl.c mdesc.c mdstore.c parse.y pri.c util.c usr.sbin/ldomd : ds.c ldomd.c

CVS: cvs.openbsd.org: src

2019-11-28 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/11/28 11:46:32 Modified files: usr.sbin/rpki-client: main.c rpki-client.8 Log message: Remove -r flag and associated plumbing. We are always checking CRLs from now on. ok claudio@