Commit Graph

1628 Commits (73c333a6813ed1e17e2cb2f28151995fd36e4298)
 

Author SHA1 Message Date
elisa-laajakaista.fi!szaka c329cb8c65 Enhancements, fixes, emphasize new imaging feature better
2004/07/10 17:40:52+03:00 elisa-laajakaista.fi!szaka
added special image format support  (Per Olofsson)

(Logical change 1.451)
2004-07-10 20:01:17 +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 b22fc80ae4 ntfsprogs/cluster.c
More quietly cluster_find

BKrev: 40eeb04fCq8_tJ-JD3K8PlQKVWT-ng
2004-07-09 14:48:47 +00:00
(none)!yura d47c77cd32 More quietly cluster_find
(Logical change 1.450)
2004-07-09 14:48:47 +00:00
flatcap.org!ntfs e58d93fac0 ntfsrm: finish off remove
BKrev: 40eddd1epcj6wt703yQ7f_AB4jF1ng
2004-07-08 23:47:42 +00:00
flatcap.org!ntfs 31b8e1ecd4 fix root_replace
finish off remove

(Logical change 1.449)
2004-07-08 23:47:42 +00:00
flatcap.org!ntfs 8e0635f403 Merge flatcap.org:/home/flatcap/backup/bk/ntfsprogs
into flatcap.org:/home/flatcap/ntfs.rm

2004/07/08 14:39:16+03:00 (none)!yura
fixes to ntfs_attr_p{read,write} and ntfs_rl_p{read,write}

2004/07/08 12:25:16+03:00 (none)!yura
ntfswipe: Added code to determine INDX record size from $INDEX_ROOT

BKrev: 40edac68ZLTHCGIRDg8U9IA77omIug
2004-07-08 20:19:52 +00:00
(none)!yura 9576429f7f ntfs_rl_p{read,write}: "* vol->cluster_size" replaced with faster and more compatible "<< vol->cluster_size_bits"
(Logical change 1.448)
2004-07-08 20:19:52 +00:00
(none)!yura 5d43e167d5 Fixed bug that cause ntfs_attr_p{read,write} fail on resident encrypted attribute
(Logical change 1.448)
2004-07-08 20:19:52 +00:00
(none)!yura 631668c253 Added code to determine INDX record size from $INDEX_ROOT
(Logical change 1.448)
2004-07-08 20:19:52 +00:00
flatcap.org!ntfs 4ea006cda2 Merge flatcap.org:/home/flatcap/backup/bk/ntfsprogs
into flatcap.org:/home/flatcap/ntfs.rm

2004/07/07 09:25:39+01:00 cantab.net!aia21
Fix potential corruption due to journal replay in ntfswipe.c by always
calling libntfs/volume.c::ntfs_logfile_reset() (unless act == act_info)
at the end of ntfswipe.c.  This also ensures Windows is able to boot this
partition.

BKrev: 40ebf169zTpbWwoYaiqOhzNr8yBuJg
2004-07-07 12:49:45 +00:00
cantab.net!aia21 82a284b4ab Use libntfs/volume.c::ntfs_logfile_reset() instead of wipe_logfile() at the
end of ntfswipe.c.  Also, always do the reset (unless act == act_info) to
ensure windows can boot and so journal replay does not cause corruption.

(Logical change 1.447)
2004-07-07 12:49:45 +00:00
flatcap.org!ntfs 2ff36e8634 Merge flatcap.org:/home/flatcap/backup/bk/ntfsprogs
into flatcap.org:/home/flatcap/ntfs.rm

2004/07/06 21:46:22+03:00 (none)!yura
ntfswipe:
 * wipe_directory implementation
 * don't force overwrite logfile with 0xFF for ntfs v3.1
 * bugfix in wipe_tails
 * cleanups
ntfswipe and ntfsinfo:
 * endian fixes
 * indention fixes

BKrev: 40eb0321Dbr8VlYY1kzajoFrbO1XzA
2004-07-06 19:53:05 +00:00
(none)!yura 3145f17897 update for wipe_directory
(Logical change 1.446)
2004-07-06 19:53:05 +00:00
(none)!yura b8c2ec25b6 fix comment
(Logical change 1.446)
2004-07-06 19:53:05 +00:00
(none)!yura 5286770d63 * wipe_directory implementation
* don't force overwrite logfile with 0xFF for ntfs v3.1
* endian fix
* indention fixes
* cleanups
* bugfix ntfswipe_tail for compressed blocks followed by >1 sparse blocks

