diff --git a/CHANGELOG b/CHANGELOG index 83d8943..b33231b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ CHANGELOG for the CCEAP tool -current : 2019-08-05 +v. 0.6.2 : 2021-04-26 * Improved welcome message and add -q for the client, too. v. 0.6.1 : 2019-04-21 (Easter) diff --git a/client.c b/client.c index 16f5196..abe67f0 100644 --- a/client.c +++ b/client.c @@ -7,7 +7,7 @@ * vulnerabilities in a single communication protocol. * * Copyright (C) 2016-2019 Steffen Wendzel, steffen (at) wendzel (dot) de - * http://www.wendzel.de + * https://www.wendzel.de * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/main.h b/main.h index 3b86c65..687dbae 100644 --- a/main.h +++ b/main.h @@ -6,7 +6,7 @@ * for students. The tool demonstrates several network covert channel * vulnerabilities in a single communication protocol. * - * Copyright (C) 2016-2019 Steffen Wendzel, steffen (at) wendzel (dot) de + * Copyright (C) 2016-2021 Steffen Wendzel, steffen (at) wendzel (dot) de * http://www.wendzel.de * * This program is free software: you can redistribute it and/or modify @@ -48,8 +48,8 @@ #include #include -#define CCEAP_VER "0.6.1+" -#define CCEAP_AUTHOR "Steffen Wendzel, www.wendzel.de" +#define CCEAP_VER "0.6.2" +#define CCEAP_AUTHOR "Steffen Wendzel, https://www.wendzel.de" #define ERR_EXIT 2 #define OK_EXIT 0 diff --git a/server.c b/server.c index b50a972..3fa6fe7 100644 --- a/server.c +++ b/server.c @@ -7,7 +7,7 @@ * vulnerabilities in a single communication protocol. * * Copyright (C) 2016-2019 Steffen Wendzel, steffen (at) wendzel (dot) de - * http://www.wendzel.de + * https://www.wendzel.de * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/support.c b/support.c index 97adf6d..914599b 100644 --- a/support.c +++ b/support.c @@ -7,7 +7,7 @@ * vulnerabilities in a single communication protocol. * * Copyright (C) 2016-2019 Steffen Wendzel, steffen (at) wendzel (dot) de - * http://www.wendzel.de + * https://www.wendzel.de * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by