Commit Graph

240 Commits

Author SHA1 Message Date
flatcap.org!flatcap
e37809b5a9 typo
(Logical change 1.49)
2002-12-23 04:40:25 +00:00
flatcap.org!flatcap
363b1bc4df qualify sf's name
(Logical change 1.49)
2002-12-23 04:40:25 +00:00
flatcap.org!flatcap
06584bb950 minor tweaks to man pages
BKrev: 3e0693b9RzF3qZa5zSkARYha8FZ5pQ
2002-12-23 04:40:25 +00:00
cantab.net!aia21
5f944c5107 Return the attribute list attribute when enumerating attributes, too.
Thanks to Szakacsits Szabolcs for pointing this problem out.

BKrev: 3e005a66e72YZ4loCumJL-oxl1FkJA
2002-12-18 11:22:14 +00:00
cantab.net!aia21
471c5423f5 Return the attribute list attribute when enumerating attributes, too.
Thanks to Szakacsits Szabolcs for pointing this problem out.

(Logical change 1.48)
2002-12-18 11:22:14 +00:00
flatcap.org!flatcap
8ba6c67a1a set the perms on a few new files
BKrev: 3dfa0b6ds5piZEFr7fMcT4aju_mVjQ
2002-12-13 16:31:41 +00:00
flatcap.org!flatcap
e84130845f Change mode to -rw-rw-r--
2002/12/13 16:18:18+00:00 flatcap.org!flatcap
Change mode to -rw-r--r--

(Logical change 1.47)
2002-12-13 16:31:41 +00:00
flatcap.org!flatcap
dfbfb115b7 Change mode to -rw-rw-r--
(Logical change 1.47)
2002-12-13 16:31:41 +00:00
cantab.net!aia21
0c4dc57cd3 remove comment as requested by Szaka
BKrev: 3dfa056ff5w7KPHa7jeGFHZl6IMmag
2002-12-13 16:06:07 +00:00
cantab.net!aia21
eb9ed096e2 remove comment as requested by Szaka
(Logical change 1.46)
2002-12-13 16:06:07 +00:00
cantab.net!aia21
e39b3a634d Don't free extent inodes in attrib.c! (Szakacsits Szabolcs)
BKrev: 3dfa02c4NTpCL31WQu1SgXCWz-ub9A
2002-12-13 15:54:44 +00:00
cantab.net!aia21
151fa56ec6 Don't free extent inodes in attrib.c! (Szakacsits Szabolcs)
(Logical change 1.45)
2002-12-13 15:54:44 +00:00
cantab.net!aia21
301b3734af update changelog
BKrev: 3df9f79dwrkAluD-D61QdoJWMdwwHg
2002-12-13 15:07:09 +00:00
cantab.net!aia21
cd89d41f06 update changelog
(Logical change 1.44)
2002-12-13 15:07:09 +00:00
cantab.net!aia21
0867325565 Add sanity check to ntfs_inode_close() to detect attempts at closing
extent inodes.

BKrev: 3df9f775oyXk9BpYQQDCAm3TEjiIdA
2002-12-13 15:06:29 +00:00
cantab.net!aia21
ce025a34ea Add sanity check to ntfs_inode_close() to detect attempts at closing
extent inodes.

(Logical change 1.43)
2002-12-13 15:06:29 +00:00
cantab.net!aia21
0ae3f129fc Fix bug where the call to ntfs_attr_{put,reinit}_search_ctx() would
free the extent inode attached to the search context but leave it
attached to the base inode, so this would lead to memory corruption
and worse problems. Thanks to Szakacsits Szabolcs for spotting this.
We now don't close extent inodes any more at all and just leave it
to the closing of the base inode to dispose of all the extent inodes.

BKrev: 3df9f2624EmJyDVR86KJ_OccL998Ug
2002-12-13 14:44:50 +00:00
cantab.net!aia21
9f426c46e5 Fix bug where the call to ntfs_attr_{put,reinit}_search_ctx() would
free the extent inode attached to the search context but leave it
attached to the base inode, so this would lead to memory corruption
and worse problems. Thanks to Szakacsits Szabolcs for spotting this.
We now don't close extent inodes any more at all and just leave it
to the closing of the base inode to dispose of all the extent inodes.

(Logical change 1.42)
2002-12-13 14:44:50 +00:00
cantab.net!aia21
ae5d581a3e updateFix stupid bug in ntfs_ucsncmp().
(Logical change 1.41)
2002-12-12 20:12:16 +00:00
cantab.net!aia21
095881f26d update
(Logical change 1.41)
2002-12-12 20:12:16 +00:00
cantab.net!aia21
b643de455a add Leonard to the credits
(Logical change 1.41)
2002-12-12 20:12:16 +00:00
cantab.net!aia21
e5d3b5bd3d Fix stupid bug in ntfs_ucsncmp(). Thanks to Leonard Norrgrd.
BKrev: 3df8eda0OFdTkdYX2EEcfboRw5NHuA
2002-12-12 20:12:16 +00:00
cantab.net!aia21
237cb68266 update changelog
BKrev: 3df8a9072h-2Cmr6SsDA1R7396FPog
2002-12-12 15:19:35 +00:00
cantab.net!aia21
159fc87229 update changelog
(Logical change 1.40)
2002-12-12 15:19:35 +00:00
cantab.net!aia21
5bd85af041 libntfs/attrib.c
Fix bug in ntfs_external_attr_find(). Spotted and fixed by Szaka.
libntfs/inode.c
    Fix logic inversion bug in ntfs_extent_inode_open().
    Spotted and fixed by Szaka.
    This one was particularly dumb as it has been fixed in the NTFS
    kernel driver for over half a year but the fix was never propagated
    into the library. )-:

