CVS commit: src/sys/dev/usb

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 9 06:46:35 UTC 2019 Modified Files: src/sys/dev/usb: if_urevar.h Log Message: missed commit should be paired with if_ure.c 1.20. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/if_urevar.h Plea

CVS commit: src/sys/dev/usb

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 9 06:46:35 UTC 2019 Modified Files: src/sys/dev/usb: if_urevar.h Log Message: missed commit should be paired with if_ure.c 1.20. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/if_urevar.h Plea

CVS commit: src/sys/dev/usb

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 9 06:44:42 UTC 2019 Modified Files: src/sys/dev/usb: if_udav.c Log Message: switch to usbnet as softc, using un_flags. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/dev/usb/if_udav.c Please note th

CVS commit: src/sys/dev/usb

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 9 06:44:42 UTC 2019 Modified Files: src/sys/dev/usb: if_udav.c Log Message: switch to usbnet as softc, using un_flags. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/dev/usb/if_udav.c Please note th

CVS commit: src/sys/dev/usb

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 9 06:38:39 UTC 2019 Modified Files: src/sys/dev/usb: TODO files.usb if_urndis.c Log Message: switch urndis(4) to usbnet. thanks to maya@ for testing and helping fix the few issues in the conversion. To generate a diff of

CVS commit: src/sys/dev/usb

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 9 06:38:39 UTC 2019 Modified Files: src/sys/dev/usb: TODO files.usb if_urndis.c Log Message: switch urndis(4) to usbnet. thanks to maya@ for testing and helping fix the few issues in the conversion. To generate a diff of

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2019-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Aug 9 06:27:21 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: cikd.h evergreend.h nid.h radeon_mode.h radeon_reg.h radeon_si_smc.c radeon_uvd_v1_0.c radeon_uvd_v2_2.c radeon_uvd_v4

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2019-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Aug 9 06:27:21 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: cikd.h evergreend.h nid.h radeon_mode.h radeon_reg.h radeon_si_smc.c radeon_uvd_v1_0.c radeon_uvd_v2_2.c radeon_uvd_v4

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Aug 9 06:21:01 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: disks.c Log Message: Pull up following revision(s) (requested by martin in ticket #33): usr.sbin/sysinst/disks.c: revision 1.50 Do not even con

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Aug 9 06:21:01 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: disks.c Log Message: Pull up following revision(s) (requested by martin in ticket #33): usr.sbin/sysinst/disks.c: revision 1.50 Do not even con

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Aug 9 06:20:12 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: disks.c Log Message: Pull up following revision(s) (requested by martin in ticket #32): usr.sbin/sysinst/disks.c: revision 1.49 Do not try to f

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2019-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Aug 9 06:20:12 UTC 2019 Modified Files: src/usr.sbin/sysinst [netbsd-9]: disks.c Log Message: Pull up following revision(s) (requested by martin in ticket #32): usr.sbin/sysinst/disks.c: revision 1.49 Do not try to f

Re: CVS commit: src/distrib/amd64/liveimage/emuimage

2019-08-08 Thread maya
On Thu, Aug 08, 2019 at 08:22:21PM +0200, Martin Husemann wrote: > On Thu, Aug 08, 2019 at 09:13:37PM +0300, Andreas Gustafsson wrote: > > The image already has an empty /usr/libdata/debug. The increase in > > size when MKDEBUG is enabled is spread out over various other > > directories, notably /

re: CVS commit: src/distrib/amd64/liveimage/emuimage

2019-08-08 Thread matthew green
> Other libraries also have _pic.a files that are much larger than the > others versions. Is there a bug that causes them not to be CTF-converted, > or is this deliberate? the _pic.a libraries are special case we could choose to stop shipping. they're useful if someone wants to build a special c

re: CVS commit: src/distrib/amd64/liveimage/emuimage

2019-08-08 Thread matthew green
Martin Husemann writes: > On Thu, Aug 08, 2019 at 09:13:37PM +0300, Andreas Gustafsson wrote: > > The image already has an empty /usr/libdata/debug. The increase in > > size when MKDEBUG is enabled is spread out over various other > > directories, notably /usr/lib. For example, > > > > /usr/li

CVS commit: src/sys/dev/usb

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 9 02:56:51 UTC 2019 Modified Files: src/sys/dev/usb: TODO Log Message: update ethernet driver notes: mark udav as done, and every thing except umb(4) as patch available, with urndis probably working (need to test the latest

CVS commit: src/sys/dev/usb

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 9 02:56:51 UTC 2019 Modified Files: src/sys/dev/usb: TODO Log Message: update ethernet driver notes: mark udav as done, and every thing except umb(4) as patch available, with urndis probably working (need to test the latest

CVS commit: src/sys/dev/usb

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 9 02:52:59 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c if_axen.c if_cdce.c if_ure.c Log Message: use new un_flags member of usbnet: - axen(4) and cdce(4) are now able to use struct usbnet directly as softc, udav als

CVS commit: src/sys/dev/usb

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 9 02:52:59 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c if_axen.c if_cdce.c if_ure.c Log Message: use new un_flags member of usbnet: - axen(4) and cdce(4) are now able to use struct usbnet directly as softc, udav als

CVS commit: src/sys/dev/usb

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 9 02:14:35 UTC 2019 Modified Files: src/sys/dev/usb: usbnet.h Log Message: ride 9.99.5 bump: add un_flags here. many of the softc's only have a flags member to control device-specific issues, and this means they can use "st

CVS commit: src/sys/dev/usb

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 9 02:14:35 UTC 2019 Modified Files: src/sys/dev/usb: usbnet.h Log Message: ride 9.99.5 bump: add un_flags here. many of the softc's only have a flags member to control device-specific issues, and this means they can use "st

CVS commit: src/sys

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 9 01:17:33 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c if_axen.c if_cdce.c if_smsc.c if_udav.c if_ure.c usbnet.c usbnet.h src/sys/sys: param.h Log Message: update usbnet some: - move rx/tx xfer fla

CVS commit: src/sys

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Aug 9 01:17:33 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c if_axen.c if_cdce.c if_smsc.c if_udav.c if_ure.c usbnet.c usbnet.h src/sys/sys: param.h Log Message: update usbnet some: - move rx/tx xfer fla

Re: CVS commit: src/distrib/amd64/liveimage/emuimage

2019-08-08 Thread Greg Troxel
Andreas Gustafsson writes: > I really don't like the general idea of introducing differences > between images and systems installed through sysinst. It's confusing > for users, and also means that testing of one is less likely to apply > to the other. Agreed strongly. In addition, I don't like

Re: CVS commit: src/sys/dev/usb

2019-08-08 Thread sc dying
On Wed, Aug 7, 2019 at 7:06 AM Nick Hudson wrote: > > Module Name:src > Committed By: skrll > Date: Wed Aug 7 07:05:54 UTC 2019 > > Modified Files: > src/sys/dev/usb: if_smsc.c > Removed Files: > src/sys/dev/usb: if_smscvar.h > > Log Message: > Convert smsc(4) to u

CVS commit: src/usr.sbin/npf/npfctl

2019-08-08 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Aug 8 21:29:16 UTC 2019 Modified Files: src/usr.sbin/npf/npfctl: npf_bpf_comp.c npf_build.c npfctl.h Log Message: NPF: fix BPF byte-code generation for a port-range used in a group. Resolved PR/52609 and PR/54169. To generat

CVS commit: src/usr.sbin/npf/npfctl

2019-08-08 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Aug 8 21:29:16 UTC 2019 Modified Files: src/usr.sbin/npf/npfctl: npf_bpf_comp.c npf_build.c npfctl.h Log Message: NPF: fix BPF byte-code generation for a port-range used in a group. Resolved PR/52609 and PR/54169. To generat

CVS commit: src/sbin/reboot

2019-08-08 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Aug 8 21:14:12 UTC 2019 Modified Files: src/sbin/reboot: reboot.c Log Message: reboot: fix arg order for logwtmpx(3) Matches the correct order from init(1). Thanks to Sascha Wildner To generate a diff of this commit: cvs rd

CVS commit: src/sbin/reboot

2019-08-08 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Aug 8 21:14:12 UTC 2019 Modified Files: src/sbin/reboot: reboot.c Log Message: reboot: fix arg order for logwtmpx(3) Matches the correct order from init(1). Thanks to Sascha Wildner To generate a diff of this commit: cvs rd

Re: CVS commit: src/distrib/amd64/liveimage/emuimage

2019-08-08 Thread Andreas Gustafsson
Martin Husemann wrote: > How about: remove all *.a files from those images? > Is there a tool to strip CTF from binaries? I really don't like the general idea of introducing differences between images and systems installed through sysinst. It's confusing for users, and also means that testing of

Re: CVS commit: src/distrib/amd64/liveimage/emuimage

2019-08-08 Thread Martin Husemann
On Thu, Aug 08, 2019 at 09:13:37PM +0300, Andreas Gustafsson wrote: > The image already has an empty /usr/libdata/debug. The increase in > size when MKDEBUG is enabled is spread out over various other > directories, notably /usr/lib. For example, > > /usr/lib 405182 kB -> 866276 kB > /usr/b

Re: CVS commit: src/distrib/amd64/liveimage/emuimage

2019-08-08 Thread Andreas Gustafsson
Martin Husemann wrote: > I would like to see this images created w/o /usr/libdata/debug/ (as we > do for ISO images, some of which we even strip more), but I have not > yet found an easy way to hack that into the image creation process. The image already has an empty /usr/libdata/debug. The incre

CVS commit: src/sys/kern

2019-08-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Aug 8 18:08:41 UTC 2019 Modified Files: src/sys/kern: kern_module.c Log Message: When modules are unloaded, we call sysctl_teardown() before calling the module's modcmd(CMD_FINI) code. If the modcmd() call returns an error

CVS commit: src/sys/kern

2019-08-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Aug 8 18:08:41 UTC 2019 Modified Files: src/sys/kern: kern_module.c Log Message: When modules are unloaded, we call sysctl_teardown() before calling the module's modcmd(CMD_FINI) code. If the modcmd() call returns an error

CVS commit: src/sys/dev/usb

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Aug 8 18:03:41 UTC 2019 Modified Files: src/sys/dev/usb: if_urndis.c Log Message: fix arm64 build (new le32toh() call needs sys/endian.h which is probably include by some other header on amd64?) To generate a diff of this comm

CVS commit: src/sys/dev/usb

2019-08-08 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Aug 8 18:03:41 UTC 2019 Modified Files: src/sys/dev/usb: if_urndis.c Log Message: fix arm64 build (new le32toh() call needs sys/endian.h which is probably include by some other header on amd64?) To generate a diff of this comm

CVS commit: src

2019-08-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Aug 8 16:06:14 UTC 2019 Modified Files: src/distrib/sets/lists/modules: mi src/sys/modules: Makefile Added Files: src/sys/modules/if_udav: Makefile if_udav.ioconf Log Message: Build an if_udav module (untested)

CVS commit: src

2019-08-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Aug 8 16:06:14 UTC 2019 Modified Files: src/distrib/sets/lists/modules: mi src/sys/modules: Makefile Added Files: src/sys/modules/if_udav: Makefile if_udav.ioconf Log Message: Build an if_udav module (untested)

CVS commit: src/sys/external/bsd/ipf/netinet

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 14:38:53 UTC 2019 Modified Files: src/sys/external/bsd/ipf/netinet: fil.c Log Message: PR/54443: Edgar Fu�: ip mistakenly regards UDP packet with checksum field 0x as bad To generate a diff of this commit: cvs r

CVS commit: src/sys/external/bsd/ipf/netinet

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 14:38:53 UTC 2019 Modified Files: src/sys/external/bsd/ipf/netinet: fil.c Log Message: PR/54443: Edgar Fu�: ip mistakenly regards UDP packet with checksum field 0x as bad To generate a diff of this commit: cvs r

CVS commit: src/external/bsd/compiler_rt

2019-08-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Aug 8 14:00:33 UTC 2019 Added Files: src/external/bsd/compiler_rt: Makefile src/external/bsd/compiler_rt/lib: Makefile src/external/bsd/compiler_rt/lib/clang: Makefile src/external/bsd/compiler_rt/lib/cl

CVS commit: src/external/bsd/compiler_rt

2019-08-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Aug 8 14:00:33 UTC 2019 Added Files: src/external/bsd/compiler_rt: Makefile src/external/bsd/compiler_rt/lib: Makefile src/external/bsd/compiler_rt/lib/clang: Makefile src/external/bsd/compiler_rt/lib/cl

CVS commit: src/doc

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 13:52:14 UTC 2019 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new OpenLDAP To generate a diff of this commit: cvs rdiff -u -r1.1641 -r1.1642 src/doc/3RDPARTY cvs rdiff -u -r1.2564 -r1.2565 src/doc/CHANGES

CVS commit: src/doc

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 13:52:14 UTC 2019 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new OpenLDAP To generate a diff of this commit: cvs rdiff -u -r1.1641 -r1.1642 src/doc/3RDPARTY cvs rdiff -u -r1.2564 -r1.2565 src/doc/CHANGES

CVS commit: src/external/bsd/openldap

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 13:50:58 UTC 2019 Modified Files: src/external/bsd/openldap/dist/build: mkversion src/external/bsd/openldap/dist/clients/tools: common.c src/external/bsd/openldap/dist/include: Makefile.in ldap_pvt.h

CVS commit: src/external/bsd/openldap

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 13:50:58 UTC 2019 Modified Files: src/external/bsd/openldap/dist/build: mkversion src/external/bsd/openldap/dist/clients/tools: common.c src/external/bsd/openldap/dist/include: Makefile.in ldap_pvt.h

CVS commit: src/usr.sbin/sysinst

2019-08-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 8 13:45:19 UTC 2019 Modified Files: src/usr.sbin/sysinst: disks.c Log Message: Do not even consider to fsck partitions where we do not know the file system type. Add v7fs support. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/sysinst

2019-08-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 8 13:45:19 UTC 2019 Modified Files: src/usr.sbin/sysinst: disks.c Log Message: Do not even consider to fsck partitions where we do not know the file system type. Add v7fs support. To generate a diff of this commit: cvs

CVS import: src/external/bsd/openldap/dist

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 13:31:56 UTC 2019 Update of /cvsroot/src/external/bsd/openldap/dist In directory ivanova.netbsd.org:/tmp/cvs-serv11099 Log Message: OpenLDAP 2.4.48 (2019/07/24) Added libldap OpenSSL Elliptic Curve support (ITS#7595)

CVS import: src/external/bsd/openldap/dist

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 13:31:56 UTC 2019 Update of /cvsroot/src/external/bsd/openldap/dist In directory ivanova.netbsd.org:/tmp/cvs-serv11099 Log Message: OpenLDAP 2.4.48 (2019/07/24) Added libldap OpenSSL Elliptic Curve support (ITS#7595)

CVS commit: [netbsd-9] src/doc

2019-08-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 8 11:52:59 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #30 and #31 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: [netbsd-9] src/doc

2019-08-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 8 11:52:59 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #30 and #31 To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: [netbsd-9] src/etc/mtree

2019-08-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 8 11:52:14 UTC 2019 Modified Files: src/etc/mtree [netbsd-9]: NetBSD.dist.base Log Message: Pull up following revision(s) (requested by nakayama in ticket #31): etc/mtree/NetBSD.dist.base: revision 1.201 Change

CVS commit: [netbsd-9] src/etc/mtree

2019-08-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 8 11:52:14 UTC 2019 Modified Files: src/etc/mtree [netbsd-9]: NetBSD.dist.base Log Message: Pull up following revision(s) (requested by nakayama in ticket #31): etc/mtree/NetBSD.dist.base: revision 1.201 Change

CVS commit: [netbsd-9] src/etc/rc.d

2019-08-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 8 11:48:59 UTC 2019 Modified Files: src/etc/rc.d [netbsd-9]: automount automountd autounmountd ip6addrctl Log Message: Pull up following revision(s) (requested by nakayama in ticket #30): etc/rc.d/autounmountd: r

CVS commit: [netbsd-9] src/etc/rc.d

2019-08-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 8 11:48:59 UTC 2019 Modified Files: src/etc/rc.d [netbsd-9]: automount automountd autounmountd ip6addrctl Log Message: Pull up following revision(s) (requested by nakayama in ticket #30): etc/rc.d/autounmountd: r

CVS commit: src/usr.sbin/sysinst

2019-08-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 8 11:41:16 UTC 2019 Modified Files: src/usr.sbin/sysinst: disks.c Log Message: Do not try to fsck partitions we are never going to mount. Found by Andreas Gustafsson's baremetal test bed. To generate a diff of this comm

CVS commit: src/usr.sbin/sysinst

2019-08-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 8 11:41:16 UTC 2019 Modified Files: src/usr.sbin/sysinst: disks.c Log Message: Do not try to fsck partitions we are never going to mount. Found by Andreas Gustafsson's baremetal test bed. To generate a diff of this comm

Re: CVS commit: src/distrib/amd64/liveimage/emuimage

2019-08-08 Thread Martin Husemann
On Wed, Aug 07, 2019 at 07:59:36AM +, Andreas Gustafsson wrote: > Module Name: src > Committed By: gson > Date: Wed Aug 7 07:59:36 UTC 2019 > > Modified Files: > src/distrib/amd64/liveimage/emuimage: Makefile > > Log Message: > The amd64 live image no longer fits in 2 GB when

CVS commit: src/external/bsd/wpa/dist/src/eap_common

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 09:56:41 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/eap_common: eap_pwd_common.c Log Message: EAP-pwd: Run through prf result processing even if it >= prime This reduces differences in timing and memory a

CVS commit: src/external/bsd/wpa/dist/src/eap_common

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 09:56:41 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/eap_common: eap_pwd_common.c Log Message: EAP-pwd: Run through prf result processing even if it >= prime This reduces differences in timing and memory a

CVS commit: src/external/bsd/wpa/dist/src/common

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 09:56:10 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/common: sae.c Log Message: SAE: Run through prf result processing even if it >= prime This reduces differences in timing and memory access within the hu

CVS commit: src/external/bsd/wpa/dist/src/common

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 09:56:10 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/common: sae.c Log Message: SAE: Run through prf result processing even if it >= prime This reduces differences in timing and memory access within the hu

CVS commit: src/external/bsd/wpa/dist/src/crypto

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 09:55:32 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/crypto: crypto_openssl.c Log Message: OpenSSL: Use BN_bn2binpad() or BN_bn2bin_padded() if available This converts crypto_bignum_to_bin() to use the Ope

CVS commit: src/external/bsd/wpa/dist/src/crypto

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 09:55:32 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/crypto: crypto_openssl.c Log Message: OpenSSL: Use BN_bn2binpad() or BN_bn2bin_padded() if available This converts crypto_bignum_to_bin() to use the Ope

CVS commit: src/external/bsd/wpa/dist/src/eap_common

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 08:58:40 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/eap_common: eap_pwd_common.c Log Message: EAP-pwd: Use const_time_memcmp() for pwd_value >= prime comparison This reduces timing and memory access patte

CVS commit: src/external/bsd/wpa/dist/src/eap_common

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 08:58:40 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/eap_common: eap_pwd_common.c Log Message: EAP-pwd: Use const_time_memcmp() for pwd_value >= prime comparison This reduces timing and memory access patte

CVS commit: src/external/bsd/wpa/dist/src/common

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 08:55:48 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/common: sae.c Log Message: SAE: Use const_time_memcmp() for pwd_value >= prime comparison This reduces timing and memory access pattern differences for

CVS commit: src/external/bsd/wpa/dist/src/common

2019-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 8 08:55:48 UTC 2019 Modified Files: src/external/bsd/wpa/dist/src/common: sae.c Log Message: SAE: Use const_time_memcmp() for pwd_value >= prime comparison This reduces timing and memory access pattern differences for