mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
fragattacks: add copyright notices
This commit is contained in:
parent
71e5c578ae
commit
983fdf6d0f
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* hostapd / UNIX domain socket -based control interface
|
* hostapd / UNIX domain socket -based control interface
|
||||||
|
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||||
* Copyright (c) 2004-2018, Jouni Malinen <j@w1.fi>
|
* Copyright (c) 2004-2018, Jouni Malinen <j@w1.fi>
|
||||||
*
|
*
|
||||||
* This software may be distributed under the terms of the BSD license.
|
* This software may be distributed under the terms of the BSD license.
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||||
|
#
|
||||||
|
# This code may be distributed under the terms of the BSD license.
|
||||||
|
# See README for more details.
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
cd ../hostapd
|
cd ../hostapd
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||||
|
#
|
||||||
|
# This code may be distributed under the terms of the BSD license.
|
||||||
|
# See README for more details.
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
iptables -P INPUT DROP
|
iptables -P INPUT DROP
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||||
|
#
|
||||||
|
# This code may be distributed under the terms of the BSD license.
|
||||||
|
# See README for more details.
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if ! [ $(id -u) = 0 ]; then
|
if ! [ $(id -u) = 0 ]; then
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||||
|
#
|
||||||
|
# This code may be distributed under the terms of the BSD license.
|
||||||
|
# See README for more details.
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if ! [ $(id -u) = 0 ]; then
|
if ! [ $(id -u) = 0 ]; then
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* hostapd / Callback functions for driver wrappers
|
* hostapd / Callback functions for driver wrappers
|
||||||
|
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||||
* Copyright (c) 2002-2013, Jouni Malinen <j@w1.fi>
|
* Copyright (c) 2002-2013, Jouni Malinen <j@w1.fi>
|
||||||
*
|
*
|
||||||
* This software may be distributed under the terms of the BSD license.
|
* This software may be distributed under the terms of the BSD license.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* hostapd / IEEE 802.11 Management
|
* hostapd / IEEE 802.11 Management
|
||||||
|
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||||
* Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi>
|
* Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi>
|
||||||
*
|
*
|
||||||
* This software may be distributed under the terms of the BSD license.
|
* This software may be distributed under the terms of the BSD license.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* hostapd / Station table
|
* hostapd / Station table
|
||||||
|
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||||
* Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi>
|
* Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi>
|
||||||
*
|
*
|
||||||
* This software may be distributed under the terms of the BSD license.
|
* This software may be distributed under the terms of the BSD license.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* IEEE 802.11 RSN / WPA Authenticator
|
* IEEE 802.11 RSN / WPA Authenticator
|
||||||
|
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||||
* Copyright (c) 2004-2019, Jouni Malinen <j@w1.fi>
|
* Copyright (c) 2004-2019, Jouni Malinen <j@w1.fi>
|
||||||
*
|
*
|
||||||
* This software may be distributed under the terms of the BSD license.
|
* This software may be distributed under the terms of the BSD license.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* hostapd - IEEE 802.11i-2004 / WPA Authenticator
|
* hostapd - IEEE 802.11i-2004 / WPA Authenticator
|
||||||
|
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||||
* Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi>
|
* Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi>
|
||||||
*
|
*
|
||||||
* This software may be distributed under the terms of the BSD license.
|
* This software may be distributed under the terms of the BSD license.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* hostapd - IEEE 802.11i-2004 / WPA Authenticator: Internal definitions
|
* hostapd - IEEE 802.11i-2004 / WPA Authenticator: Internal definitions
|
||||||
|
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||||
* Copyright (c) 2004-2015, Jouni Malinen <j@w1.fi>
|
* Copyright (c) 2004-2015, Jouni Malinen <j@w1.fi>
|
||||||
*
|
*
|
||||||
* This software may be distributed under the terms of the BSD license.
|
* This software may be distributed under the terms of the BSD license.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Random number generator
|
* Random number generator
|
||||||
|
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||||
* Copyright (c) 2010-2011, Jouni Malinen <j@w1.fi>
|
* Copyright (c) 2010-2011, Jouni Malinen <j@w1.fi>
|
||||||
*
|
*
|
||||||
* This software may be distributed under the terms of the BSD license.
|
* This software may be distributed under the terms of the BSD license.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* WPA Supplicant / Control interface (shared code for all backends)
|
* WPA Supplicant / Control interface (shared code for all backends)
|
||||||
|
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||||
* Copyright (c) 2004-2019, Jouni Malinen <j@w1.fi>
|
* Copyright (c) 2004-2019, Jouni Malinen <j@w1.fi>
|
||||||
*
|
*
|
||||||
* This software may be distributed under the terms of the BSD license.
|
* This software may be distributed under the terms of the BSD license.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* wpa_supplicant - Internal definitions
|
* wpa_supplicant - Internal definitions
|
||||||
|
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||||
* Copyright (c) 2003-2014, Jouni Malinen <j@w1.fi>
|
* Copyright (c) 2003-2014, Jouni Malinen <j@w1.fi>
|
||||||
*
|
*
|
||||||
* This software may be distributed under the terms of the BSD license.
|
* This software may be distributed under the terms of the BSD license.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* WPA Supplicant - Glue code to setup EAPOL and RSN modules
|
* WPA Supplicant - Glue code to setup EAPOL and RSN modules
|
||||||
|
* Copyright (c) 2020, Mathy Vanhoef <mathy.vanhoef@nyu.edu>
|
||||||
* Copyright (c) 2003-2015, Jouni Malinen <j@w1.fi>
|
* Copyright (c) 2003-2015, Jouni Malinen <j@w1.fi>
|
||||||
*
|
*
|
||||||
* This software may be distributed under the terms of the BSD license.
|
* This software may be distributed under the terms of the BSD license.
|
||||||
|
Loading…
Reference in New Issue
Block a user