VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Dlgcode.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-20Windows: Add checks that the System Favorites service is running. Warn user i...Mounir IDRASSI1-1/+1
2019-10-03Windows: If Secure Desktop is started and random generator was not initialize...Mounir IDRASSI1-53/+70
2019-09-30Windows: when periodic update of device is disabled, use SetupAPI to list dis...Mounir IDRASSI1-1/+3
2019-09-29Windows: Update the encoded hash of the code signing certificate used to veri...Mounir IDRASSI1-6/+6
2019-09-29Windows: Use periodic update of connected devices only if there is a Favorite...Mounir IDRASSI1-1/+4
2019-09-27Windows: fix another typo in code comment (hopefully last one!)Mounir IDRASSI1-1/+1
2019-09-27Windows: fix typo in code commentMounir IDRASSI1-1/+1
2019-09-26Windows: Fix sporadic keyboard issue in Secure Desktop for password dialog by...Mounir IDRASSI1-1/+5
2019-03-03Fix formatting of credits in About dialog and documentationMounir IDRASSI1-1/+1
2019-03-03Windows: Add option to use legacy maximum password length (64 characters) ins...Mounir IDRASSI1-5/+9
2019-03-02Windows: fix compilation errorMounir IDRASSI1-1/+1
2019-03-02Windows: mitigate some memory attacks by making VeraCrypt applications memory...Mounir IDRASSI1-0/+90
2019-03-02Windows: Generalize RAM encryption for keys to VeraCrypt binaries, especially...Mounir IDRASSI1-0/+82
2019-02-12Add copyright and license information of JitterEntropy library by Stephan Mue...Mounir IDRASSI1-2/+3
2019-02-10Windows: Ensure that only one thread at a time can create a secure desktopMounir IDRASSI1-0/+8
2019-02-04Automatically truncate passwords for TrueCrypt volumes and System Encryption ...Mounir IDRASSI1-1/+3
2019-01-28Increase password maximum length to 128 bytes from 64 bytesMounir IDRASSI1-0/+3
2019-01-26Windows: Add a build configuration containing EFI bootloader signed with cust...Mounir IDRASSI1-1/+1
2019-01-21Windows driver: remove volumes master keys from CRYPTO_INFO since they are no...Mounir IDRASSI1-3/+3
2018-12-19Windows: Add mount option that allows mounting a volume without attaching it ...Mounir IDRASSI1-6/+5
2018-09-03Windows: fix regression when language selected in the setup during fresh inst...Mounir IDRASSI1-8/+7
2018-09-01Windows: handle case of some disk drivers not supporting IOCTL_DISK_GET_DRIVE...Mounir IDRASSI1-3/+51
2018-08-24Windows: fix language selected in the installer not used by "Create Volume" w...Mounir IDRASSI1-0/+9
2018-08-16Windows: Fix regression that caused the system encryption wizard to crash whe...Mounir IDRASSI1-2/+7
2018-08-15Windows: Add various checks and replace STL code after Coverity reportMounir IDRASSI1-22/+12
2018-08-12Windows Installer: implement language selection mechanism at the start of the...Mounir IDRASSI1-1/+17
2018-08-07Windows: Display a balloon tip warning or error message when the value pasted...Mounir IDRASSI1-2/+134
2018-08-06Windows: fix warning in debug buildMounir IDRASSI1-0/+3
2018-08-06Windows: avoid timeout of Secure Desktop display by waiting for the user to b...Mounir IDRASSI1-3/+16
2018-06-24Windows: in DEBUG mode, disable verification to Authenticode signature of bin...Mounir IDRASSI1-1/+5
2018-05-03Windows: Support machines without "EFI\Boot" folder for EFI system encryption...Mounir IDRASSI1-0/+19
2018-04-23Windows: Don't start EFI system encryption process if SecureBoot is enabled a...Mounir IDRASSI1-6/+4
2018-04-23Windows: implement compatibility for Windows 10 major updates using ReflectDr...Mounir IDRASSI1-0/+125
2018-04-23Windows: handle case when parameter of VerifyModuleSignature is enclosed betw...Mounir IDRASSI1-1/+16
2018-04-23Windows: implement internal verification of Authenticode digital signature fo...Mounir IDRASSI1-14/+155
2018-03-25Windows: handle rare case where call to SwitchDestop fails when trying to dis...Mounir IDRASSI1-11/+30
2018-03-25Windows: use cleaner approach to implement bringing our windows to foreground...Mounir IDRASSI1-14/+23
2018-03-25Windows: ensure that out secure desktop has always user input to avoid cases ...Mounir IDRASSI1-0/+76
2018-03-20Windows: Fix some cases of external applications freezing during mount/dismou...Mounir IDRASSI1-1/+38
2018-03-18Update various copyright dates.Mounir IDRASSI1-4/+4
2018-03-13Windows: when /silent specified in command line, avoid performing any WIN32 U...Mounir IDRASSI1-7/+7
2017-07-27Windows: when mounting system favorites using VolumeID feature, query all dis...Mounir IDRASSI1-29/+39
2017-07-27Windows: use large output buffer for IOCTL_DISK_GET_DRIVE_GEOMETRY_EX calls t...Mounir IDRASSI1-134/+137
2017-07-23Windows: display notice about creating new Rescue Disk at first boot after up...Mounir IDRASSI1-0/+13
2017-07-20Windows: enable secure desktop feature for VeraCrypt Format application.Mounir IDRASSI1-2/+2
2017-07-20Windows: use Secure Desktop for smart card PIN dialog if it is activated for ...Mounir IDRASSI1-1/+1
2017-07-20Windows: in case of mounting system favorites, call driver to get list of dri...Mounir IDRASSI1-76/+95
2017-07-09Windows: when listing connected devices, consider that a partition exists if ...Mounir IDRASSI1-2/+3
2017-07-09Windows: correctly initialize global critical sections in case if system favo...Mounir IDRASSI1-6/+15
2017-07-07Windows: Don't remove last digit of version string if it is zero. This is a l...Mounir IDRASSI1-3/+0
609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735