cantab.net!aia21
205c79accf
Update build for ntfs gnome vfs
...
(Logical change 1.223)
2003-11-04 13:04:07 +00:00
cantab.net!aia21
05bf546cb0
Now file_size is signed.
...
(Logical change 1.223)
2003-11-04 13:04:07 +00:00
cantab.net!aia21
3b25f96395
Fix signed warnings.
...
(Logical change 1.223)
2003-11-04 13:04:07 +00:00
cantab.net!aia21
75519695ef
Update from Szaka
...
(Logical change 1.217)
2003-10-29 13:33:42 +00:00
cantab.net!aia21
4ddd73798c
Fix what must be a logic inverting typo...
...
(Logical change 1.215)
2003-10-27 15:17:17 +00:00
flatcap.org!ntfs
50df3a4189
adding errnos for bad calling
...
(Logical change 1.214)
2003-10-26 12:40:40 +00:00
flatcap.org!ntfs
9312550eaa
add reference to ntfscat
...
(Logical change 1.214)
2003-10-26 12:40:40 +00:00
cantab.net!aia21
3b2953e8c4
Ooops. It's an ENUM not a DEFINE. Hopte this always works...
...
(Logical change 1.212)
2003-10-23 12:41:17 +00:00
cantab.net!aia21
9f07090763
Fixes from Lode to make it work on Cygwin.
...
(Logical change 1.211)
2003-10-23 12:28:44 +00:00
cantab.net!aia21
b44276e3f1
Add -quiet and -verbose options to ntfscat.
...
(Logical change 1.209)
2003-10-17 15:43:14 +00:00
flatcap.org!ntfs
6913945435
extra/extras target
...
(Logical change 1.208)
2003-10-16 21:11:12 +00:00
flatcap.org!ntfs
9cc93c1479
extra target to make extra programs
...
(Logical change 1.207)
2003-10-16 21:06:19 +00:00
flatcap.org!ntfs
3234ada8a2
wipe the tails of mft records that are in use
...
(Logical change 1.206)
2003-10-12 23:11:03 +00:00
flatcap.org!ntfs
6be430ea08
wipe the mft slack space
...
(Logical change 1.205)
2003-10-12 17:38:05 +00:00
flatcap.org!ntfs
7c7dd07807
new man page
...
(Logical change 1.204)
2003-10-12 17:22:04 +00:00
flatcap.org!ntfs
ff9c58f35e
typo
...
(Logical change 1.203)
2003-10-12 12:48:46 +00:00
flatcap.org!ntfs
5420628b1d
wipe unused space seems to work
...
(Logical change 1.202)
2003-10-12 12:45:23 +00:00
flatcap.org!ntfs
9e26482dd5
mem leak in error path
...
(Logical change 1.201)
2003-10-11 21:47:38 +00:00
flatcap.org!ntfs
def94f5b0c
typo
...
(Logical change 1.200)
2003-10-11 15:36:14 +00:00
flatcap.org!ntfs
177ad3b693
slight rearrangement to group standard options
...
(Logical change 1.200)
2003-10-11 15:36:14 +00:00
flatcap.org!ntfs
1bd078c21a
gather info using mft search contexts
...
(Logical change 1.200)
2003-10-11 15:36:14 +00:00
flatcap.org!ntfs
ecbe65ac6b
first draft of mft search contexts
...
(Logical change 1.199)
2003-10-11 15:31:25 +00:00
flatcap.org!ntfs
64a627283d
typo
...
(Logical change 1.197)
2003-10-11 15:23:42 +00:00
flatcap.org!ntfs
2fe2986b6e
add ntfscat to the build
...
(Logical change 1.196)
2003-10-11 00:13:17 +00:00
flatcap.org!ntfs
8f1f232253
add ntfscat to the build
...
(Logical change 1.195)
2003-10-10 23:22:23 +00:00
flatcap.org!ntfs
f28338e40c
Initial revision
2003-10-10 23:22:23 +00:00
flatcap.org!ntfs
cfacfc10a5
(Logical change 1.195)
2003-10-10 23:22:23 +00:00
flatcap.org!ntfs
c536fe31da
minor bugfix
...
(Logical change 1.194)
2003-10-10 21:53:32 +00:00
flatcap.org!ntfs
6a9c6ada8f
replace ucstos with ntfs_ucstombs
...
replace stoucs with ntfs_mbstoucs
adapt routine to convert a path to an inode (now in utils)
fix memory leaks in error paths
(Logical change 1.193)
2003-10-10 21:50:49 +00:00
flatcap.org!ntfs
904b95f03d
added utils_pathname_to_inode based on Lode's version from ntfsls
...
in __metadata
the root directory is definitely metadata now (rationale: stuff the user cannot delete)
check for extent inodes of metadata files
(Logical change 1.192)
2003-10-10 21:42:48 +00:00
flatcap.org!ntfs
127d183ef8
added MAX_PATH (for ntfsls)
...
(Logical change 1.192)
2003-10-10 21:42:48 +00:00
flatcap.org!ntfs
d0cc759878
Updates from Szaka
...
(Logical change 1.191)
2003-10-09 07:56:06 +00:00
flatcap.org!ntfs
fcd4a314f3
add a helper to determine if an inode represents metadata
...
(Logical change 1.189)
2003-10-06 18:52:00 +00:00
flatcap.org!ntfs
ecb1673d0e
Auto merged
...
2003/09/28 14:57:05+01:00 flatcap.org!ntfs
add a helper to determine if an inode represents metadata
(Logical change 1.189)
2003-10-06 18:52:00 +00:00
flatcap.org!flatcap
f0c141023b
display more info
...
(Logical change 1.189)
2003-10-06 18:52:00 +00:00
cantab.net!aia21
f49930c0f4
ntfs_device_disk_io_ops is now ntfs_device_default_io_ops.
...
(Logical change 1.188)
2003-10-06 11:38:25 +00:00
cantab.net!aia21
7af52becdd
common functions moved from diks_io.h to device.h
...
(Logical change 1.188)
2003-10-06 11:38:25 +00:00
cantab.net!aia21
e21db3b3a7
Make work on Cygwin. There is no 1 == non-option argument so have to use -d option instead.
...
(Logical change 1.188)
2003-10-06 11:38:25 +00:00
cantab.net!aia21
b8872ed7ad
FIXME: utils_valid_device() doesn't work on Cygwin. For now just don't do it.
...
(Logical change 1.188)
2003-10-06 11:38:25 +00:00
cantab.net!aia21
9016aed815
Add -i parameter to syntax output of ntfsls.
...
(Logical change 1.185)
2003-09-30 10:32:09 +00:00
flatcap.org!flatcap
f433b68d83
typo which made ntfslabel read only
...
(Logical change 1.183)
2003-09-28 13:00:38 +00:00
cantab.net!aia21
f7c342dafe
Auto merged
...
2003/09/24 14:13:09+01:00 cantab.net!aia21
The workaround for the bug in ntfs_attr_lookup() no longer needed as the bug should be fixed.
(Logical change 1.182)
2003-09-24 13:16:33 +00:00
cantab.net!aia21
9d296e3dc6
Update
...
(Logical change 1.181)
2003-09-17 11:54:16 +00:00
cantab.net!aia21
94230f694e
Manual merge
...
2003/09/06 00:05:07+01:00 flatcap.org!flatcap
makefile wasn't cleaning up ntfscluster.8
2003/09/05 23:58:15+01:00 flatcap.org!flatcap
added ntfscluster.8 to the build
(Logical change 1.180)
2003-09-17 11:51:25 +00:00
flatcap.org!flatcap
a688307452
typo
...
(Logical change 1.179)
2003-09-07 18:20:00 +00:00
flatcap.org!flatcap
982e358711
draft man page for clone
...
(Logical change 1.179)
2003-09-07 18:20:00 +00:00
flatcap.org!flatcap
12fccd7990
makefile wasn't cleaning up ntfsls.8, ntfsclone.8 or ntfscluster.8
...
(Logical change 1.178)
2003-09-05 21:55:12 +00:00
flatcap.org!flatcap
74d5b2a492
work around what's probably a bug in ntfs_attr_lookup
...
(with some extent inodes, ntfs_attr_lookup keeps returning the same attribute)
need more time to investigate
(Logical change 1.177)
2003-09-05 21:37:08 +00:00
flatcap.org!flatcap
9f0d02f8ea
start documenting things
...
(Logical change 1.177)
2003-09-05 21:37:08 +00:00
flatcap.org!flatcap
72ac9ba05b
a couple of bugfixes
...
start on info
(Logical change 1.177)
2003-09-05 21:37:08 +00:00