VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Static Code Analysis: handle unused variables more properly. Catch STL except...Mounir IDRASSI9-17/+23
2015-02-09Static Code Analysis: Correct memory leaks. Add more checks.Mounir IDRASSI2-18/+77
2015-02-09Static Code Analysis: clarify macros definition and use.Mounir IDRASSI1-1/+1
2015-02-09Static Code Analysis: Add more checks. Avoid unhandled ATL exceptions by chec...Mounir IDRASSI3-70/+180
2015-02-08Windows: retry UAC prompt operation in case of failure. This avoids cancel th...Mounir IDRASSI3-4/+25
2015-01-23Windows: Correct displaying wrong TrueCrypt mode in volume properties when SH...Mounir IDRASSI1-1/+4
2015-01-20Windows: use the same waiting message in dialog resource as it is in the lang...Mounir IDRASSI1-1/+1
2015-01-05Clarify the waiting dialog message.Mounir IDRASSI1-1/+1
2015-01-04Increment version to 1.0f-1 and update language files and PDF with informatio...Mounir IDRASSI1-5/+5
2015-01-04Language XML: correct error message to show that we support TrueCrypt 6.0 and...Mounir IDRASSI1-1/+1
2015-01-04Windows: better display of volume information and benchmark results.Mounir IDRASSI1-0/+2
2015-01-04Windows Driver: add TrueCrypt mode of mounted volumes to the output of TC_IOC...Mounir IDRASSI1-0/+1
2015-01-04Windows: Add support for TrueCrypt 6.x since its format (v4) is identical to ...Mounir IDRASSI1-1/+1
2015-01-03Windows: change cascade encryption naming format to reflex mathematical compo...Mounir IDRASSI4-13/+29
2014-12-31Increment version to 1.0f and update language XML files with new fields.Mounir IDRASSI1-2/+2
2014-12-28Windows: support loading TrueCrypt volumes. Implement converting TrueCrypt vo...Mounir IDRASSI16-38/+83
2014-12-28Windows: make the wait dialog wider to accommodate long messagesMounir IDRASSI1-4/+4
2014-12-28Windows: implement wait dialog for benchmark operation.Mounir IDRASSI1-7/+30
2014-12-28Windows: Add possibility to choose 1-pass wipe mode in all cases without chan...Mounir IDRASSI1-4/+2
2014-12-27Windows: use the correct parent window when changing the password of the encr...Mounir IDRASSI2-7/+7
2014-12-27Windows: use the correct window handle for creating message boxes. This becam...Mounir IDRASSI18-258/+264
2014-12-27Windows: make the wait dialog mechanism more generic in order to reuse it mor...Mounir IDRASSI2-29/+65
2014-12-26Windows: workaround freezing of waiting dialog but setting its parent to the ...Mounir IDRASSI2-3/+4
2014-12-22Windows: Solve issue of some dialogs not showing up and that was caused by wr...Mounir IDRASSI1-98/+99
2014-12-20Increment version to 1.0f-BETA3 and update language XML files with new fields.Mounir IDRASSI1-4/+4
2014-12-20Reduce time for reporting wrong password by removing support for legacy hidde...Mounir IDRASSI3-20/+1
2014-12-20Windows: Add a donation menu entryMounir IDRASSI1-0/+1
2014-12-19Correct small typo in language XML file.Mounir IDRASSI1-2/+2
2014-12-17Windows: in silent mode, don't show the wait dialog during mount operationMounir IDRASSI1-9/+17
2014-12-17Windows: Remove Truecrypt name is error message.Mounir IDRASSI1-2/+2
2014-12-16Windows: Enhance performance by implementing the possibility to choose the co...Mounir IDRASSI17-32/+87
2014-12-16Windows: display a wait dialog during the lengthy opening of a volume. There ...Mounir IDRASSI3-3/+101
2014-12-11Windows: always display random gathering dialog when UserEnrichRandomPool is ...Mounir IDRASSI2-0/+8
2014-12-11Correct XML syntax for symbols '<' and '>'Mounir IDRASSI1-1/+1
2014-12-11Windows: Implement specifying the size of the generated keyfiles and also let...Mounir IDRASSI4-18/+77
2014-12-11Implement function RandgetBytesFull that enables generating random bytes of a...Mounir IDRASSI2-21/+55
2014-12-11Windows: correct lock issue in RandgetBytes by releasing critical section in ...Mounir IDRASSI1-0/+1
2014-12-11Windows Driver: change inherited TrueCrypt constants in kernel objects tags b...Mounir IDRASSI1-3/+3
2014-12-07Windows: Implement creation of multiple keyfiles at once.Mounir IDRASSI4-43/+206
2014-12-07Windows: implement auto-dismount option when session is lockedMounir IDRASSI1-0/+1
2014-12-04Windows: correct issue in handling "More information on keyfiles" link that c...Mounir IDRASSI1-0/+2
2014-12-04Windows: correct issue in displaying PDF of User Guide.Mounir IDRASSI1-2/+2
2014-12-04Windows: update URLs to points to the online documentation. Use a dedicated d...Mounir IDRASSI2-5/+105
2014-12-01Add test vectors for HMAC-SHA256 and PBKDF2-HMAC-SHA256Mounir IDRASSI1-0/+71
2014-11-11Windows: Avoid calling RegCloseKey on an invalid handle.Mounir IDRASSI1-6/+7
2014-11-10Windows: close file handle if the call to GetFileSize fails.Mounir IDRASSI1-0/+3
2014-11-08Remove unused functions from GfMul.cMounir IDRASSI1-16/+0
2014-11-08Linux/MacOSX: add newline at the end of Pkcs5.c to remove gcc warningMounir IDRASSI1-1/+1
2014-11-08Correct typo in language XML file.Mounir IDRASSI1-3/+3
2014-11-08Simplify code handling iterations count: in boot mode, we'll set the correct ...Mounir IDRASSI6-32/+37
'#n588'>588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 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 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027