1
0
Fork 0
Commit Graph

208 Commits

Author SHA1 Message Date
LoRd_MuldeR 79d66e4484
Simplify code to wipe out the command-line args. 2023-04-06 22:35:35 +02:00
LoRd_MuldeR 25a5a92b47
Small improvement in Linux build script. 2022-12-18 14:36:13 +01:00
LoRd_MuldeR 65fa799725
Small fix in build-info script for better platform compatibility. 2022-12-13 20:22:57 +01:00
LoRd_MuldeR 509924c84c
Added build script for Mingw-w64 and Cygwin. 2022-12-12 15:28:35 +01:00
LoRd_MuldeR e9e02040df
Upgraded platform toolset to v142 (VS2019). 2022-11-14 23:03:31 +01:00
LoRd_MuldeR 8f9e501574
Fixed detection of installed .NET Framework version on pure 32-Bit operating system. 2022-11-13 20:34:11 +01:00
LoRd_MuldeR 99c5a56a4f
Updated README file. 2022-11-13 20:30:35 +01:00
LoRd_MuldeR 5759a0cd83
Improved P/Invoke bindings for GetWindowLongPtr() and SetWindowLongPtr() functions. 2022-11-10 21:54:03 +01:00
LoRd_MuldeR 7fee4f9bf3
GUI: Added command-line option to force pure software rendering. 2022-11-08 21:37:02 +01:00
LoRd_MuldeR 2ff7ed8262
Updated README file. 2022-11-04 22:17:36 +01:00
LoRd_MuldeR 1f42113b88
GUI: Added new background pattern. 2022-10-30 20:26:48 +01:00
LoRd_MuldeR df235ca050
GUI: Bump .NET Framework version to 4.7.2 + make it possible to resize window (horizontally). 2022-10-30 15:18:51 +01:00
LoRd_MuldeR 7996869e3c
Explicitly bring application window to front on startup. 2022-10-30 01:36:24 +02:00
LoRd_MuldeR b00f31bd72
Improved test script. 2022-10-30 01:36:24 +02:00
LoRd_MuldeR 393120ac58
Added post-install helper script for Win32 release. 2022-10-27 22:12:27 +02:00
LoRd_MuldeR 57e3b0be9c
Some code-refactoring in key-generator. 2022-10-25 22:51:21 +02:00
LoRd_MuldeR 3fd5167809
Updated README file. 2022-10-24 22:36:42 +02:00
LoRd_MuldeR 6f46d5ca20
Added new test script. 2022-10-23 17:12:24 +02:00
LoRd_MuldeR 5e0eb301db
Mark script as executable. 2022-10-18 22:24:16 +02:00
LoRd_MuldeR b0a5838a4a
Added build script for Haiku and OpenBSD. 2022-10-17 21:22:55 +02:00
LoRd_MuldeR 9ede99400b
Updated initialization list to use "safe" prime numbers with a minimal distance of 131. 2022-10-16 19:29:06 +02:00
LoRd_MuldeR 097957f9ab
Small code refactoring in initialization function. 2022-10-16 15:52:29 +02:00
LoRd_MuldeR f1dfff978b
Updated README file. 2022-10-15 20:41:46 +02:00
LoRd_MuldeR 73b7131b87
Updated the C++ wrapper with new optional parameters. 2022-10-15 20:40:39 +02:00
LoRd_MuldeR b5b6e3eaf0
GUI: Added checkbox to enable/disable "legacy" compatibility mode. 2022-10-15 18:32:54 +02:00
LoRd_MuldeR b654c89dbf
Small improvement to debug logging code. 2022-10-15 15:19:28 +02:00
LoRd_MuldeR b0cd820fdf
Make debug logging optional (disabled by default) in self-test mode. 2022-10-14 22:15:36 +02:00
LoRd_MuldeR f3dc0757ab
Implemented optional debug logging. Writes to the syslog (Unix) or debugger (Windows). 2022-10-14 00:44:19 +02:00
LoRd_MuldeR 38cf7c3c25
Some code refactoring + adjust number of random skips. 2022-10-13 21:39:48 +02:00
LoRd_MuldeR 147d762ebc
Implemented modified and somewhat faster initialization code.
As this unavoidably breaks compatibility with pre-1.3.x versions, added a new flag to 'slunkparam_t' that enables backwards compatibility mode.
Also extended the self-test code to test the new initialization, in addition to the "legacy" initialization.
2022-10-13 02:26:51 +02:00
LoRd_MuldeR e4c3343d0c
Fixed detection of 32-Bit (x86) version of Haiku OS. 2022-09-29 22:44:19 +02:00
LoRd_MuldeR 270430b9d8
Windows GUI: Some improvements in detecting the program "patch" version. 2022-09-29 22:44:19 +02:00
LoRd_MuldeR 968a5f7032
Enable use of getentropy() and explicit_bzero() in Cygwin build. 2022-09-24 16:20:35 +02:00
LoRd_MuldeR 3fcaa5f40c
Added build scripts for FreeBSD, Solaris and MacOS X platforms. 2022-09-23 23:27:02 +02:00
LoRd_MuldeR e4d9fc9162
Fixed compatibility of Makefile with older make versions. 2022-09-23 22:21:25 +02:00
LoRd_MuldeR d988fd0a56
Added flag to indicate multi-thread support to the public API. 2022-09-23 22:21:01 +02:00
LoRd_MuldeR c4b869981f
Small improvement in initialize_once() and fixed a Clang warning. 2022-09-21 23:42:10 +02:00
LoRd_MuldeR 4383c5f858
Fixed building the library *without* pthread support. 2022-09-21 00:00:18 +02:00
LoRd_MuldeR cc4b9c8af3
Enable the "-pedantic" option for GCC + fixed a few warnings. 2022-09-20 21:53:57 +02:00
LoRd_MuldeR 0c91cac7e4
Clean up includes in "front-end" application. 2022-09-20 21:52:23 +02:00
LoRd_MuldeR f665d1cf2a
Improved regression test script. 2022-07-24 16:07:48 +02:00
LoRd_MuldeR 5e7b6ebb09
Updated Linux build script to better match the officially supported Debian platforms. 2022-06-18 22:30:45 +02:00
LoRd_MuldeR ae340c4070
GUI: Implemented detection of the ARM64 architecture via IsWow64Process2() function. 2022-05-24 22:31:40 +02:00
LoRd_MuldeR 17018e4f86
Added support for building SlunkCrypt for the Windows on ARM64 platform. 2022-05-24 22:31:40 +02:00
LoRd_MuldeR f6cd289725
Support for MIPS architecture + small improvement to Linux cross-build script. 2022-05-21 17:32:18 +02:00
LoRd_MuldeR 3901bd6a1d
Small fix to make error messages in encrypt() and decrypt() more consistent. 2022-05-10 20:36:07 +02:00
LoRd_MuldeR f18a84b6c9
Enable explicit_bzero() and getentropy() on DragonFly platform + enable explicit_bzero() on Haiku platform (requires linking against libbsd). 2022-05-08 16:46:32 +02:00
LoRd_MuldeR fc2784b256
Some improvements to musl libc build script. 2022-05-07 18:55:22 +02:00
LoRd_MuldeR 207039f4f7
Small improvement to Makefile + fixed compilation with µClibc, which does *not* provide getentropy() or explicit_bzero() + enable these functions on Solaris/Illumos. 2022-05-07 17:55:03 +02:00
LoRd_MuldeR 69e549aafd
Added support for the Haiku operating system. 2022-04-26 22:03:08 +02:00