summaryrefslogtreecommitdiffstats
path: root/freebsd/contrib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Directly use <sys/time.h> provided by NewlibSebastian Huber2016-05-303-3/+3
|
* tcpdump: Return the PCAP loop return value. Increase the stack size.Chris Johns2015-06-261-2/+2
|
* tcpdump: Allow enter/return to exit tcpdump.Chris Johns2015-06-261-0/+105
| | | | | | Implement the PCAP loop in a separate thread and block the shell thread in the stdin getchar. When a user presses enter/return call the PCAP break loop function to have it return.
* Fix RTEMS ifdef labelling.Chris Johns2015-06-192-12/+12
|
* Add the missing generated libpcap file.Chris Johns2015-06-161-0/+134
|
* Add BDS command support headers.Chris Johns2015-06-161-2/+4
|
* Add tcpdump and libpcap.Chris Johns2015-06-15258-0/+121026
| | | | | | | | | - Update the file builder generator to handle generator specific cflags and includes. The tcpdump and libpcap have localised headers and need specific headers paths to see them. There are also module specific flags and these need to be passed to the lex and yacc generators. - Add the tcpdump support.
* Revert move of contrib until more sorted outJoel Sherrill2012-03-0836-38410/+0
|
* Move rtems/freebsd to freebsd and contrib to freebsd/contribJoel Sherrill2012-03-0836-0/+38410