mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
Bump copyright for 2022
Includes minor format corrections.
This commit is contained in:
parent
cca5f489b0
commit
140c88aa4e
425 changed files with 461 additions and 462 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2019-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2019-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
cmake_minimum_required( VERSION 3.16 ) # For file(GET_RUNTIME_DEPENDENCIES)
|
cmake_minimum_required( VERSION 3.16 ) # For file(GET_RUNTIME_DEPENDENCIES)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
#
|
#
|
||||||
# Copyright (C) 2020 Olliver Schinagl <oliver@schinagl.nl>
|
# Copyright (C) 2020 Olliver Schinagl <oliver@schinagl.nl>
|
||||||
# Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2021-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
# hadolint ignore=DL3007 latest is the latest stable for alpine
|
# hadolint ignore=DL3007 latest is the latest stable for alpine
|
||||||
FROM index.docker.io/library/alpine:latest AS builder
|
FROM index.docker.io/library/alpine:latest AS builder
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2020-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2020-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
# The clamav-milter executable.
|
# The clamav-milter executable.
|
||||||
add_executable( clamav-milter )
|
add_executable( clamav-milter )
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: aCaB <acab@clamav.net>
|
* Author: aCaB <acab@clamav.net>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: aCaB <acab@clamav.net>
|
* Author: aCaB <acab@clamav.net>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: aCaB <acab@clamav.net>
|
* Author: aCaB <acab@clamav.net>
|
||||||
|
@ -122,7 +122,7 @@ int main(int argc, char **argv)
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" Clam AntiVirus: Milter Mail Scanner %s\n", get_version());
|
printf(" Clam AntiVirus: Milter Mail Scanner %s\n", get_version());
|
||||||
printf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
printf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
||||||
printf(" (C) 2021 Cisco Systems, Inc.\n");
|
printf(" (C) 2022 Cisco Systems, Inc.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" %s [-c <config-file>]\n\n", argv[0]);
|
printf(" %s [-c <config-file>]\n\n", argv[0]);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: aCaB <acab@clamav.net>
|
* Author: aCaB <acab@clamav.net>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: aCaB <acab@clamav.net>
|
* Author: aCaB <acab@clamav.net>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: aCaB <acab@clamav.net>
|
* Author: aCaB <acab@clamav.net>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: aCaB <acab@clamav.net>
|
* Author: aCaB <acab@clamav.net>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: aCaB <acab@clamav.net>
|
* Author: aCaB <acab@clamav.net>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: aCaB <acab@clamav.net>
|
* Author: aCaB <acab@clamav.net>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, Micah Snyder
|
* Authors: Tomasz Kojm, Micah Snyder
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Micah Snyder
|
* Authors: Micah Snyder
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2020-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2020-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* ClamAV bytecode handler tool.
|
* ClamAV bytecode handler tool.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Török Edvin
|
* Authors: Török Edvin
|
||||||
|
@ -52,7 +52,7 @@ static void help(void)
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" Clam AntiVirus: Bytecode Testing Tool %s\n", get_version());
|
printf(" Clam AntiVirus: Bytecode Testing Tool %s\n", get_version());
|
||||||
printf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
printf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
||||||
printf(" (C) 2021 Cisco Systems, Inc.\n");
|
printf(" (C) 2022 Cisco Systems, Inc.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" clambc <file> [function] [param1 ...]\n");
|
printf(" clambc <file> [function] [param1 ...]\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2020-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2020-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: Tomasz Kojm <tkojm@clamav.net>
|
* Author: Tomasz Kojm <tkojm@clamav.net>
|
||||||
|
@ -207,7 +207,7 @@ static void help(void)
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" Clam AntiVirus: Configuration Tool %s\n", get_version());
|
printf(" Clam AntiVirus: Configuration Tool %s\n", get_version());
|
||||||
printf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
printf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
||||||
printf(" (C) 2021 Cisco Systems, Inc.\n");
|
printf(" (C) 2022 Cisco Systems, Inc.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" --help -h Show this help\n");
|
printf(" --help -h Show this help\n");
|
||||||
printf(" --version -V Show version\n");
|
printf(" --version -V Show version\n");
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2020-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2020-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm
|
* Authors: Tomasz Kojm
|
||||||
|
@ -92,7 +92,7 @@ static void help(void)
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" Clam AntiVirus: Daemon %s\n", get_version());
|
printf(" Clam AntiVirus: Daemon %s\n", get_version());
|
||||||
printf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
printf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
||||||
printf(" (C) 2021 Cisco Systems, Inc.\n");
|
printf(" (C) 2022 Cisco Systems, Inc.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" clamd [options]\n");
|
printf(" clamd [options]\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, Trog, Török Edvin
|
* Authors: Tomasz Kojm, Trog, Török Edvin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, Trog, Török Edvin
|
* Authors: Tomasz Kojm, Trog, Török Edvin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm
|
* Authors: Tomasz Kojm
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm
|
* Authors: Tomasz Kojm
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, Török Edvin
|
* Authors: Tomasz Kojm, Török Edvin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, Török Edvin
|
* Authors: Tomasz Kojm, Török Edvin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, Trog, Török Edvin
|
* Authors: Tomasz Kojm, Trog, Török Edvin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, Trog, Török Edvin
|
* Authors: Tomasz Kojm, Trog, Török Edvin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, Török Edvin
|
* Authors: Tomasz Kojm, Török Edvin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, Török Edvin
|
* Authors: Tomasz Kojm, Török Edvin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm
|
* Authors: Tomasz Kojm
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, Török Edvin
|
* Authors: Tomasz Kojm, Török Edvin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm
|
* Authors: Tomasz Kojm
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Trog, Török Edvin
|
* Authors: Trog, Török Edvin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, Török Edvin
|
* Authors: Tomasz Kojm, Török Edvin
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2020-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2020-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, aCaB
|
* Authors: Tomasz Kojm, aCaB
|
||||||
|
@ -225,7 +225,7 @@ void help(void)
|
||||||
mprintf("\n");
|
mprintf("\n");
|
||||||
mprintf(" Clam AntiVirus: Daemon Client %s\n", get_version());
|
mprintf(" Clam AntiVirus: Daemon Client %s\n", get_version());
|
||||||
mprintf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
mprintf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
||||||
mprintf(" (C) 2021 Cisco Systems, Inc.\n");
|
mprintf(" (C) 2022 Cisco Systems, Inc.\n");
|
||||||
mprintf("\n");
|
mprintf("\n");
|
||||||
mprintf(" clamdscan [options] [file/directory/-]\n");
|
mprintf(" clamdscan [options] [file/directory/-]\n");
|
||||||
mprintf("\n");
|
mprintf("\n");
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, aCaB
|
* Authors: Tomasz Kojm, aCaB
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, aCaB
|
* Authors: Tomasz Kojm, aCaB
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, aCaB
|
* Authors: Tomasz Kojm, aCaB
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, aCaB
|
* Authors: Tomasz Kojm, aCaB
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2020-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2020-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* ClamdTOP
|
* ClamdTOP
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Török Edvin
|
* Authors: Török Edvin
|
||||||
|
@ -1339,7 +1339,7 @@ static void help(void)
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" Clam AntiVirus: Monitoring Tool %s\n", get_version());
|
printf(" Clam AntiVirus: Monitoring Tool %s\n", get_version());
|
||||||
printf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
printf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
||||||
printf(" (C) 2021 Cisco Systems, Inc.\n");
|
printf(" (C) 2022 Cisco Systems, Inc.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" clamdtop [-hVc] [host[:port] /path/to/clamd.socket ...]\n");
|
printf(" clamdtop [-hVc] [host[:port] /path/to/clamd.socket ...]\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2020-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2020-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
# The clamonacc executable.
|
# The clamonacc executable.
|
||||||
add_executable( clamonacc )
|
add_executable( clamonacc )
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
@ -423,7 +423,7 @@ void help(void)
|
||||||
mprintf("\n");
|
mprintf("\n");
|
||||||
mprintf(" ClamAV: On Access Scanning Application and Client %s\n", get_version());
|
mprintf(" ClamAV: On Access Scanning Application and Client %s\n", get_version());
|
||||||
mprintf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
mprintf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
||||||
mprintf(" (C) 2021 Cisco Systems, Inc.\n");
|
mprintf(" (C) 2022 Cisco Systems, Inc.\n");
|
||||||
mprintf("\n");
|
mprintf("\n");
|
||||||
mprintf(" clamonacc [options] [file/directory/-]\n");
|
mprintf(" clamonacc [options] [file/directory/-]\n");
|
||||||
mprintf("\n");
|
mprintf("\n");
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015-2018 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2015-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2009 Sourcefire, Inc.
|
* Copyright (C) 2009 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, aCaB, Mickey Sola
|
* Authors: Tomasz Kojm, aCaB, Mickey Sola
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2015-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2009 Sourcefire, Inc.
|
* Copyright (C) 2009 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm, aCaB
|
* Authors: Tomasz Kojm, aCaB
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2020-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2020-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Author: Mickey Sola
|
* Author: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2020-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2020-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Author: Mickey Sola
|
* Author: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2015-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2015-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2015-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2015-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2015-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2020-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2020-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm
|
* Authors: Tomasz Kojm
|
||||||
|
@ -232,7 +232,7 @@ void help(void)
|
||||||
mprintf("\n");
|
mprintf("\n");
|
||||||
mprintf(" Clam AntiVirus: Scanner %s\n", get_version());
|
mprintf(" Clam AntiVirus: Scanner %s\n", get_version());
|
||||||
mprintf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
mprintf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
||||||
mprintf(" (C) 2021 Cisco Systems, Inc.\n");
|
mprintf(" (C) 2022 Cisco Systems, Inc.\n");
|
||||||
mprintf("\n");
|
mprintf("\n");
|
||||||
mprintf(" clamscan [options] [file/directory/-]\n");
|
mprintf(" clamscan [options] [file/directory/-]\n");
|
||||||
mprintf("\n");
|
mprintf("\n");
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm
|
* Authors: Tomasz Kojm
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm
|
* Authors: Tomasz Kojm
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm
|
* Authors: Tomasz Kojm
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2020-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2020-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* ClamAV Malware and False Positive Reporting Tool
|
* ClamAV Malware and False Positive Reporting Tool
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2014-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Shawn Webb, Steve Morgan
|
* Authors: Shawn Webb, Steve Morgan
|
||||||
*
|
*
|
||||||
|
@ -75,7 +75,7 @@ void usage(char *name)
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" Clam AntiVirus: Malware and False Positive Reporting Tool %s\n", get_version());
|
printf(" Clam AntiVirus: Malware and False Positive Reporting Tool %s\n", get_version());
|
||||||
printf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
printf(" By The ClamAV Team: https://www.clamav.net/about.html#credits\n");
|
||||||
printf(" (C) 2021 Cisco Systems, Inc.\n");
|
printf(" (C) 2022 Cisco Systems, Inc.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" %s -hHinpVvd?\n", name);
|
printf(" %s -hHinpVvd?\n", name);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Find the Rust toolchain and add the `add_rust_library()` API to build Rust
|
# Find the Rust toolchain and add the `add_rust_library()` API to build Rust
|
||||||
# libraries.
|
# libraries.
|
||||||
#
|
#
|
||||||
# Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2021-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
#
|
#
|
||||||
# Author: Micah Snyder
|
# Author: Micah Snyder
|
||||||
# To see this in a sample project, visit: https://github.com/micahsnyder/cmake-rust-demo
|
# To see this in a sample project, visit: https://github.com/micahsnyder/cmake-rust-demo
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2020-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2020-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
add_definitions(-DWIN32_LEAN_AND_MEAN)
|
||||||
|
@ -50,8 +50,8 @@ endif()
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
target_sources( common PRIVATE mac/cert_util_mac.m )
|
target_sources( common PRIVATE mac/cert_util_mac.m )
|
||||||
elseif(WIN32)
|
elseif(WIN32)
|
||||||
target_sources( common
|
target_sources( common
|
||||||
PRIVATE service.c scanmem.c exescanner.c
|
PRIVATE service.c scanmem.c exescanner.c
|
||||||
PUBLIC service.h scanmem.h exescanner.h )
|
PUBLIC service.h scanmem.h exescanner.h )
|
||||||
target_sources( common PRIVATE win/cert_util_win.c )
|
target_sources( common PRIVATE win/cert_util_win.c )
|
||||||
else()
|
else()
|
||||||
|
@ -68,7 +68,7 @@ target_link_libraries( common
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
target_link_libraries( common
|
target_link_libraries( common
|
||||||
PUBLIC
|
PUBLIC
|
||||||
crypt32
|
crypt32
|
||||||
psapi)
|
psapi)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: aCaB, Micah Snyder
|
* Author: aCaB, Micah Snyder
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: aCaB
|
* Authors: aCaB
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* OpenSSL certificate caching.
|
* OpenSSL certificate caching.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2016-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2016-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Russ Kubik
|
* Authors: Russ Kubik
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Internal certificate utility methods and data structures.
|
* Internal certificate utility methods and data structures.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2016-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2016-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Russ Kubik
|
* Authors: Russ Kubik
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: aCaB
|
* Author: aCaB
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: aCaB
|
* Author: aCaB
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2021-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2005-2010 Gianluigi Tiesi <sherpya@netfarm.it>
|
* Copyright (C) 2005-2010 Gianluigi Tiesi <sherpya@netfarm.it>
|
||||||
*
|
*
|
||||||
* Authors: Gianluigi Tiesi
|
* Authors: Gianluigi Tiesi
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2021-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2006-2008 Gianluigi Tiesi <sherpya@netfarm.it>
|
* Copyright (C) 2006-2008 Gianluigi Tiesi <sherpya@netfarm.it>
|
||||||
*
|
*
|
||||||
* Authors: Gianluigi Tiesi
|
* Authors: Gianluigi Tiesi
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Török Edvin
|
* Authors: Török Edvin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved.
|
* Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Author: Shawn Webb
|
* Author: Shawn Webb
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2021 Cisco and/or its affiliates. All rights reserved.
|
* Copyright (C) 2014-2022 Cisco and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Author: Shawn Webb
|
* Author: Shawn Webb
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* OpenSSL certificate verification for Linux.
|
* OpenSSL certificate verification for Linux.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2016-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2016-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Russ Kubik
|
* Authors: Russ Kubik
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* OpenSSL certificate verification for macOS.
|
* OpenSSL certificate verification for macOS.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2016-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2016-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Russ Kubik
|
* Authors: Russ Kubik
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm
|
* Authors: Tomasz Kojm
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm
|
* Authors: Tomasz Kojm
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: Tomasz Kojm <tkojm@clamav.net>
|
* Author: Tomasz Kojm <tkojm@clamav.net>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
* Copyright (C) 2008-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: Tomasz Kojm <tkojm@clamav.net>
|
* Author: Tomasz Kojm <tkojm@clamav.net>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm
|
* Authors: Tomasz Kojm
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Tomasz Kojm
|
* Authors: Tomasz Kojm
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2021-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2005-2010 Gianluigi Tiesi <sherpya@netfarm.it>
|
* Copyright (C) 2005-2010 Gianluigi Tiesi <sherpya@netfarm.it>
|
||||||
*
|
*
|
||||||
* Authors: Gianluigi Tiesi
|
* Authors: Gianluigi Tiesi
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2021-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2005-2010 Gianluigi Tiesi <sherpya@netfarm.it>
|
* Copyright (C) 2005-2010 Gianluigi Tiesi <sherpya@netfarm.it>
|
||||||
*
|
*
|
||||||
* Authors: Gianluigi Tiesi
|
* Authors: Gianluigi Tiesi
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2021-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2008-2010 Gianluigi Tiesi <sherpya@netfarm.it>
|
* Copyright (C) 2008-2010 Gianluigi Tiesi <sherpya@netfarm.it>
|
||||||
*
|
*
|
||||||
* Authors: Gianluigi Tiesi
|
* Authors: Gianluigi Tiesi
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2021-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2008-2010 Gianluigi Tiesi <sherpya@netfarm.it>
|
* Copyright (C) 2008-2010 Gianluigi Tiesi <sherpya@netfarm.it>
|
||||||
*
|
*
|
||||||
* Authors: Gianluigi Tiesi
|
* Authors: Gianluigi Tiesi
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* A minimalistic tar archiver for sigtool and freshclam.
|
* A minimalistic tar archiver for sigtool and freshclam.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: Tomasz Kojm <tkojm@clamav.net>
|
* Author: Tomasz Kojm <tkojm@clamav.net>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* A minimalistic tar archiver for sigtool and freshclam.
|
* A minimalistic tar archiver for sigtool and freshclam.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: Tomasz Kojm <tkojm@clamav.net>
|
* Author: Tomasz Kojm <tkojm@clamav.net>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* OpenSSL certificate verification for Windows.
|
* OpenSSL certificate verification for Windows.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Micah Snyder
|
* Authors: Micah Snyder
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
#
|
#
|
||||||
# Copyright (C) 2021 Olliver Schinagl <oliver@schinagl.nl>
|
# Copyright (C) 2021 Olliver Schinagl <oliver@schinagl.nl>
|
||||||
# Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2021-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
#
|
#
|
||||||
# A beginning user should be able to docker run image bash (or sh) without
|
# A beginning user should be able to docker run image bash (or sh) without
|
||||||
# needing to learn about --entrypoint
|
# needing to learn about --entrypoint
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
#
|
#
|
||||||
# Copyright (C) 2021 Olliver Schinagl <oliver@schinagl.nl>
|
# Copyright (C) 2021 Olliver Schinagl <oliver@schinagl.nl>
|
||||||
# Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2021-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2020-2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2020-2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
#
|
#
|
||||||
# Example executables
|
# Example executables
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue