ntfs-3g/ntfsprogs
Jean-Pierre André b921b09fb8 Made ntfsdecrypt compatible with libgrypt-1.6
The upcoming libgrypt-1.6 drops the "module" interface which was used
by ntfsdecrypt for decrypting files which were encrypted with the "DESX"
algorithm. This algorithm is a Microsoft variant of DES with a key size
of 128 bits, and is not natively supported by libgrypt. The module interface
made possible to declare an external algorithm so that all the encryption
modes could be processed the same way whether the algorithm was internal
or external.
This patch makes DESX a specific case, so that the module interface is
not needed any more. It is compatible with current libgrypt and upcoming
libgrypt-1.6
2014-01-13 15:21:51 +01:00
..
Makefile.am Made compilation with --enable-really-static option to ./configure work 2013-02-13 08:51:47 +01:00
attrdef.c Update version to 2.0.0, update NEWS, update mkntfs man page and mkntfs itself. 2006-12-13 10:46:49 +00:00
attrdef.h Update version to 2.0.0, update NEWS, update mkntfs man page and mkntfs itself. 2006-12-13 10:46:49 +00:00
boot.c - mkntfs: Use Vista $Boot rather than XP one. (Anton) 2007-03-06 15:44:30 +00:00
boot.h - mkntfs: Use Vista $Boot rather than XP one. (Anton) 2007-03-06 15:44:30 +00:00
cluster.c Restored 'local' includes for all the ntfsprogs instead of using system includes (e.g. #include "yada.h" instead of #include <ntfs-3g/yada.h>). 2010-12-16 09:59:42 +01:00
cluster.h Restored 'local' includes for all the ntfsprogs instead of using system includes (e.g. #include "yada.h" instead of #include <ntfs-3g/yada.h>). 2010-12-16 09:59:42 +01:00
list.h Prefix all functions and macros in ntfsprogs/list.h with 'ntfs_/NTFS_'. 2012-01-13 13:37:33 +01:00
mkntfs.8.in Changed "blocks" to "sectors" in the mkntfs manual 2012-08-20 14:17:09 +02:00
mkntfs.c Removed duplicated code in mkntfs 2013-07-30 11:22:34 +02:00
ntfscat.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfscat.c Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
ntfscat.h Merge remote branch 'linux-ntfs/libntfs-3g_port-v2_0_0' into PERMISSION_HANDLING_BRANCH 2010-12-17 09:04:01 +01:00
ntfsck.c Fixed usa checking by ntfsck on 4K sectors 2013-04-22 19:14:48 +02:00
ntfsclone.8.in Added a new option for testing the consistency of an ntfsclone image 2013-02-09 11:29:21 +01:00
ntfsclone.c Fixed rescuing clusters by physical sectors in ntfsclone 2013-02-09 15:07:06 +01:00
ntfscluster.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfscluster.c Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
ntfscluster.h Merge remote branch 'linux-ntfs/libntfs-3g_port-v2_0_0' into PERMISSION_HANDLING_BRANCH 2010-12-17 09:04:01 +01:00
ntfscmp.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfscmp.c Fixed memory leak while comparing attributes with bad sectors 2013-09-09 19:46:00 +02:00
ntfscp.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfscp.c Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
ntfsdecrypt.c Made ntfsdecrypt compatible with libgrypt-1.6 2014-01-13 15:21:51 +01:00
ntfsdump_logfile.c Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
ntfsfix.8.in Fixed the ntfsfix option for testing in the manual 2013-02-09 11:33:17 +01:00
ntfsfix.c Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
ntfsinfo.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfsinfo.c Silenced warnings by gcc >= 4.8 about aliasing 2013-09-09 15:34:14 +02:00
ntfslabel.8.in Implemented an option to set a new serial number in ntfslabel 2012-01-23 18:22:59 +01:00
ntfslabel.c Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
ntfsls.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfsls.c Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
ntfsmftalloc.c Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
ntfsmove.c Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
ntfsmove.h Merge remote branch 'linux-ntfs/libntfs-3g_port-v2_0_0' into PERMISSION_HANDLING_BRANCH 2010-12-17 09:04:01 +01:00
ntfsprogs.8.in Fixed dead http links in ntfsprogs manuals (Daniel Baumann) 2011-07-05 12:17:30 +02:00
ntfsresize.8.in Improved the manual description of the size option of ntfsresize 2013-07-30 10:45:22 +02:00
ntfsresize.c Reserved a single sector for the backup boot sector 2013-07-30 10:35:13 +02:00
ntfstruncate.c Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
ntfsundelete.8.in Output the modification time when scanning files by ntfsundelete 2013-07-30 11:00:46 +02:00
ntfsundelete.c Forced 64-bit computation of inode number in ntfsundelete 2013-07-30 11:07:12 +02:00
ntfsundelete.h Prefix all functions and macros in ntfsprogs/list.h with 'ntfs_/NTFS_'. 2012-01-13 13:37:33 +01:00
ntfswipe.c Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
ntfswipe.h Added optional wiping of file tails and undelete data to ntfswipe (Bogdan) 2012-06-18 12:41:51 +02:00
sd.c Silenced apparent out-of-range subscripts warned by gcc 4.6 2011-07-05 12:17:29 +02:00
sd.h Merge remote branch 'linux-ntfs/libntfs-3g_port-v2_0_0' into PERMISSION_HANDLING_BRANCH 2010-12-17 09:04:01 +01:00
utils.c Fixed format translations for Windows 2013-07-30 11:27:16 +02:00
utils.h Increased the maximum format size on Windows 2013-04-22 18:31:16 +02:00