Commit Graph

383 Commits (d0cd21d4e338ec1fe28e36e7d25b58829e000d98)

Author SHA1 Message Date
cha0smaster 3727a729c2 - Add new utility - ntfsmount. It's a FUSE module that rely on libntfs. So,
you need FUSE to compile it, xattr is also highly recommended. This module
support file overwrite changing it size and can list/read/write/add/remove
named data streams via xattr interface.
- Update auto{make,conf} stuff respectively.
2005-07-03 00:18:37 +00:00
cha0smaster 67731b14c8 Update changelog for changes that were lost after 1.10.0 release. 2005-07-02 18:30:46 +00:00
cha0smaster b8e1188102 Fix memory managament error in ntfs_inode_close. ntfs_extent_inode_open
allocates buffer for up to 4 extent inodes, to prevent many reallocates.
But ntfs_inode_close always reallocate buffer to store exactly @nr_extents
inodes. Bug will arise in following scenario:
1) ntfs_extent_inode_open (1 extent, allocate buffer for 4)
2) ntfs_extent_inode_open (2 extents, use already allocated buffer)
3) ntfs_inode_close(extent_ni) (1 extent, reallocate buffer for 1 extent)
4) ntfs_extent_inode_open (2 extents, don't reallocate buffer because it should be for 4 elements, but really it's for 1, write to unitialized space, segfault)
2005-07-02 13:58:02 +00:00
antona ca873f0474 Eeek. Someone did a commit just as I was about to commit so the commit
message was lost!  )-:

Now again...

Monster commit from me due to lack of time.  Sorry about that.

Features:

- Version to 1.10.0
- Update readme, etc ready for release.
- Update build system to suse linux 9.3 versions.
- Fix warnings appearing for me on suse 9.3 with --enable-warnings --enable-debug.
- Set attr_name to NULL in libntfs/attrib.c::__ntfs_attr_init() and fixup all
  callers apropriately.  Thanks to FlatCap/Rich for pointing this out.
- Determine endianness in ./configure and use that in addition to existing
  mechanisms for determining endianness.
2005-06-20 14:31:30 +00:00
cha0smaster e323ed6a03 Move utils_pathname_to_inode from to library (dir.c), adapt it for library, rename it to ntfs_pathname_to_inode, update all users. 2005-06-12 18:12:55 +00:00
cha0smaster 676d8782e8 - Update attribute definition handling. (Anton, Yura) 2005-06-09 22:09:39 +00:00
cha0smaster 4b000b3d13 - Implement FILE_NAME attributes update in index during inode sync and enable code that set/clean sparse bit. Also add new inode state bit FileNameDirty to indicate that FILE_NAME attributes need update. At least after attribute resize we leave absolutely consist volume.
- Bugfixes to collate.c and index.c.
- Minor formating fixed to ntfscp and ntfsinfo.
2005-06-05 14:55:08 +00:00
cha0smaster 2d8dc1736d - Port collate.[ch] from kernel to library and implement

							
						
2005-06-04 00:57:58 +00:00
antona c4cb316418 mkntfs: Add new option -T which fakes the time to be 00:00:00 UTC,
Jan 1, 1970 instead of the current system time.
2005-06-03 22:22:12 +00:00
antona b8a543a27e Do dynamic run-time detection of SetFilePointerEx() instead of defunct
autoconf crap.
Also, fix a really stupid bug in the emulated SetFilePointerEx() which caused
the segfaults.  (It unconditionally wrote to a pointer even when it was NULL.)
2005-06-03 10:27:32 +00:00
szaka 683b707b43 Don't mark NTFS dirty if the backup boot sector could be created 2005-06-02 18:36:43 +00:00
szaka 6aa5cc17fe ntfsresize: fix segfault during fsck if $Bitmap was larger than expected 2005-05-24 21:13:51 +00:00
antona cf2646d607 Update 2005-05-19 21:54:59 +00:00
szaka fbbefe0c70 - read-write ntfs_mount() returns EPERM if the partition is hibernated 2005-05-10 16:53:48 +00:00
cantab.net!aia21 c4761f35bf Update
(Logical change 1.699)
2005-04-25 07:26:08 +00:00
cantab.net!aia21 b13242445a Update
(Logical change 1.698)
2005-04-22 13:52:16 +00:00
cantab.net!aia21 ac492c10bb update
(Logical change 1.697)
2005-04-19 12:01:38 +00:00
void!yura 9b0a58972a update
(Logical change 1.694)
2005-04-06 15:47:43 +00:00
elisa-laajakaista.fi!szaka da1b0e094b ntfsclone: make --metadata work with the new $Logfile checking code.
Save at least the first 16 KiB of $Logfile (the two RSTR records
should always be included if present). Save also records used for
checking empty $Logfile.

(Logical change 1.691)
2005-03-05 19:08:57 +00:00
cantab.net!aia21 19b8d3c7d1 Update
(Logical change 1.686)
2005-03-03 23:57:13 +00:00
elisa-laajakaista.fi!szaka 420c3cb606 ntfsfix: fix invalid mft records in $MFTMirr.
(Logical change 1.683)
2005-03-01 23:11:20 +00:00
elisa-laajakaista.fi!szaka cb2cd394b3 ntfsclone: added a new option, --rescue. It ignores read errors
so disks having bad sectors (dying disks) can be rescued. The content
of the cluster having bad sectors is filled by character '2' and the
start of the cluster is marked by "BadClusteR".

(Logical change 1.682)
2005-03-01 21:48:00 +00:00
elisa-laajakaista.fi!szaka 5d86dff231 ntfsclone: added a new option, --ignore-fs-check. It can be used only with
the --metadata option. The clusters causing the inconsistency are saved too.

(Logical change 1.681)
2005-02-28 19:23:20 +00:00
elisa-laajakaista.fi!szaka c65b34b709 ntfsfix: empty journal and mark volume dirty for chkdsk if ntfs_mount failed. This makes read-write mounting of NTFS metadata images possible by
ntfsprogs and the kernel driver what were created by versions of ntfsclone previous than 2.0.0.

(Logical change 1.680)
2005-02-20 22:20:54 +00:00
cantab.net!aia21 b6b7655c55 Update
(Logical change 1.677)
2005-02-17 17:03:50 +00:00
void!yura b8da6570e0 ntfscp: Added SIGINT (Ctrl+C) handler, improved error handling in
sync failed case.  (Yura)

(Logical change 1.675)
2005-02-07 20:44:07 +00:00
void!yura d5eac44ab9 update
(Logical change 1.672)
2005-01-30 18:13:25 +00:00
void!yura 1354e9b446 Update.
(Logical change 1.666)
2005-01-25 21:41:25 +00:00
(none)!yura 14db887f8e Rename NTFS_SECTOR_SIZE to NTFS_BLOCK_SIZE to keep in sync with kernel driver.
(Logical change 1.653)
2005-01-11 20:28:28 +00:00
(none)!yura b86f85b7f1 Update.
(Logical change 1.651)
2004-12-22 18:06:07 +00:00
cantab.net!aia21 cabfe89386 Manual merge
2004/12/22 12:40:19+02:00 (none)!yura
Update.

(Logical change 1.647)
2004-12-22 14:22:58 +00:00
cantab.net!aia21 19fbf5b490 Update
(Logical change 1.646)
2004-12-22 14:22:09 +00:00
cantab.net!aia21 b12041e518 Update
(Logical change 1.645)
2004-12-22 14:04:41 +00:00
(none)!yura a6258ef736 Rename layout.h::ATTR_RECORD::{compressed_non_,non_,}resident_attr_end
to more shorter {non_,}resident_end and compressed_end.

