From 382099e85aa0ca18b2d52ca422ac3faa819e4999 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sun, 2 Jun 2013 14:07:01 -0400 Subject: [PATCH] Updated copyright dates, removed NEWS file in favor of the ChangeLog --- AUTHORS | 2 +- NEWS | 38 ------------------------- android/project/jni/fwknop/fko.h | 2 +- android/project/jni/fwknop/fko_limits.h | 2 +- client/cmd_opts.h | 2 +- client/config_init.c | 2 +- client/config_init.h | 2 +- client/fwknop.c | 2 +- client/fwknop.h | 2 +- client/fwknop_common.h | 2 +- client/getpasswd.c | 2 +- client/getpasswd.h | 2 +- client/http_resolve_host.c | 2 +- client/log_msg.c | 2 +- client/log_msg.h | 2 +- client/spa_comm.c | 2 +- client/spa_comm.h | 2 +- client/utils.c | 2 +- client/utils.h | 2 +- common/common.h | 2 +- common/netinet_common.h | 2 +- iphone/Classes/libfwknop/fko_common.b | 2 +- lib/base64.c | 2 +- lib/base64.h | 2 +- lib/cipher_funcs.c | 2 +- lib/cipher_funcs.h | 2 +- lib/digest.c | 2 +- lib/digest.h | 2 +- lib/fko.h | 2 +- lib/fko_client_timeout.c | 2 +- lib/fko_common.h | 2 +- lib/fko_context.h | 2 +- lib/fko_decode.c | 2 +- lib/fko_digest.c | 2 +- lib/fko_encode.c | 2 +- lib/fko_encryption.c | 2 +- lib/fko_error.c | 2 +- lib/fko_funcs.c | 2 +- lib/fko_limits.h | 2 +- lib/fko_message.c | 2 +- lib/fko_nat_access.c | 2 +- lib/fko_rand_value.c | 2 +- lib/fko_server_auth.c | 2 +- lib/fko_state.h | 2 +- lib/fko_timestamp.c | 2 +- lib/fko_user.c | 2 +- lib/fko_util.h | 2 +- lib/gpgme_funcs.c | 2 +- lib/gpgme_funcs.h | 2 +- server/access.c | 2 +- server/access.h | 2 +- server/cmd_opts.h | 2 +- server/config_init.c | 2 +- server/config_init.h | 2 +- server/extcmd.c | 2 +- server/extcmd.h | 2 +- server/fw_util.c | 2 +- server/fw_util.h | 2 +- server/fw_util_ipf.c | 2 +- server/fw_util_ipf.h | 2 +- server/fw_util_ipfw.c | 2 +- server/fw_util_ipfw.h | 2 +- server/fw_util_iptables.c | 2 +- server/fw_util_iptables.h | 2 +- server/fw_util_pf.h | 2 +- server/fwknopd.c | 2 +- server/fwknopd.h | 2 +- server/fwknopd_common.h | 2 +- server/fwknopd_errors.c | 2 +- server/fwknopd_errors.h | 2 +- server/incoming_spa.c | 2 +- server/incoming_spa.h | 2 +- server/log_msg.c | 2 +- server/log_msg.h | 2 +- server/pcap_capture.c | 2 +- server/pcap_capture.h | 2 +- server/process_packet.c | 2 +- server/process_packet.h | 2 +- server/replay_cache.c | 2 +- server/replay_cache.h | 2 +- server/sig_handler.c | 2 +- server/sig_handler.h | 2 +- server/tcp_server.c | 2 +- server/tcp_server.h | 2 +- server/utils.c | 2 +- server/utils.h | 2 +- 86 files changed, 85 insertions(+), 123 deletions(-) delete mode 100644 NEWS diff --git a/AUTHORS b/AUTHORS index 77c7a926..4c23ff01 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,7 +11,7 @@ Damien Stuart - 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 diff --git a/NEWS b/NEWS deleted file mode 100644 index ab1b5cd5..00000000 --- a/NEWS +++ /dev/null @@ -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. - diff --git a/android/project/jni/fwknop/fko.h b/android/project/jni/fwknop/fko.h index 79be54c8..45c219df 100644 --- a/android/project/jni/fwknop/fko.h +++ b/android/project/jni/fwknop/fko.h @@ -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): * diff --git a/android/project/jni/fwknop/fko_limits.h b/android/project/jni/fwknop/fko_limits.h index 01b85fd4..a570cddd 100644 --- a/android/project/jni/fwknop/fko_limits.h +++ b/android/project/jni/fwknop/fko_limits.h @@ -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): * diff --git a/client/cmd_opts.h b/client/cmd_opts.h index bd121951..ade49c69 100644 --- a/client/cmd_opts.h +++ b/client/cmd_opts.h @@ -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): * diff --git a/client/config_init.c b/client/config_init.c index 17af6abf..7b56a8dd 100644 --- a/client/config_init.c +++ b/client/config_init.c @@ -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): * diff --git a/client/config_init.h b/client/config_init.h index 10af459b..47a573e7 100644 --- a/client/config_init.h +++ b/client/config_init.h @@ -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): * diff --git a/client/fwknop.c b/client/fwknop.c index b2d01461..5cb0910f 100644 --- a/client/fwknop.c +++ b/client/fwknop.c @@ -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): * diff --git a/client/fwknop.h b/client/fwknop.h index d69de2fa..7c09bb1a 100644 --- a/client/fwknop.h +++ b/client/fwknop.h @@ -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): * diff --git a/client/fwknop_common.h b/client/fwknop_common.h index e2261fd4..a45988d2 100644 --- a/client/fwknop_common.h +++ b/client/fwknop_common.h @@ -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): * diff --git a/client/getpasswd.c b/client/getpasswd.c index 118a9461..c02c5ca6 100644 --- a/client/getpasswd.c +++ b/client/getpasswd.c @@ -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): * diff --git a/client/getpasswd.h b/client/getpasswd.h index dc4c7f80..2f476a92 100644 --- a/client/getpasswd.h +++ b/client/getpasswd.h @@ -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): * diff --git a/client/http_resolve_host.c b/client/http_resolve_host.c index 38360692..dad93f67 100644 --- a/client/http_resolve_host.c +++ b/client/http_resolve_host.c @@ -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): * diff --git a/client/log_msg.c b/client/log_msg.c index 1aaa9106..ea564086 100644 --- a/client/log_msg.c +++ b/client/log_msg.c @@ -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): * diff --git a/client/log_msg.h b/client/log_msg.h index 9bb8409b..b8c19ba2 100644 --- a/client/log_msg.h +++ b/client/log_msg.h @@ -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): * diff --git a/client/spa_comm.c b/client/spa_comm.c index 27194543..bc01a630 100644 --- a/client/spa_comm.c +++ b/client/spa_comm.c @@ -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): * diff --git a/client/spa_comm.h b/client/spa_comm.h index 142ed8a4..332ed451 100644 --- a/client/spa_comm.h +++ b/client/spa_comm.h @@ -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): * diff --git a/client/utils.c b/client/utils.c index 3c339ca3..1c78da3f 100644 --- a/client/utils.c +++ b/client/utils.c @@ -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): * diff --git a/client/utils.h b/client/utils.h index 87abb366..6b826e65 100644 --- a/client/utils.h +++ b/client/utils.h @@ -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): * diff --git a/common/common.h b/common/common.h index 5039d77a..791c7fa7 100644 --- a/common/common.h +++ b/common/common.h @@ -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): * diff --git a/common/netinet_common.h b/common/netinet_common.h index f23d1fff..bbb3d07e 100644 --- a/common/netinet_common.h +++ b/common/netinet_common.h @@ -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): * diff --git a/iphone/Classes/libfwknop/fko_common.b b/iphone/Classes/libfwknop/fko_common.b index f25d24a8..35aacf20 100644 --- a/iphone/Classes/libfwknop/fko_common.b +++ b/iphone/Classes/libfwknop/fko_common.b @@ -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): * diff --git a/lib/base64.c b/lib/base64.c index 4dc50e79..dec99d5c 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -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): * diff --git a/lib/base64.h b/lib/base64.h index 5c449f77..fb76d1ab 100644 --- a/lib/base64.h +++ b/lib/base64.h @@ -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): * diff --git a/lib/cipher_funcs.c b/lib/cipher_funcs.c index 12dd94f2..4d7e2c6d 100644 --- a/lib/cipher_funcs.c +++ b/lib/cipher_funcs.c @@ -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): * diff --git a/lib/cipher_funcs.h b/lib/cipher_funcs.h index 137fa375..4bb180ce 100644 --- a/lib/cipher_funcs.h +++ b/lib/cipher_funcs.h @@ -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): * diff --git a/lib/digest.c b/lib/digest.c index f47ed449..c9eebb92 100644 --- a/lib/digest.c +++ b/lib/digest.c @@ -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): * diff --git a/lib/digest.h b/lib/digest.h index 25be3878..0c539136 100644 --- a/lib/digest.h +++ b/lib/digest.h @@ -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): * diff --git a/lib/fko.h b/lib/fko.h index f9bb7988..640f67b3 100644 --- a/lib/fko.h +++ b/lib/fko.h @@ -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): * diff --git a/lib/fko_client_timeout.c b/lib/fko_client_timeout.c index 6a62223c..b20eb6bd 100644 --- a/lib/fko_client_timeout.c +++ b/lib/fko_client_timeout.c @@ -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): * diff --git a/lib/fko_common.h b/lib/fko_common.h index 0580d9ed..24bb14c1 100644 --- a/lib/fko_common.h +++ b/lib/fko_common.h @@ -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): * diff --git a/lib/fko_context.h b/lib/fko_context.h index 9b9dce2a..a88cc355 100644 --- a/lib/fko_context.h +++ b/lib/fko_context.h @@ -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): * diff --git a/lib/fko_decode.c b/lib/fko_decode.c index ad2a4226..7f0f5111 100644 --- a/lib/fko_decode.c +++ b/lib/fko_decode.c @@ -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): * diff --git a/lib/fko_digest.c b/lib/fko_digest.c index 9669ceea..f2a4bdc6 100644 --- a/lib/fko_digest.c +++ b/lib/fko_digest.c @@ -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): * diff --git a/lib/fko_encode.c b/lib/fko_encode.c index 4a63132f..c59b3b00 100644 --- a/lib/fko_encode.c +++ b/lib/fko_encode.c @@ -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): * diff --git a/lib/fko_encryption.c b/lib/fko_encryption.c index d7b45956..0de7c954 100644 --- a/lib/fko_encryption.c +++ b/lib/fko_encryption.c @@ -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): * diff --git a/lib/fko_error.c b/lib/fko_error.c index ae45c3c1..dcd872ab 100644 --- a/lib/fko_error.c +++ b/lib/fko_error.c @@ -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): * diff --git a/lib/fko_funcs.c b/lib/fko_funcs.c index c6c3a4d5..655ebed5 100644 --- a/lib/fko_funcs.c +++ b/lib/fko_funcs.c @@ -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): * diff --git a/lib/fko_limits.h b/lib/fko_limits.h index 85236d4a..8390a9b1 100644 --- a/lib/fko_limits.h +++ b/lib/fko_limits.h @@ -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): * diff --git a/lib/fko_message.c b/lib/fko_message.c index fefdbf1f..0aec6ba1 100644 --- a/lib/fko_message.c +++ b/lib/fko_message.c @@ -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): * diff --git a/lib/fko_nat_access.c b/lib/fko_nat_access.c index aebaced9..6465c1a8 100644 --- a/lib/fko_nat_access.c +++ b/lib/fko_nat_access.c @@ -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): * diff --git a/lib/fko_rand_value.c b/lib/fko_rand_value.c index 224bb6da..2907656e 100644 --- a/lib/fko_rand_value.c +++ b/lib/fko_rand_value.c @@ -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): * diff --git a/lib/fko_server_auth.c b/lib/fko_server_auth.c index d7f53efb..2340df17 100644 --- a/lib/fko_server_auth.c +++ b/lib/fko_server_auth.c @@ -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): * diff --git a/lib/fko_state.h b/lib/fko_state.h index 78417b26..bf7f97a0 100644 --- a/lib/fko_state.h +++ b/lib/fko_state.h @@ -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): * diff --git a/lib/fko_timestamp.c b/lib/fko_timestamp.c index 66b0b520..7aa7fc91 100644 --- a/lib/fko_timestamp.c +++ b/lib/fko_timestamp.c @@ -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): * diff --git a/lib/fko_user.c b/lib/fko_user.c index c829902a..0942962e 100644 --- a/lib/fko_user.c +++ b/lib/fko_user.c @@ -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): * diff --git a/lib/fko_util.h b/lib/fko_util.h index 483661fd..35d29517 100644 --- a/lib/fko_util.h +++ b/lib/fko_util.h @@ -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): * diff --git a/lib/gpgme_funcs.c b/lib/gpgme_funcs.c index e5bcd4b3..366e95cc 100644 --- a/lib/gpgme_funcs.c +++ b/lib/gpgme_funcs.c @@ -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): * diff --git a/lib/gpgme_funcs.h b/lib/gpgme_funcs.h index c8e30718..c1be0124 100644 --- a/lib/gpgme_funcs.h +++ b/lib/gpgme_funcs.h @@ -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): * diff --git a/server/access.c b/server/access.c index 024cc9b4..c619fe40 100644 --- a/server/access.c +++ b/server/access.c @@ -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): * diff --git a/server/access.h b/server/access.h index 2098b469..b22a1a34 100644 --- a/server/access.h +++ b/server/access.h @@ -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): * diff --git a/server/cmd_opts.h b/server/cmd_opts.h index 368804a7..4b27f795 100644 --- a/server/cmd_opts.h +++ b/server/cmd_opts.h @@ -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): * diff --git a/server/config_init.c b/server/config_init.c index c2e9a05d..6aebf6b9 100644 --- a/server/config_init.c +++ b/server/config_init.c @@ -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): * diff --git a/server/config_init.h b/server/config_init.h index 7cf979e0..c13d1e75 100644 --- a/server/config_init.h +++ b/server/config_init.h @@ -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): * diff --git a/server/extcmd.c b/server/extcmd.c index ffb72f8c..114b501a 100644 --- a/server/extcmd.c +++ b/server/extcmd.c @@ -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): * diff --git a/server/extcmd.h b/server/extcmd.h index 67540352..75aaaafb 100644 --- a/server/extcmd.h +++ b/server/extcmd.h @@ -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): * diff --git a/server/fw_util.c b/server/fw_util.c index 75c9fb03..b5df85b5 100644 --- a/server/fw_util.c +++ b/server/fw_util.c @@ -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): * diff --git a/server/fw_util.h b/server/fw_util.h index d4830f62..4e6eccd5 100644 --- a/server/fw_util.h +++ b/server/fw_util.h @@ -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): * diff --git a/server/fw_util_ipf.c b/server/fw_util_ipf.c index fe621e1c..6796d55a 100644 --- a/server/fw_util_ipf.c +++ b/server/fw_util_ipf.c @@ -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): * diff --git a/server/fw_util_ipf.h b/server/fw_util_ipf.h index ceeb81ff..cf93bdde 100644 --- a/server/fw_util_ipf.h +++ b/server/fw_util_ipf.h @@ -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): * diff --git a/server/fw_util_ipfw.c b/server/fw_util_ipfw.c index 5344793f..80e9f4b1 100644 --- a/server/fw_util_ipfw.c +++ b/server/fw_util_ipfw.c @@ -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): * diff --git a/server/fw_util_ipfw.h b/server/fw_util_ipfw.h index aceb4ada..714cd0f4 100644 --- a/server/fw_util_ipfw.h +++ b/server/fw_util_ipfw.h @@ -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): * diff --git a/server/fw_util_iptables.c b/server/fw_util_iptables.c index e5537bf9..1ff884cb 100644 --- a/server/fw_util_iptables.c +++ b/server/fw_util_iptables.c @@ -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): * diff --git a/server/fw_util_iptables.h b/server/fw_util_iptables.h index de3a4481..49eb4d34 100644 --- a/server/fw_util_iptables.h +++ b/server/fw_util_iptables.h @@ -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): * diff --git a/server/fw_util_pf.h b/server/fw_util_pf.h index 764b66e9..b50c9d0c 100644 --- a/server/fw_util_pf.h +++ b/server/fw_util_pf.h @@ -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): * diff --git a/server/fwknopd.c b/server/fwknopd.c index 0225f24f..66389b09 100644 --- a/server/fwknopd.c +++ b/server/fwknopd.c @@ -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): * diff --git a/server/fwknopd.h b/server/fwknopd.h index ddb97476..ca5b3185 100644 --- a/server/fwknopd.h +++ b/server/fwknopd.h @@ -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): * diff --git a/server/fwknopd_common.h b/server/fwknopd_common.h index 43ce96bf..45c7a902 100644 --- a/server/fwknopd_common.h +++ b/server/fwknopd_common.h @@ -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): * diff --git a/server/fwknopd_errors.c b/server/fwknopd_errors.c index bc0542db..47ec0bb2 100644 --- a/server/fwknopd_errors.c +++ b/server/fwknopd_errors.c @@ -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): * diff --git a/server/fwknopd_errors.h b/server/fwknopd_errors.h index 21db4a5e..17b10c66 100644 --- a/server/fwknopd_errors.h +++ b/server/fwknopd_errors.h @@ -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): * diff --git a/server/incoming_spa.c b/server/incoming_spa.c index dcad94b8..dfd2e7bf 100644 --- a/server/incoming_spa.c +++ b/server/incoming_spa.c @@ -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): * diff --git a/server/incoming_spa.h b/server/incoming_spa.h index 2ed8ef9b..4aa818ff 100644 --- a/server/incoming_spa.h +++ b/server/incoming_spa.h @@ -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): * diff --git a/server/log_msg.c b/server/log_msg.c index 98d4d447..8293c6f6 100644 --- a/server/log_msg.c +++ b/server/log_msg.c @@ -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): * diff --git a/server/log_msg.h b/server/log_msg.h index 5cc99cad..c74a649f 100644 --- a/server/log_msg.h +++ b/server/log_msg.h @@ -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): * diff --git a/server/pcap_capture.c b/server/pcap_capture.c index 159b48f5..66c5f4b8 100644 --- a/server/pcap_capture.c +++ b/server/pcap_capture.c @@ -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): * diff --git a/server/pcap_capture.h b/server/pcap_capture.h index 8a324079..25032cb0 100644 --- a/server/pcap_capture.h +++ b/server/pcap_capture.h @@ -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): * diff --git a/server/process_packet.c b/server/process_packet.c index 5d8c75d1..f04475d9 100644 --- a/server/process_packet.c +++ b/server/process_packet.c @@ -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): * diff --git a/server/process_packet.h b/server/process_packet.h index 3119c8c4..582da8bf 100644 --- a/server/process_packet.h +++ b/server/process_packet.h @@ -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): * diff --git a/server/replay_cache.c b/server/replay_cache.c index 10e7b2e6..43b27149 100644 --- a/server/replay_cache.c +++ b/server/replay_cache.c @@ -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): * diff --git a/server/replay_cache.h b/server/replay_cache.h index d523fa10..b9b92ad7 100644 --- a/server/replay_cache.h +++ b/server/replay_cache.h @@ -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): * diff --git a/server/sig_handler.c b/server/sig_handler.c index 15e388f8..c2838c84 100644 --- a/server/sig_handler.c +++ b/server/sig_handler.c @@ -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): * diff --git a/server/sig_handler.h b/server/sig_handler.h index 08fa6b74..2b2e661d 100644 --- a/server/sig_handler.h +++ b/server/sig_handler.h @@ -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): * diff --git a/server/tcp_server.c b/server/tcp_server.c index 7734253d..e29a07f4 100644 --- a/server/tcp_server.c +++ b/server/tcp_server.c @@ -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): * diff --git a/server/tcp_server.h b/server/tcp_server.h index 76bc065e..30ff17ca 100644 --- a/server/tcp_server.h +++ b/server/tcp_server.h @@ -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): * diff --git a/server/utils.c b/server/utils.c index 1bb3ecf3..792050f1 100644 --- a/server/utils.c +++ b/server/utils.c @@ -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): * diff --git a/server/utils.h b/server/utils.h index 5ab8c6b1..856fa79b 100644 --- a/server/utils.h +++ b/server/utils.h @@ -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): *