CVS: cvs.openbsd.org: src

2023-05-10 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/05/10 01:19:50 Modified files: usr.sbin/smtpd : mail.maildir.c parse.y Log message: add a few missing headers, reduces the diff with -portable ok millert@

CVS: cvs.openbsd.org: src

2023-05-10 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/05/10 01:20:20 Modified files: usr.sbin/smtpd : lka_filter.c Log message: cast time_t to long long for printf, reduces the diff with -portable ok millert@

CVS: cvs.openbsd.org: src

2023-05-10 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/10 01:34:57 Modified files: etc/examples : acme-client.conf Log message: Add a hint on using letsencrypt-staging for testing While florian rightly points out that this is likely to be overlooked,

CVS: cvs.openbsd.org: src

2023-05-10 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/05/10 01:19:08 Modified files: usr.sbin/smtpd : mda.c Log message: remove trailing whitespace

CVS: cvs.openbsd.org: src

2023-05-10 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/05/10 01:58:06 Modified files: lib/libc/stdlib: malloc.c Log message: As mmap(2) is no longer a LOCK syscall, do away with the extra unlock-lock dance it serves no real purpose any more. Confirmed by a

CVS: cvs.openbsd.org: src

2023-05-10 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/05/10 02:02:10 Modified files: usr.sbin/smtpd : to.c Log message: constify day, month and tz spotted while diffing with -portable, where tz is marked as const. ok tb@

CVS: cvs.openbsd.org: src

2023-05-10 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/05/10 02:03:49 Modified files: libexec/mail.local: mail.local.c Log message: cast off_t to long long int for printing reduces the diff with opensmtpd-portable. ok tb@

CVS: cvs.openbsd.org: src

2023-05-10 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2023/05/10 07:45:49 Modified files: sbin/fdisk : part.c Log message: Display correct type name for Microsoft basic data GPT partitions. Inadvertantly lost in transition to new menu logic.

CVS: cvs.openbsd.org: src

2023-05-10 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2023/05/10 06:59:47 Modified files: sbin/fdisk : gpt.c Log message: Microsoft GPT partition attributes can appear on partitions other than Basic Data partitions. e.g. Windows Recovery and Windows

CVS: cvs.openbsd.org: src

2023-05-10 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/05/10 07:48:54 Modified files: lib/libtls : tls_verify.c Log message: switch two ASN1_STRING_data() to ASN1_STRING_get0_data() and while here mark as const data. This diff is actually from

CVS: cvs.openbsd.org: src

2023-05-10 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2023/05/10 04:04:20 Modified files: usr.bin/ssh: monitor.c Log message: Remove now-unused prototypes for ssh1 RSA functions. From lengyijun via github PR#396.

CVS: cvs.openbsd.org: src

2023-05-10 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/05/10 06:07:17 Modified files: sys/net: pf.c sys/netinet: in.h ip_output.c tcp_output.c tcp_subr.c tcp_usrreq.c tcp_var.h sys/netinet6 :

CVS: cvs.openbsd.org: src

2023-05-10 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/10 06:21:55 Modified files: lib/libcrypto/bn: bn_bpsw.c bn_local.h bn_prime.c Log message: Add Miller-Rabin test for random bases to BPSW The behavior of the BPSW primality test for numbers > 2^64

CVS: cvs.openbsd.org: src

2023-05-10 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2023/05/10 09:24:41 Modified files: usr.sbin/rpki-client: http.c Log message: Reset the io_time (io timeout value) when the timer expires. Without this the next connect will immediatly timeout again which

CVS: cvs.openbsd.org: src

2023-05-10 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2023/05/10 09:28:26 Modified files: sys/dev/usb: umass_scsi.c sys/scsi : scsiconf.h sd.c Log message: Add flag SDEV_UFI so umass_scsi_attach() can provide information sufficient to get

CVS: cvs.openbsd.org: src

2023-05-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/05/10 12:26:06 Modified files: sys/dev/usb: usbdevs Log message: New udl(4) device, reported by "S V" on tech@

CVS: cvs.openbsd.org: src

2023-05-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/05/10 12:28:04 Modified files: share/man/man4 : udl.4 sys/dev/usb: udl.c Log message: New udl(4) device, reported by "S V" on tech@

CVS: cvs.openbsd.org: src

2023-05-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/05/10 12:26:43 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2023-05-10 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/10 23:45:33 Modified files: lib/libcrypto/man: BN_generate_prime.3 Log message: Document recent changes in primality testing With input from beck and jsing

CVS: cvs.openbsd.org: src

2023-05-10 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/05/10 16:23:25 Modified files: share/man/man4 : udl.4 Log message: sort the hardware list;

CVS: cvs.openbsd.org: src

2023-05-10 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2023/05/10 16:42:51 Modified files: sys/net: pf_lb.c pfvar_priv.h Log message: nat-to may fail to insert state due to conflict on chosen source port number. This is typically indicated by 'wire key

CVS: cvs.openbsd.org: src

2023-05-10 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/05/10 15:05:24 Modified files: lib/libcrypto/bn: bn_bpsw.c Log message: Use is_pseudoprime instead of is_prime in bn_bpsw.c This is more accurate and improves readability a bit. Apart from a comment