Updated copyright dates, removed NEWS file in favor of the ChangeLog

This commit is contained in:
Michael Rash
2013-06-02 14:07:01 -04:00
parent 1b41e606a7
commit 382099e85a
86 changed files with 85 additions and 123 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Damien Stuart <dstuart@dstuart.org>
- libfko, fwknop (client)
Copyright 2009-2011, Damien Stuart and Michael Rash
Copyright 2009-2013, Damien Stuart and Michael Rash
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
-38
View File
@@ -1,38 +0,0 @@
Noteworthy changes in version 0.62 (2009-07-26)
-------------------------------------------------------
* Initial public release
* Support for GPG encryption (via gpgme).
* In addition to UDP, send SPA data packet over TCP, TCP(raw socket),
and ICMP.
* Added the FKO Perl Module (wraps libfko).
* Added support for the Win32 platform.
* Fairly complete Texinfo documentation for libfko.
Noteworthy changes in version 0.0.0-alpha (2008-12-21)
-------------------------------------------------------
* Start of port form Perl to C
* Created initial libfko.a static lib
* fwknop client program can generate a simple access
request that can be parsed by the Perl fwknopd server.
Copyright 2009, Damien Stuart
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
modifications, as long as this notice is preserved.
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.
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header for libfko.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -5,7 +5,7 @@
*
* Author: Damien S. Stuart
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for fwknop command line options.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* \brief Command-line and config file processing for fwknop client.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* @brief Header file for fwknop config_init.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -5,7 +5,7 @@
*
* @brief An implementation of an fwknop client.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -8,7 +8,7 @@
*
* Purpose: Header file for fwknop client test program.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for fwknop config_init.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Routines for obtaining a password from a user.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for getpasswd.c.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -8,7 +8,7 @@
* Purpose: Routine for using an http request to obtain a client's IP
* address as seen from the outside world.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -6,7 +6,7 @@
* @brief General logging routine that can write to stderr
* and can take variable number of args.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -5,7 +5,7 @@
*
* @brief Header file for log_msg.c
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -8,7 +8,7 @@
*
* Purpose: Network-related functions for the fwknop client
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for fwknop client test program.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: General/Generic functions for the fwknop client.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for utils.c client test program.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Common header file for fwknop client and server programs.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -9,7 +9,7 @@
* own (actually copy) here in an effort to reduce the cross-
* platform "hoop-jumping" we would need to do).
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Common header for libfko source files.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -9,7 +9,7 @@
* by Ryan Martell. (rdm4@martellventures.com).
*
* Copyright (C) Ryan Martell. (rdm4@martellventures.com)
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header for the fwknop base64.c
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Cipher functions used by fwknop
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header for the fwknop cipher_funcs.c.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -5,7 +5,7 @@
*
* @brief Roll-up of the digests used by fwknop.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header for the fwknop digest.c.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header for libfko.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Set/Get the spa client timeout data
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Common header for libfko source files.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: fko context definition.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Decode an FKO SPA message after decryption.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -9,7 +9,7 @@
* digest used is determined by the digest_type setting in the
* fko context.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -9,7 +9,7 @@
* the necessary pieces to gether to create the single encoded
* message string.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Set/Get the spa encryption type.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Error handling functions for libfko
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: General utility functions for libfko
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -5,7 +5,7 @@
*
* Author: Damien S. Stuart
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -8,7 +8,7 @@
* Purpose: Set/Get the spa message (access req/command/etc) based
* on the current spa data.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Set/Get the spa nat access request data.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Generate a 16-byte random numeric value.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Set/Get the spa server auth data.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Defines various states and flags for libfko operations.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Get the current timestamp with optional offset applied.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Set/Get the current username.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header for utility functions used by libfko
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: gpgme-related functions for GPG encryptions support in libfko.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header for the fwknop gpgme_funcs.c.
*
* Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2009-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Access.conf file processing for fwknop server.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for fwknopd access.c.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for fwknopd command line options.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Command-line and config file processing for fwknop server.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for fwknopd config_init.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Routines for executing and processing external commands.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for extcmd.c.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Fwknop routines for managing the firewall rules.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for fw_util.c.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Fwknop routines for managing ipf firewall rules.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for fw_util_ipf.c.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Fwknop routines for managing ipfw firewall rules.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for fw_util_ipfw.c.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Fwknop routines for managing iptables firewall rules.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for fw_util_iptables.c.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -8,7 +8,7 @@
*
* Purpose: Header file for fw_util_pf.c.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: An implementation of an fwknop server.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -8,7 +8,7 @@
*
* Purpose: Header file for fwknopd server program.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for fwknopd source files.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Error message functions for fwknopd
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for fwknopd_errors.c.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Process an incoming SPA data packet for fwknopd.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for incoming_spa.c.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -8,7 +8,7 @@
* Purpose: General logging routine that can write to syslog and/or stderr
* and can take varibale number of args.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for log_msg.c.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: The pcap capture routines for fwknopd.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for pcap_capture.c.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -10,7 +10,7 @@
* then creates an FKO context with that data. If the context
* creation is successful, it is queued for processing.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for process_packet and other fwknopd code.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -11,7 +11,7 @@
* (ndbm or gdbm in ndbm compatibility mode) file to store the digest
* of a previously received SPA packets.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for fwknopd replay_cache.c functions.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Signal handling dta and routines for fwknopd.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for sig_handler functions and data.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -8,7 +8,7 @@
* Purpose: Spawns off a dummy tcp server for fwknopd. Its purpose is
* to accept a tcp connection, then drop it after the first packet.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for tcp_server.c.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -5,7 +5,7 @@
*
* @brief General/Generic functions for the fwknop server.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*
+1 -1
View File
@@ -7,7 +7,7 @@
*
* Purpose: Header file for utils.c fwknopd server program.
*
* Copyright 2010 Damien Stuart (dstuart@dstuart.org)
* Copyright 2010-2013 Damien Stuart (dstuart@dstuart.org)
*
* License (GNU Public License):
*