Commit Graph

218 Commits

Author SHA1 Message Date
Jean-Pierre André
683d0a0a4f Defined an option --enable-extras for extra ntfsprogs tools (from Fedora) 2011-07-05 12:17:11 +02:00
Szabolcs Szakacsits
6742b536b0 Release 2011.4.12 2011-04-10 21:02:34 +03:00
Szabolcs Szakacsits
9523cf4bfd Release 2011.4.10 2011-04-10 20:52:22 +03:00
Szabolcs Szakacsits
303910b052 Release 2011.3.28-RC 2011-03-28 02:38:41 +03:00
Szaka
62f305970f Release 2011.3.26 2011-03-27 15:31:13 +03:00
Erik Larsson
e8dc824252 Enabled ntfsprogs by default. 2011-03-04 17:33:07 +01:00
Erik Larsson
5a595b9585 Build fix for UUID code in mkntfs. 2010-12-19 09:42:54 +01:00
Erik Larsson
58b40c8cf1 Deleted libntfs example crypto configuration file and removed the check for libconfig in configure.ac. (libconfig is not used in libntfs-3g.) 2010-12-17 09:37:19 +01:00
Erik Larsson
bcdc76f12d Merge remote branch 'linux-ntfs/libntfs-3g_port-v2_0_0' into PERMISSION_HANDLING_BRANCH
Conflicts:
	.cvsignore
	AUTHORS
	CREDITS
	ChangeLog
	NEWS
	README
	TODO.libntfs
	autogen.sh
	configure.ac
	include/ntfs/Makefile.am
	libntfs-3g/misc.c
	libntfs/Makefile.am
	libntfs/gnome-vfs-method.c
	libntfs/gnome-vfs-module.c
	ntfsprogs.spec.in
	ntfsprogs/.cvsignore
	ntfsprogs/mkntfs.c
	ntfsprogs/ntfscat.8.in
	ntfsprogs/ntfsclone.c
	ntfsprogs/ntfscp.8.in
	ntfsprogs/ntfsinfo.c
	ntfsprogs/ntfsprogs.8.in
	ntfsprogs/ntfsresize.c
	ntfsprogs/ntfsrm.c
	ntfsprogs/ntfsundelete.h
	ntfsprogs/upcase.c
	ntfsprogs/utils.c
	test/Makefile.am
2010-12-17 09:04:01 +01:00
Erik Larsson
7287c05ff4 Made ntfsprogs compilation conditional and turned off by default. It is enabled with '--enable-ntfsprogs'. 2010-12-16 17:35:06 +01:00
Erik Larsson
f3a30779dd Moved list.h into ntfsprogs and got rid of include/ntfs completely. 2010-12-16 17:34:47 +01:00
Erik Larsson
d35be909a4 Removed the 'doc' directory from ntfsprogs.
It contains interesting information but this information is available elsewhere and we want to stay as close to ntfs-3g as possible. No unnecessary added files.
2010-12-16 10:00:27 +01:00
Erik Larsson
02bab2956c Merge remote branch 'linux-ntfs/libntfs-3g_port' into PERMISSION_HANDLING_BRANCH
Conflicts:
	AUTHORS
	COPYING
	CREDITS
	ChangeLog
	Makefile.am
	NEWS
	README
	autogen.sh
	configure.ac
	include/Makefile.am
2010-12-15 17:12:30 +01:00
Erik Larsson
d953fec34e Increased patchstate version number. 2010-12-09 12:29:15 +01:00
Erik Larsson
713fbb390e Merge commit 'v2_0_0' into libntfs-3g_port-v2_0_0
Conflicts:
	configure.ac
	include/ntfs/Makefile.am
	include/ntfs/attrib.h
	include/ntfs/bitmap.h
	include/ntfs/collate.h
	include/ntfs/debug.h
	include/ntfs/dir.h
	include/ntfs/endians.h
	include/ntfs/index.h
	include/ntfs/inode.h
	include/ntfs/layout.h
	include/ntfs/logfile.h
	include/ntfs/logging.h
	include/ntfs/mft.h
	include/ntfs/ntfstime.h
	include/ntfs/runlist.h
	include/ntfs/support.h
	include/ntfs/types.h
	include/ntfs/unistr.h
	include/ntfs/volume.h
	libntfs/Makefile.am
	libntfs/attrib.c
	libntfs/attrlist.c
	libntfs/bitmap.c
	libntfs/bootsect.c
	libntfs/collate.c
	libntfs/compress.c
	libntfs/debug.c
	libntfs/device.c
	libntfs/device_io.c
	libntfs/dir.c
	libntfs/index.c
	libntfs/inode.c
	libntfs/lcnalloc.c
	libntfs/logfile.c
	libntfs/logging.c
	libntfs/mft.c
	libntfs/mst.c
	libntfs/runlist.c
	libntfs/security.c
	libntfs/unistr.c
	libntfs/unix_io.c
	libntfs/volume.c
	libntfs/win32_io.c
	ntfsprogs/Makefile.am
	ntfsprogs/mkntfs.c
	ntfsprogs/ntfscat.c
	ntfsprogs/ntfsclone.c
	ntfsprogs/ntfscmp.c
	ntfsprogs/ntfscp.c
	ntfsprogs/ntfsinfo.c
	ntfsprogs/ntfsmount.8.in
	ntfsprogs/ntfsmount.c
	ntfsprogs/ntfsundelete.c
	ntfsprogs/upcase.c
