Commit Graph

1420 Commits (e9f7c1122715dfbb2c90e6475d83dd5809e2d048)
 

Author SHA1 Message Date
cantab.net!aia21 e9f7c11227 Update for 1.9.2 release.
(Logical change 1.390)
2004-05-11 09:21:24 +00:00
cantab.net!aia21 1ab9841661 Update a little for the new ntfsinfo functionality.
(Logical change 1.390)
2004-05-11 09:21:24 +00:00
cantab.net!aia21 2b4b259c1b Three bug fixes in the decompression code and
preparation for the 1.9.2 release.

BKrev: 40a09b14pk0uZYBZiU5ckxpPyfj6Bg
2004-05-11 09:21:24 +00:00
cantab.net!aia21 13538af029 Remove trailing whitespace.
(Logical change 1.390)
2004-05-11 09:21:24 +00:00
cantab.net!aia21 dd001233ff Minor off by one bug fix.
(Logical change 1.390)
2004-05-11 09:21:24 +00:00
cantab.net!aia21 7ecb829f8f Cleanup.
(Logical change 1.390)
2004-05-11 09:21:24 +00:00
cantab.net!aia21 da742f48da - Fix a bug where we would not always detect that we have reached the
end of a compression block because we were ending at minus one byte
  which is effectively the same as being at the end.  The fix is to
  check whether the uncompressed buffer has been fully filled and if so
  we assume we have reached the end of the compression block.  A big
  thank you to Marcin Gibuła for the bug report, the assistance in
  tracking down the bug and testing the fix.
- Fix a bug where we forgot to reset the data_size and initialized_size
  in two error code paths.
- Fix a bug where an uncompressed block could be misdetected as a
  compressed one if it was made up of multiple runs.

