[debian-edu-commits] debian-edu/ 28/50: Merge tag 'upstream/1.17'

Unit 193 unit193-guest at moszumanska.debian.org
Wed Dec 21 05:06:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository veracrypt.

commit 42e48a78bb21ae549246c89907dd61f167922dca
Merge: 5da43f6 487daa5
Author: Unit 193 <unit193 at ubuntu.com>
Date:   Mon Feb 22 18:33:59 2016 -0500

    Merge tag 'upstream/1.17'
    
    Upstream version 1.17
    
    # gpg: Signature made Mon 22 Feb 2016 06:33:56 PM EST using RSA key ID EBE9BD91
    # gpg: Good signature from "Unit 193 <unit193 at gmail.com>"
    # gpg:                 aka "Unit 193 <unit193 at ninthfloor.org>"
    # gpg:                 aka "Unit 193 <unit193 at ubuntu.com>"
    # gpg:                 aka "Unit 193 <unit193 at ninthfloor.com>"

 src/Readme.txt => README.md                        |   524 +-
 Tests/bench.bat                                    |    37 +-
 Translations/Language.ar.xml                       |  2874 +-
 Translations/Language.be.xml                       |  2872 +-
 Translations/Language.bg.xml                       |  2872 +-
 Translations/Language.ca.xml                       |  2872 +-
 Translations/Language.cs.xml                       |  2873 +-
 Translations/Language.da.xml                       |  2872 +-
 Translations/Language.de.xml                       |  2874 +-
 Translations/Language.el.xml                       |  2873 +-
 Translations/Language.es.xml                       |  2874 +-
 Translations/Language.et.xml                       |  2872 +-
 Translations/Language.eu.xml                       |  2878 +-
 Translations/Language.fa.xml                       |  2872 +-
 Translations/Language.fi.xml                       |  2874 +-
 Translations/Language.fr.xml                       |  2874 +-
 Translations/Language.hu.xml                       |  2872 +-
 Translations/Language.id.xml                       |  2872 +-
 Translations/Language.it.xml                       |  2874 +-
 Translations/Language.ja.xml                       |  2874 +-
 Translations/Language.ka.xml                       |  2872 +-
 Translations/Language.ko.xml                       |  2874 +-
 Translations/Language.lv.xml                       |  2872 +-
 Translations/Language.my.xml                       |  2878 +-
 Translations/Language.nl.xml                       |  2874 +-
 Translations/Language.nn.xml                       |  2874 +-
 Translations/Language.pl.xml                       |  2876 +-
 Translations/Language.pt-br.xml                    |  2874 +-
 Translations/Language.ru.xml                       |  2874 +-
 Translations/Language.sk.xml                       |  2872 +-
 Translations/Language.sl.xml                       |  2864 +-
 Translations/Language.sv.xml                       |  2874 +-
 Translations/Language.tr.xml                       |  2870 +-
 Translations/Language.uk.xml                       |  2874 +-
 Translations/Language.uz.xml                       |  2872 +-
 Translations/Language.vi.xml                       |  2872 +-
 Translations/Language.zh-cn.xml                    |  2874 +-
 Translations/Language.zh-hk.xml                    |  2872 +-
 Translations/Language.zh-tw.xml                    |  2868 +-
 src/Boot/Windows/Bios.h                            |    64 +-
 src/Boot/Windows/BootCommon.h                      |   164 +-
 src/Boot/Windows/BootConfig.cpp                    |   188 +-
 src/Boot/Windows/BootConfig.h                      |    92 +-
 src/Boot/Windows/BootConsoleIo.cpp                 |   678 +-
 src/Boot/Windows/BootConsoleIo.h                   |   144 +-
 src/Boot/Windows/BootCrt.asm                       |     2 +-
 src/Boot/Windows/BootDebug.cpp                     |   362 +-
 src/Boot/Windows/BootDebug.h                       |   120 +-
 src/Boot/Windows/BootDefs.h                        |   392 +-
 src/Boot/Windows/BootDiskIo.cpp                    |   982 +-
 src/Boot/Windows/BootDiskIo.h                      |   240 +-
 src/Boot/Windows/BootEncryptedIo.cpp               |   264 +-
 src/Boot/Windows/BootEncryptedIo.h                 |    44 +-
 src/Boot/Windows/BootMain.cpp                      |  2489 +-
 src/Boot/Windows/BootMain.h                        |    68 +-
 src/Boot/Windows/BootMemory.cpp                    |   172 +-
 src/Boot/Windows/BootMemory.h                      |    56 +-
 src/Boot/Windows/BootSector.asm                    |     2 +-
 src/Boot/Windows/BootStrings.h                     |    40 +-
 src/Boot/Windows/Decompressor.c                    |   130 +-
 src/Boot/Windows/IntFilter.cpp                     |  1290 +-
 src/Boot/Windows/IntFilter.h                       |    40 +-
 src/Boot/Windows/Makefile                          |   404 +-
 src/Boot/Windows/Platform.cpp                      |   460 +-
 src/Boot/Windows/Platform.h                        |   232 +-
 src/Build/Include/Makefile.inc                     |     2 +-
 src/Build/Resources/MacOSX/Info.plist.xml          |     2 +-
 src/Build/build_veracrypt_linux.sh                 |     2 +-
 src/Build/build_veracrypt_macosx.sh                |     4 +-
 src/Common/Apidrvr.h                               |   678 +-
 src/Common/BaseCom.cpp                             |   499 +-
 src/Common/BaseCom.h                               |   238 +-
 src/Common/BootEncryption.cpp                      |  5585 +-
 src/Common/BootEncryption.h                        |   511 +-
 src/Common/Cache.c                                 |   211 +-
 src/Common/Cache.h                                 |    50 +-
 src/Common/Cmdline.c                               |   382 +-
 src/Common/Cmdline.h                               |    86 +-
 src/Common/Combo.c                                 |   513 +-
 src/Common/Combo.h                                 |    58 +-
 src/Common/Common.h                                |   180 +-
 src/Common/Common.rc                               |    65 +-
 src/Common/Crc.c                                   |   270 +-
 src/Common/Crc.h                                   |    74 +-
 src/Common/Crypto.c                                |  2122 +-
 src/Common/Crypto.h                                |   711 +-
 src/Common/Dictionary.c                            |   174 +-
 src/Common/Dictionary.h                            |    68 +-
 src/Common/Dlgcode.c                               | 22610 ++++----
 src/Common/Dlgcode.h                               |  1156 +-
 src/Common/EncryptionThreadPool.c                  |  1022 +-
 src/Common/EncryptionThreadPool.h                  |    84 +-
 src/Common/Endian.c                                |   118 +-
 src/Common/Endian.h                                |   298 +-
 src/Common/Exception.h                             |   246 +-
 src/Common/Fat.c                                   |   898 +-
 src/Common/Fat.h                                   |   138 +-
 src/Common/Format.c                                |  2089 +-
 src/Common/Format.h                                |   150 +-
 src/Common/GfMul.c                                 |  1536 +-
 src/Common/GfMul.h                                 |   148 +-
 src/Common/Inflate.c                               |  2642 +-
 src/Common/Inflate.h                               |   102 +-
 src/Common/Keyfiles.c                              |  1506 +-
 src/Common/Keyfiles.h                              |   106 +-
 src/Common/Language.c                              |  1166 +-
 src/Common/Language.h                              |    86 +-
 src/Common/Language.xml                            |  2877 +-
 src/Common/Makefile                                |     2 +-
 src/Common/Password.c                              |   962 +-
 src/Common/Password.h                              |   102 +-
 src/Common/Pkcs5.c                                 |  1764 +-
 src/Common/Pkcs5.h                                 |    94 +-
 src/Common/Progress.c                              |   268 +-
 src/Common/Progress.h                              |    57 +-
 src/Common/Random.c                                |  1784 +-
 src/Common/Random.h                                |   151 +-
 src/Common/Registry.c                              |   617 +-
 src/Common/Registry.h                              |    74 +-
 src/Common/Resource.h                              |   419 +-
 src/Common/SecurityToken.cpp                       |  1534 +-
 src/Common/SecurityToken.h                         |   446 +-
 src/Common/Tcdefs.h                                |   626 +-
 src/Common/Tests.c                                 |  2310 +-
 src/Common/Tests.h                                 |    62 +-
 src/Common/VeraCrypt.ico                           |   Bin 9662 -> 370070 bytes
 src/Common/VeraCrypt_Volume.ico                    |   Bin 9662 -> 370070 bytes
 src/Common/VeraCrypt_mounted.ico                   |   Bin 9662 -> 370070 bytes
 src/Common/Volumes.c                               |  2530 +-
 src/Common/Volumes.h                               |   308 +-
 src/Common/Wipe.c                                  |   396 +-
 src/Common/Wipe.h                                  |    90 +-
 src/Common/Xml.c                                   |   503 +-
 src/Common/Xml.h                                   |    59 +-
 src/Common/Xts.c                                   |  1500 +-
 src/Common/Xts.h                                   |   168 +-
 src/Core/Core.h                                    |     2 +-
 src/Core/Core.make                                 |     2 +-
 src/Core/CoreBase.cpp                              |     2 +-
 src/Core/CoreBase.h                                |     2 +-
 src/Core/CoreException.cpp                         |     2 +-
 src/Core/CoreException.h                           |     2 +-
 src/Core/FatFormatter.cpp                          |     2 +-
 src/Core/FatFormatter.h                            |     2 +-
 src/Core/HostDevice.cpp                            |     2 +-
 src/Core/HostDevice.h                              |     2 +-
 src/Core/MountOptions.cpp                          |     2 +-
 src/Core/MountOptions.h                            |     2 +-
 src/Core/RandomNumberGenerator.cpp                 |     2 +-
 src/Core/RandomNumberGenerator.h                   |     2 +-
 src/Core/Unix/CoreService.cpp                      |     2 +-
 src/Core/Unix/CoreService.h                        |     2 +-
 src/Core/Unix/CoreServiceProxy.h                   |     2 +-
 src/Core/Unix/CoreServiceRequest.cpp               |     2 +-
 src/Core/Unix/CoreServiceRequest.h                 |     2 +-
 src/Core/Unix/CoreServiceResponse.cpp              |     2 +-
 src/Core/Unix/CoreServiceResponse.h                |     2 +-
 src/Core/Unix/CoreUnix.cpp                         |     2 +-
 src/Core/Unix/CoreUnix.h                           |     2 +-
 src/Core/Unix/FreeBSD/CoreFreeBSD.cpp              |     2 +-
 src/Core/Unix/FreeBSD/CoreFreeBSD.h                |     2 +-
 src/Core/Unix/FreeBSD/System.h                     |     2 +-
 src/Core/Unix/Linux/CoreLinux.cpp                  |     2 +-
 src/Core/Unix/Linux/CoreLinux.h                    |     2 +-
 src/Core/Unix/Linux/System.h                       |     2 +-
 src/Core/Unix/MacOSX/CoreMacOSX.cpp                |     2 +-
 src/Core/Unix/MacOSX/CoreMacOSX.h                  |     2 +-
 src/Core/Unix/MacOSX/System.h                      |     2 +-
 src/Core/Unix/MountedFilesystem.h                  |     2 +-
 src/Core/Unix/Solaris/CoreSolaris.cpp              |     2 +-
 src/Core/Unix/Solaris/CoreSolaris.h                |     2 +-
 src/Core/Unix/Solaris/System.h                     |     2 +-
 src/Core/Unix/System.h                             |     2 +-
 src/Core/VolumeCreator.cpp                         |     2 +-
 src/Core/VolumeCreator.h                           |     3 +-
 src/Crypto/Aes.h                                   |   430 +-
 src/Crypto/AesSmall.c                              |  1906 +-
 src/Crypto/AesSmall.h                              |   338 +-
 src/Crypto/Aes_hw_cpu.h                            |    50 +-
 src/Crypto/Aescrypt.c                              |   622 +-
 src/Crypto/Aeskey.c                                |  1146 +-
 src/Crypto/Aesopt.h                                |  1468 +-
 src/Crypto/Aestab.c                                |   856 +-
 src/Crypto/Aestab.h                                |   348 +-
 src/Crypto/Crypto.vcproj                           |   100 +-
 src/Crypto/Makefile                                |     2 +-
 src/Crypto/Rmd160.c                                |   996 +-
 src/Crypto/Rmd160.h                                |    66 +-
 src/Crypto/Serpent.c                               |  1876 +-
 src/Crypto/Serpent.h                               |    40 +-
 src/Crypto/Sha2.c                                  |  1523 +-
 src/Crypto/Sha2.h                                  |   310 +-
 src/Crypto/Sha2Small.c                             |   468 +-
 src/Crypto/Sha2Small.h                             |    26 +-
 src/Crypto/Sources                                 |     1 +
 src/Crypto/Twofish.c                               |  1098 +-
 src/Crypto/Twofish.h                               |   112 +-
 src/Crypto/Whirlpool.c                             |  1720 +-
 src/Crypto/Whirlpool.h                             |   178 +-
 src/Crypto/config.h                                |   138 +
 src/Crypto/cpu.c                                   |   198 +
 src/Crypto/cpu.h                                   |   258 +
 src/Crypto/misc.h                                  |   149 +
 src/Driver/BuildDriver.cmd                         |     2 +-
 src/Driver/DriveFilter.c                           |  4293 +-
 src/Driver/DriveFilter.h                           |   180 +-
 src/Driver/Driver.rc                               |     8 +-
 src/Driver/DumpFilter.c                            |   496 +-
 src/Driver/DumpFilter.h                            |    50 +-
 src/Driver/EncryptedIoQueue.c                      |  2098 +-
 src/Driver/EncryptedIoQueue.h                      |   330 +-
 src/Driver/Fuse/Driver.make                        |     2 +-
 src/Driver/Fuse/FuseService.cpp                    |     2 +-
 src/Driver/Fuse/FuseService.h                      |     2 +-
 src/Driver/Makefile                                |     2 +-
 src/Driver/Ntdriver.c                              |  6981 +--
 src/Driver/Ntdriver.h                              |   368 +-
 src/Driver/Ntvol.c                                 |  1792 +-
 src/Driver/Ntvol.h                                 |    44 +-
 src/Driver/Resource.h                              |    32 +-
 src/Driver/VolumeFilter.c                          |   598 +-
 src/Driver/VolumeFilter.h                          |    46 +-
 src/ExpandVolume/DlgExpandVolume.cpp               |  1497 +-
 src/ExpandVolume/ExpandVolume.c                    |   Bin 24662 -> 49914 bytes
 src/ExpandVolume/ExpandVolume.h                    |    21 +-
 src/ExpandVolume/ExpandVolume.rc                   |    84 +-
 src/ExpandVolume/ExpandVolume.vcproj               |   126 +-
 src/ExpandVolume/InitDataArea.c                    |    30 +-
 src/ExpandVolume/InitDataArea.h                    |    24 +-
 src/ExpandVolume/WinMain.cpp                       |   896 +-
 src/ExpandVolume/resource.h                        |   293 +-
 src/Format/Format.rc                               |    23 +-
 src/Format/Format.vcproj                           |   196 +-
 src/Format/FormatCom.cpp                           |   474 +-
 src/Format/FormatCom.h                             |    71 +-
 src/Format/FormatCom.idl                           |     5 +-
 src/Format/InPlace.c                               |  4569 +-
 src/Format/InPlace.h                               |   104 +-
 src/Format/Resource.h                              |   315 +-
 src/Format/Tcformat.c                              |   Bin 305419 -> 642784 bytes
 src/Format/Tcformat.h                              |   218 +-
 src/Format/VeraCrypt_Wizard.bmp                    |   Bin 222006 -> 166518 bytes
 src/License.txt                                    |  1404 +-
 src/Main/Application.cpp                           |     2 +-
 src/Main/Application.h                             |     2 +-
 src/Main/CommandLineInterface.cpp                  |    98 +-
 src/Main/CommandLineInterface.h                    |     5 +-
 src/Main/FatalErrorHandler.cpp                     |     2 +-
 src/Main/FatalErrorHandler.h                       |     2 +-
 src/Main/FavoriteVolume.cpp                        |     2 +-
 src/Main/FavoriteVolume.h                          |     2 +-
 src/Main/Forms/AboutDialog.cpp                     |     6 +-
 src/Main/Forms/AboutDialog.h                       |     2 +-
 src/Main/Forms/BenchmarkDialog.cpp                 |     2 +-
 src/Main/Forms/BenchmarkDialog.h                   |     2 +-
 src/Main/Forms/ChangePasswordDialog.cpp            |    86 +-
 src/Main/Forms/ChangePasswordDialog.h              |     2 +-
 src/Main/Forms/DeviceSelectionDialog.cpp           |     2 +-
 src/Main/Forms/DeviceSelectionDialog.h             |     2 +-
 src/Main/Forms/EncryptionOptionsWizardPage.cpp     |     2 +-
 src/Main/Forms/EncryptionOptionsWizardPage.h       |     2 +-
 src/Main/Forms/EncryptionTestDialog.cpp            |     2 +-
 src/Main/Forms/EncryptionTestDialog.h              |     2 +-
 src/Main/Forms/FavoriteVolumesDialog.cpp           |     2 +-
 src/Main/Forms/FavoriteVolumesDialog.h             |     2 +-
 src/Main/Forms/Forms.cpp                           |  7020 +--
 src/Main/Forms/Forms.h                             |  2191 +-
 src/Main/Forms/InfoWizardPage.cpp                  |     2 +-
 src/Main/Forms/InfoWizardPage.h                    |     2 +-
 src/Main/Forms/KeyfileGeneratorDialog.cpp          |    31 +-
 src/Main/Forms/KeyfileGeneratorDialog.h            |     5 +-
 src/Main/Forms/KeyfilesDialog.cpp                  |     2 +-
 src/Main/Forms/KeyfilesDialog.h                    |     2 +-
 src/Main/Forms/KeyfilesPanel.cpp                   |     2 +-
 src/Main/Forms/KeyfilesPanel.h                     |     2 +-
 src/Main/Forms/LegalNoticesDialog.cpp              |     2 +-
 src/Main/Forms/LegalNoticesDialog.h                |     2 +-
 src/Main/Forms/MainFrame.cpp                       |     2 +-
 src/Main/Forms/MainFrame.h                         |     2 +-
 src/Main/Forms/MountOptionsDialog.cpp              |    81 +-
 src/Main/Forms/MountOptionsDialog.h                |     2 +-
 src/Main/Forms/NewSecurityTokenKeyfileDialog.cpp   |     2 +-
 src/Main/Forms/NewSecurityTokenKeyfileDialog.h     |     2 +-
 src/Main/Forms/PreferencesDialog.cpp               |     2 +-
 src/Main/Forms/PreferencesDialog.h                 |     2 +-
 src/Main/Forms/ProgressWizardPage.cpp              |     2 +-
 src/Main/Forms/ProgressWizardPage.h                |     2 +-
 src/Main/Forms/RandomPoolEnrichmentDialog.cpp      |    31 +-
 src/Main/Forms/RandomPoolEnrichmentDialog.h        |     5 +-
 src/Main/Forms/SecurityTokenKeyfilesDialog.cpp     |     2 +-
 src/Main/Forms/SecurityTokenKeyfilesDialog.h       |     2 +-
 src/Main/Forms/SelectDirectoryWizardPage.cpp       |     2 +-
 src/Main/Forms/SelectDirectoryWizardPage.h         |     2 +-
 src/Main/Forms/SingleChoiceWizardPage.h            |     2 +-
 src/Main/Forms/TrueCrypt.fbp                       | 57163 ++++++++++---------
 .../Forms/VolumeCreationProgressWizardPage.cpp     |    14 +-
 src/Main/Forms/VolumeCreationProgressWizardPage.h  |     5 +-
 src/Main/Forms/VolumeCreationWizard.cpp            |    49 +-
 src/Main/Forms/VolumeCreationWizard.h              |     2 +-
 src/Main/Forms/VolumeFormatOptionsWizardPage.cpp   |     6 +-
 src/Main/Forms/VolumeFormatOptionsWizardPage.h     |     2 +-
 src/Main/Forms/VolumeLocationWizardPage.cpp        |     2 +-
 src/Main/Forms/VolumeLocationWizardPage.h          |     2 +-
 src/Main/Forms/VolumePasswordPanel.cpp             |    36 +-
 src/Main/Forms/VolumePasswordPanel.h               |     5 +-
 src/Main/Forms/VolumePasswordWizardPage.cpp        |    15 +-
 src/Main/Forms/VolumePasswordWizardPage.h          |     4 +-
 src/Main/Forms/VolumePimWizardPage.cpp             |     5 +-
 src/Main/Forms/VolumePimWizardPage.h               |     2 +-
 src/Main/Forms/VolumePropertiesDialog.cpp          |     2 +-
 src/Main/Forms/VolumePropertiesDialog.h            |     2 +-
 src/Main/Forms/VolumeSizeWizardPage.cpp            |     2 +-
 src/Main/Forms/VolumeSizeWizardPage.h              |     2 +-
 src/Main/Forms/WaitDialog.cpp                      |     4 +-
 src/Main/Forms/WaitDialog.h                        |     2 +-
 src/Main/Forms/WizardFrame.cpp                     |     2 +-
 src/Main/Forms/WizardFrame.h                       |     2 +-
 src/Main/Forms/WizardPage.h                        |     2 +-
 src/Main/GraphicUserInterface.cpp                  |     4 +-
 src/Main/GraphicUserInterface.h                    |     2 +-
 src/Main/Hotkey.cpp                                |     2 +-
 src/Main/Hotkey.h                                  |     2 +-
 src/Main/LanguageStrings.cpp                       |     2 +-
 src/Main/LanguageStrings.h                         |     2 +-
 src/Main/Main.h                                    |     2 +-
 src/Main/Main.make                                 |    21 +-
 src/Main/Resources.cpp                             |     6 +-
 src/Main/Resources.h                               |     2 +-
 src/Main/StringFormatter.cpp                       |     2 +-
 src/Main/StringFormatter.h                         |     2 +-
 src/Main/System.cpp                                |     2 +-
 src/Main/System.h                                  |     2 +-
 src/Main/SystemPrecompiled.h                       |     2 +-
 src/Main/TextUserInterface.cpp                     |    72 +-
 src/Main/TextUserInterface.h                       |     2 +-
 src/Main/Unix/Main.cpp                             |     2 +-
 src/Main/UserInterface.cpp                         |    31 +-
 src/Main/UserInterface.h                           |     2 +-
 src/Main/UserInterfaceException.h                  |     2 +-
 src/Main/UserInterfaceType.h                       |     2 +-
 src/Main/UserPreferences.cpp                       |     2 +-
 src/Main/UserPreferences.h                         |     2 +-
 src/Main/VolumeHistory.cpp                         |     2 +-
 src/Main/VolumeHistory.h                           |     2 +-
 src/Main/Xml.cpp                                   |     2 +-
 src/Main/Xml.h                                     |     2 +-
 src/Makefile                                       |     2 +-
 src/Mount/Drive_icon_96dpi.bmp                     |   Bin 1590 -> 1206 bytes
 src/Mount/Drive_icon_mask_96dpi.bmp                |   Bin 110 -> 110 bytes
 src/Mount/Favorites.cpp                            |  1850 +-
 src/Mount/Favorites.h                              |   166 +-
 src/Mount/Hotkeys.c                                |  1217 +-
 src/Mount/Hotkeys.h                                |   104 +-
 src/Mount/Logo_288dpi.bmp                          |   Bin 50166 -> 62262 bytes
 src/Mount/Logo_96dpi.bmp                           |   Bin 7350 -> 6966 bytes
 src/Mount/MainCom.cpp                              |   626 +-
 src/Mount/MainCom.h                                |    70 +-
 src/Mount/MainCom.idl                              |     2 +-
 src/Mount/Mount.c                                  | 21224 +++----
 src/Mount/Mount.h                                  |   265 +-
 src/Mount/Mount.rc                                 |    85 +-
 src/Mount/Mount.vcproj                             |   192 +-
 src/Mount/Resource.h                               |   512 +-
 src/Mount/System_drive_icon_96dpi.bmp              |   Bin 1590 -> 1206 bytes
 src/Mount/System_drive_icon_mask_96dpi.bmp         |   Bin 110 -> 110 bytes
 src/PKCS11/cryptoki.h                              |   132 +-
 src/PKCS11/pkcs11.h                                |   598 +-
 src/PKCS11/pkcs11f.h                               |  1824 +-
 src/PKCS11/pkcs11t.h                               |  3770 +-
 src/Platform/Buffer.cpp                            |   278 +-
 src/Platform/Buffer.h                              |   220 +-
 src/Platform/Directory.h                           |    48 +-
 src/Platform/Event.cpp                             |    84 +-
 src/Platform/Event.h                               |   162 +-
 src/Platform/Exception.cpp                         |    94 +-
 src/Platform/Exception.h                           |   210 +-
 src/Platform/File.h                                |   210 +-
 src/Platform/FileCommon.cpp                        |   164 +-
 src/Platform/FileStream.h                          |   106 +-
 src/Platform/FilesystemPath.h                      |   136 +-
 src/Platform/Finally.h                             |    82 +-
 src/Platform/ForEach.h                             |   226 +-
 src/Platform/Functor.h                             |    48 +-
 src/Platform/Memory.cpp                            |   106 +-
 src/Platform/Memory.h                              |   338 +-
 src/Platform/MemoryStream.cpp                      |    84 +-
 src/Platform/MemoryStream.h                        |    62 +-
 src/Platform/Mutex.h                               |   112 +-
 src/Platform/Platform.h                            |    46 +-
 src/Platform/Platform.make                         |    78 +-
 src/Platform/PlatformBase.h                        |   258 +-
 src/Platform/PlatformTest.cpp                      |   690 +-
 src/Platform/PlatformTest.h                        |    76 +-
 src/Platform/Serializable.cpp                      |    68 +-
 src/Platform/Serializable.h                        |   154 +-
 src/Platform/Serializer.cpp                        |   588 +-
 src/Platform/Serializer.h                          |   138 +-
 src/Platform/SerializerFactory.cpp                 |    98 +-
 src/Platform/SerializerFactory.h                   |   176 +-
 src/Platform/SharedPtr.h                           |   314 +-
 src/Platform/SharedVal.h                           |   132 +-
 src/Platform/Stream.h                              |    58 +-
 src/Platform/StringConverter.cpp                   |   812 +-
 src/Platform/StringConverter.h                     |   114 +-
 src/Platform/SyncEvent.h                           |    84 +-
 src/Platform/System.h                              |    22 +-
 src/Platform/SystemException.h                     |    82 +-
 src/Platform/SystemInfo.h                          |    46 +-
 src/Platform/SystemLog.h                           |    74 +-
 src/Platform/TextReader.cpp                        |    64 +-
 src/Platform/TextReader.h                          |    60 +-
 src/Platform/Thread.h                              |   138 +-
 src/Platform/Time.h                                |    50 +-
 src/Platform/Unix/Directory.cpp                    |     2 +-
 src/Platform/Unix/File.cpp                         |     2 +-
 src/Platform/Unix/FilesystemPath.cpp               |     2 +-
 src/Platform/Unix/Mutex.cpp                        |     2 +-
 src/Platform/Unix/Pipe.cpp                         |     2 +-
 src/Platform/Unix/Pipe.h                           |     2 +-
 src/Platform/Unix/Poller.cpp                       |     2 +-
 src/Platform/Unix/Poller.h                         |     2 +-
 src/Platform/Unix/Process.cpp                      |     2 +-
 src/Platform/Unix/Process.h                        |     2 +-
 src/Platform/Unix/SyncEvent.cpp                    |     2 +-
 src/Platform/Unix/System.h                         |     2 +-
 src/Platform/Unix/SystemException.cpp              |     2 +-
 src/Platform/Unix/SystemInfo.cpp                   |     2 +-
 src/Platform/Unix/SystemLog.cpp                    |     2 +-
 src/Platform/Unix/Thread.cpp                       |     2 +-
 src/Platform/Unix/Time.cpp                         |     2 +-
 src/Platform/User.h                                |    54 +-
 src/Readme.txt                                     |   524 +-
 src/Release/Setup Files/License.txt                |  1404 +-
 src/Release/Setup Files/VeraCrypt User Guide.pdf   |   Bin 2970461 -> 3010349 bytes
 src/Resources/Icons/VeraCrypt-128x128.xpm          |  1296 +
 src/Resources/Icons/VeraCrypt-16x16.xpm            |   244 +-
 src/Resources/Icons/VeraCrypt-256x256.xpm          |  2029 +
 src/Resources/Icons/VeraCrypt-48x48.xpm            |  1068 +-
 src/Resources/Icons/VeraCrypt.icns                 |   Bin 9990 -> 166727 bytes
 src/Setup/ComSetup.cpp                             |   204 +-
 src/Setup/ComSetup.h                               |    26 +-
 src/Setup/Dir.c                                    |   220 +-
 src/Setup/Dir.h                                    |    46 +-
 src/Setup/Linux/veracrypt_install_template.sh      |     2 +-
 src/Setup/MacOSX/template.dmg.bz2                  |   Bin 0 -> 9294035 bytes
 src/Setup/MacOSX/veracrypt.pkgproj                 |     4 +-
 src/Setup/Resource.h                               |   128 +-
 src/Setup/SelfExtract.c                            |  1564 +-
 src/Setup/SelfExtract.h                            |    86 +-
 src/Setup/Setup.c                                  |  5253 +-
 src/Setup/Setup.h                                  |   382 +-
 src/Setup/Setup.ico                                |   Bin 9854 -> 370070 bytes
 src/Setup/Setup.rc                                 |     8 +-
 src/Setup/Setup.vcproj                             |    18 +-
 src/Setup/VeraCrypt_setup.bmp                      |   Bin 65718 -> 49398 bytes
 src/Setup/Wizard.c                                 |  2389 +-
 src/Setup/Wizard.h                                 |    62 +-
 src/Signing/GlobalSign_R1Cross.cer                 |    26 +
 src/Signing/GlobalSign_Root_CA_MS_Cross_Cert.crt   |    30 +
 .../GlobalSign_SHA256_EV_CodeSigning_CA.cer        |   Bin 0 -> 1155 bytes
 .../TestCertificate/idrix_SHA256TestRootCA.crt     |    35 +
 .../TestCertificate/idrix_Sha256CodeSign.pfx       |   Bin 0 -> 3243 bytes
 src/Signing/sign.bat                               |    23 +-
 src/Signing/sign_test.bat                          |    25 +-
 src/Volume/Cipher.cpp                              |     2 +-
 src/Volume/Cipher.h                                |     2 +-
 src/Volume/Crc32.h                                 |     2 +-
 src/Volume/EncryptionAlgorithm.cpp                 |     2 +-
 src/Volume/EncryptionAlgorithm.h                   |     2 +-
 src/Volume/EncryptionMode.cpp                      |     2 +-
 src/Volume/EncryptionMode.h                        |     2 +-
 src/Volume/EncryptionModeXTS.cpp                   |     2 +-
 src/Volume/EncryptionModeXTS.h                     |     2 +-
 src/Volume/EncryptionTest.cpp                      |     4 +-
 src/Volume/EncryptionTest.h                        |     2 +-
 src/Volume/EncryptionThreadPool.cpp                |     2 +-
 src/Volume/EncryptionThreadPool.h                  |     2 +-
 src/Volume/Hash.cpp                                |     2 +-
 src/Volume/Hash.h                                  |     2 +-
 src/Volume/Keyfile.cpp                             |     2 +-
 src/Volume/Keyfile.h                               |     2 +-
 src/Volume/Pkcs5Kdf.cpp                            |     2 +-
 src/Volume/Pkcs5Kdf.h                              |     2 +-
 src/Volume/Version.h                               |     2 +-
 src/Volume/Volume.cpp                              |     2 +-
 src/Volume/Volume.h                                |     2 +-
 src/Volume/Volume.make                             |     3 +-
 src/Volume/VolumeException.cpp                     |     2 +-
 src/Volume/VolumeException.h                       |     2 +-
 src/Volume/VolumeHeader.cpp                        |     2 +-
 src/Volume/VolumeHeader.h                          |     2 +-
 src/Volume/VolumeInfo.cpp                          |     2 +-
 src/Volume/VolumeInfo.h                            |     2 +-
 src/Volume/VolumeLayout.cpp                        |     2 +-
 src/Volume/VolumeLayout.h                          |     2 +-
 src/Volume/VolumePassword.cpp                      |    98 +-
 src/Volume/VolumePassword.h                        |    15 +-
 src/Volume/VolumePasswordCache.cpp                 |     2 +-
 src/Volume/VolumePasswordCache.h                   |     2 +-
 src/Volume/VolumeSlot.h                            |     2 +-
 500 files changed, 179425 insertions(+), 173368 deletions(-)

diff --cc src/Main/Forms/PreferencesDialog.cpp
index d0795fd,436b950..436b950
mode 100755,100644..100755
--- a/src/Main/Forms/PreferencesDialog.cpp
+++ b/src/Main/Forms/PreferencesDialog.cpp
diff --cc src/Main/UserPreferences.cpp
index 6714bb1,9e48b92..9e48b92
mode 100755,100644..100755
--- a/src/Main/UserPreferences.cpp
+++ b/src/Main/UserPreferences.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/veracrypt.git



More information about the debian-edu-commits mailing list