2010-12-02 22:31:21 +01:00
Erik Larsson
bcc00717b0 The legacy FUSE module (ntfsmount) goes away. (ntfs-3g takes care of that part.) 2010-12-02 16:37:57 +01:00
Erik Larsson
c3571d8cde configure.ac: Fixed typo in error message. 2010-12-02 16:36:39 +01:00
Erik Larsson
4a641c85e0 Adapted code to latest libntfs-3g, based on PERMISSION_HANDLING_BRANCH. Now requires libntfs-3g version 2010.5.22 minimum. 2010-12-02 16:35:27 +01:00
Erik Larsson
16ba09b70f Introduced a pkg-config check for libntfs-3g at configure time, using the CFLAGS and LDFLAGS specified in the .pc file. 2010-12-02 16:35:12 +01:00
Erik Larsson
7a3ddf1e14 Modernized check for libgnutls using pkg-config. (Had to do it, since libgnutls doesn't have the necessary .m4 file in more recent releases.) 2010-12-02 16:34:41 +01:00
Erik Larsson
8bed21697d configure.ac: Appended a tail to the version number to show that this is a version meant to be used with the ntfs-3g libraries. Also changed the email address to indicate that this fork is managed by the ntfs-3g developers. 2010-12-02 15:57:28 +01:00
Jean-Pierre André
351aec3f7a Enabled renaming of system extended attributes 2010-10-26 08:59:52 +02:00
Szabolcs Szakacsits
5aed8491a7 release 2010.10.2 2010-10-02 14:19:40 +03:00
Szabolcs Szakacsits
ab137b3070 release 2010.8.8 2010-08-07 03:26:57 +03:00
Szabolcs Szakacsits
cae96e64ac release 2010.7.23-RC 2010-07-23 16:01:56 +03:00
Szabolcs Szakacsits
114e795611 release 2010.6.31-RC 2010-06-30 05:17:43 +03:00
Szabolcs Szakacsits
e47b85c07e release 2010.6.30-RC 2010-06-29 18:39:26 +03:00
Szabolcs Szakacsits
a63eac5e44 release 2010.6.28-RC 2010-06-27 01:36:31 +03:00
Szabolcs Szakacsits
0578c15957 release 2010.5.22 2010-05-20 03:32:57 +03:00
Szabolcs Szakacsits
04f38c6727 release 2010.5.16 2010-05-16 14:26:22 +03:00
Szabolcs Szakacsits
0e66530846 release 2010.5.15 2010-05-15 00:14:42 +03:00
Jean-Pierre André
fc4bace81d Merge branch 'PERMISSION_HANDLING_BRANCH' of ssh://ntfs-3g.git.sourceforge.net/gitroot/ntfs-3g/ntfs-3g into PERMISSION_HANDLING_BRANCH 2010-04-19 11:43:07 +02:00
Jean-Pierre André
84c93479d8 fixed a compilation issue with uClibc 2010-04-19 10:53:31 +02:00
Szabolcs Szakacsits
48be24db46 release 2010.3.6 2010-03-06 18:08:01 +02:00
szaka
7b30b160c2 release 2010.2.6-RC 2010-02-06 09:17:46 +00:00
jpandre
3eada57e45 Added checks for uninitialized variables for configure option --enable-warnings 2010-01-16 09:31:57 +00:00
jpandre
d78add4e8f Developed time stamping up to 100ns resolution 2010-01-04 08:24:44 +00:00
jpandre
17a629229d Developed selective timestamp setting for utimensat(2) 2009-12-23 14:51:07 +00:00
jpandre
e3f8ce6bee Removing the "AC_C_CONST" macro, may cause unwanted redefinition of "const" 2009-12-10 14:57:33 +00:00
szaka
bf82fc305b release 2009.11.14 2009-11-13 20:49:39 +00:00
szaka
80f3a5885a install ntfs-3g.usermap and ntfs-3g.secaudit manual pages 2009-11-13 19:35:57 +00:00
szaka
41783e39e4 Mac OS X Unicode normalization form conversion (Erik Larsson) 2009-11-06 00:14:39 +00:00
szaka
c7f012484e release 2009.10.5-RC 2009-10-04 02:13:13 +00:00
szaka
745a840fc4 release 2009.10.4-RC 2009-10-03 08:40:24 +00:00
szaka
8c019ac29c release 2009.10.3-RC 2009-10-03 07:54:11 +00:00
jpandre
2fbaecd759 Extended transparent compression support to sequential writing to compressed files 2009-04-03 13:33:24 +00:00
jpandre
03755a9ba5 Adapted to ntfs-3g-2009.4.4 2009-04-03 06:53:12 +00:00
jpandre
2a1d75a3da Adapted to ntfs-3g.2009.3.8 2009-03-27 09:10:00 +00:00
jpandre
93b695f1cc Adapted to ntfs-3g-2009.2.1 2009-02-12 20:32:21 +00:00
jpandre
11216c6942 Adapted to ntfs-3g-2009.1.1 2009-01-23 11:11:44 +00:00