Module Name:src
Committed By: rillig
Date: Sat May 15 19:19:55 UTC 2021
Modified Files:
src/external/bsd/wpa/dist/src/common: dpp.c
Log Message:
wpa: fix Clang build
src/external/bsd/wpa/bin/hostapd/../../dist/src/common/dpp.c:5377:7:
error: format specifies type 'unsigne
Module Name:src
Committed By: christos
Date: Mon Mar 1 03:42:57 UTC 2021
Modified Files:
src/external/bsd/wpa/bin/hostapd: Makefile
Log Message:
Enable more options.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/wpa/bin/hostapd/Makefile
Module Name:src
Committed By: christos
Date: Mon Mar 1 01:40:16 UTC 2021
Modified Files:
src/external/bsd/wpa/dist/hostapd: hostapd_cli.c main.c
src/external/bsd/wpa/dist/src/ap: ap_drv_ops.c drv_callbacks.c
hostapd.c hostapd.h ieee802_11.c wmm.c wpa_au
Module Name:src
Committed By: roy
Date: Fri Jan 1 14:57:14 UTC 2021
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
wpa: If route socket overflows, sync drivers to system interfaces
Messages such as RTM_IFNFO or RTM_IFANNOUNCE could have
Module Name:src
Committed By: roy
Date: Tue Jul 21 13:18:58 UTC 2020
Modified Files:
src/external/bsd/wpa/dist/wpa_supplicant: events.c wpa_supplicant.c
wpa_supplicant_i.h
Log Message:
wpa_supplicant: Matching unspecified interfaces should not log driver fails
Module Name:src
Committed By: roy
Date: Tue Jul 21 12:19:52 UTC 2020
Modified Files:
src/external/bsd/wpa/dist/wpa_supplicant: op_classes.c
Log Message:
wpa_supplicant: Don't report an error when there are no op classes to add
Instead, log a diagnostic so that noise to th
Module Name:src
Committed By: roy
Date: Tue Jul 21 10:34:16 UTC 2020
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
wpa_supplicant: don't log SIOCG80211 errors during interface setup
Unless debugging.
wpa_supplicant will log it failed to
Module Name:src
Committed By: roy
Date: Mon Feb 3 09:10:47 UTC 2020
Modified Files:
src/external/bsd/wpa/bin/hostapd: Makefile
Log Message:
Enable syslog support for hostapd
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/bsd/wpa/bin/hostapd/M
Module Name:src
Committed By: roy
Date: Wed Jan 29 12:05:08 UTC 2020
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
wpa: reduce diff with upstream
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/external/bsd/wpa/dist/sr
Module Name:src
Committed By: roy
Date: Wed Jan 29 11:57:36 UTC 2020
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
wpa: Fix the maximum size of a route(4) msg to 2048
This mirrors other programs which parse route(4) messages and will
mat
Module Name:src
Committed By: roy
Date: Wed Jan 29 11:46:47 UTC 2020
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
wpa: Remove an outdated comment
With interface matching support, wpa_supplicant can wait for an
interface to appear.
To
Module Name:src
Committed By: roy
Date: Wed Jan 29 11:45:54 UTC 2020
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
wpa: Don't set or remove IFF_UP
Now that both hostapd and wpa_supplicant react to interface flag
changes, there is no need
Module Name:src
Committed By: roy
Date: Wed Jan 29 11:44:43 UTC 2020
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
wpa: Share route(4) processing with hostapd and wpa_supplicant.
There is little point in having both and it brings interfa
Module Name:src
Committed By: roy
Date: Wed Jan 29 11:31:40 UTC 2020
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
wpa: Driver does not need to know about both wpa and hostap contexts
It will either be one or the other.
Fold hapd into ct
Module Name:src
Committed By: christos
Date: Wed Apr 10 18:01:08 UTC 2019
Modified Files:
src/external/bsd/wpa/dist/src/common: sae.c
Log Message:
Try to avoid showing externally visible timing or memory access
differences regardless of whether the derived pwd-value is sma
Module Name:src
Committed By: christos
Date: Wed Apr 10 18:00:45 UTC 2019
Modified Files:
src/external/bsd/wpa/dist/src/common: sae.c
Log Message:
This is an initial step towards making the FFC case use strictly
constant time operations similarly to the ECC case.
sae_test_
Module Name:src
Committed By: christos
Date: Wed Apr 10 18:00:21 UTC 2019
Modified Files:
src/external/bsd/wpa/dist/src/common: sae.c
Log Message:
These groups have significant probability of coming up with pwd-value
that is equal or greater than the prime and as such, nee
Module Name:src
Committed By: christos
Date: Wed Apr 10 17:59:35 UTC 2019
Modified Files:
src/external/bsd/wpa/dist/src/common: sae.c
Log Message:
Make the non-failure path in the function proceed without branches based
on r_odd and in constant time to minimize risk of obs
Module Name:src
Committed By: christos
Date: Wed Apr 10 17:59:07 UTC 2019
Modified Files:
src/external/bsd/wpa/dist/src/common: sae.c
Log Message:
The QR test result can provide information about the password to an
attacker, so try to minimize differences in how the
sae_te
Module Name:src
Committed By: christos
Date: Wed Apr 10 17:57:15 UTC 2019
Modified Files:
src/external/bsd/wpa/dist/src/eap_common: eap_pwd_common.c
Log Message:
This algorithm could leak information to external observers in form of
timing differences or memory access patt
Module Name:src
Committed By: christos
Date: Wed Apr 10 17:56:43 UTC 2019
Modified Files:
src/external/bsd/wpa/dist/src/crypto: crypto_openssl.c
Log Message:
Get rid of the branches that depend on the result of the Legendre
operation. This is needed to avoid leaking inform
Module Name:src
Committed By: christos
Date: Wed Apr 10 17:56:13 UTC 2019
Added Files:
src/external/bsd/wpa/dist/src/utils: const_time.h
Log Message:
These functions can be used to help implement constant time operations
for various cryptographic operations that must minim
Module Name:src
Committed By: christos
Date: Wed Apr 10 17:55:31 UTC 2019
Modified Files:
src/external/bsd/wpa/dist/src/crypto: crypto_openssl.c
Log Message:
This helps in reducing measurable timing differences in operations
involving private information. BoringSSL has rem
Module Name:src
Committed By: christos
Date: Wed Apr 10 17:52:46 UTC 2019
Modified Files:
src/external/bsd/wpa/dist/src/common: sae.c
Log Message:
Explicitly verify that own and peer commit scalar/element are available
when trying to check SAE confirm message. It could hav
Module Name:src
Committed By: christos
Date: Wed Apr 10 17:50:28 UTC 2019
Modified Files:
src/external/bsd/wpa/dist/src/eap_common: eap_pwd_common.c
eap_pwd_common.h
src/external/bsd/wpa/dist/src/eap_peer: eap_pwd.c
src/external/bsd/wpa/dist/src/
Module Name:src
Committed By: christos
Date: Wed Apr 10 17:49:59 UTC 2019
Modified Files:
src/external/bsd/wpa/dist/src/eap_peer: eap_pwd.c
Log Message:
When processing an EAP-pwd Commit frame, the server's scalar and element
(elliptic curve point) were not validated. This
Module Name:src
Committed By: christos
Date: Wed Apr 10 17:49:26 UTC 2019
Modified Files:
src/external/bsd/wpa/dist/src/eap_server: eap_server_pwd.c
Log Message:
When processing an EAP-pwd Commit frame, verify that the peer's scalar
and elliptic curve element differ from t
Module Name:src
Committed By: christos
Date: Wed Apr 10 17:48:08 UTC 2019
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
src/external/bsd/wpa/dist/src/eap_server: eap_server_pwd.c
Log Message:
CVE-2019-9498 (EAP-pwd server missing commit valida
Module Name:src
Committed By: christos
Date: Sat Jan 5 05:40:00 UTC 2019
Modified Files:
src/external/bsd/wpa/bin/hostapd_cli: Makefile
src/external/bsd/wpa/bin/wpa_cli: Makefile
src/external/bsd/wpa/bin/wpa_passphrase: Makefile
Log Message:
include common
Module Name:src
Committed By: christos
Date: Fri Jan 4 21:22:21 UTC 2019
Modified Files:
src/external/bsd/wpa/bin: Makefile.inc
src/external/bsd/wpa/bin/hostapd: Makefile
src/external/bsd/wpa/bin/wpa_supplicant: Makefile
src/external/bsd/wpa/dist/ho
Module Name:src
Committed By: christos
Date: Thu Aug 16 11:34:41 UTC 2018
Modified Files:
src/external/bsd/wpa/dist/src/rsn_supp: wpa.c
Log Message:
>From FreeBSD:
When using WPA2, EAPOL-Key frames with the Encrypted flag and without the MIC
flag set, the data field was d
Module Name:src
Committed By: christos
Date: Sun Jan 14 03:05:06 UTC 2018
Modified Files:
src/external/bsd/wpa/bin/hostapd: Makefile
Log Message:
Add the NONE/WIRED drivers.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/wpa/bin/hostapd/Ma
Module Name:src
Committed By: spz
Date: Mon Oct 16 17:36:16 UTC 2017
Modified Files:
src/external/bsd/wpa/dist/src/ap: ieee802_11.c wpa_auth.c wpa_auth.h
wpa_auth_ft.c wpa_auth_i.h
src/external/bsd/wpa/dist/src/common: wpa_common.h
src/external/b
Module Name:src
Committed By: roy
Date: Tue Apr 11 14:15:08 UTC 2017
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
Use RO_MSGFILTER.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/external/bsd/wpa/dist/src/drivers/dri
Module Name:src
Committed By: roy
Date: Tue Apr 11 14:13:01 UTC 2017
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
Use recvmsg(2) to read route(4) messages.
Use a shim function for this which can grow it's buffer when needed.
To generat
Module Name:src
Committed By: christos
Date: Thu Jan 12 19:15:10 UTC 2017
Modified Files:
src/external/bsd/wpa/dist/src/common: wpa_common.h
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c driver_wired.c
src/external/bsd/wpa/dist/src/utils: common.h
Log
Module Name:src
Committed By: christos
Date: Wed Nov 30 17:23:16 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/wpa_supplicant: wpa_supplicant.c
Log Message:
grr. usec is also os_time_t :-(
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
src/externa
Module Name:src
Committed By: christos
Date: Sun Nov 27 17:06:09 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/wpa_supplicant: wpa_supplicant.c
Log Message:
fix printf formats for time_t
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
src/external/
Module Name:src
Committed By: christos
Date: Mon Nov 21 20:15:18 UTC 2016
Modified Files:
src/external/bsd/wpa/bin: Makefile.inc
src/external/bsd/wpa/bin/hostapd: Makefile
src/external/bsd/wpa/bin/hostapd_cli: Makefile
src/external/bsd/wpa/bin/wpa_cl
Module Name:src
Committed By: christos
Date: Wed Jun 29 19:16:23 UTC 2016
Modified Files:
src/external/bsd/wpa/bin/hostapd: Makefile aes-xinternal.c
src/external/bsd/wpa/bin/wpa_passphrase: Makefile
src/external/bsd/wpa/bin/wpa_supplicant: Makefile aes-xinte
Module Name:src
Committed By: christos
Date: Tue May 3 18:22:28 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/wpa_supplicant: config.c
Log Message:
http://w1.fi/security/2016-1/0004-Reject-SET_CRED-commands-with-newline-characters-in-.patch
Many of the global configu
Module Name:src
Committed By: christos
Date: Tue May 3 18:21:54 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/wpa_supplicant: config.c
Log Message:
http://w1.fi/security/2016-1/0004-Reject-SET_CRED-commands-with-newline-characters-in-.patch
Most of the cred block par
Module Name:src
Committed By: christos
Date: Tue May 3 18:21:15 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/utils: common.c common.h
src/external/bsd/wpa/dist/wpa_supplicant: config.c
Log Message:
http://w1.fi/security/2016-1/0003-Remove-newlines-from-w
Module Name:src
Committed By: christos
Date: Tue May 3 18:20:30 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/wpa_supplicant: config.c
Log Message:
http://w1.fi/security/2016-1/0002-Reject-psk-parameter-set-with-invalid-passphrase-cha.patch
WPA/WPA2-Personal passphra
Module Name:src
Committed By: christos
Date: Tue May 3 18:19:44 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/utils: common.c common.h
src/external/bsd/wpa/dist/src/wps: wps_attr_process.c
Log Message:
http://w1.fi/security/2016-1/0001-WPS-Reject-a-Creden
Module Name:src
Committed By: roy
Date: Mon Apr 11 08:57:19 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
Only FreeBSD treats rssi this way, so #ifdef it and just treat rssi
as a number for other OS.
To generate a diff of this
Module Name:src
Committed By: wiz
Date: Fri Mar 25 07:48:16 UTC 2016
Modified Files:
src/external/bsd/wpa/bin/wpa_supplicant: wpa_supplicant.8
Log Message:
Sort SYNOPSIS. Fix xref.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
src/external/bsd/wpa/bin
Module Name:src
Committed By: roy
Date: Wed Mar 23 10:14:07 UTC 2016
Modified Files:
src/external/bsd/wpa/bin/wpa_supplicant: wpa_supplicant.8
Log Message:
Describe -M
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/wpa/bin/wpa_supplica
Module Name:src
Committed By: roy
Date: Wed Mar 23 09:35:25 UTC 2016
Modified Files:
src/external/bsd/wpa/bin/wpa_supplicant: Makefile
Log Message:
Build with interface matching support.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/wpa/bin
Module Name:src
Committed By: roy
Date: Wed Mar 23 09:31:58 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/wpa_supplicant: Makefile README defconfig
events.c main.c wpa_supplicant.c wpa_supplicant_i.h
Log Message:
Add interface matching support with -M, gua
Module Name:src
Committed By: roy
Date: Wed Mar 23 08:51:02 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
Only down the interface once we are sure we can work with it.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.
Module Name:src
Committed By: roy
Date: Wed Mar 23 08:48:43 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/hostapd: main.c
src/external/bsd/wpa/dist/src/ap: drv_callbacks.c hostapd.c hostapd.h
src/external/bsd/wpa/dist/src/drivers: driver.h driver_bsd.c
Module Name:src
Committed By: roy
Date: Fri Feb 5 15:05:29 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
Fix is defined in wpa_common.h which the driver already pulls in.
To generate a diff of this commit:
cvs rdiff -u -r1.21
Module Name:src
Committed By: christos
Date: Sun Jan 24 19:15:57 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/utils: eloop.c
Log Message:
use 0 for udata for portability (FreeBSD has a pointer, we have uintptr_t)
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Sun Jan 24 18:49:05 UTC 2016
Modified Files:
src/external/bsd/wpa/bin: Makefile.inc
Log Message:
the eloop hack should not be needed anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/wpa/bin
Module Name:src
Committed By: roy
Date: Fri Jan 22 20:21:04 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/utils: eloop.c
Log Message:
Remove unused var
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/wpa/dist/src/utils/eloop.c
Ple
Module Name:src
Committed By: roy
Date: Fri Jan 22 18:01:05 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/utils: eloop.c
Log Message:
Size the kevent receive buffer correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/wpa/dist
Module Name:src
Committed By: roy
Date: Fri Jan 22 17:56:20 UTC 2016
Modified Files:
src/external/bsd/wpa/bin: Makefile.inc
Log Message:
Fix build for clang and kqueue
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/wpa/bin/Makefile.inc
Plea
Module Name:src
Committed By: roy
Date: Wed Jan 20 17:03:35 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/hostapd: hostapd_cli.c main.c
src/external/bsd/wpa/dist/src/utils: eloop.c eloop.h
src/external/bsd/wpa/dist/wpa_supplicant: wpa_cli.c wpa_supplica
Module Name:src
Committed By: roy
Date: Wed Jan 20 15:26:14 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/utils: eloop.c
Log Message:
Sync upstream changes for eloop
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/wpa/dist/src/utils/
Module Name:src
Committed By: roy
Date: Wed Jan 20 15:08:44 UTC 2016
Modified Files:
src/external/bsd/wpa/bin: Makefile.inc
Log Message:
Build with kqueue(2) support
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/wpa/bin/Makefile.inc
Please
Module Name:src
Committed By: roy
Date: Wed Jan 20 15:07:52 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/utils: eloop.c
Log Message:
Add kqueue(2) support.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/wpa/dist/src/utils/eloop.c
Module Name:src
Committed By: roy
Date: Wed Jan 20 14:43:40 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
If an interface is removed, zero the remembered ifindex.
Don't try to set properties on the interface when it is removed.
Module Name:src
Committed By: roy
Date: Tue Jan 19 18:09:09 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
wpa_supplicant dropped the -w option a long time ago, lets not pretend
it still works.
To generate a diff of this commit:
Module Name:src
Committed By: roy
Date: Tue Jan 19 17:22:57 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
Downing the interface now disables it instead of removing it.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.
Module Name:src
Committed By: roy
Date: Tue Jan 19 16:47:44 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
Use the interface index from the correc structure according to the message
to find the driver instead of assuming that rtm_
Module Name:src
Committed By: roy
Date: Tue Jan 19 15:49:07 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
Syntax (no functional change)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/wpa/dist/src
Module Name:src
Committed By: roy
Date: Tue Jan 19 15:45:00 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
Revert an older change as upstream now calculates level from rssi and noise.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: roy
Date: Tue Jan 19 15:27:57 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
Remove pointless check
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/wpa/dist/src/driver
Module Name:src
Committed By: roy
Date: Tue Jan 19 15:18:20 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
Remove added debug to sync more with upstream.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external
Module Name:src
Committed By: roy
Date: Tue Jan 19 15:08:29 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
Don't log RTM messages we aren't interested in at all.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/
Module Name:src
Committed By: roy
Date: Fri Jan 15 20:34:35 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/wpa_supplicant: main.c
Log Message:
Sort options and reduce printf calls.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r1.2 src/external/bsd/wpa/d
Module Name:src
Committed By: roy
Date: Thu Jan 14 21:19:41 UTC 2016
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
Create global init to handle socket calls and route messages.
Register each interface inside the global driver so that
rout
Module Name:src
Committed By: wiz
Date: Sun Jan 10 20:31:13 UTC 2016
Modified Files:
src/external/bsd/wpa/bin/wpa_supplicant: wpa_supplicant.8
Log Message:
Add arguments to options in description.
Replace manual xref with Xr.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: roy
Date: Sun Jan 10 15:52:36 UTC 2016
Modified Files:
src/external/bsd/wpa/bin/wpa_supplicant: wpa_supplicant.8
Log Message:
Fixup SYNOPSIS some more.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/external/bsd/wpa/bi
Module Name:src
Committed By: roy
Date: Fri Jan 8 23:37:58 UTC 2016
Modified Files:
src/external/bsd/wpa/bin/wpa_supplicant: wpa_supplicant.8
Log Message:
Update wpa_supplicant(8) to what it actually does.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
Module Name:src
Committed By: roy
Date: Fri Jan 8 23:31:29 UTC 2016
Modified Files:
src/external/bsd/wpa/bin/wpa_supplicant: Makefile
Log Message:
Enable syslog support
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/wpa/bin/wpa_supplicant/M
Module Name:src
Committed By: christos
Date: Tue Nov 10 18:39:40 UTC 2015
Modified Files:
src/external/bsd/wpa/dist/wpa_supplicant: wnm_sta.c
Log Message:
Apply patch by Jouni Malinen. We don't have CONFIG_EAP_PWD enabled so we are
not affected:
EAP-pwd peer error path fa
Module Name:src
Committed By: joerg
Date: Fri Aug 28 13:05:13 UTC 2015
Modified Files:
src/external/bsd/wpa/dist/wpa_supplicant: wpa_cli.c
Log Message:
Simplify.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/wpa/dist/wpa_supplicant/wpa_cli.
Module Name:src
Committed By: christos
Date: Sat May 9 19:51:43 UTC 2015
Modified Files:
src/external/bsd/wpa/dist/src/eap_peer: eap_pwd.c
Log Message:
The L (Length) and M (More) flags needs to be cleared before deciding
whether the locally generated response requires fr
Module Name:src
Committed By: christos
Date: Sat May 9 19:50:41 UTC 2015
Modified Files:
src/external/bsd/wpa/dist/src/eap_server: eap_server_pwd.c
Log Message:
The remaining number of bytes in the message could be smaller than the
Total-Length field size, so the length n
Module Name:src
Committed By: christos
Date: Sat May 9 19:49:28 UTC 2015
Modified Files:
src/external/bsd/wpa/dist/src/eap_peer: eap_pwd.c
Log Message:
The remaining number of bytes in the message could be smaller than the
Total-Length field size, so the length needs to b
Module Name:src
Committed By: christos
Date: Sat May 9 19:47:35 UTC 2015
Modified Files:
src/external/bsd/wpa/dist/src/eap_server: eap_server_pwd.c
Log Message:
The length of the received Commit and Confirm message payloads was not
checked before reading them. This could
Module Name:src
Committed By: christos
Date: Sat May 9 19:46:01 UTC 2015
Modified Files:
src/external/bsd/wpa/dist/src/eap_peer: eap_pwd.c
Log Message:
The length of the received Commit and Confirm message payloads was not
checked before reading them. This could result in
Module Name:src
Committed By: christos
Date: Sat May 9 19:35:15 UTC 2015
Modified Files:
src/external/bsd/wpa/dist/src/ap: wmm.c
Log Message:
The length of the WMM Action frame was not properly validated and the
length of the information elements (int left) could end up b
Module Name:src
Committed By: christos
Date: Sat May 9 19:33:47 UTC 2015
Modified Files:
src/external/bsd/wpa/dist/src/wps: httpread.c
Log Message:
strtoul() return value may end up overflowing the int h->chunk_size and
resulting in a negative value to be stored as the ch
Module Name:src
Committed By: christos
Date: Wed Apr 22 20:24:20 UTC 2015
Modified Files:
src/external/bsd/wpa/dist/src/p2p: p2p.c
Log Message:
Fix potential buffer overflow:
http://w1.fi/security/2015-1/0001-P2P-Validate-SSID-element-length-before-copying-it-C.patch
XXX:
Module Name:src
Committed By: joerg
Date: Sat Apr 11 21:14:13 UTC 2015
Modified Files:
src/external/bsd/wpa/dist/src/eap_server: eap_server.c
Log Message:
Cast enum.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r1.2 \
src/external/bsd/wpa/dist/src/eap_s
Module Name:src
Committed By: christos
Date: Wed Apr 1 19:45:15 UTC 2015
Modified Files:
src/external/bsd/wpa/bin/hostapd: Makefile
src/external/bsd/wpa/bin/wpa_passphrase: Makefile
src/external/bsd/wpa/bin/wpa_supplicant: Makefile
src/external/bsd/
Module Name:src
Committed By: christos
Date: Sat Mar 7 22:31:24 UTC 2015
Modified Files:
src/external/bsd/wpa/dist/src/ap: ap_drv_ops.c
Log Message:
prevent coredump from the distributed config file.
XXX: pullup-7
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.
Module Name:src
Committed By: christos
Date: Fri Jan 23 02:57:34 UTC 2015
Modified Files:
src/external/bsd/wpa/bin/hostapd: Makefile
Log Message:
move crypto file to the right group
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/wpa/bin/host
Module Name:src
Committed By: joerg
Date: Sun Oct 19 14:13:02 UTC 2014
Modified Files:
src/external/bsd/wpa/dist/wpa_supplicant: ctrl_iface.c events.c
wpa_supplicant.c
Log Message:
Fix format strings to match argument types.
To generate a diff of this commit:
Module Name:src
Committed By: christos
Date: Fri Oct 17 02:57:42 UTC 2014
Modified Files:
src/external/bsd/wpa/dist/src/utils: os_unix.c
Log Message:
avoid variable array allocation that gcc can't figure out.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r1.
Module Name:src
Committed By: christos
Date: Thu Oct 16 19:29:30 UTC 2014
Modified Files:
src/external/bsd/wpa/bin/hostapd: Makefile
src/external/bsd/wpa/bin/wpa_supplicant: Makefile
src/external/bsd/wpa/dist/hostapd: hostapd_cli.c
src/external/bsd/w
Module Name:src
Committed By: jakllsch
Date: Sun Jun 29 23:10:48 UTC 2014
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
Pass the scan result RSSI to the WPA code in a way that it understands.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Wed May 28 14:36:41 UTC 2014
Modified Files:
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c
Log Message:
CID 272959: NULL deref
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/wpa/dist/src/dri
Module Name:src
Committed By: joerg
Date: Thu Feb 27 17:42:23 UTC 2014
Modified Files:
src/external/bsd/wpa/dist/src/radius: radius_das.c
Log Message:
Timestamps can be quite large, so use llabs.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/e
Module Name:src
Committed By: christos
Date: Fri Jan 3 02:15:43 UTC 2014
Modified Files:
src/external/bsd/wpa/bin/hostapd: Makefile
Log Message:
move crypto_openssl.c back into the right room.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/
Module Name:src
Committed By: christos
Date: Fri Jan 3 02:08:17 UTC 2014
Modified Files:
src/external/bsd/wpa/dist/hostapd: hostapd_cli.c
src/external/bsd/wpa/dist/src/ap: wpa_auth.c
src/external/bsd/wpa/dist/src/drivers: driver_bsd.c driver_test.c
Module Name:src
Committed By: christos
Date: Fri Jan 3 02:07:31 UTC 2014
Modified Files:
src/external/bsd/wpa/bin/hostapd: Makefile
src/external/bsd/wpa/bin/wpa_passphrase: Makefile
src/external/bsd/wpa/bin/wpa_supplicant: Makefile
Log Message:
update for
1 - 100 of 119 matches
Mail list logo