mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
Update copyright dates for 2020
This commit is contained in:
parent
484511de10
commit
206dbaefe8
388 changed files with 571 additions and 571 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
# Copyright (C) 2003-2007 Tomasz Kojm <tkojm@clamav.net>
|
# Copyright (C) 2003-2007 Tomasz Kojm <tkojm@clamav.net>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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>
|
||||||
|
@ -127,7 +127,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) 2019 Cisco Systems, Inc.\n");
|
printf(" (C) 2020 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");
|
||||||
|
@ -455,6 +455,6 @@ int main(int argc, char **argv)
|
||||||
* mode: c
|
* mode: c
|
||||||
* c-basic-offset: 4
|
* c-basic-offset: 4
|
||||||
* tab-width: 8
|
* tab-width: 8
|
||||||
* End:
|
* End:
|
||||||
* vim: set cindent smartindent autoindent softtabstop=4 shiftwidth=4 tabstop=8:
|
* vim: set cindent smartindent autoindent softtabstop=4 shiftwidth=4 tabstop=8:
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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>
|
||||||
|
@ -774,6 +774,6 @@ sfsistat clamfi_envrcpt(SMFICTX *ctx, char **argv)
|
||||||
* mode: c
|
* mode: c
|
||||||
* c-basic-offset: 4
|
* c-basic-offset: 4
|
||||||
* tab-width: 8
|
* tab-width: 8
|
||||||
* End:
|
* End:
|
||||||
* vim: set cindent smartindent autoindent softtabstop=4 shiftwidth=4 tabstop=8:
|
* vim: set cindent smartindent autoindent softtabstop=4 shiftwidth=4 tabstop=8:
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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>
|
||||||
|
@ -303,6 +303,6 @@ struct CP_ENTRY *cpool_get_rand(int *s)
|
||||||
* mode: c
|
* mode: c
|
||||||
* c-basic-offset: 4
|
* c-basic-offset: 4
|
||||||
* tab-width: 8
|
* tab-width: 8
|
||||||
* End:
|
* End:
|
||||||
* vim: set cindent smartindent autoindent softtabstop=4 shiftwidth=4 tabstop=8:
|
* vim: set cindent smartindent autoindent softtabstop=4 shiftwidth=4 tabstop=8:
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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>
|
||||||
|
@ -64,6 +64,6 @@ extern struct CPOOL *cp;
|
||||||
* mode: c
|
* mode: c
|
||||||
* c-basic-offset: 4
|
* c-basic-offset: 4
|
||||||
* tab-width: 8
|
* tab-width: 8
|
||||||
* End:
|
* End:
|
||||||
* vim: set cindent smartindent autoindent softtabstop=4 shiftwidth=4 tabstop=8:
|
* vim: set cindent smartindent autoindent softtabstop=4 shiftwidth=4 tabstop=8:
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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>
|
||||||
|
@ -531,6 +531,6 @@ int localnets_init(struct optstruct *opts)
|
||||||
* mode: c
|
* mode: c
|
||||||
* c-basic-offset: 4
|
* c-basic-offset: 4
|
||||||
* tab-width: 8
|
* tab-width: 8
|
||||||
* End:
|
* End:
|
||||||
* vim: set cindent smartindent autoindent softtabstop=4 shiftwidth=4 tabstop=8:
|
* vim: set cindent smartindent autoindent softtabstop=4 shiftwidth=4 tabstop=8:
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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>
|
||||||
|
@ -220,6 +220,6 @@ int smtpauthed(const char *login)
|
||||||
* mode: c
|
* mode: c
|
||||||
* c-basic-offset: 4
|
* c-basic-offset: 4
|
||||||
* tab-width: 8
|
* tab-width: 8
|
||||||
* End:
|
* End:
|
||||||
* vim: set cindent smartindent autoindent softtabstop=4 shiftwidth=4 tabstop=8:
|
* vim: set cindent smartindent autoindent softtabstop=4 shiftwidth=4 tabstop=8:
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Micah Snyder
|
* Authors: Micah Snyder
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* ClamAV bytecode handler tool.
|
* ClamAV bytecode handler tool.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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
|
||||||
|
@ -49,7 +49,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) 2019 Cisco Systems, Inc.\n");
|
printf(" (C) 2020 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,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
# Copyright (C) 2006-2007 Tomasz Kojm <tkojm@clamav.net>
|
# Copyright (C) 2006-2007 Tomasz Kojm <tkojm@clamav.net>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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>
|
||||||
|
@ -204,7 +204,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) 2019 Cisco Systems, Inc.\n");
|
printf(" (C) 2020 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,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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
|
||||||
|
@ -80,7 +80,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) 2019 Cisco Systems, Inc.\n");
|
printf(" (C) 2020 Cisco Systems, Inc.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" clamd [options]\n");
|
printf(" clamd [options]\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
@ -98,7 +98,7 @@ static struct optstruct *opts;
|
||||||
|
|
||||||
/* When running under valgrind and daemonizing, valgrind incorrectly reports
|
/* When running under valgrind and daemonizing, valgrind incorrectly reports
|
||||||
* leaks from the engine, because it can't see that all the memory is still
|
* leaks from the engine, because it can't see that all the memory is still
|
||||||
* reachable (some pointers are stored mangled in the JIT).
|
* reachable (some pointers are stored mangled in the JIT).
|
||||||
* So free the engine on exit from the parent too (during daemonize)
|
* So free the engine on exit from the parent too (during daemonize)
|
||||||
*/
|
*/
|
||||||
static struct cl_engine *gengine = NULL;
|
static struct cl_engine *gengine = NULL;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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
|
||||||
|
@ -278,7 +278,7 @@ read_fd_data(struct fd_buf *buf)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
/* Read the pending packet, it may contain more than one command, but
|
/* Read the pending packet, it may contain more than one command, but
|
||||||
* that is to the cmdparser to handle.
|
* that is to the cmdparser to handle.
|
||||||
* It will handle 1st command, and then move leftover to beginning of buffer
|
* It will handle 1st command, and then move leftover to beginning of buffer
|
||||||
*/
|
*/
|
||||||
#ifdef HAVE_FD_PASSING
|
#ifdef HAVE_FD_PASSING
|
||||||
|
@ -509,7 +509,7 @@ int fds_poll_recv(struct fd_data *data, int timeout, int check_signals,
|
||||||
* - can poll any number of FDs
|
* - can poll any number of FDs
|
||||||
* - can notify of both data available / socket disconnected events
|
* - can notify of both data available / socket disconnected events
|
||||||
* - when it says POLLIN it is guaranteed that a following recv() won't
|
* - when it says POLLIN it is guaranteed that a following recv() won't
|
||||||
* block (select may say that data is available to read, but a following
|
* block (select may say that data is available to read, but a following
|
||||||
* recv() may still block according to the manpage
|
* recv() may still block according to the manpage
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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
|
||||||
|
@ -205,7 +205,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) 2019 Cisco Systems, Inc.\n");
|
mprintf(" (C) 2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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
|
||||||
|
@ -135,7 +135,7 @@ static int isremote(const struct optstruct *opts)
|
||||||
ret = bind(s, p->ai_addr, p->ai_addrlen);
|
ret = bind(s, p->ai_addr, p->ai_addrlen);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
if (errno == EADDRINUSE) {
|
if (errno == EADDRINUSE) {
|
||||||
/*
|
/*
|
||||||
* If we can't bind, then either we're attempting to listen on an IP that isn't
|
* If we can't bind, then either we're attempting to listen on an IP that isn't
|
||||||
* ours or that clamd is already listening on.
|
* ours or that clamd is already listening on.
|
||||||
*/
|
*/
|
||||||
|
@ -161,7 +161,7 @@ static int isremote(const struct optstruct *opts)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Turns a relative path into an absolute one
|
/* Turns a relative path into an absolute one
|
||||||
* Returns a pointer to the path (which must be
|
* Returns a pointer to the path (which must be
|
||||||
* freed by the caller) or NULL on error */
|
* freed by the caller) or NULL on error */
|
||||||
static char *makeabs(const char *basepath)
|
static char *makeabs(const char *basepath)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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
|
||||||
|
@ -71,7 +71,7 @@ extern struct sockaddr_un nixsock;
|
||||||
|
|
||||||
static const char *scancmd[] = {"CONTSCAN", "MULTISCAN", "INSTREAM", "FILDES", "ALLMATCHSCAN"};
|
static const char *scancmd[] = {"CONTSCAN", "MULTISCAN", "INSTREAM", "FILDES", "ALLMATCHSCAN"};
|
||||||
|
|
||||||
/* Connects to clamd
|
/* Connects to clamd
|
||||||
* Returns a FD or -1 on error */
|
* Returns a FD or -1 on error */
|
||||||
int dconnect()
|
int dconnect()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* ClamdTOP
|
* ClamdTOP
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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
|
||||||
|
@ -532,7 +532,7 @@ char *get_ip(const char *ip)
|
||||||
* 2) IPv4:Port
|
* 2) IPv4:Port
|
||||||
* 3) IPv6
|
* 3) IPv6
|
||||||
* 4) [IPv6]:Port
|
* 4) [IPv6]:Port
|
||||||
*
|
*
|
||||||
* Use of IPv6:Port is incorrect. An IPv6 address must be enclosed in brackets.
|
* Use of IPv6:Port is incorrect. An IPv6 address must be enclosed in brackets.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -1254,7 +1254,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) 2019 Cisco Systems, Inc.\n");
|
printf(" (C) 2020 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,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
@ -361,7 +361,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) 2019 Cisco Systems, Inc.\n");
|
mprintf(" (C) 2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2015-2020 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) 2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2015-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2015-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2015-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2019-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2015-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2015-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Mickey Sola
|
* Authors: Mickey Sola
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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
|
||||||
|
@ -224,7 +224,7 @@ void help(void)
|
||||||
mprintf("\n");
|
mprintf("\n");
|
||||||
mprintf(" Clam AntiVirus: Scanner %s\n", get_version());
|
mprintf(" Clam AntiVirus: 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) 2019 Cisco Systems, Inc.\n");
|
printf(" (C) 2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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
|
||||||
|
|
|
@ -45,7 +45,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) 2019 Cisco Systems, Inc.\n");
|
printf(" (C) 2020 Cisco Systems, Inc.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" %s -hHinpVvd?\n", name);
|
printf(" %s -hHinpVvd?\n", name);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
dnl Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
dnl Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
dnl Copyright (C) 2007-2013 Sourcefire, Inc.
|
dnl Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
dnl Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
dnl Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
||||||
dnl socklen_t check (c) Alexander V. Lukyanov <lav@yars.free.net>
|
dnl socklen_t check (c) Alexander V. Lukyanov <lav@yars.free.net>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
||||||
# Fixes by Arkadiusz Miskiewicz <misiek@pld.org.pl>
|
# Fixes by Arkadiusz Miskiewicz <misiek@pld.org.pl>
|
||||||
|
@ -23,7 +23,7 @@ EXTRA_DIST = main.cvd daily.cvd
|
||||||
DBINST = @DBDIR@
|
DBINST = @DBDIR@
|
||||||
CLAMAVUSER = @CLAMAVUSER@
|
CLAMAVUSER = @CLAMAVUSER@
|
||||||
CLAMAVGROUP = @CLAMAVGROUP@
|
CLAMAVGROUP = @CLAMAVGROUP@
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
@test -s $(srcdir)/main.cvd -a -s $(srcdir)/daily.cvd || exit 0;\
|
@test -s $(srcdir)/main.cvd -a -s $(srcdir)/daily.cvd || exit 0;\
|
||||||
$(mkinstalldirs) $(DESTDIR)$(DBINST);\
|
$(mkinstalldirs) $(DESTDIR)$(DBINST);\
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
||||||
#
|
#
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||||
# MA 02110-1301, USA.
|
# MA 02110-1301, USA.
|
||||||
|
|
||||||
EXTRA_DIST = html $(top_srcdir)/docs/man/*.in
|
EXTRA_DIST = html $(top_srcdir)/docs/man/*.in
|
||||||
man_MANS = man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamd.8 man/clamd.conf.5 man/clamdscan.1 man/clamav-milter.8 man/clamav-milter.conf.5 man/freshclam.conf.5 man/clamconf.1 man/clamdtop.1 man/clambc.1
|
man_MANS = man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamd.8 man/clamd.conf.5 man/clamdscan.1 man/clamav-milter.8 man/clamav-milter.conf.5 man/freshclam.conf.5 man/clamconf.1 man/clamdtop.1 man/clambc.1
|
||||||
|
|
||||||
if ENABLE_CLAMSUBMIT
|
if ENABLE_CLAMSUBMIT
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Compilation: gcc -Wall ex1.c -o ex1 -lclamav
|
* Compilation: gcc -Wall ex1.c -o ex1 -lclamav
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
||||||
# Fixes - Arkadiusz Miskiewicz <misiek@pld.org.pl>
|
# Fixes - Arkadiusz Miskiewicz <misiek@pld.org.pl>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
* Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
* Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
||||||
*
|
*
|
||||||
|
@ -139,7 +139,7 @@ static void help(void)
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" Clam AntiVirus: Database Updater %s\n", get_version());
|
printf(" Clam AntiVirus: Database Updater %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) 2019 Cisco Systems, Inc.\n");
|
printf(" (C) 2020 Cisco Systems, Inc.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" freshclam [options]\n");
|
printf(" freshclam [options]\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2002-2013 Sourcefire, Inc.
|
* Copyright (C) 2002-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
* Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
* Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Fuzz target for cl_load()
|
* Fuzz target for cl_load()
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2018-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Authors: Micah Snyder
|
* Authors: Micah Snyder
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Fuzz target for cl_scanfile()
|
* Fuzz target for cl_scanfile()
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2018-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Authors: Micah Snyder, Alex Gaynor
|
* Authors: Micah Snyder, Alex Gaynor
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Fuzz target for cl_scanmap_callback()
|
* Fuzz target for cl_scanmap_callback()
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2018-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Authors: Micah Snyder, Alex Gaynor
|
* Authors: Micah Snyder, Alex Gaynor
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -65,14 +65,14 @@ public:
|
||||||
ClamAVState kClamAVState;
|
ClamAVState kClamAVState;
|
||||||
|
|
||||||
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
||||||
|
|
||||||
struct cl_scan_options scanopts = {0};
|
struct cl_scan_options scanopts = {0};
|
||||||
|
|
||||||
cl_fmap_t *clamav_data = cl_fmap_open_memory(data, size);
|
cl_fmap_t *clamav_data = cl_fmap_open_memory(data, size);
|
||||||
|
|
||||||
memset(&scanopts, 0, sizeof(struct cl_scan_options));
|
memset(&scanopts, 0, sizeof(struct cl_scan_options));
|
||||||
|
|
||||||
scanopts.parse |=
|
scanopts.parse |=
|
||||||
#if defined(CLAMAV_FUZZ_ARCHIVE)
|
#if defined(CLAMAV_FUZZ_ARCHIVE)
|
||||||
CL_SCAN_PARSE_ARCHIVE;
|
CL_SCAN_PARSE_ARCHIVE;
|
||||||
#elif defined(CLAMAV_FUZZ_MAIL)
|
#elif defined(CLAMAV_FUZZ_MAIL)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Copyright (C) 2018-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2018-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
|
|
||||||
'''
|
'''
|
||||||
This script is a convenience tool to run a standalone fuzz target against each
|
This script is a convenience tool to run a standalone fuzz target against each
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2011-2013 Sourcefire, Inc.
|
* Copyright (C) 2011-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: aCaB
|
* Authors: aCaB
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2011-2013 Sourcefire, Inc.
|
* Copyright (C) 2011-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: aCaB
|
* Authors: aCaB
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
# Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
# Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
# Copyright (C) 2002-2007 Tomasz Kojm <tkojm@clamav.net>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2013 Sourcefire, Inc.
|
* Copyright (C) 2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: David Raynor <draynor@sourcefire.com>
|
* Authors: David Raynor <draynor@sourcefire.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2013 Sourcefire, Inc.
|
* Copyright (C) 2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: David Raynor <draynor@sourcefire.com>
|
* Authors: David Raynor <draynor@sourcefire.com>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2014-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Kevin Lin <kevlin2@cisco.com>
|
* Authors: Kevin Lin <kevlin2@cisco.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2014-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
*
|
*
|
||||||
* Authors: Kevin Lin <klin@sourcefire.com>
|
* Authors: Kevin Lin <klin@sourcefire.com>
|
||||||
*
|
*
|
||||||
|
@ -79,7 +79,7 @@ struct apm_driver_desc_map {
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 512(136)-byte partition info, big endian;
|
/* 512(136)-byte partition info, big endian;
|
||||||
* both the partition table and the individual partitions use this
|
* both the partition table and the individual partitions use this
|
||||||
* struct to describe their details
|
* struct to describe their details
|
||||||
*/
|
*/
|
||||||
struct apm_partition_info {
|
struct apm_partition_info {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2011-2013 Sourcefire, Inc.
|
* Copyright (C) 2011-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: Török Edvin
|
* Author: Török Edvin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2011-2013 Sourcefire, Inc.
|
* Copyright (C) 2011-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Author: Török Edvin
|
* Author: Török Edvin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2011-2013 Sourcefire, Inc.
|
* Copyright (C) 2011-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: aCaB
|
* Authors: aCaB
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2011-2013 Sourcefire, Inc.
|
* Copyright (C) 2011-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: aCaB
|
* Authors: aCaB
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Luciano Giuseppe 'Pnluck', Alberto Wu
|
* Authors: Luciano Giuseppe 'Pnluck', Alberto Wu
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Luciano Giuseppe 'Pnluck', Alberto Wu
|
* Authors: Luciano Giuseppe 'Pnluck', Alberto Wu
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Alberto Wu
|
* Authors: Alberto Wu
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Alberto Wu
|
* Authors: Alberto Wu
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2010-2013 Sourcefire, Inc.
|
* Copyright (C) 2010-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: aCaB <acab@clamav.net>
|
* Authors: aCaB <acab@clamav.net>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Nigel Horne
|
* Authors: Nigel Horne
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Nigel Horne
|
* Authors: Nigel Horne
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
* Copyright (C) 2007-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Nigel Horne
|
* Authors: Nigel Horne
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Builtin ClamAV bytecodes.
|
* Builtin ClamAV bytecodes.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2010-2013 Sourcefire, Inc.
|
* Copyright (C) 2010-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Authors: Török Edvin
|
* Authors: Török Edvin
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Load, and verify ClamAV bytecode.
|
* Load, and verify ClamAV bytecode.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Load, verify and execute ClamAV bytecode.
|
* Load, verify and execute ClamAV bytecode.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* ClamAV bytecode internal API
|
* ClamAV bytecode internal API
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 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, Kevin Lin
|
* Authors: Török Edvin, Kevin Lin
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* ClamAV bytecode internal API
|
* ClamAV bytecode internal API
|
||||||
* This is an automatically generated file!
|
* This is an automatically generated file!
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
* Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
||||||
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
* Copyright (C) 2009-2013 Sourcefire, Inc.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
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