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

2021-05-15 Thread Roland Illig
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

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

2021-01-01 Thread Roy Marples
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

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

2020-07-21 Thread Roy Marples
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

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

2020-01-29 Thread Roy Marples
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

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

2020-01-29 Thread Roy Marples
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

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

2020-01-29 Thread Roy Marples
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

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

2020-01-29 Thread Roy Marples
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

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

2020-01-29 Thread Roy Marples
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

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

2020-01-29 Thread Roy Marples
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

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

2019-04-10 Thread Christos Zoulas
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

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

2019-04-10 Thread Christos Zoulas
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_

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

2019-04-10 Thread Christos Zoulas
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

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

2019-04-10 Thread Christos Zoulas
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

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

2019-04-10 Thread Christos Zoulas
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

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

2019-04-10 Thread Christos Zoulas
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

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

2019-04-10 Thread Christos Zoulas
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

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

2019-04-10 Thread Christos Zoulas
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

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

2019-04-10 Thread Christos Zoulas
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

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

2019-04-10 Thread Christos Zoulas
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

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

2019-04-10 Thread Christos Zoulas
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/

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

2019-04-10 Thread Christos Zoulas
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

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

2019-04-10 Thread Christos Zoulas
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

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

2019-04-10 Thread Christos Zoulas
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

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

2018-08-16 Thread Christos Zoulas
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

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

2017-04-11 Thread Roy Marples
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

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

2017-04-11 Thread Roy Marples
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

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

2017-01-12 Thread Christos Zoulas
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

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

2016-05-03 Thread Christos Zoulas
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

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

2016-04-11 Thread Roy Marples
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

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

2016-03-23 Thread Roy Marples
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.

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

2016-02-05 Thread Roy Marples
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

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

2016-01-24 Thread Christos Zoulas
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

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

2016-01-22 Thread Roy Marples
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

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

2016-01-22 Thread Roy Marples
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

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

2016-01-20 Thread Roy Marples
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/

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

2016-01-20 Thread Roy Marples
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

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

2016-01-20 Thread Roy Marples
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.

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

2016-01-19 Thread Roy Marples
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:

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

2016-01-19 Thread Roy Marples
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.

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

2016-01-19 Thread Roy Marples
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_

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

2016-01-19 Thread Roy Marples
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

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

2016-01-19 Thread Roy Marples
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

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

2016-01-19 Thread Roy Marples
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

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

2016-01-19 Thread Roy Marples
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

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

2016-01-19 Thread Roy Marples
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/

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

2016-01-14 Thread Roy Marples
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

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

2015-05-09 Thread Christos Zoulas
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

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

2015-05-09 Thread Christos Zoulas
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

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

2015-05-09 Thread Christos Zoulas
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

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

2015-05-09 Thread Christos Zoulas
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

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

2015-05-09 Thread Christos Zoulas
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

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

2015-05-09 Thread Christos Zoulas
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

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

2015-05-09 Thread Christos Zoulas
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

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

2015-04-22 Thread Christos Zoulas
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:

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

2015-04-11 Thread Joerg Sonnenberger
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

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

2015-03-07 Thread Christos Zoulas
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.

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

2014-10-16 Thread Christos Zoulas
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.

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

2014-06-29 Thread Jonathan A. Kollasch
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

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

2014-05-28 Thread Christos Zoulas
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

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

2014-02-27 Thread Joerg Sonnenberger
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

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

2013-07-17 Thread Adam Ciarcinski
Module Name:src Committed By: adam Date: Wed Jul 17 21:47:50 UTC 2013 Modified Files: src/external/bsd/wpa/dist/src/ap: wpa_auth.c src/external/bsd/wpa/dist/src/eap_server: eap_server_tls_common.c Log Message: merge v1.1 To generate a diff of this commit: cvs rdi

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

2012-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 8 14:03:09 UTC 2012 Modified Files: src/external/bsd/wpa/dist/src/eap_server: eap_server_tls_common.c Log Message: EXP-TLS server: Fix TLS Message Length validation: http://w1.fi/gitweb/gitweb.cgi?p=hostap.git;a=co

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

2012-09-15 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sat Sep 15 18:37:28 UTC 2012 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_test.c src/external/bsd/wpa/dist/src/utils: eloop.c trace.h Log Message: WPA_TRACE_REF() provides optional content, potentially lea

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

2012-05-13 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sun May 13 10:21:02 UTC 2012 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Make WPA works on big-endian machines. Need byte swapping to copy seq to member ik_keyrsc. The code is borrowed from

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

2011-02-27 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Sun Feb 27 18:07:43 UTC 2011 Modified Files: src/external/bsd/wpa/dist/src/ap: wpa_auth.c Log Message: avoid preprocessor directives in macro arguments has been committed upstream at http://hostap.epitest.fi/gitweb/gitweb.c

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

2010-12-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 25 20:45:50 UTC 2010 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: fix debugging: - don't print junk for the interface name - parse and print known rtm messages we get To generate a d

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

2010-12-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Dec 5 08:43:24 UTC 2010 Modified Files: src/external/bsd/wpa/dist/src/l2_packet: l2_packet_freebsd.c Log Message: netbsd needs net/bpf.h, too. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/

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

2010-08-05 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Thu Aug 5 14:03:17 UTC 2010 Modified Files: src/external/bsd/wpa/dist/src/drivers: driver_bsd.c Log Message: Fix build on big-endian hosts. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/wpa/dist/s