Commit Graph

938 Commits (824af638188b9f3916aeeee6db762e9abacdbe9c)
 

Author SHA1 Message Date
cantab.net!aia21 3d4837f9de More updates from Christophe Grenier for DJGPP and FreeBSD.
BKrev: 3ffbddfbuXB9MpKECu4fQfTgP7h7dg
2004-01-07 10:22:51 +00:00
cantab.net!aia21 6651abe322 More updates from Christophe Grenier for DJGPP and FreeBSD.
(Logical change 1.253)
2004-01-07 10:22:51 +00:00
cantab.net!aia21 029782c0c1 Remove duplicate redeclaration from device.h. (Christophe Grenier)
BKrev: 3ffbd925XbLw39CZC1oZPU918GXF_A
2004-01-07 10:02:13 +00:00
cantab.net!aia21 3eaa5c327f Remove duplicate redeclaration from device.h. (Christophe Grenier)
(Logical change 1.252)
2004-01-07 10:02:13 +00:00
cantab.net!aia21 7b29b11dc1 Add new compile target "make libs" which only compiles libntfs.
BKrev: 3ffae4d42-rCajOh4VPNfCaO9x2j1g
2004-01-06 16:39:48 +00:00
cantab.net!aia21 652b1e554d Add new compile target "make libs" which only compiles libntfs.
(Logical change 1.251)
2004-01-06 16:39:48 +00:00
cantab.net!aia21 33082d51a9 Update version to 1.8.2-WIP
BKrev: 3ffaca31YvMfSgGxzpxoEF8r3GbR0g
2004-01-06 14:46:09 +00:00
cantab.net!aia21 f70fc867a5 Update version to 1.8.2-WIP
(Logical change 1.250)
2004-01-06 14:46:09 +00:00
cantab.net!aia21 48d9569249 - Compile fixes for DJGPP. (Chrisophe Grenier, me)
- Add compatibility for building on FreeBSD. (Christophe Grenier)

BKrev: 3ffac6b91lyqS8qjV6Cy56QJKaNIUQ
2004-01-06 14:31:21 +00:00
cantab.net!aia21 3fea49b48c - Compile fixes for DJGPP. (Chrisophe Grenier, me)
- Add compatibility for building on FreeBSD. (Christophe Grenier)

(Logical change 1.249)
2004-01-06 14:31:21 +00:00
cantab.net!aia21 cf7384da43 Update for 1.8.1 release.
BKrev: 3ffaa1610jphpcTM2CgjvAySX_t11Q
2004-01-06 11:52:01 +00:00
cantab.net!aia21 be273eddc8 Update for 1.8.1 release.
(Logical change 1.248)
2004-01-06 11:52:01 +00:00
cantab.net!aia21 38e8b16253 Add compatibility for building with DJGPP under DOS. (Christophe
Grenier, slightly modified by me)

BKrev: 3ffa963dzLxmiCQdY1CZZjrICqdXGQ
2004-01-06 11:04:29 +00:00
cantab.net!aia21 1226d98038 Add compatibility for building with DJGPP under DOS. (Christophe
Grenier, slightly modified by me)

(Logical change 1.247)
2004-01-06 11:04:29 +00:00
cantab.net!aia21 388a10109f Fix bug in run list encoding functions that hit sparse and compressed
files with holes. (Szabolcs Szakacsits)

BKrev: 3ff95aeeIdV7cV6-u9IuUUVQizEmaw
2004-01-05 12:39:10 +00:00
cantab.net!aia21 9bd88a7d39 Fix bug in run list encoding functions that hit sparse and compressed
files with holes. (Szabolcs Szakacsits)

(Logical change 1.246)
2004-01-05 12:39:10 +00:00
cantab.net!aia21 f7b862b7d1 finish off initial implementation of ntfs_attr_make_resident().
BKrev: 3fd60800Qz640YAR8FNqszPwCvqbtg
2003-12-09 17:36:00 +00:00
cantab.net!aia21 549393080e finish off initial implementation of ntfs_attr_make_resident().
(Logical change 1.245)
2003-12-09 17:36:00 +00:00
cantab.net!aia21 fb54204cc7 Add ntfs_rl_pread().
BKrev: 3fd0c93aC9FUR9kieGfYbDSEarDghQ
2003-12-05 18:06:50 +00:00
cantab.net!aia21 608669d564 Add ntfs_rl_pread().
(Logical change 1.244)
2003-12-05 18:06:50 +00:00
cantab.net!aia21 012e9b8cfc Add ntfs_attr_map_whole_runlist().
BKrev: 3fce038c-F_KqoT-7I4uIvaBYH7HUg
2003-12-03 15:38:52 +00:00
cantab.net!aia21 19fcf9b688 Add ntfs_attr_map_whole_runlist().
(Logical change 1.243)
2003-12-03 15:38:52 +00:00
cantab.net!aia21 09ec84d205 fix small error handling bug.
(Logical change 1.242)
2003-12-02 17:16:21 +00:00
cantab.net!aia21 9789e0f753 Fix small error handling bug.
BKrev: 3fccc8e5fcc3m9uE2oXIGA6vJ7hMNg
2003-12-02 17:16:21 +00:00
cantab.net!aia21 756aff8f50 Fix nasty buffer overflow bug in ntfs_get_attribute_value() which we use to get
the attribute list attribute.  This is the same bug that was biting us in the
ntfs driver 2.1.4 and was fixed in 2.1.5.  Windows XP creates files where an
attribute's data size is more than one run list run shorter than the allocated
size which causes us to crash out as we assumed this would never happen.