(Logical change 1.446)
2004-07-06 19:53:05 +00:00
(none)!yura 5435e5faef * endian fix
* indention fixes

(Logical change 1.446)
2004-07-06 19:53:05 +00:00
flatcap.org!ntfs 84d3535216 Merge flatcap.org:/home/flatcap/backup/bk/ntfsprogs
into flatcap.org:/home/flatcap/ntfs.rm

2004/07/02 20:17:23+03:00 (none)!yura
ntfswipe: various cleanups and fixes

BKrev: 40e83334I0ihCAUeHz5hQDaixH0NQw
2004-07-04 16:41:24 +00:00
(none)!yura 3a41564173 Various cleanups and fixes
(Logical change 1.445)
2004-07-04 16:41:24 +00:00
flatcap.org!ntfs 5ec44c6f68 Merge flatcap.org:/home/flatcap/backup/bk/ntfsprogs
into flatcap.org:/home/flatcap/ntfs.rm

2004/06/28 16:13:42+03:00 (none)!yura
ntfswipe: fixes to wipe_tails
wipe_tails looks pretty complete!

BKrev: 40e0a44eP8B1Ua-nl0-sL2jD-Msswg
2004-06-28 23:05:50 +00:00
(none)!yura 07ef30bdf6 wipe_tails:
* proper implementation of wipe_compressed_attribute
* various fixes

(Logical change 1.444)
2004-06-28 23:05:50 +00:00
flatcap.org!ntfs 2e579e14a7 ntfsrm: make mft modifications in memory
BKrev: 40de1d6cdb3V3VSrY1zusTN1vCbBnQ
2004-06-27 01:05:48 +00:00
flatcap.org!ntfs a1805f9212 make mft modifications in memory
(Logical change 1.443)
2004-06-27 01:05:48 +00:00
flatcap.org!ntfs 6b1670837c make bitmap alterations in memory
(Logical change 1.442)
2004-06-26 10:35:23 +00:00
flatcap.org!ntfs 26d2ca28d0 Merge flatcap.org:/home/flatcap/backup/bk/ntfsprogs
into flatcap.org:/home/flatcap/ntfs.rm

2004/06/26 11:31:19+01:00 flatcap.org!ntfs
make bitmap alterations in memory

