szaka
431258997d
Fix saving by sectors during --rescue
2005-09-25 21:42:47 +00:00
antona
2a104d8eda
Megapatch!!! Check evecrything!!! I probably broke everything!!!
2005-09-24 22:54:55 +00:00
szaka
eb51c61ba4
Emphasize that disk partitioning must use sector as the unit instead of
...
cylinder to avoid shifting of the partition
2005-09-24 20:12:36 +00:00
cha0smaster
d8daee604f
Update NEWS and ChangeLog
2005-09-24 17:00:26 +00:00
szaka
24de91b8fa
- Support journals which have been modified by chkdsk. (Anton, Szaka)
...
- Support journals ($LogFile) with only one restart page as well as
journals with two different restart pages. (Anton, Szaka)
2005-09-24 15:59:53 +00:00
cha0smaster
3164c705f7
ntfsmount: Apply patch from Yuval to fix 'df' output.
2005-08-31 14:31:53 +00:00
cha0smaster
14702e50f2
ntfsmount: Aplly patch from Yuval with minor fixes to it.
...
Temporary remove kernel_cache from default options.
2005-08-26 12:23:00 +00:00
antona
190e59886f
Define PATH_MAX if not defined in ntfsprogs/ntfsmount.c and
...
libntfs/volume.c. Needed to compile on DOS with djgpp. (Christophe)
2005-08-26 11:44:11 +00:00
szaka
dc284e1e10
Fix gigaleak in ntfscluster, utils.c::mft_next_record()
2005-08-21 09:46:29 +00:00
szaka
d29a3e9b97
Fix incorrect volume usage calculation
2005-08-21 00:50:14 +00:00
antona
0f3a85c8e3
Only include sys/ioctl.h in libntfs/device.c if ./configure detected
...
it to be present. (Christophe)
2005-08-19 16:01:15 +00:00
szaka
a9e02e7687
Hard link mkfs.ntfs and mkfs.ntfs.8 with mkntfs and mkntfs.8
2005-08-15 20:48:48 +00:00
cha0smaster
9028a53dfc
Sorry it's very large commit (46K of diffs between my local tree and CVS HEAD
...
before commit), file and directory creation/deletion recursively requested many
changes. See ChangeLog for description of all changes.
2005-08-14 15:44:46 +00:00
antona
c9d112e9ea
Fix ntfsdecrypt to also work with passwordless files. Note this
...
requires a patched gnutls library or it still does not work. (Anton)
2005-08-10 10:17:03 +00:00
antona
5dd973f683
Fix some memleaks in ntfsdecrypt and do some cleanups there.
...
Fix testing whether to compile crypto code in configure.ac.
2005-08-09 10:57:40 +00:00
antona
9f71cc30e7
- Update for Yura's memleak fix.
...
- Fix some typos.
2005-08-09 09:03:29 +00:00
antona
f0af821fd1
Add detection for gnutls and make minimum 1.2.3.
...
Also make minimum for libgcrypt 1.2.0. Don't know if we work with earlier
versions.
2005-08-08 21:17:15 +00:00
antona
59e70eab49
Update for the next release.
2005-08-08 09:17:22 +00:00
antona
8d86fdefec
Fix make extra directly after ./configure. Thanks to Yuval for the bug report.
2005-08-04 13:12:41 +00:00
antona
6d265e99ea
Update
2005-08-04 12:22:28 +00:00
antona
d658b8f019
Fix typo in ChangeLog (thanks Szaka!).
...
Do more detection in configure.ac and in particular check for getopt_long,
windows.h, wincrypt.h, and gcrypt.h and most importantly (for now) give command
line option to enable crypto stuff and autodetect if libgcrypt is present.
And only build ntfsdecrypt (still make extra only) only if both --enable-crypto
was specified AND libgcrypt was found.
2005-08-04 10:36:35 +00:00
antona
6124aafffb
Move timeconv to ntfstime, update changelog, and news for new release.
2005-08-04 09:59:39 +00:00
cha0smaster
6d4e6d9893
* fix ntfs_attr_open
...
* update for 1.11.2
2005-08-04 00:00:27 +00:00
szaka
4e8e7ae9fa
Fix for ntfs_rl_truncate() EIO: always set the correct size for $BadClus:$Bad,
...
even if Windows set it incorrectly
2005-08-03 22:40:29 +00:00
cha0smaster
0959ea9907
Fix ntfs_is_cb_compressed for nasty runlist merging case in which
...
compression block was incorrectly treated as not compressed.
2005-08-03 21:25:42 +00:00
szaka
06052dafcf
Replaced all occurances of ENOTSUP to EOPNOTSUPP to be in better harmony
...
with the kernel driver
2005-08-01 22:10:38 +00:00
cha0smaster
fd2e6eb09d
ntfsmount: fix nr_links for directories.
2005-08-01 22:04:27 +00:00
cha0smaster
f7e5e1cc26
* Fix ntfs_attr_p{read,write}. (see Changelog)
...
* Minor fixes and some stubs for uncommitted code.
* Update README about ./autogen.sh.
2005-08-01 13:40:51 +00:00
szaka
d292ae2d27
Fix random errno returned by ntfs_inode_open() if the MFT record wasn't in use
2005-07-30 16:36:24 +00:00
cha0smaster
4088de1017
Change errno and print more verbose message in case if logfile check failed.
2005-07-29 14:44:23 +00:00
cha0smaster
fb433d4ad3
Fix unistr.c::ntfs_mbstoucs on systems with utf8 locale.
2005-07-28 21:20:23 +00:00
cha0smaster
a70ca11003
update
2005-07-25 22:08:42 +00:00
szaka
7943e71620
Support resizing into the middle of a $MFT $DATA extent
2005-07-25 20:40:07 +00:00
szaka
34c676fad3
Support relocation of $MFT with $ATTRIBUTE_LIST
2005-07-24 22:34:36 +00:00
cha0smaster
e48bd91bbf
* Fix bug in index.c (see Changelog).
...
* Minor fixes to attr{ib,list}.c.
2005-07-23 00:50:31 +00:00
cha0smaster
b39a2a401f
- Move ntfs2utc and utc2ntfs from utils.[ch] to timeconv.h.
...
- Add [acm]time fields to struct ntfs_inode and set them during ntfs_inode_open. Update ntfsmount to use them.
- Bump version, update autoscripts.
2005-07-20 19:06:28 +00:00
antona
0dac29a487
Update for 1.11.1 release.
2005-07-20 08:14:52 +00:00
cha0smaster
01946494c2
Fix typos in ChangeLog
2005-07-19 23:22:37 +00:00
cha0smaster
53a1ae67f9
* Fix similar bug in ntfs_fuse_getxattr.
...
* Update changelog.
2005-07-19 22:58:51 +00:00
cha0smaster
7b9cac2912
Update ChangeLog and auto scripts.
2005-07-19 21:36:07 +00:00
antona
1fa9a39d9a
Do the 1.11.0 release.
2005-07-19 09:59:51 +00:00
antona
2fbe1a701c
- Remove AC_FUNC_MALLOC and AC_FUNC_REALLOC from configure.ac as we
...
do not provide replacement functions for them and they break cross
compilation. (Christophe)
- Update everything for 1.11.0 release.
2005-07-18 13:51:16 +00:00
cha0smaster
fc2382b742
libntfs/volume.c: fix ntfs_check_if_mounted to cope with dirrerent names of same file.
...
ntfsprogs/ntfsmount.c: don't put relative path to /etc/mtab.
2005-07-18 02:09:43 +00:00
antona
4ed406e68e
Add new utility (make extra) - ntfsdecrypt. (Yuval)
2005-07-16 06:53:40 +00:00
szaka
9f50872ec2
Spelling typos, Debian bug #300073
2005-07-12 16:18:10 +00:00
szaka
d37968ee84
Update ntfsfix manual
2005-07-10 22:44:00 +00:00
antona
47b52b54e3
Update changelog, fox more mkntfs bugs (thanks Timur!) and update build system
...
to SuSE 9.3 again.
2005-07-10 21:42:39 +00:00
antona
9cd8edce5f
mkntfs: Fix backup bootsector creation. Thanks to Timur Amirkhanov
...
for pointing this stupidity out. (We forgot to set the size before
doing it.) (Anton)
2005-07-09 21:24:02 +00:00
cha0smaster
0b060773f5
- layout.h: update info about EA's.
...
- ntfsinfo: dump EA and EA_INFORMATION attributes.
2005-07-09 00:09:53 +00:00
szaka
2af728c6c4
ntfsresize: support bad clusters list ($BadClus:$Bad)
2005-07-03 23:21:01 +00:00
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