Hi Certego team,
please find here the changes to port this utility to the Windows platform using OPSEC SDK 6.2.
This builds with VS2010 on Visual C++ 10.0 and links dynamically, so the OPSEC and pthreads-win32 dlls need to be installed, too.
Notable changes:
Everything that deals with SYSLOG is disabled and ingored on Windows. If the tool is configured to use SYSLOG it will ignore it and log to a local logfile instead.
The definition of a few variables was moved to comply to C89 standard
A new requirement for the pthreads-win32 is added for Windows only. This is used to simply port the multi-threading code from Linux to Windows
Hi Certego team, please find here the changes to port this utility to the Windows platform using OPSEC SDK 6.2. This builds with VS2010 on Visual C++ 10.0 and links dynamically, so the OPSEC and pthreads-win32 dlls need to be installed, too. Notable changes: