VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-11-08MacOSX : Since we link directly with OSXFuse, change error message to indicat...Mounir IDRASSI1-1/+1
2014-11-08MacOSX : Copy console version of VeraCrypt inside the bundle under the name v...Mounir IDRASSI1-0/+11
2014-11-08MacOSX : Update Fuse error message to display OSXFUSE requirement alongside M...Mounir IDRASSI1-1/+1
2014-11-08MacOSX : Support detection of OSXFUSE and the presence of MacFUSE compatibili...Mounir IDRASSI1-3/+29
2014-11-08MacOSX : copy the help pdf into the VeraCrypt bundle during package creationMounir IDRASSI1-0/+1
2014-11-08MacOSX : correct the name of dmg file used by the rm commandMounir IDRASSI1-1/+1
2014-11-08MacOSX : correct compilation issue caused by system API deprication and use o...Mounir IDRASSI2-11/+5
2014-11-08MacOSX : Correct issue of compiling assembly files in both 32-bit and 64-bit ...Mounir IDRASSI4-24/+54
2014-11-08MacOSX : add icns file to be used by VeraCrypt bundleMounir IDRASSI1-0/+0
2014-11-08MacOSX : add nasm binary to be used instead of the native one because of the ...Mounir IDRASSI1-0/+0
2014-11-08Linux GUI : hide the wipe choice during volume creation. Remove extra content...Mounir IDRASSI3-3/+5
2014-11-08Correct message in Linux VeraCrypt installer to replace truecrypt-uninstall.s...Mounir IDRASSI1-1/+1
2014-11-08Correct compilation error under Linux introduced in latest commitMounir IDRASSI1-1/+1
2014-11-08Linux/MacOSX port of manual selection of number of passes for volume header o...Mounir IDRASSI8-11/+217
2014-11-08Add description string for the new wipe mode WIPE_MODE_256 in language files.Mounir IDRASSI1-0/+1
2014-11-08Add option in select the number of passes for volume header over-writing. By ...Mounir IDRASSI16-35/+67
2014-11-08Lower number of times we overwrite volume header during the encryption of a p...Mounir IDRASSI2-4/+7
2014-11-08Correct Linux compilation after removing legacy cryptographic code.Mounir IDRASSI2-3/+1
2014-11-08Remove remaining legacy cryptographic algorithms that are never used by VeraC...Mounir IDRASSI26-1012/+1
2014-11-08Remove deprecated/legacy cryptographic algorithms and encryption modes that a...Mounir IDRASSI21-3979/+21
2014-11-08Mount.c : call burn directly in szFileName instead of (&szFileName). This was...Mounir IDRASSI1-1/+1
2014-11-08Static Code Analysis : Generalize the use of Safe String functions. Add some ...Mounir IDRASSI15-395/+490
2014-11-08Static Code Analysis : Use Safe String function in Dlgcode.c. Add byte size p...Mounir IDRASSI2-274/+340
2014-11-08Static Code Analysis : Add various NULL pointers checksMounir IDRASSI4-21/+39
2014-11-08Static Code Analysis : Add NULL pointers checks on the result of ATL string c...Mounir IDRASSI2-10/+24
2014-11-08Use Safe String functions in Registry.c and add a unicode version of WriteLoc...Mounir IDRASSI2-5/+31
2014-11-08Static Code Analysis : Use Safe String functions in Setup code to avoid poten...Mounir IDRASSI3-105/+108
2014-11-08Static Code Analysis : Add check on the return of strtok inside mkfulldir_int...Mounir IDRASSI1-5/+8
2014-11-08Static Code Analysis: Correctly initialize variables to avoid false-positive ...Mounir IDRASSI2-3/+3
2014-11-08Static Code Analysis : Use Safe string functions inside VeraCrypt Device Driv...Mounir IDRASSI4-38/+62
2014-11-08Remove test inherited from TrueCrypt because it's always true since we inheri...Mounir IDRASSI1-1/+1
2014-11-08Disable posting the results of minidump analysis until a dedicated URL is put...Mounir IDRASSI1-1/+3
2014-11-08Disable crash handling until we put in place a dedicated URL for posting cras...Mounir IDRASSI1-14/+14
2014-11-08Remove unused label.Mounir IDRASSI1-1/+0
2014-11-08Static Code Analysis : Correctly initialize member variable in HostDevice con...Mounir IDRASSI1-1/+2
2014-11-08Static Code Analysis : Avoid using invalidate integer value received from Get...Mounir IDRASSI1-1/+5
2014-11-08Static Code Analysis : fix usage of strncpy and sscanf.Mounir IDRASSI3-8/+8
2014-11-08Static Code Analysis : fix various memory leaks.Mounir IDRASSI4-4/+16
2014-11-08Static Code Analysis : fix resource leakage by ensuring that all Windows hand...Mounir IDRASSI3-12/+50
2014-11-08Static Code Analysis : Avoid potential overflow when parsing language file by...Mounir IDRASSI1-1/+1
2014-11-08Static Code Analysis : fix non-absolute DLL/process loads that can be hijacke...Mounir IDRASSI5-11/+66
2014-11-08Static Code Analysis : Add virtual attribute to destructor of classes that ha...Mounir IDRASSI2-2/+2
2014-11-08Static Code Analysis : Correctly initialize member variables in various const...Mounir IDRASSI4-6/+14
2014-11-08Fix password memory leak inside the Device driver in boot encryption mode.Mounir IDRASSI1-1/+1
2014-11-08Avoid changing metadata (ownership, permission,etc) of /usr when unpacking Ve...VeraCrypt_Linux_1.0dMounir IDRASSI1-1/+1
2014-11-08Set the Execute bit for VeraCrypt uninstall script before copying it to the t...Mounir IDRASSI1-0/+1
2014-11-08Remove VeraCrypt version number from Readme.txt.Mounir IDRASSI1-1/+2
2014-11-08Add VeraCrypt specific Linux packaging code in Makefiles and add various help...Mounir IDRASSI5-1/+917
2014-11-08Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Re...Mounir IDRASSI239-246/+246
2014-11-08Update wxFormBuild file to latest version (3.5 beta) and generate new Forms.c...Mounir IDRASSI3-4086/+12798
"k">popd :: set path to VC++ 2010 IF EXIST "%programfiles(x86)%" (GOTO 64-Bit) ELSE (GOTO 32-Bit) :32-Bit @set "VCPATH=%programfiles%\Microsoft Visual Studio 10.0\" GOTO CONTINUE :64-Bit @set "VCPATH=%programfiles(x86)%\Microsoft Visual Studio 10.0\" GOTO CONTINUE :CONTINUE if "%TC_ARG_ARCH%"=="-x64" ( @set "PATH=%VCPATH%Common7\IDE;%VCPATH%VC\bin\amd64;%PATH%" ) else ( @set "PATH=%VCPATH%Common7\IDE;%VCPATH%VC\bin;%PATH%" ) :: Build if "%TC_ARG_CMD%"=="-rebuild" (set TC_BUILD_OPTS=-c -Z) pushd . :build_dirs if "%~1"=="" goto done cd /D "%~1" || exit /B %errorlevel% if "%TC_ARG_CMD%"=="-clean" ( rd /s /q obj%TC_BUILD_ALT_DIR%\%TC_BUILD_ARCH_DIR% 2>NUL: rd /q obj%TC_BUILD_ALT_DIR% 2>NUL: ) else ( set USER_C_FLAGS=%TC_C_FLAGS% %TC_C_DISABLED_WARNINGS% -FAcs -Fa%~1\obj%TC_BUILD_ALT_DIR%\%TC_BUILD_ARCH_DIR%\ set MSC_WARNING_LEVEL=%TC_C_WARNING_LEVEL% set C_DEFINES=%TC_C_DEFINES% set RCOPTIONS=/I %MFC_INC_PATH% set LIBRARIAN_FLAGS=%TC_LIBRARIAN_FLAGS% set LINKER_FLAGS=%TC_LINKER_FLAGS% set BUILD_ALT_DIR=%TC_BUILD_ALT_DIR% build %TC_BUILD_OPTS% -w -nmake /S -nmake /C 2>build_errors.log 1>&2 if errorlevel 1 ( type build_errors.log type build_errors_asm.log 2>NUL: exit /B 1 ) del /q build_errors.log build_errors_asm.log build%BUILD_ALT_DIR%.* 2>NUL: ) shift goto build_dirs :done popd if "%TC_ARG_CMD%"=="-clean" exit /B 0 md "%TC_COPY_DIR%\Setup Files" >NUL: 2>NUL: copy /B /Y obj%TC_BUILD_ALT_DIR%\%TC_BUILD_ARCH_DIR%\veracrypt.sys "%TC_COPY_DIR%\Setup Files\veracrypt%TC_ARCH_SUFFIX%.sys" >NUL: if errorlevel 1 ( echo BuildDriver.cmd: error: Cannot copy target. >&2 exit /B 1 ) if %TC_TEST_SIGN% equ 1 ( signtool sign /s "%TC_KERNEL_TEST_CERTIFICATE_STORE%" /n "%TC_KERNEL_TEST_CERTIFICATE_NAME%" "%TC_COPY_DIR%\Setup Files\veracrypt%TC_ARCH_SUFFIX%.sys" >NUL: if errorlevel 1 ( echo BuildDriver.cmd: error: Cannot test-sign target. >&2 exit /B 1 ) ) exit /B 0