(Logical change 1.390)
2004-05-11 09:21:24 +00:00
elisa-laajakaista.fi!szaka 0649be9d8e ntfsresize: eliminated the global ntfs_volume variable
BKrev: 409d8cd17YSZ_BMSluvSHbLdZBuo_A
2004-05-09 01:43:45 +00:00
elisa-laajakaista.fi!szaka aadb68f43e eliminated the global ntfs_volume variable
(Logical change 1.389)
2004-05-09 01:43:45 +00:00
elisa-laajakaista.fi!szaka 771f8fdc3b remove not-used-anymore last_unsafe member from ntfs_resize_t
BKrev: 409d6d72e47fpMOIjLwcPmLkr61ULA
2004-05-08 23:29:54 +00:00
elisa-laajakaista.fi!szaka 6e0b4d5d32 remove not-used-anymore last_unsafe member from ntfs_resize_t
(Logical change 1.388)
2004-05-08 23:29:54 +00:00
elisa-laajakaista.fi!szaka bc92ae57e8 prepare truncate_badclust_file() for global variables elimination
BKrev: 409d6c7aNA96eKy22m5q3_oD85pgsQ
2004-05-08 23:25:46 +00:00
elisa-laajakaista.fi!szaka 0d541c6791 prepare truncate_badclust_file() for global variables elimination
(Logical change 1.387)
2004-05-08 23:25:46 +00:00
cantab.net!aia21 f44bad1d4b Update
(Logical change 1.386)
2004-05-02 08:46:37 +00:00
cantab.net!aia21 10c1677809 Add inode selection by path/filename to ntfsinfo. (Yuval)
BKrev: 4094b56d2tX48ocjmzBlFHtJ0aRnpw
2004-05-02 08:46:37 +00:00
cantab.net!aia21 eb6c561683 Add inode selection by path/filename to ntfsinfo. (Yuval)
(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 653cfec1ca Add SetFilePointerEx() emulation. (Lode)
(Logical change 1.385)
2004-04-28 08:06:17 +00:00
cantab.net!aia21 cc4526d757 Add SetFilePointerEx() emulation to win32_io.c. (Lode)
BKrev: 408f65f9pKdstEq-2epH-_isfXv2FQ
2004-04-28 08:06:17 +00:00
cantab.net!aia21 301a541ffc Work around mbstowcs() bug in DJGPP and update workaround for bug in
mbsrtowcs() on Cygwin.  (Lode, Christophe, Anton)

BKrev: 408e568evEe4T1xjSmokvu-9Z0X-Tg
2004-04-27 12:48:14 +00:00
cantab.net!aia21 03a99a7ece Work around mbstowcs() bug in DJGPP and update workaround for bug in
mbsrtowcs() on Cygwin.  (Lode, Christophe, Anton)

(Logical change 1.384)
2004-04-27 12:48:14 +00:00
cantab.net!aia21 9de9d6bdf1 Update
(Logical change 1.384)
2004-04-27 12:48:14 +00:00
cantab.net!aia21 cd4f9980d5 ntfsundelete.c:
Fix warnings by renaming some variables.  (Yuval)

BKrev: 408accfcGEjiouL-pbBaHsodx5W-zg
2004-04-24 20:24:28 +00:00
cantab.net!aia21 411835bca3 Fix warnings by renaming some variables. (Yuval)
(Logical change 1.383)
2004-04-24 20:24:28 +00:00
cantab.net!aia21 b3cf768990 Update.
(Logical change 1.382)
2004-04-23 14:27:09 +00:00
cantab.net!aia21 75b4efb807 Remove global rl as it was used only in one place. (Yuval, Anton)
BKrev: 408927bdPoZ_d1bJ1owjOEOKOPpfZA
2004-04-23 14:27:09 +00:00
cantab.net!aia21 1e637d3709 Remove global rl as it was used only in one place. (Yuval, Anton)
(Logical change 1.382)
2004-04-23 14:27:09 +00:00
cantab.net!aia21 82d7cbd7b2 Fix lots of warnings about no prototypes by adding
the 'static' keyword.  (Yuval)

BKrev: 40892065jZ32rETJZyE3l8gnVveYJA
2004-04-23 13:55:49 +00:00
cantab.net!aia21 123b1028ec Fix lots of warnings about no prototypes by adding
the 'static' keyword.  (Yuval)

(Logical change 1.381)
2004-04-23 13:55:49 +00:00
cantab.net!aia21 1cc0d3146a libntfs/security.c::
- Fix silly bug where j is used to store the error code
  but i is later expected to be storing it.  (Yuval)
- Fix some warnings.  (Yuval, me)

BKrev: 4088f601g-KiCcRTsoOr9TFHUkHc4g
2004-04-23 10:54:57 +00:00
cantab.net!aia21 14449e4e00 - Fix silly bug where j is used to store the error code
but i is later expected to be storing it.  (Yuval)
- Fix some warnings.  (Yuval, me)

(Logical change 1.380)
2004-04-23 10:54:57 +00:00
cantab.net!aia21 4ab2a0a694 Update
(Logical change 1.379)
2004-04-23 10:12:49 +00:00
cantab.net!aia21 f90c2cd5b9 Fix some compiler warnings. (Yuval)
(Logical change 1.379)
2004-04-23 10:12:49 +00:00
cantab.net!aia21 38cebf3309 - Make ntfsclone and ntfsresize endian safe. (Anton)
- Fix some compiler warnings.  (Yuval)

BKrev: 4088ec2110GxrRbxWNWsgYKzC6qg7Q
2004-04-23 10:12:49 +00:00
cantab.net!aia21 d990c89479 - Make endian safe. (Anton)
- Fix some compiler warnings.  (Yuval)

(Logical change 1.379)
2004-04-23 10:12:49 +00:00
elisa-laajakaista.fi!szaka 54fd7ad8f5 ntfsprogs.8.in: Renamed the last ntfstools reference to ntfsprogs
BKrev: 408593f1AogxtKddQORMYbP1efSOyg
2004-04-20 21:19:45 +00:00
elisa-laajakaista.fi!szaka 62a4991b9a Renamed the last ntfstools reference to ntfsprogs
(Logical change 1.378)
2004-04-20 21:19:45 +00:00
elisa-laajakaista.fi!szaka 1b6c7d679d Merge ssh://linux-ntfs@bkbits.net/ntfsprogs
into a80-186-119-178.elisa-laajakaista.fi:/home/szaka/ntfs/bk/ntfsprogs

2004/04/17 04:01:47+03:00 elisa-laajakaista.fi!szaka
ntfsresize: Detached ntfs_fsck_t from ntfs_resize_t and use it for check_allocation_bitmap() [in progress]

BKrev: 408082327nIgMzQiTZNjVb2zleFMCg
2004-04-17 01:02:42 +00:00
elisa-laajakaista.fi!szaka fbd9efac4e Auto merged
2004/04/17 04:01:46+03:00 elisa-laajakaista.fi!szaka
Detached ntfs_fsck_t from ntfs_resize_t and use it for check_allocation_bitmap() [in progress]

(Logical change 1.377)
2004-04-17 01:02:42 +00:00
cantab.net!aia21 b87c41cea4 ntfstruncate.c:
Update

BKrev: 4080496bkAV5bFMuLX9HKBRatOcoGw
2004-04-16 21:00:27 +00:00
cantab.net!aia21 12639f64b7 Update
(Logical change 1.376)
2004-04-16 21:00:27 +00:00
cantab.net!aia21 21712a814f Update
BKrev: 408048ecMR8YadNs1cmk4qbJDsoo1Q
2004-04-16 20:58:20 +00:00
cantab.net!aia21 b1a398abfb Update
(Logical change 1.375)
2004-04-16 20:58:20 +00:00
cantab.net!aia21 71c1fe3af8 Update
(Logical change 1.374)
2004-04-16 20:54:34 +00:00
cantab.net!aia21 16ca8d0253 Compiler warning fixes in utilities mostly due to GEN_PRINTF stuff. (Yuval)
BKrev: 4080480aB67Npmg7VhPx4tp1cOTmBA
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 4d47eca841 Split up mkntfs into multiple functions. (Yuval)
BKrev: 40804570EIWBfhtZCP1Yi0VNasOh7g
2004-04-16 20:43:28 +00:00
cantab.net!aia21 4a5abe3242 Split up into multiple functions. (Yuval)
(Logical change 1.373)
2004-04-16 20:43:28 +00:00
elisa-laajakaista.fi!szaka 49bc22ac54 split walk_inodes() into check_allocation_bitmap() and set_resize_constrains() [in progress]
(Logical change 1.372)
2004-04-16 19:25:24 +00:00
elisa-laajakaista.fi!szaka 510540736b ntfsresize: split walk_inodes() into check_allocation_bitmap() and set_resize_constrains() [in progress]
BKrev: 40803324Ufc5i_8jR0P9PSNH-Rw8Yw
2004-04-16 19:25:24 +00:00