Commit Graph

999 Commits (ad03d832e5ae9e3069bfefdfbc0eab4f60da6cef)
 

Author SHA1 Message Date
cantab.net!aia21 b19215d1ed Fix memory leaks in ntfs_readdir() and ntfs_inode_lookup_by_name(). Thanks to Christophe Grenier who used Valgrind to find them.
(Logical change 1.272)
2004-01-22 23:53:36 +00:00
cantab.net!aia21 825338e866 Start 1.8.4-WIP
BKrev: 400fefbaoXAmT5RgX-X5jjPdCcX8Gg
2004-01-22 15:43:54 +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 c84d4b91f1 Change Lode's email address.
BKrev: 400fe4a72b5oFQ38QRKA08JdHR_7OA
2004-01-22 14:56:39 +00:00
cantab.net!aia21 892f097d8c Change Lode's email address.
(Logical change 1.270)
2004-01-22 14:56:39 +00:00
cantab.net!aia21 eec41c0b5c Build update.
BKrev: 400e719bWmViheo6BrIZRm8xXL4wfQ
2004-01-21 12:33:31 +00:00
cantab.net!aia21 b260aaa7fc Build update.
(Logical change 1.269)
2004-01-21 12:33:31 +00:00
cantab.net!aia21 6b87731c2a Make decompression work in all test cases I tried.
(Logical change 1.268)
2004-01-21 12:30:18 +00:00
cantab.net!aia21 c0454867e2 Fix decompression code. Hopefully for good... Famous last words. (-;
BKrev: 400e70dab-fkLB2Wh74ySoAsE82zug
2004-01-21 12:30:18 +00:00
cantab.net!aia21 6c7b8a6ef6 Fix a debug printf.
(Logical change 1.268)
2004-01-21 12:30:18 +00:00
cantab.net!aia21 2e726fff11 Add support for compressed, resident attributes.
(Logical change 1.268)
2004-01-21 12:30:18 +00:00
cantab.net!aia21 824af63818 update for 1.8.3 release.
(Logical change 1.267)
2004-01-19 16:28:03 +00:00
cantab.net!aia21 7aa67cb5bf Update.
(Logical change 1.267)
2004-01-19 16:28:03 +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 eef1eaf641 Add %config to tell rpm that libntfs.conf is a config file.
(Logical change 1.267)
2004-01-19 16:28:03 +00:00
cantab.net!aia21 bcc8d79797 - spec file: Add %config to tell rpm that libntfs.conf is a config file.
- Fix ./configure for SuSE 9.0.
- Update for 1.8.3 release.

BKrev: 400c0593lGSNZXSAJ7OHa1IoiB6_Dg
2004-01-19 16:28:03 +00:00
cantab.net!aia21 474c5bc370 - Update for 1.8.3 release.
- Fix ./configure for SuSE 9.0.

(Logical change 1.267)
2004-01-19 16:28:03 +00:00
cantab.net!aia21 af643aef59 Work around broken mbstowcs() implementation on Cygwin. (Lode Leroy)
(Logical change 1.266)
2004-01-19 15:58:00 +00:00
cantab.net!aia21 55a4a34097 Update changelog.
(Logical change 1.266)
2004-01-19 15:58:00 +00:00
cantab.net!aia21 4b57fb71ea Partition handling update from Lode Leroy.
(Logical change 1.266)
2004-01-19 15:58:00 +00:00
cantab.net!aia21 0f80e6b1d7 - Work around broken mbstowcs() implementation on Cygwin. (Lode Leroy)
- Partition handling update from Lode Leroy.

BKrev: 400bfe88wlgIpgJIaurprW1u5mSNtg
2004-01-19 15:58:00 +00:00
cantab.net!aia21 205a5db037 Fix range checking error spotted by Szaka.
(Logical change 1.265)
2004-01-19 09:09:56 +00:00
cantab.net!aia21 4ef67c7247 Fix compiler warning.
(Logical change 1.265)
2004-01-19 09:09:56 +00:00
cantab.net!aia21 fd1bb1db7f - Fix range checking error spotted by Szaka.
- Fix compiler warning.

BKrev: 400b9ee4AsLqshoZcvZQpFohSqeE-A
2004-01-19 09:09:56 +00:00
cantab.net!aia21 2f2363872f apply patch from Szaka:
- all warnings fixed for maintainer mode for ntfsresize and ntfsclone
- added 'const' to ntfs_ucstombs()'s first parameter
- 'fsync' also after metadata-only cloning
- fixed forced metadata-only, dirty ntfs cloning (only one -f needed)

BKrev: 4006c8edpiMxBmaYFD8M7ZCBgDf2DA
2004-01-15 17:07:57 +00:00
cantab.net!aia21 401c8ebf7d apply patch from Szaka:
- all warnings fixed for maintainer mode for ntfsresize and ntfsclone
- added 'const' to ntfs_ucstombs()'s first parameter
- 'fsync' also after metadata-only cloning
- fixed forced metadata-only, dirty ntfs cloning (only one -f needed)

(Logical change 1.264)
2004-01-15 17:07:57 +00:00
cantab.net!aia21 f67f495e28 - Apply patch from Szaka to fix all %L to %ll.
- Fix remaining %L ti %ll (compress.c).
- Run ./autogen.sh on SuSE 9.0.

BKrev: 4006c666HDSXMa7CjSIBa9JQsMhuvQ
2004-01-15 16:57:10 +00:00
cantab.net!aia21 c9076ef627 - Apply patch from Szaka to fix all %L to %ll.
- Fix remaining %L ti %ll (compress.c).
- Run ./autogen.sh on SuSE 9.0.

(Logical change 1.263)
2004-01-15 16:57:10 +00:00
cantab.net!aia21 cb2bace779 Add include to provice prototype.
BKrev: 4003d5f6Sc6YIspmPz5UIGOmRe1AiA
2004-01-13 11:26:46 +00:00
cantab.net!aia21 1a926436f9 Add include to provice prototype.
(Logical change 1.262)
2004-01-13 11:26:46 +00:00
cantab.net!aia21 22707a7895 Update
(Logical change 1.261)
2004-01-13 11:05:18 +00:00
cantab.net!aia21 2ff2fa7af9 Finish attribute decompression code. (Completely untested!)
BKrev: 4003d0eempNZYviEmx1MB-aCdvbjbw
2004-01-13 11:05:18 +00:00
cantab.net!aia21 e13713fd27 Finish attribute decompression code. (Completely untested!)
(Logical change 1.261)
2004-01-13 11:05:18 +00:00
cantab.net!aia21 a73943388a Merge ssh://linux-ntfs@bkbits.net/ntfsprogs
into cantab.net:/home/aia21/ntfsprogs

2004/01/11 18:01:32+00:00 cantab.net!aia21
update comment

BKrev: 40018f8acK7XwNuwC6iipD4bQ-I5qQ
2004-01-11 18:01:46 +00:00
cantab.net!aia21 57041e1a94 Auto merged
2004/01/11 18:01:31+00:00 cantab.net!aia21
update comment

(Logical change 1.260)
2004-01-11 18:01:46 +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 cabb6dc25b Update Matthew's email address.
(Logical change 1.259)
2004-01-09 12:38:56 +00:00
cantab.net!aia21 3318f33a0b Update
2004/01/08 17:13:00+00:00 cantab.net!aia21
Update version to 1.8.3-WIP

(Logical change 1.259)
2004-01-09 12:38:56 +00:00
cantab.net!aia21 cd99a42e34 Update
2004/01/08 17:13:00+00:00 cantab.net!aia21
Fill in documentation gaps for ntfs_attr structure.

(Logical change 1.259)
2004-01-09 12:38:56 +00:00
cantab.net!aia21 29e697f63a Update
2004/01/08 17:13:00+00:00 cantab.net!aia21
Add reading of compressed attributes.

(Logical change 1.259)
2004-01-09 12:38:56 +00:00
cantab.net!aia21 dff4154577 Update
2004/01/08 17:13:00+00:00 cantab.net!aia21

(Logical change 1.259)
2004-01-09 12:38:56 +00:00
cantab.net!aia21 5aa2088a95 Update
(Logical change 1.259)
2004-01-09 12:38:56 +00:00
cantab.net!aia21 4d7f189a9d Started on compressed attribute reading.
Update Matthew Fanto's email address.
Apply patch to ntfsinfo from Matthew Fanto (plus some fixes from me).
Update mkntfs linux/major.h support for more recent glibc.

BKrev: 3ffea0e0wnDv67NJFKIqsvGAAoE9dg
2004-01-09 12:38:56 +00:00
cantab.net!aia21 aa3c49bc5b Patch from Matthew Fanto with fixups from me.
(Logical change 1.259)
2004-01-09 12:38:56 +00:00
cantab.net!aia21 010e735129 Initial revision 2004-01-09 12:38:56 +00:00
cantab.net!aia21 a7a6c5cfe5 Fix the previous update...
2004/01/09 10:50:25+00:00 cantab.net!aia21
Update for newer glibc.

(Logical change 1.259)
2004-01-09 12:38:56 +00:00
cantab.net!aia21 9c78a8bf4f Add compress.h to the build system.
(Logical change 1.259)
2004-01-09 12:38:56 +00:00
cantab.net!aia21 0636632d5a (Logical change 1.259) 2004-01-09 12:38:56 +00:00
cantab.net!aia21 8999f2dc1d Update changelog
BKrev: 3ffc2a10tUSDwASBlNq8j0JIOqLOkA
2004-01-07 15:47:28 +00:00
cantab.net!aia21 d8ece48a50 Update
(Logical change 1.258)
2004-01-07 15:47:28 +00:00