clamav/win32/compat
Micah Snyder 9208d26b66
Windows: improved support for '/' path separators
The new Sigtool feature tests are failing on Windows because CMake is
providing the CVD_CERTS_DIR environment variable with '/' path separators.

My fix is to convert '/' to '\\' when converting paths to UNC paths.
I have also changed CMake to provide CVD_CERTS_DIR with native paths.

I also made a couple of fixes to the Sigtool tests because Windows wants
to make CRLF line endings in Python unless you write byte-strings and
Sigtool will get upset when making a diff if a signature file contains
CRLF line endings.
And putting Windows path separators into 'verify_output()' for the tests
gets confused because it is actually a regex string and the backslashes
mess it up.
2025-07-22 16:14:22 -04:00
..
CMakeLists.txt Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
dirent.c Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
dirent.h Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
gettimeofday.c Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
gettimeofday.h Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
glob.c Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
libgen.c Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
libgen.h Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
net.c Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
net.h Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
random.c Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
random.h Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
referrno.txt preliminary winsock support files 2009-10-14 18:59:38 +02:00
regen_errno_defs.sh clamd-win32 - WIP 2010-01-28 23:54:20 +01:00
resolv.c Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
resolv.h Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
snprintf.c Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
snprintf.h Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
strptime.c Fix typos and remove duplicate #include 2024-04-10 19:31:46 -04:00
utf8_util.c Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
utf8_util.h Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
w32_errno.c Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
w32_errno.h Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00
w32_errno_defs.c clang-format'd using new .clang-format rules. 2019-10-02 16:08:16 -04:00
w32_stat.c Windows: improved support for '/' path separators 2025-07-22 16:14:22 -04:00
w32_stat.h Bump copyright dates for 2025 2025-02-14 10:24:30 -05:00