(Logical change 1.637)
2004-11-21 10:53:22 +00:00
(none)!yura 2a2aecdb2a Update.
(Logical change 1.632)
2004-11-12 17:09:24 +00:00
(none)!yura 77802ca092 Update
(Logical change 1.627)
2004-11-05 19:53:34 +00:00
(none)!yura 3cb8b787bd - Remove attrlist.[ch]::ntfs_attrlist_set because it was very bad idea to separate it from ntfs_attrlist_entry_{add,rm}.
- Update ntfs_attrlist_entry_{add,rm} and ntfs_inode_add_attrlist to work without it.
- Some other fixes, improvements and cleanups.

(Logical change 1.615)
2004-10-17 15:56:39 +00:00
(none)!yura c59b032f7e update
(Logical change 1.613)
2004-10-15 11:38:45 +00:00
(none)!yura 5d5f6497e9 update
(Logical change 1.612)
2004-10-14 18:23:21 +00:00
(none)!yura 488e4b5d30 move ntfscp from extra to standard program set
(Logical change 1.607)
2004-10-12 20:05:02 +00:00
(none)!yura 7c1b950052 update
(Logical change 1.603)
2004-10-11 16:26:16 +00:00
(none)!yura 419e3ce8b7 Remove inode.h::NIno{Clear,Set,}AttrListNonResident and attr_list_rl field from inode.h::_ntfs_inode struct. Adapt all users.
(Logical change 1.600)
2004-10-11 09:16:35 +00:00
(none)!yura 07a8918a4c update
(Logical change 1.599)
2004-10-10 17:20:48 +00:00
(none)!yura f79110c80d Update.
(Logical change 1.596)
2004-10-08 16:50:36 +00:00
(none)!yura a929f9f0ba Update.
(Logical change 1.592)
2004-10-07 14:04:09 +00:00
elisa-laajakaista.fi!szaka 63b6f9ff3f ntfsclone: honor bad clusters list ($BadClus:$Bad), known bad sectors aren't tried to be saved anymore (Szaka)
(Logical change 1.587)
2004-09-30 18:16:48 +00:00
cantab.net!aia21 8b3c03e173 Rename scpu_to_le{16,32,64}() to cpu_to_sle{16,32,64}() to match the kernel.
(Logical change 1.586)
2004-09-30 15:00:31 +00:00
(none)!yura 030e531012 SCCS merged
2004/09/29 18:21:24+03:00 (none)!yura
SCCS merged

2004/09/29 18:16:34+03:00 (none)!yura
Update.

(Logical change 1.584)
2004-09-29 15:43:22 +00:00
cantab.net!aia21 a18fb7244f Update
(Logical change 1.583)
2004-09-29 14:45:16 +00:00
elisa-laajakaista.fi!szaka e68a61101a - ntfsclone: save by using our, not NTFS cluster allocation bitmap.
This gives more control in the future what to save.

(Logical change 1.582)
2004-09-28 23:43:15 +00:00
(none)!yura 1e589f3db3 Update.
(Logical change 1.580)
2004-09-26 19:31:31 +00:00
(none)!yura e418cf5345 Update.
(Logical change 1.579)
2004-09-25 20:10:16 +00:00
cantab.net!aia21 4a7a060f86 Update
(Logical change 1.570)
2004-09-20 14:46:38 +00:00
(none)!yura edc3e44834 Update
(Logical change 1.569)
2004-09-20 11:31:28 +00:00
(none)!yura eba2ebee2c Update
(Logical change 1.568)
2004-09-19 19:30:37 +00:00
cantab.net!aia21 e4220d109a Update
(Logical change 1.561)
2004-09-16 22:43:10 +00:00
cantab.net!aia21 50e082c5e7 Update
(Logical change 1.560)
2004-09-16 10:22:11 +00:00
cantab.net!aia21 fe587b2319 Update
(Logical change 1.558)
2004-09-16 09:32:23 +00:00
cantab.net!aia21 21248874a3 Update.
(Logical change 1.554)
2004-09-15 15:21:47 +00:00
cantab.net!aia21 b82469ba50 Remove vol->nr_mft_records and update all users. (Anton)
(Logical change 1.549)
2004-09-13 10:28:54 +00:00
cantab.net!aia21 a5b6b89456 Update
(Logical change 1.548)
2004-09-13 09:31:42 +00:00
(none)!yura a95cff8404 update
(Logical change 1.547)
2004-09-12 18:46:04 +00:00
(none)!yura 8930729433 update
(Logical change 1.545)
2004-09-11 16:23:34 +00:00
(none)!yura a5c2060597 update
(Logical change 1.543)
2004-09-09 17:21:40 +00:00
(none)!yura 92492d6d91 update
(Logical change 1.541)
2004-09-09 14:18:53 +00:00
cantab.net!aia21 3da1cc0cb9 Merge.
2004/09/06 11:07:20+01:00 cantab.net!aia21
Add ntfs_debug() and ntfs_error() to make kernel<->userspace porting easier.

