fix header non-ascii chars, and introduce test suite support for detecting this in source files
This commit is contained in:
@@ -32,7 +32,7 @@ a special thanks is due to:
|
||||
Radostan Riedel (AppArmor policy)
|
||||
Jonathan Bennett (OpenWRT support)
|
||||
|
||||
Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
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
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* 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
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: An implementation of an fwknop client for Android.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fwknop_client.c fwknop client for Android.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Function to send a SPA data packet out onto the network.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* 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
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* 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
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fwknop command line options.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* \brief Command-line and config file processing for 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
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* @brief Header file for fwknop config_init.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
* @brief The 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
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fwknop client test program.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fwknop config_init.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Routines for obtaining a password from a user.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for getpasswd.c.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* address as seen from the outside world.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
* and can take variable number of args.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
* @brief Header file for log_msg.c
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Network-related functions for the 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
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fwknop client test program.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: General/Generic functions for the 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
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for utils.c client test program.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Common header file for fwknop client and server programs.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* platform "hoop-jumping" we would need to do).
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
#
|
||||
# Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
# Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
# Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
# list of contributors, see the file 'CREDITS'.
|
||||
#
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
#
|
||||
# Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
# Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
# Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
# list of contributors, see the file 'CREDITS'.
|
||||
#
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: An implementation of an fwknop client for Android.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fwknop_client.c fwknop client for Android.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Function to send a SPA data packet out onto the network.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Common header for libfko source files.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
* Copyright (C) Ryan Martell. (rdm4@martellventures.com)
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header for the fwknop base64.c
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Cipher functions used by fwknop
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header for the fwknop cipher_funcs.c.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
* @brief Roll-up of the digests used by fwknop.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header for the fwknop digest.c.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header for libfko.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Set/Get the spa client timeout data
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Common header for libfko source files.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: fko context definition.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Decode an FKO SPA message after decryption.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
* fko context.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
* message string.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Set/Get the spa encryption type.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Error handling functions for libfko
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: General utility functions for libfko
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Provide HMAC support to SPA communications
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
* File: fko_limits.h
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
* on the current spa data.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Provide validation functions for SPA messages
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Set/Get the spa nat access request data.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Generate a 16-byte random numeric value.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Set/Get the spa server auth data.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Defines various states and flags for libfko operations.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Get the current timestamp with optional offset applied.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Set/Get the current username.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Provide validation functions for SPA messages
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Provide a set of common utility functions that fwknop can use.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header for utility functions used by libfko
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: gpgme-related functions for GPG encryptions support in libfko.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header for the fwknop gpgme_funcs.c.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Provide HMAC support to SPA communications
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Provide HMAC support for SPA communications
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Python wrapper module for the fwknop library (libfko).
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
*****************************************************************************
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
# Purpose: Driver script for the fko module.
|
||||
#
|
||||
# Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
# Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
# Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
# list of contributors, see the file 'CREDITS'.
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Access.conf file processing for fwknop server.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fwknopd access.c.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fwknopd command line options.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Command-line and config file processing for fwknop server.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fwknopd config_init.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Routines for executing and processing external commands.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for extcmd.c.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Fwknop routines for managing the firewall rules.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fw_util.c.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Fwknop routines for managing ipf firewall rules.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fw_util_ipf.c.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Fwknop routines for managing ipfw firewall rules.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fw_util_ipfw.c.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Fwknop routines for managing iptables firewall rules.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fw_util_iptables.c.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Fwknop routines for managing pf firewall rules.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fw_util_pf.c.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: An implementation of an fwknop server.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fwknopd server program.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fwknopd source files.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Error message functions for fwknopd
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fwknopd_errors.c.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Process an incoming SPA data packet for fwknopd.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for incoming_spa.c.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
* and can take varibale number of args.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for log_msg.c.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: The pcap capture routines for fwknopd.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for pcap_capture.c.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* creation is successful, it is queued for processing.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for process_packet and other fwknopd code.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
* of a previously received SPA packets.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for fwknopd replay_cache.c functions.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Signal handling dta and routines for fwknopd.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Purpose: Header file for sig_handler functions and data.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
* to accept a tcp connection, then drop it after the first packet.
|
||||
*
|
||||
* Fwknop is developed primarily by the people listed in the file 'AUTHORS'.
|
||||
* Copyright (C) 2009–2014 fwknop developers and contributors. For a full
|
||||
* Copyright (C) 2009-2014 fwknop developers and contributors. For a full
|
||||
* list of contributors, see the file 'CREDITS'.
|
||||
*
|
||||
* License (GNU General Public License):
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user