Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
19 hours
Windows: remove 32-bit logic from the code since we support only 64-bit. remo...
Mounir IDRASSI
41
-521
/
+127
19 hours
Windows: Fix output directory configuration of COMREG project
Mounir IDRASSI
1
-4
/
+4
19 hours
Windows: Fix regression in self-test of hash algorithms that caused them to fail
Mounir IDRASSI
1
-2
/
+2
22 hours
Windows: Fix VS 2022 projects references
Mounir IDRASSI
4
-26
/
+30
25 hours
Windows: remove VS 2019 solution and project files since we migrated to VS 2022.
Mounir IDRASSI
28
-7285
/
+0
26 hours
Windows: Fix delayload link warning about comdlg32.dll not used. Remove unuse...
Mounir IDRASSI
8
-866
/
+29
28 hours
Windows: move main project files and solution from VS 2010 to VS 2022. Delete...
Mounir IDRASSI
28
-6847
/
+1810
28 hours
Windows: Fix warning when building Setup and Portable. No file elevation is u...
Mounir IDRASSI
1
-0
/
+8
30 hours
Windows: Upgrade VS 2019 solution/projects to VS 2022. Remove Win32 configura...
Mounir IDRASSI
14
-1816
/
+880
33 hours
Windows: Fix build of MBR bootloader
Mounir IDRASSI
1
-1
/
+1
33 hours
Windows: Fix warning in driver build by make get_pkcs5_iteration_count have a...
Mounir IDRASSI
1
-40
/
+36
43 hours
Windows: Use VS builtin __fastfail intrinsic for fatal exception instead of a...
Mounir IDRASSI
1
-0
/
+3
43 hours
Windows: Fix various compiler warnings
Mounir IDRASSI
17
-287
/
+301
43 hours
Windows: Fix MBR bootload compilation error following latest changes
Mounir IDRASSI
1
-3
/
+3
3 days
Use portable alignment macro to be compatible with Linux/macOS
Mounir IDRASSI
1
-1
/
+2
3 days
Use adequate const qualifiers for pbkdf2 functions arguments
Mounir IDRASSI
2
-16
/
+16
3 days
Linux: Fix build error following latest code cleanup
Mounir IDRASSI
2
-10
/
+10
4 days
Windows: Remove support for 32-bit driver code. Set build target as Windows 1...
Mounir IDRASSI
31
-777
/
+512
4 days
Windows: Use BCryptGenRandom instead of deprecated CryptGenRandom to generate...
Mounir IDRASSI
1
-27
/
+21
6 days
Linux: Fix build error caused by changes for dynamic CPU SHA support detection
Mounir IDRASSI
2
-56
/
+61
6 days
Linux: Fix detection of SHA CPU support on virtualized environment by trying ...
Mounir IDRASSI
1
-0
/
+66
6 days
Linux: Fix build error following SHA intrinsic support changes
Mounir IDRASSI
2
-4
/
+7
6 days
Add support for SHA-256 x86 instrinsic for enhance performance of PBKDF2-HMAC...
Mounir IDRASSI
16
-3
/
+333
2024-09-24
Linux: Improve directory opening logic by prioritizing xdg-open and adding fa...
Mounir IDRASSI
1
-46
/
+52
2024-09-22
Linux: Add Fedora as supported distribution in CMakeLists.txt
Mounir IDRASSI
1
-2
/
+13
2024-09-19
Windows: Fix EFI configuration editor various issues
Mounir IDRASSI
2
-7
/
+47
2024-09-18
Linux: fix assert by wxWidgets library included in Ubuntu.
Mounir IDRASSI
1
-1
/
+4
2024-09-17
Windows: Simplify error message related to IsEfiBoot since it always fail wit...
Mounir IDRASSI
1
-20
/
+6
2024-09-17
macOS: fix regression in build script that caused it to ignore fuset switch
Mounir IDRASSI
1
-1
/
+1
2024-09-17
macOS: restrict --allow-screencapture switch to macOS only since screen prote...
Mounir IDRASSI
1
-0
/
+2
2024-09-17
Add Option to Enable/Disable Screen Capture (#1418)
Deniz Türkoglu
6
-0
/
+22
2024-09-16
Windows: Fix failed EFI detection on some PCs where BootOrder variable is not...
Mounir IDRASSI
1
-1
/
+1
2024-09-16
macOS: enhance macOS build script(allow local build, specify wxWidgets versio...
Mounir IDRASSI
1
-26
/
+77
2024-09-10
Linux/macOS: Fix missing define that was causing compilation error
Mounir IDRASSI
1
-0
/
+2
2024-09-08
Windows: Add support for x86 and x64 build for driver and binaries using Visu...
Mounir IDRASSI
26
-168
/
+2518
2024-09-08
Windows: use wcstok_s instead of wcstok for more secure parsing of directory ...
Mounir IDRASSI
2
-107
/
+107
2024-09-02
Windows: Fix bug in disabling of Windows privileges, they were completely rem...
Mounir IDRASSI
1
-2
/
+2
2024-09-02
Windows: Fix truncated displayed error message
Mounir IDRASSI
1
-4
/
+4
2024-09-01
Windows: Ensure that installation folder is removed after MSI uninstall by sc...
Mounir IDRASSI
1
-0
/
+90
2024-09-01
Windows: Fix MSI not overwriting existing data files (chm, html, xml) with ne...
Mounir IDRASSI
1
-470
/
+458
2024-09-01
Windows: Fix MSI not installing all new documentation file. Remove old files ...
Mounir IDRASSI
39
-148
/
+1067
2024-08-30
Wndows: Fix error 1603 returned by MSI silent install when REBOOT=ReallySuppr...
Mounir IDRASSI
1
-0
/
+1
2024-08-25
Linux: Add script to sign generated rpms
Mounir IDRASSI
1
-0
/
+54
2024-08-25
Increment version to 1.26.14. Set release date to August 25th.
Mounir IDRASSI
37
-47
/
+47
2024-08-25
Linux/MacOSX: Only load valid XML language files (Language.langid.xml format ...
Mounir IDRASSI
1
-5
/
+14
2024-08-24
Windows: Fix regression causing crash when a wrong password is used when chan...
Mounir IDRASSI
3
-3
/
+3
2024-08-22
Revert "Add Hausa translation (#1404)" (#1407)
Mounir IDRASSI
7
-7
/
+0
2024-08-21
Add Hausa translation (#1404)
Marius Kjærstad
7
-0
/
+7
2024-08-21
Windows: Only load valid XML language files (Language.xx.xml or Language.xx-y...
Mounir IDRASSI
1
-0
/
+44
2024-08-21
Windows: Enhance packaging batch file to bundle only valid XML language files
Mounir IDRASSI
1
-1
/
+17
[next]