(Logical change 1.538)
2004-09-09 07:54:06 +00:00
(none)!yura 674fdcbc7d update
(Logical change 1.537)
2004-09-08 16:35:01 +00:00
cantab.net!aia21 dcdc9a4b7a Start 2.0.0-WIP
(Logical change 1.534)
2004-09-06 09:44:16 +00:00
cantab.net!aia21 756e93cd89 Update.
(Logical change 1.531)
2004-09-04 09:58:47 +00:00
elisa-laajakaista.fi!szaka ecd038b30e Updated for 1.9.4 release
(Logical change 1.529)
2004-09-03 20:00:47 +00:00
(none)!yura cbb262f047 Move "ntfsls -R" change to proper place (mistakenly was placed to 1.9.2)
(Logical change 1.527)
2004-09-03 14:08:02 +00:00
cantab.net!aia21 453d87b43f Update for 1.9.3 release.
(Logical change 1.520)
2004-09-03 09:30:16 +00:00
cantab.net!aia21 f9209a456e Auto merged
2004/08/31 16:12:21+01:00 cantab.net!aia21
Update

(Logical change 1.519)
2004-08-31 15:37:05 +00:00
cantab.net!aia21 fcdb401959 Exclude
(Logical change 1.518)
2004-08-31 15:33:48 +00:00
(none)!yura eade09d2e5 Update and move "ntfsls -R" changing to proper place.
(Logical change 1.517)
2004-08-31 14:05:19 +00:00
cantab.net!aia21 b1aaf86adf Update
(Logical change 1.516)
2004-08-30 20:41:14 +00:00
cantab.net!aia21 c41f53eeb3 Update
(Logical change 1.515)
2004-08-28 21:26:52 +00:00
cantab.net!aia21 3c32bde90c Update
(Logical change 1.502)
2004-08-18 10:27:49 +00:00
cantab.net!aia21 ddd4ce7688 Update
(Logical change 1.498)
2004-08-15 21:04:22 +00:00
cantab.net!aia21 d85cb21fed Update
(Logical change 1.491)
2004-08-12 08:21:50 +00:00
cantab.net!aia21 9df3149c48 Update
(Logical change 1.490)
2004-08-12 08:15:25 +00:00
flatcap.org!ntfs 95fc34e169 ntfsls recursive option
(Logical change 1.486)
2004-08-11 09:09:56 +00:00
(none)!yura ba508305e3 update
(Logical change 1.470)
2004-08-03 17:53:48 +00:00
(none)!yura d2743d4216 update
(Logical change 1.469)
2004-08-02 17:09:20 +00:00
(none)!yura f81543dbc9 Update
(Logical change 1.466)
2004-08-01 11:05:46 +00:00
flatcap.org!ntfs f76bf5b5fa SCCS merged
2004/07/15 19:21:58+01:00 flatcap.org!ntfs
ntfsundelete truncate option

