forked from WaverleyLabs/fwknop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated authorship and copyright information
This commit updates all authorship and copyright information to include a standard header that references the AUTHORS and CREDITS file. This standard header was written by the Debian legal team at the request of Franck Joncourt.
- Loading branch information
Showing
107 changed files
with
357 additions
and
323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,40 @@ | ||
Package: fwknop | ||
Maintainer: Damien Stuart <[email protected]>, Michael Rash <[email protected]> | ||
Bug reports: [email protected], [email protected] | ||
License: GPLv2, See the COPYING file | ||
|
||
Primary authors: | ||
|
||
Mike Rash <[email protected]> | ||
- Pretty much most of the original fwknop Perl implementation. | ||
Michael Rash <[email protected]> | ||
- Creator of the fwknop project and wrote the original fwknop Perl | ||
implementation with contributions from open source developers. | ||
- Continued authorship and maintenance of fwknop code. | ||
|
||
Damien Stuart <[email protected]> | ||
- The initial port to C | ||
- libfko, fwknop (client) | ||
Damien Stuart <[email protected]> | ||
- Ported fwknop to C. | ||
- libfko, fwknop (client), fwknopd (server) | ||
- Continued authorship and maintenance of fwknop code. | ||
|
||
Significant contributions from individuals are listed in the CREDITS file, and | ||
a special thanks is due to: | ||
|
||
Copyright 2009-2013, Damien Stuart and Michael Rash | ||
Franck Joncourt (Major contributor and Debian package maintainer) | ||
Sebastien Jeanquier (Masters thesis analysis of Port Knocking and SPA) | ||
Hank Leininger (libfko error code patch, various architecture ideas) | ||
Max Kastanas (iPhone and Android clients) | ||
Gerry Reno (Android client development) | ||
Ozmart (various architecture ideas) | ||
Geoff Carstairs (various architecture ideas) | ||
Fernando Arnaboldi (vulnerability discovery and responsible disclosure) | ||
Sean Greven (FreeBSD port) | ||
Vlad Glagolev (OpenBSD port) | ||
Blair Zajac (PPC architecture fixes, various architecture ideas) | ||
Radostan Riedel (AppArmor policy) | ||
Jonathan Bennett (OpenWRT support) | ||
|
||
Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
list of contributors, see the file 'CREDITS'. | ||
|
||
This file is distributed in the hope that it will be useful, but | ||
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the | ||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,12 @@ | |
* | ||
* File: config.h (Hard-coded for Android development environment) | ||
* | ||
* Author: Max Kastanas <[email protected]> | ||
* | ||
* Purpose: General config.h modified for Android env | ||
* | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
* | ||
* File: fwknop_client.c | ||
* | ||
* Author: Damien S. Stuart | ||
* | ||
* Purpose: An implementation of an fwknop client for Android. | ||
* | ||
* Copyright (C) 2010 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
* | ||
* File: fwknop_client.h | ||
* | ||
* Author: Damien Stuart ([email protected]) | ||
* | ||
* Purpose: Header file for fwknop_client.c fwknop client for Android. | ||
* | ||
* Copyright (C) 2010 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
* | ||
* File: send_spa_packet.c | ||
* | ||
* Author: Damien S. Stuart ([email protected]) | ||
* | ||
* Purpose: Function to send a SPA data packet out onto the network. | ||
* | ||
* Copyright (C) 2010 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,12 @@ | |
* | ||
* File: Fwknop.java | ||
* | ||
* Author: Max Kastanas <[email protected]> | ||
* | ||
* Purpose: Simple wrapper for Android logging | ||
* | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,12 @@ | |
* | ||
* File: Fwknop.java | ||
* | ||
* Author: Max Kastanas <[email protected]> | ||
* | ||
* Purpose: A JNI wrapper for Damien Stuart's implementation of fwknop client | ||
* | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
* | ||
* File: cmd_opts.h | ||
* | ||
* Author: Damien Stuart | ||
* | ||
* Purpose: Header file for fwknop command line options. | ||
* | ||
* Copyright 2010-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
* | ||
* \file config_init.c | ||
* | ||
* \author Damien Stuart | ||
* | ||
* \brief Command-line and config file processing for fwknop client. | ||
* | ||
* Copyright 2009-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
* | ||
* @file config_init.h | ||
* | ||
* @author Damien Stuart | ||
* | ||
* @brief Header file for fwknop config_init. | ||
* | ||
* Copyright 2009-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/** | ||
* @file fwknop.c | ||
* | ||
* @author Damien S. Stuart | ||
* @brief The fwknop client. | ||
* | ||
* @brief An implementation of an fwknop client. | ||
* | ||
* Copyright 2009-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,11 @@ | |
* | ||
* File: fwknop.h | ||
* | ||
* Author: Damien S. Stuart ([email protected]) | ||
* Michael Rash ([email protected]) | ||
* | ||
* Purpose: Header file for fwknop client test program. | ||
* | ||
* Copyright 2009-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
* | ||
* File: fwknop_common.h | ||
* | ||
* Author: Damien Stuart | ||
* | ||
* Purpose: Header file for fwknop config_init. | ||
* | ||
* Copyright 2009-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
* | ||
* File: getpasswd.c | ||
* | ||
* Author: Damien S. Stuart | ||
* | ||
* Purpose: Routines for obtaining a password from a user. | ||
* | ||
* Copyright 2009-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
* | ||
* File: getpasswd.h | ||
* | ||
* Author: Damien Stuart ([email protected]) | ||
* | ||
* Purpose: Header file for getpasswd.c. | ||
* | ||
* Copyright 2009-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ | |
* | ||
* File: http_resolve_host.c | ||
* | ||
* Author: Damien S. Stuart | ||
* | ||
* Purpose: Routine for using an http request to obtain a client's IP | ||
* address as seen from the outside world. | ||
* | ||
* Copyright 2009-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
/** | ||
* @file log_msg.c | ||
* | ||
* @author Damien S. Stuart | ||
* | ||
* @brief General logging routine that can write to stderr | ||
* and can take variable number of args. | ||
* | ||
* Copyright 2009-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/** | ||
* @file log_msg.h | ||
* | ||
* @author Damien S. Stuart | ||
* | ||
* @brief Header file for log_msg.c | ||
* | ||
* Copyright 2009-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,11 @@ | |
* | ||
* File: spa_comm.c | ||
* | ||
* Author: Damien S. Stuart ([email protected]) | ||
* Michael Rash ([email protected]) | ||
* | ||
* Purpose: Network-related functions for the fwknop client | ||
* | ||
* Copyright 2009-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
* | ||
* File: spa_comm.h | ||
* | ||
* Author: Damien Stuart ([email protected]) | ||
* | ||
* Purpose: Header file for fwknop client test program. | ||
* | ||
* Copyright 2009-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
* | ||
* File: utils.c | ||
* | ||
* Author: Damien S. Stuart | ||
* | ||
* Purpose: General/Generic functions for the fwknop client. | ||
* | ||
* Copyright 2009-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
* | ||
* File: utils.h | ||
* | ||
* Author: Damien Stuart ([email protected]) | ||
* | ||
* Purpose: Header file for utils.c client test program. | ||
* | ||
* Copyright 2009-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
* | ||
* File: common.h | ||
* | ||
* Author: Damien Stuart | ||
* | ||
* Purpose: Common header file for fwknop client and server programs. | ||
* | ||
* Copyright 2010-2013 Damien Stuart ([email protected]) | ||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'. | ||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full | ||
* list of contributors, see the file 'CREDITS'. | ||
* | ||
* License (GNU General Public License): | ||
* | ||
|
Oops, something went wrong.