BKrev: 40dd516bI19f8h5aJ50809UbhoPqUA
2004-06-26 10:35:23 +00:00
(none)!yura 9d0b3d8069 wipe_tails:
* disable of handling compressed DATA attribute (it isn't safe now), until I implement it properly
* fixed bug in handling very fragmented files

(Logical change 1.441)
2004-06-25 17:08:20 +00:00
(none)!yura 97b67d3f67 fixes to ntfswipe in wipe_tails
BKrev: 40dc5c04W-4bdfUDbnLCmL4fD-SUuA
2004-06-25 17:08:20 +00:00
flatcap.org!ntfs 3c13c55f5a tidier version of add_root/alloc
BKrev: 40db1779OuoVusPELJp67N1zDGHXVQ
2004-06-24 18:03:37 +00:00
flatcap.org!ntfs f961d41277 tidier version of add_root/alloc
(Logical change 1.440)
2004-06-24 18:03:37 +00:00
flatcap.org!ntfs 2adcb49e33 jazzed up dump mem
(Logical change 1.439)
2004-06-24 13:08:28 +00:00
flatcap.org!ntfs 4f7f3e7dc6 cleaner versions of remove root/alloc
BKrev: 40dad24c7r47g_o02XmY_galSxLCYA
2004-06-24 13:08:28 +00:00
flatcap.org!ntfs 9b00923dd5 cleaner versions of remove root/alloc
(Logical change 1.439)
2004-06-24 13:08:28 +00:00
flatcap.org!ntfs ac0ec2a817 Merge flatcap.org:/home/flatcap/backup/bk/ntfsprogs
into flatcap.org:/home/flatcap/ntfs.rm

2004/06/24 01:14:45+03:00 (none)!yura
ntfswipe: improvments to the wipe_tails

BKrev: 40da1055QaPciTfD8UaGoy9lNgSB4g
2004-06-23 23:20:53 +00:00
(none)!yura 0f0a8013fc wipe_tails:
* Support of very fragmented files (runlist don't fit one mft record)
* Code restructure
* Minor bugfixes

(Logical change 1.438)
2004-06-23 23:20:53 +00:00
flatcap.org!ntfs da6b6d8a9a Merge flatcap.org:/home/flatcap/backup/bk/ntfsprogs
into flatcap.org:/home/flatcap/ntfs.rm

2004/06/23 02:42:46+03:00 elisa-laajakaista.fi!szaka
ntfsresize: make fsck related functions reusable: exit -> return conversations [ongoing]

BKrev: 40d99145HbPsmQ2qiAspzG--Xko39g
2004-06-23 14:18:45 +00:00
elisa-laajakaista.fi!szaka be6c3651f6 make fsck related functions reusable: exit -> return conversations [ongoing]
(Logical change 1.437)
2004-06-23 14:18:45 +00:00
flatcap.org!ntfs 46559d925e replace non-leaf node with its successor
BKrev: 40d8af20IqGULXH7BuLi0TlIrXkS0w
2004-06-22 22:13:52 +00:00
flatcap.org!ntfs a18ae8d3c4 replace non-leaf node with its successor
(Logical change 1.436)
2004-06-22 22:13:52 +00:00
flatcap.org!ntfs 9c8df3da55 Merge flatcap.org:/home/flatcap/backup/bk/ntfsprogs
into flatcap.org:/home/flatcap/ntfs.rm

2004/06/22 19:49:17+03:00 (none)!yura
ntfswipe: wipe_tails implementation for compressed, encrypted and sparce files.
ntfsinfo: Output runlist for DATA attribute in verbose mode

BKrev: 40d8729a9cx9Vmle0BP4mUEGsAbWVg
2004-06-22 17:55:38 +00:00
(none)!yura d09e6a7f4a wipe_tails implementation for compressed, encrypted and sparce files.
(Logical change 1.435)
2004-06-22 17:55:38 +00:00
(none)!yura ff0334f3c5 Output runlist for DATA attribute in verbose mode
(Logical change 1.435)
2004-06-22 17:55:38 +00:00
flatcap.org!ntfs d0c18bfb7d restore the grouping.
ignore temporary files (*~) wherever they are.

(Logical change 1.434)
2004-06-21 23:09:35 +00:00
flatcap.org!ntfs e1ed723ee5 Merge flatcap.org:/home/flatcap/ntfsprogs
into flatcap.org:/home/flatcap/ntfs.rm

2004/06/22 00:08:36+01:00 flatcap.org!ntfs
tidy up ignore file

BKrev: 40d76aafmOYduSUD_uUNJMZ5HvI6mw
2004-06-21 23:09:35 +00:00
flatcap.org!ntfs 0819e9f073 Merge flatcap.org:/home/flatcap/backup/bk/ntfsprogs
into flatcap.org:/home/flatcap/ntfs.rm

2004/06/21 21:04:44+03:00 (none)!yura
Fixed small memleak

BKrev: 40d764dfmqMOFKvlL0l--W0PwqYbAQ
2004-06-21 22:44:47 +00:00
(none)!yura c6f44798eb Free runlist after use
(Logical change 1.433)
2004-06-21 22:44:47 +00:00
(none)!yura 09bb4cf775 Added ntfsprogs/ntfsinfo.c~ to the ignore list
(Logical change 1.433)
2004-06-21 22:44:47 +00:00
flatcap.org!ntfs efbd356702 start manipulating keys on delete
BKrev: 40d7647buGMrRiPGeRhMTKSTfykRtQ
2004-06-21 22:43:07 +00:00
flatcap.org!ntfs 4764e7ad65 start manipulating keys on delete
(Logical change 1.432)
2004-06-21 22:43:07 +00:00
flatcap.org!ntfs 6e698185ad add an index entry to an index root
BKrev: 40d730302ZpzTo7rSo0tbXrtmq8zjg
2004-06-21 19:00:00 +00:00
flatcap.org!ntfs 546750a4f5 add an index entry to an index root
(Logical change 1.431)
2004-06-21 19:00:00 +00:00