(Logical change 1.464)
2004-07-15 18:28:05 +00:00
cantab.net!aia21 bb757d9012 Update for Yuval's win32 changes.
(Logical change 1.463)
2004-07-15 09:50:08 +00:00
elisa-laajakaista.fi!szaka 50395bd881 Auto merged
2004/07/10 17:40:52+03:00 elisa-laajakaista.fi!szaka
ntfsclone: added special image format support  (Per Olofsson)

(Logical change 1.451)
2004-07-10 20:01:17 +00:00
(none)!yura 3145f17897 update for wipe_directory
(Logical change 1.446)
2004-07-06 19:53:05 +00:00
flatcap.org!ntfs def9a888b6 credits for Yura
(Logical change 1.428)
2004-06-20 16:47:19 +00:00
flatcap.org!ntfs b9bb3745e3 bugfix for ntfsinfo
(Logical change 1.420)
2004-06-16 22:16:30 +00:00
cantab.net!aia21 8ad9c17322 Update
(Logical change 1.419)
2004-06-08 16:26:25 +00:00
flatcap.org!ntfs 24ac354062 Added Holger for modifications to undelete
(Logical change 1.408)
2004-06-01 20:20:24 +00:00
cantab.net!aia21 c55508d4b0 Update
(Logical change 1.397)
2004-05-24 14:04:19 +00:00
cantab.net!aia21 68b1426c28 Update
(Logical change 1.395)
2004-05-23 20:10:46 +00:00
cantab.net!aia21 37dab5f6a5 Update
(Logical change 1.394)
2004-05-21 22:01:03 +00:00
cantab.net!aia21 1f49d8348f Update
(Logical change 1.393)
2004-05-21 21:21:38 +00:00
cantab.net!aia21 3423a8a909 Rename uchar_t to ntfschar.
(Logical change 1.392)
2004-05-14 13:02:33 +00:00
cantab.net!aia21 ab8db675c6 Update
(Logical change 1.391)
2004-05-14 08:07:19 +00:00
cantab.net!aia21 c03f0bf6fb Use UTF8 instead of iso8859-1 and update for 1.9.2 release.
(Logical change 1.390)
2004-05-11 09:21:24 +00:00
cantab.net!aia21 f44bad1d4b Update
(Logical change 1.386)
2004-05-02 08:46:37 +00:00
cantab.net!aia21 159d3a1a74 Update
(Logical change 1.385)
2004-04-28 08:06:17 +00:00
cantab.net!aia21 9de9d6bdf1 Update
(Logical change 1.384)
2004-04-27 12:48:14 +00:00
cantab.net!aia21 b3cf768990 Update.
(Logical change 1.382)
2004-04-23 14:27:09 +00:00
cantab.net!aia21 4ab2a0a694 Update
(Logical change 1.379)
2004-04-23 10:12:49 +00:00
cantab.net!aia21 71c1fe3af8 Update
(Logical change 1.374)
2004-04-16 20:54:34 +00:00
cantab.net!aia21 86c68c96e1 Update
(Logical change 1.373)
2004-04-16 20:43:28 +00:00
cantab.net!aia21 ac5a6513c2 Update
(Logical change 1.370)
2004-04-15 14:30:43 +00:00
cantab.net!aia21 9b931dc4f6 Update
(Logical change 1.368)
2004-04-15 11:10:40 +00:00
elisa-laajakaista.fi!szaka 8c67ce1c36 Fix incorrect getopt_long() usage: converted argv[optind-1] to optarg
so utilities won't do bogus and unexpected things