BKrev: 3fbb5f02obDK9CzE6fg_L0KTjqWWww
2003-11-19 12:16:02 +00:00
cantab.net!aia21 33918ceae9 Fix nasty buffer overflow bug in ntfs_get_attribute_value() which we use to get
the attribute list attribute.  This is the same bug that was biting us in the
ntfs driver 2.1.4 and was fixed in 2.1.5.  Windows XP creates files where an
attribute's data size is more than one run list run shorter than the allocated
size which causes us to crash out as we assumed this would never happen.

(Logical change 1.241)
2003-11-19 12:16:02 +00:00
cantab.net!aia21 12971872b4 Update changelog for 1.8.0 release.
BKrev: 3fbb47b6xXnnoTS9akyKU38AXDGbfA
2003-11-19 10:36:38 +00:00
cantab.net!aia21 93fcefa1de Update changelog for 1.8.0 release.
(Logical change 1.240)
2003-11-19 10:36:38 +00:00
cantab.net!aia21 a3531f9fbe Cleanup build system with respect to CFLAGS so they are consistent throughout and
the right flags get added for the right things and move all of this in one place in
configure.ac removing everything from the Makefile.am files.

BKrev: 3fbb4679qk81uhUM7ZUm-PiyWQ607w
2003-11-19 10:31:21 +00:00
cantab.net!aia21 e92992ed63 Cleanup build system with respect to CFLAGS so they are consistent throughout and
the right flags get added for the right things and move all of this in one place in
configure.ac removing everything from the Makefile.am files.

(Logical change 1.239)
2003-11-19 10:31:21 +00:00
flatcap.org!ntfs fafd832996 clear up a few minor build warnings
(Logical change 1.238)
2003-11-19 00:05:30 +00:00
flatcap.org!ntfs dde45c851e clear up a few build warnings - sign problems, function declarations
BKrev: 3fbab3ca0yZa5kiSgnSQ76p6YRVKyQ
2003-11-19 00:05:30 +00:00
flatcap.org!ntfs 05af63dc9b remove the dependency on <asm/byteorder.h> in favour of <endian.h> and <byteswap.h>
(Logical change 1.237)
2003-11-18 21:17:57 +00:00
flatcap.org!ntfs d6f2ca4a62 remove a non-portable compilation dependency
BKrev: 3fba8c85yj5qeUjnJlEcIVUczJgx2g
2003-11-18 21:17:57 +00:00
flatcap.org!ntfs f2b687549b force the constant to the 64 bit
(Logical change 1.237)
2003-11-18 21:17:57 +00:00
cantab.net!aia21 88a9b54dc4 Add -fms-extensions to libntfs_gnomevfs compilation, too.
BKrev: 3fba629eJhZiBUNdnkRuzyb18GVNIQ
2003-11-18 18:19:10 +00:00
cantab.net!aia21 4e2220d018 Add -fms-extensions to libntfs_gnomevfs compilation, too.
(Logical change 1.236)
2003-11-18 18:19:10 +00:00
cantab.net!aia21 fb04ff3893 Fix warnings.
BKrev: 3fba5e3fGesOj6Diq9IZT-Epy0l3Xw
2003-11-18 18:00:31 +00:00
cantab.net!aia21 0803017bb6 Fix warnings.
(Logical change 1.235)
2003-11-18 18:00:31 +00:00
cantab.net!aia21 7a3e8fdeb5 Make ntfscat show all messages to stderr so output (on stdout) isn't corrupted. (Szaka)
BKrev: 3fb39a7fieCny0qVgdFuAs457LgbTw
2003-11-13 14:51:43 +00:00
cantab.net!aia21 0cef8dcd86 Make ntfscat show all messages to stderr so output (on stdout) isn't corrupted. (Szaka)
(Logical change 1.234)
2003-11-13 14:51:43 +00:00
flatcap.org!ntfs 12317ec4a8 s/sf/sourceforge/g
(Logical change 1.233)
2003-11-12 18:05:56 +00:00
flatcap.org!ntfs 03bde61ab1 replace sf with sourceforge in the man pages
when they are html-ified, they cause warnings in the link checker

BKrev: 3fb27684yhwz3L2knQ62UcZ62gCl1Q
2003-11-12 18:05:56 +00:00
cantab.net!aia21 84f4b4857e Release 1.8.0beta2
BKrev: 3faf6e80po6nK1q_-jxlk8BkjXqpvQ
2003-11-10 10:54:56 +00:00
cantab.net!aia21 eb0e4f664f Release 1.8.0beta2
(Logical change 1.232)
2003-11-10 10:54:56 +00:00
cantab.net!aia21 d9bf0f8f6e Make building of libntfs-gnomevfs optional. (Jan Kratochvil)
(Logical change 1.231)
2003-11-07 18:25:26 +00:00
cantab.net!aia21 f318004b7a Make building of libntfs-gnomevfs optional and autodetect it in configure. (Jan Kratochvil)
BKrev: 3fabe396nEF9oUufRSC76HSt02-Log
2003-11-07 18:25:26 +00:00
cantab.net!aia21 6006b1a2b3 Split off ntfsprogs-gnomevfs in separate rpm and move glib/gnome
dependencies to it.

BKrev: 3fab70e0uvOPZszZl4bUlPl27hmsNQ
2003-11-07 10:16:00 +00:00
cantab.net!aia21 912e86e813 Split off ntfsprogs-gnomevfs in separate rpm and move glib/gnome
dependencies to it.

(Logical change 1.230)
2003-11-07 10:16:00 +00:00
cantab.net!aia21 6f459a9a64 (Logical change 1.230) 2003-11-07 10:16:00 +00:00