BKrev: 3df8a4f3VwxdoIiRFOqkKn5jHd5oQQ
2002-12-12 15:02:11 +00:00
cantab.net!aia21
f34b2fa185 Fix logic inversion bug in ntfs_extent_inode_open().
Spotted and fixed by Szaka.
This one was particularly dumb as it has been fixed in the NTFS
kernel driver for over half a year but the fix was never propagated
into the library. )-:

(Logical change 1.39)
2002-12-12 15:02:11 +00:00
cantab.net!aia21
e1e3e56c54 Fix bug in ntfs_external_attr_find(). Spotted and fixed by Szaka.
(Logical change 1.39)
2002-12-12 15:02:11 +00:00
cantab.net!aia21
3da4b5c088 Update changelog (typos).
BKrev: 3df886dacchgzbpnwnqJskhq497-1g
2002-12-12 12:53:46 +00:00
cantab.net!aia21
acc1dbc0b7 Update changelog (typos).
(Logical change 1.38)
2002-12-12 12:53:46 +00:00
cantab.net!aia21
bb6105b82b bugfix: make ntfs_names_are_equal return true if both names are zero length
thanks to Leonard Norrgrd for the fix.

BKrev: 3df61a52SaOAsdld1Wtl5VlDPAT7iQ
2002-12-10 16:46:10 +00:00
cantab.net!aia21
89c6f610e2 bugfix: make ntfs_names_are_equal return true if both names are zero length
thanks to Leonard Norrgrd for the fix.

(Logical change 1.37)
2002-12-10 16:46:10 +00:00
cantab.net!aia21
bed62087c7 update for ntfsresize and new api
(Logical change 1.36)
2002-12-10 11:53:41 +00:00
cantab.net!aia21
faad618110 update
(Logical change 1.36)
2002-12-10 11:53:41 +00:00
cantab.net!aia21
e4e1caa9f0 remove cvs id tag
(Logical change 1.36)
2002-12-10 11:53:41 +00:00
cantab.net!aia21
14ac4ee8c8 new api renames to ntfs_object_action and other misc updates
BKrev: 3df5d5c5HZ8tN4P990Iqb_TJQ3ljLw
2002-12-10 11:53:41 +00:00
cantab.net!aia21
69306cc493 new api renames to ntfs_object_action
(Logical change 1.36)
2002-12-10 11:53:41 +00:00
cantab.net!aia21
f6171df97b add ntfsresize
(Logical change 1.36)
2002-12-10 11:53:41 +00:00
cantab.net!aia21
7b451e1704 Update changelog for renames
(Logical change 1.36)
2002-12-10 11:53:41 +00:00
cantab.net!aia21
900c3e987b remove cvs id tags
(Logical change 1.35)
2002-12-09 16:09:32 +00:00
cantab.net!aia21
3c45c30f5c ntfsresize.c:
bug fix by Szaka
Many files:
  remove cvs id tags

BKrev: 3df4c03cmaBfo2NpWGkbqdZNacoU8A
2002-12-09 16:09:32 +00:00
cantab.net!aia21
65b72f98e1 bug fix by Szaka
(Logical change 1.35)
2002-12-09 16:09:32 +00:00
cantab.net!aia21
9e79b61437 start of renames to ntfs_object_action() format
(Logical change 1.34)
2002-12-09 09:42:12 +00:00
cantab.net!aia21
e15920920d Many files:
start of renames to ntfs_object_action() format

BKrev: 3df46574XA1Dgsn_YfOlWkpKiHjxsA
2002-12-09 09:42:12 +00:00
cantab.net!aia21
030078ba24 update build
(Logical change 1.33)
2002-12-09 09:23:21 +00:00
cantab.net!aia21
1dcedb04f1 update TODO.
(Logical change 1.33)
2002-12-09 09:23:21 +00:00
cantab.net!aia21
9ff24501b2 remove unused variables
(Logical change 1.33)
2002-12-09 09:23:21 +00:00
cantab.net!aia21
8ad0c0f6b6 ntfsresize.c:
remove unused variables
Makefile.in:
  update build
attrib.c:
  fix warning from compiler
TODO.libntfs:
  update TODO.

BKrev: 3df46109dhqNfiuzQqSY2pMIaxZIBw
2002-12-09 09:23:21 +00:00
cantab.net!aia21
fbfa8d138b fix warning from compiler
(Logical change 1.33)
2002-12-09 09:23:21 +00:00
cantab.net!aia21
82529814be update changelog for renames
(Logical change 1.32)
2002-12-08 20:47:47 +00:00
cantab.net!aia21
8c213b3aef ChangeLog:
update changelog for renames

BKrev: 3df3aff3S8sk6CEcrT2M4L9p5EfLkQ
2002-12-08 20:47:47 +00:00