(Logical change 1.366)
2004-04-15 00:42:33 +00:00
elisa-laajakaista.fi!szaka 61ea0f59d8 ntfsclone --metadata also saves at least the first 8 KiB of the $LogFile
(Logical change 1.365)
2004-04-14 23:31:11 +00:00
cantab.net!aia21 62d47d085e (Logical change 1.362) 2004-04-09 14:49:40 +00:00
cantab.net!aia21 61a416121e Update
(Logical change 1.361)
2004-04-09 12:55:19 +00:00
cantab.net!aia21 f92f0e8bad Update
(Logical change 1.359)
2004-04-05 21:29:35 +00:00
cantab.net!aia21 fe28604410 Update date stamp...
(Logical change 1.358)
2004-04-05 09:11:20 +00:00
cantab.net!aia21 11cf412fda Update
(Logical change 1.356)
2004-04-05 08:44:32 +00:00
omakaista.fi!szaka 6c3d525963 - Updated ntfsclone manual.
- Added some diagnostic and explanatory messages to ntfsclone.

(Logical change 1.354)
2004-04-01 21:30:42 +00:00
cantab.net!aia21 f569675d00 Update
(Logical change 1.353)
2004-03-31 15:01:05 +00:00
cantab.net!aia21 8ed1a0e96e Update
(Logical change 1.352)
2004-03-31 14:47:08 +00:00
cantab.net!aia21 ec359479a3 Update
(Logical change 1.351)
2004-03-30 14:02:26 +00:00
cantab.net!aia21 3eaf28ead2 Update
(Logical change 1.348)
2004-03-26 14:42:21 +00:00
cantab.net!aia21 ad18c0bac9 Update
(Logical change 1.346)
2004-03-24 17:38:31 +00:00
cantab.net!aia21 59fb52eff1 Update
(Logical change 1.345)
2004-03-24 10:36:31 +00:00
omakaista.fi!szaka c6ad3f570d - Check the mount state of the output device in ntfsclone.
- Correct a too strong sanity check in ntfsclone that prevented
  cloning from larger device to a smaller one but the NTFS image
  could have fit fully.
- Added a few (hopefully) better explanatory messages to ntfsresize.

