Sebastian Huber
93519fa764
wpa: Use CONFIG_ELOOP_KQUEUE
...
This avoids issues with the fd_set size.
2022-06-22 17:25:58 +02:00
Sebastian Huber
dd3f119d3b
wpa: Do not use signals
2022-06-22 17:25:58 +02:00
Sebastian Huber
3883871a13
tcpdump: Do not rely on u_char typedef
2022-05-18 09:48:32 +02:00
Sebastian Huber
5ad77a9a18
tcpdump: Do not use signals and chroot
...
Close #4650 .
2022-05-12 07:48:47 +02:00
Sebastian Huber
32ebbd3767
tcpdump: Ensure loop monitor termination
...
Update #4650 .
2022-05-12 07:48:02 +02:00
Sebastian Huber
c9b44ba907
tcpdump: No loop monitor if reading from file
...
Update #4650 .
2022-05-12 07:48:02 +02:00
Sebastian Huber
011f4894e0
tcpdump: Close pcap dumper at program exit
...
Update #4650 .
2022-05-12 07:48:02 +02:00
Sebastian Huber
6fb7134a91
tcpdump: Use rtems_task_exit()
...
Update #4650 .
2022-05-12 07:48:02 +02:00
Sebastian Huber
479b4de6f1
tcpdump: Make loop monitor cooperative
...
This helps a bit if the fgetc() is non-blocking.
Update #4650 .
2022-05-12 07:48:02 +02:00
Christian Mauderer
33bfaee89a
wpa: Fix multiple definition of hmac_md5
...
hmac_md5 is defined in dhcpcd and in wpa supplicant.
2020-12-14 10:54:37 +01:00
Sebastian Huber
a5ddb0ea69
Update to FreeBSD head 2019-09-24
...
Git mirror commit 6b0307a0a5184339393f555d5d424190d8a8277a.
2019-11-13 10:47:04 +01:00
Christian Mauderer
589f43d6af
Import FreeBSD license files.
2019-04-04 09:07:10 +02:00
Vijay Kumar Banerjee
3f2b54d971
Remove pcap_version.h
2019-04-02 14:09:28 +02:00
Sebastian Huber
24631e2263
tcpdump: Move static variables to special section
...
This fixes some issues if tcpdump is invoked a second time.
2019-03-11 09:37:36 +01:00
Sebastian Huber
0b9be9f27e
tcpdump: Remove superfluous static variable
2019-03-11 09:37:06 +01:00
Sebastian Huber
d3159555c2
tcpdump: Use stack variables
2019-03-11 09:37:05 +01:00
Sebastian Huber
12c2cfb793
tcpdump: Constify
2019-03-11 09:37:03 +01:00
Sebastian Huber
2b2563da95
Update to FreeBSD head 2018-12-20
...
Git mirror commit 19a6ceb89dbacf74697d493e48c388767126d418.
It includes an update of wpa_supplicant to version 2.7.
It includes an update of the OpenSSL baseline to version 1.1.1a.
Update #3472 .
2018-12-20 13:36:34 +01:00
Sebastian Huber
e0b4edbdcc
Update to FreeBSD head 2018-11-15
...
Git mirror commit a18b0830c4be01b39489a891b63d6023ada6358a.
Update #3472 .
2018-11-15 10:56:14 +01:00
Sebastian Huber
b3169c2a6a
Update to FreeBSD head 2018-10-23
...
Git mirror commit 59f44d20be3f99d181ca742e636d45fc39ec982b.
This commit updates OpenSSL to version 1.1.1. This required an update
of racoon which uses some internal stuff from OpenSSL and seems to be
mostly unmaintained, e.g. there is update in the FreeBSD ports to cope
with OpenSSL 1.1.1.
Update #3472 .
2018-10-25 08:38:45 +02:00
Sebastian Huber
a1e32519dc
libxo: Use program wrappers for exit(), etc.
2018-10-24 11:36:40 +02:00
Sebastian Huber
3489e3b639
Update to FreeBSD head 2018-09-17
...
Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319.
Update #3472 .
2018-09-21 10:29:41 +02:00
Sebastian Huber
bcdce02d9b
Update to FreeBSD head 2018-06-01
...
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9.
Update #3472 .
2018-09-21 10:29:41 +02:00
Sebastian Huber
18fa92c2dc
Update to FreeBSD head 2018-02-01
...
Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4.
Update #3472 .
2018-09-21 10:29:39 +02:00
Sebastian Huber
bb80d9df8b
Update to FreeBSD head 2017-12-01
...
Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266.
Update #3472 .
2018-09-21 10:29:38 +02:00
Sebastian Huber
e4a8065910
Update to FreeBSD head 2017-10-01
...
Git mirror commit b2f0376b45428f13151d229c5ae9d4d8f74acbd1.
Update #3472 .
2018-09-21 10:29:37 +02:00
Sebastian Huber
c37f9fba70
Update to FreeBSD head 2017-08-01
...
Git mirror commit f5002f5e5f78cae9f0269d812dc0aedb0339312c.
Update #3472 .
2018-09-21 10:29:37 +02:00
Sebastian Huber
de261e0404
Update to FreeBSD head 2017-06-01
...
Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131.
Update #3472 .
2018-09-21 10:29:36 +02:00
Sebastian Huber
b6c64e1447
Regenerate program header files
2018-08-28 14:35:17 +02:00
Sebastian Huber
ee738dd7ae
WPA_SUPPLICANT(8): Remove unused files
...
Remove unused files which may make trouble during FreeBSD baseline
updates. It also increased the compile-time of the library for nothing.
Update #3472 .
2018-08-24 09:09:51 +02:00
Christian Mauderer
4eb250246d
tcpdump: Remove unused file.
2018-05-03 07:09:46 +02:00
Sebastian Huber
4525674a97
tcpdump: Fix import/export
2017-11-10 14:13:19 +01:00
Christian Mauderer
9521c08d78
wpa_supplicant: Use arc4random instead of getentropy.
2017-11-10 14:13:19 +01:00
gordon
bc4bb2e9be
Update wpa_supplicant/hostapd for 2017-01 vulnerability release.
...
hostapd: Avoid key reinstallation in FT handshake
Prevent reinstallation of an already in-use group key
Extend protection of GTK/IGTK reinstallation of WNM-Sleep Mode cases
Fix TK configuration to the driver in EAPOL-Key 3/4 retry case
Prevent installation of an all-zero TK
Fix PTK rekeying to generate a new ANonce
TDLS: Reject TPK-TK reconfiguration
WNM: Ignore Key Data in WNM Sleep Mode Response frame if no PMF in use
WNM: Ignore WNM-Sleep Mode Response if WNM-Sleep Mode has not been used
WNM: Ignore WNM-Sleep Mode Response without pending request
FT: Do not allow multiple Reassociation Response frames
TDLS: Ignore incoming TDLS Setup Response retries
Submitted by: jhb
Obtained from: https://w1.fi/security/2017-01/ (against later version)
Security: FreeBSD-SA-17:07
Security: CERT VU#228519
Security: CVE-2017-13077
Security: CVE-2017-13078
Security: CVE-2017-13079
Security: CVE-2017-13080
Security: CVE-2017-13081
Security: CVE-2017-13082
Security: CVE-2017-13086
Security: CVE-2017-13087
Security: CVE-2017-13088
Differential Revision: https://reviews.freebsd.org/D12693
2017-11-10 14:13:19 +01:00
Christian Mauderer
bdc4f21c53
wpa: Port to new files to RTEMS.
2017-11-10 14:13:19 +01:00
Christian Mauderer
b0f0b2f493
wpa: Import all files for KRACK patch.
2017-11-10 14:13:19 +01:00
Christian Mauderer
bed8742caa
wpa_supplicant: Fix getopt.
2017-11-10 13:33:03 +01:00
Christian Mauderer
79ad9525a2
wpa_supplicant: Include rtems-bsd-program.h.
2017-11-10 13:33:03 +01:00
Christian Mauderer
4613db09fc
wpa_supplicant: Add lock.
2017-11-10 13:33:03 +01:00
Christian Mauderer
ee0c369cdd
wpa_supplicant: Move forking command into own file.
...
The malloc wrapper must not be disabled. Therefore the command that uses
malloc without a wrapper has to live in another file.
2017-11-10 13:33:03 +01:00
Sichen Zhao
ce2262ee28
Add wpa_supplicant_fork command.
...
Add fork command for wpa supplicant to start a new task.
2017-11-10 13:33:03 +01:00
Sichen Zhao
8f2267bbb9
Port wpa supplicant to RTEMS.
...
Add wpa_supplicant lib support and shell command support in RTEMS.
2017-11-10 13:33:03 +01:00
Sichen Zhao
9c9d11b481
Import wpa from FreeBSD
2017-11-10 13:33:02 +01:00
Sebastian Huber
1043048648
tcpdump: Update to FreeBSD head 2017-04-04
...
Update tcpdump from Git mirror commit
99a648a912e81e29d9c4c159cbbe263462f2d719 to
642b174daddbd0efd9bb5f242c43f4ab4db6869f.
2017-10-11 09:29:33 +02:00
Sebastian Huber
97c5f8e8de
Update libpcap to FreeBSD head 2017-04-04
...
Update libpcap from Git mirror commit
99a648a912e81e29d9c4c159cbbe263462f2d719 to
642b174daddbd0efd9bb5f242c43f4ab4db6869f.
2017-10-09 13:58:08 +02:00
Sebastian Huber
02373194fe
Update due to Newlib 2017-06-07 changes
...
The following files are now provided by Newlib:
* arpa/inet.h
* net/if.h
* netinet/in.h
* netinet/tcp.h
* sys/socket.h
* sys/uio.h
* sys/un.h
The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be
used directly.
Update #2833 .
2017-06-08 13:19:54 +02:00
Christian Mauderer
23895395ec
ifconfig/wlan, expat, lib80211: Import from FreeBSD.
2017-01-17 12:50:57 +01:00
Sebastian Huber
0577772720
Update to FreeBSD head 2017-01-09
...
Git mirror commit 1f8e4a995a6ede4bdb24e6d335ccda2bdb0175ab.
2017-01-10 11:03:27 +01:00
Sebastian Huber
75b706fde4
Update to FreeBSD head 2016-12-10
...
Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
2017-01-10 09:53:34 +01:00
Sebastian Huber
c40e45b75e
Update to FreeBSD head 2016-08-23
...
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
2017-01-10 09:53:31 +01:00