summaryrefslogtreecommitdiffstats
path: root/freebsd/contrib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Import FreeBSD license files.Christian Mauderer2019-04-045-0/+104
|
* Remove pcap_version.hVijay Kumar Banerjee2019-04-021-13/+0
|
* tcpdump: Move static variables to special sectionSebastian Huber2019-03-116-0/+39
| | | | This fixes some issues if tcpdump is invoked a second time.
* tcpdump: Remove superfluous static variableSebastian Huber2019-03-111-3/+1
|
* tcpdump: Use stack variablesSebastian Huber2019-03-111-2/+2
|
* tcpdump: ConstifySebastian Huber2019-03-114-13/+13
|
* Update to FreeBSD head 2018-12-20Sebastian Huber2018-12-20138-5034/+24991
| | | | | | | | | | 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.
* Update to FreeBSD head 2018-11-15Sebastian Huber2018-11-1519-1600/+3206
| | | | | | Git mirror commit a18b0830c4be01b39489a891b63d6023ada6358a. Update #3472.
* Update to FreeBSD head 2018-10-23Sebastian Huber2018-10-251-2/+6
| | | | | | | | | | | 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.
* libxo: Use program wrappers for exit(), etc.Sebastian Huber2018-10-241-0/+3
|
* Update to FreeBSD head 2018-09-17Sebastian Huber2018-09-21139-1884/+9645
| | | | | | Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.
* Update to FreeBSD head 2018-06-01Sebastian Huber2018-09-2145-5657/+8980
| | | | | | Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
* Update to FreeBSD head 2018-02-01Sebastian Huber2018-09-2198-1511/+3158
| | | | | | Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
* Update to FreeBSD head 2017-12-01Sebastian Huber2018-09-212-14/+14
| | | | | | Git mirror commit e724f51f811a4b2bd29447f8b85ab5c2f9b88266. Update #3472.
* Update to FreeBSD head 2017-10-01Sebastian Huber2018-09-213-27/+65
| | | | | | Git mirror commit b2f0376b45428f13151d229c5ae9d4d8f74acbd1. Update #3472.
* Update to FreeBSD head 2017-08-01Sebastian Huber2018-09-215-227/+462
| | | | | | Git mirror commit f5002f5e5f78cae9f0269d812dc0aedb0339312c. Update #3472.
* Update to FreeBSD head 2017-06-01Sebastian Huber2018-09-215-325/+343
| | | | | | Git mirror commit dfb26efac4ce9101dda240e94d9ab53f80a9e131. Update #3472.
* Regenerate program header filesSebastian Huber2018-08-2813-448/+448
|
* WPA_SUPPLICANT(8): Remove unused filesSebastian Huber2018-08-242-4222/+0
| | | | | | | Remove unused files which may make trouble during FreeBSD baseline updates. It also increased the compile-time of the library for nothing. Update #3472.
* tcpdump: Remove unused file.Christian Mauderer2018-05-031-182/+0
|
* tcpdump: Fix import/exportSebastian Huber2017-11-10167-0/+167
|
* wpa_supplicant: Use arc4random instead of getentropy.Christian Mauderer2017-11-101-2/+3
|
* Update wpa_supplicant/hostapd for 2017-01 vulnerability release.gordon2017-11-1013-53/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* wpa: Port to new files to RTEMS.Christian Mauderer2017-11-102-0/+4
|
* wpa: Import all files for KRACK patch.Christian Mauderer2017-11-1012-0/+10635
|
* wpa_supplicant: Fix getopt.Christian Mauderer2017-11-101-0/+11
|
* wpa_supplicant: Include rtems-bsd-program.h.Christian Mauderer2017-11-102-0/+10
|
* wpa_supplicant: Add lock.Christian Mauderer2017-11-101-1/+5
|
* wpa_supplicant: Move forking command into own file.Christian Mauderer2017-11-101-65/+0
| | | | | The malloc wrapper must not be disabled. Therefore the command that uses malloc without a wrapper has to live in another file.
* Add wpa_supplicant_fork command.Sichen Zhao2017-11-101-0/+65
| | | | Add fork command for wpa supplicant to start a new task.
* Port wpa supplicant to RTEMS.Sichen Zhao2017-11-103-1/+34
| | | | Add wpa_supplicant lib support and shell command support in RTEMS.
* Import wpa from FreeBSDSichen Zhao2017-11-10222-0/+126986
|
* tcpdump: Update to FreeBSD head 2017-04-04Sebastian Huber2017-10-11420-29580/+44163
| | | | | | Update tcpdump from Git mirror commit 99a648a912e81e29d9c4c159cbbe263462f2d719 to 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* Update libpcap to FreeBSD head 2017-04-04Sebastian Huber2017-10-0946-9231/+13996
| | | | | | Update libpcap from Git mirror commit 99a648a912e81e29d9c4c159cbbe263462f2d719 to 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-087-7/+7
| | | | | | | | | | | | | | | | | 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.
* ifconfig/wlan, expat, lib80211: Import from FreeBSD.Christian Mauderer2017-01-1717-0/+13599
|
* Update to FreeBSD head 2017-01-09Sebastian Huber2017-01-101-3/+4
| | | | Git mirror commit 1f8e4a995a6ede4bdb24e6d335ccda2bdb0175ab.
* Update to FreeBSD head 2016-12-10Sebastian Huber2017-01-101-0/+47
| | | | Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
* Update to FreeBSD head 2016-08-23Sebastian Huber2017-01-1029-26213/+10191
| | | | Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* pfctl: Update due to linker set API changesSebastian Huber2016-12-071-1/+1
|
* Add SIZE_T_MAX to <machine/rtems-bsd-user-space.h>Sebastian Huber2016-10-241-3/+0
|
* pfctl: Update due to linker set API changesSebastian Huber2016-10-131-4/+7
|
* pfctl: Add yacc generated file.Christian Mauderer2016-08-021-0/+9013
|
* pfctl: Adapt for RTEMS.Christian Mauderer2016-08-0218-1/+217
|
* pfctl: Use static where possible.Christian Mauderer2016-08-026-4/+107
|
* pfctl: Add const and move static variables.Christian Mauderer2016-08-027-1/+112
| | | | | | | Note: This should be upstreamed into BSD. Make everything constant that can be constant and move static variables out of their functions.
* pfctl: Match prototype.Christian Mauderer2016-08-021-0/+4
| | | | Note: This should be upstreamed into BSD.
* pfctl: Import sources from FreeBSD.Christian Mauderer2016-08-0212-0/+16766
|
* freebsd: Don't use new wrappers for old ports.Christian Mauderer2016-08-021-0/+9
| | | | | | Some of the commands have been adapted manually. So the wrapper currently don't necessarily work as expected. For example ifconfig calls malloc outside of the program call.
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-3017-20/+20
|