(Logical change 1.344)
2004-03-23 02:00:56 +00:00
cantab.net!aia21 9661074cdb Update
(Logical change 1.343)
2004-03-22 10:42:38 +00:00
cantab.net!aia21 0a9fe97b85 Update
(Logical change 1.339)
2004-03-19 10:21:05 +00:00
cantab.net!aia21 93acd345a7 Update
(Logical change 1.338)
2004-03-17 16:53:29 +00:00
cantab.net!aia21 e5f05c8401 Update for 1.9.1 release.
(Logical change 1.337)
2004-03-17 14:41:47 +00:00
cantab.net!aia21 0719c9de02 Update
(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21 52aeada355 Update.
(Logical change 1.335)
2004-03-15 12:50:18 +00:00
cantab.net!aia21 14658c8c43 Copy MFT_RECORD typedef to MFT_RECORD_OLD and modify MFT_RECORD to
contain the NTFS 3.1+ specific fields.  Also, update mkntfs and
ntfsclone appropriately.

(Logical change 1.333)
2004-03-15 11:34:30 +00:00
cantab.net!aia21 161768d205 Update
(Logical change 1.331)
2004-03-14 18:29:21 +00:00
cantab.net!aia21 8eca7085ec Update.
(Logical change 1.330)
2004-03-14 18:04:17 +00:00
cantab.net!aia21 205b4dc359 Update.
(Logical change 1.329)
2004-03-13 19:30:28 +00:00
cantab.net!aia21 abd576179f Update
(Logical change 1.328)
2004-03-13 19:22:57 +00:00
cantab.net!aia21 63ecb1990c Update
(Logical change 1.327)
2004-03-12 17:25:04 +00:00
cantab.net!aia21 a9d3049ded Update
(Logical change 1.326)
2004-03-12 15:50:52 +00:00
cantab.net!aia21 e14c9479ce Update
(Logical change 1.324)
2004-03-12 09:30:03 +00:00
cantab.net!aia21 c553f49977 Update
(Logical change 1.323)
2004-03-11 15:38:01 +00:00
cantab.net!aia21 f62ab8a60a Update
(Logical change 1.318)
2004-03-10 22:53:49 +00:00
cantab.net!aia21 491d7096ca Update for 1.9.0 release.
2004/03/10 21:53:05+00:00 cantab.net!aia21
Update

(Logical change 1.317)
2004-03-10 22:03:54 +00:00
cantab.net!aia21 f19081ab43 Update for 1.9.0 release.
(Logical change 1.316)
2004-03-10 21:52:35 +00:00
cantab.net!aia21 255305ee93 Update.
(Logical change 1.309)
2004-03-10 09:21:53 +00:00
cantab.net!aia21 ddeee65b8d Fix all occurences of printf with %ll length modifiers but 64 bit
arguments to typecast the arguments to (unsigned) long long to avoid
the warnings when compiling on 64 bit architectures.

(Logical change 1.306)
2004-03-09 14:47:34 +00:00
cantab.net!aia21 15e437c9d4 update
(Logical change 1.304)
2004-03-09 11:06:54 +00:00
cantab.net!aia21 96557cde6c Update
(Logical change 1.303)
2004-03-08 17:04:17 +00:00
cantab.net!aia21 60877615e6 Update
(Logical change 1.302)
2004-03-08 12:19:08 +00:00
cantab.net!aia21 71943895e4 Update
(Logical change 1.298)
2004-03-05 23:19:25 +00:00
cantab.net!aia21 0260c6db9c Update
(Logical change 1.297)
2004-03-05 11:41:37 +00:00
cantab.net!aia21 c5543c6049 Update
(Logical change 1.296)
2004-03-05 11:27:01 +00:00
cantab.net!aia21 9d70153483 Update.
(Logical change 1.295)
2004-03-05 11:23:42 +00:00
cantab.net!aia21 a2a03c63b3 Update.
(Logical change 1.294)
2004-03-05 11:04:40 +00:00
cantab.net!aia21 7bd2f3f8d5 Update.
(Logical change 1.293)
2004-03-05 09:45:14 +00:00
cantab.net!aia21 6b66bce89d update
(Logical change 1.291)
2004-03-04 16:59:58 +00:00
cantab.net!aia21 4460ccc41a Update ChangeLog
(Logical change 1.290)
2004-03-01 12:47:17 +00:00
cantab.net!aia21 989f4ad69f Update.
(Logical change 1.288)
2004-02-29 14:09:45 +00:00
cantab.net!aia21 9c38c54864 Update for 1.8.5 relelase.
(Logical change 1.287)
2004-02-27 16:44:10 +00:00
cantab.net!aia21 6eb9812220 - Fix a duplicated free() in mkntfs. (Andras Erdei)
- Fix option display in mkntfs. (Andras Erdei)

(Logical change 1.285)
2004-02-26 13:48:16 +00:00
cantab.net!aia21 3949cb41a6 Update.
(Logical change 1.283)
2004-02-26 11:41:48 +00:00
cantab.net!aia21 ca8aa8a4fc Update
(Logical change 1.282)
2004-02-26 09:18:49 +00:00
cantab.net!aia21 2e94e0d4ca Update
(Logical change 1.280)
2004-02-25 14:21:14 +00:00
cantab.net!aia21 4fc6296c76 Update.
(Logical change 1.279)
2004-02-20 14:44:16 +00:00
cantab.net!aia21 3be519245c Update
(Logical change 1.278)
2004-02-17 14:01:22 +00:00
cantab.net!aia21 5fd2457c54 Fixup ntfsinfo a little bit and give its manpage a small update to
reflect reality a little better.

(Logical change 1.276)
2004-02-05 16:51:10 +00:00
cantab.net!aia21 0dc21e3d77 Start 1.8.5-WIP.
(Logical change 1.274)
2004-01-26 10:19:35 +00:00
cantab.net!aia21 b3f275dccd Update for 1.8.4 release.
(Logical change 1.273)
2004-01-26 09:53:57 +00:00
cantab.net!aia21 85bc7db098 Update
(Logical change 1.272)
2004-01-22 23:53:36 +00:00
cantab.net!aia21 cf2c13e079 Start 1.8.4-WIP
(Logical change 1.271)
2004-01-22 15:43:54 +00:00
cantab.net!aia21 e5bcdf5752 Update for 1.8.3 release.
(Logical change 1.267)
2004-01-19 16:28:03 +00:00
cantab.net!aia21 55a4a34097 Update changelog.
(Logical change 1.266)
2004-01-19 15:58:00 +00:00
cantab.net!aia21 22707a7895 Update
(Logical change 1.261)
2004-01-13 11:05:18 +00:00
cantab.net!aia21 9bb5b63cce Update version to 1.8.3-WIP
(Logical change 1.259)
2004-01-09 12:38:56 +00:00
cantab.net!aia21 d8ece48a50 Update
(Logical change 1.258)
2004-01-07 15:47:28 +00:00
cantab.net!aia21 f123fba30e Update
(Logical change 1.257)
2004-01-07 15:03:17 +00:00
cantab.net!aia21 dacd601b9f Update
(Logical change 1.255)
2004-01-07 10:48:24 +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 f70fc867a5 Update version to 1.8.2-WIP
(Logical change 1.250)
2004-01-06 14:46:09 +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 be273eddc8 Update for 1.8.1 release.
(Logical change 1.248)
2004-01-06 11:52:01 +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 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 608669d564 Add ntfs_rl_pread().
(Logical change 1.244)
2003-12-05 18:06:50 +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 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 93fcefa1de Update changelog for 1.8.0 release.
(Logical change 1.240)
2003-11-19 10:36:38 +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 37f1235091 Update change log.
(Logical change 1.223)
2003-11-04 13:04:07 +00:00
cantab.net!aia21 a98c6029ef update
(Logical change 1.213)
2003-10-23 12:55:04 +00:00
cantab.net!aia21 67591d0256 update
(Logical change 1.209)
2003-10-17 15:43:14 +00:00
cantab.net!aia21 ae8d6bf9d6 Update
(Logical change 1.188)
2003-10-06 11:38:25 +00:00
cantab.net!aia21 a2bc391192 Update
(Logical change 1.186)
2003-10-01 09:14:29 +00:00
cantab.net!aia21 335659c0df Update
(Logical change 1.184)
2003-09-30 09:42:38 +00:00
cantab.net!aia21 a139e15ddd SCCS merged
2003/09/24 14:13:09+01:00 cantab.net!aia21
update

(Logical change 1.182)
2003-09-24 13:16:33 +00:00
cantab.net!aia21 d0dc48fce8 update
(Logical change 1.175)
2003-08-29 13:01:46 +00:00
cantab.net!aia21 020e2d769e Update.
2003/08/03 15:52:54+01:00 cantab.net!aia21
Update changelog

(Logical change 1.169)
2003-08-03 14:56:03 +00:00
cantab.net!aia21 b5d94d76cb SCCS merged
2003/06/03 12:06:46+01:00 cantab.net!aia21
Update.

(Logical change 1.139)
2003-06-03 11:07:54 +00:00
cantab.net!aia21 a65b9e26f9 Manual merge.
2003/05/25 21:07:10+01:00 cantab.net!aia21
Update.

2003/05/25 20:40:25+01:00 cantab.net!aia21
Update.

(Logical change 1.136)
2003-05-26 12:58:41 +00:00
cantab.net!aia21 be79b3a34a SCCS merged
2003/05/06 23:01:51+01:00 cantab.net!aia21
Update.

(Logical change 1.135)
2003-05-06 22:03:28 +00:00
cantab.net!aia21 abea868da4 update
(Logical change 1.134)
2003-04-11 13:08:52 +00:00
cantab.net!aia21 d60f84d88a Update.
(Logical change 1.128)
2003-03-14 00:53:28 +00:00