cantab.net!aia21
592b4662db
Add attrlist.c to build.
...
(Logical change 1.340)
2004-03-19 17:36:45 +00:00
cantab.net!aia21
0a9fe97b85
Update
...
(Logical change 1.339)
2004-03-19 10:21:05 +00:00
cantab.net!aia21
ed9f46c349
Support the case where $Volume does not have a $VOLUME_NAME
...
attribute in ntfs_device_mount() and let ntfslabel create the
attribute when it is not present.
BKrev: 405ac991tgthsWAgze2t2_BVuQLrog
2004-03-19 10:21:05 +00:00
cantab.net!aia21
ae7789dcd0
Support the case where $Volume does not have a $VOLUME_NAME
...
attribute in ntfs_device_mount() and let ntfslabel create the
attribute when it is not present.
(Logical change 1.339)
2004-03-19 10:21:05 +00:00
cantab.net!aia21
93acd345a7
Update
...
(Logical change 1.338)
2004-03-17 16:53:29 +00:00
cantab.net!aia21
be3bd771e1
Do not specify maintainer mode or enable compiler warnings.
...
(Logical change 1.338)
2004-03-17 16:53:29 +00:00
cantab.net!aia21
8f51b1fdcd
- Remove AM_MAINTAINER_MODE.
...
- Add configure option --enable-warnings and make that enable all the
compiler warnings (this used to be done in maintainer mode).
- Do not specify maintainer mode or enable compiler warnings in
autogen.sh.
BKrev: 40588289PkOte4KVeOlh70tKAhrf1A
2004-03-17 16:53:29 +00:00
cantab.net!aia21
9c6906ed48
- Remove AM_MAINTAINER_MODE.
...
- Add configure option --enable-warnings and make that enable all the
compiler warnings (this used to be done in maintainer mode).
(Logical change 1.338)
2004-03-17 16:53:29 +00:00
cantab.net!aia21
4e71d24e13
Update for 1.9.1 release.
...
BKrev: 405863abL5s3YuyRFNDfryHum801XQ
2004-03-17 14:41:47 +00:00
cantab.net!aia21
e5f05c8401
Update for 1.9.1 release.
...
(Logical change 1.337)
2004-03-17 14:41:47 +00:00
cantab.net!aia21
f33bdf28a5
Update comment for hidden_sectors in BIOS_PARAMETER_BLOCK.
...
(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21
0719c9de02
Update
...
(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21
08bd36ca62
Provide a new command line option "-p" to allow the user to specify
...
the partition start sector manually.
(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21
117c16ec74
Fix a compiler warning.
...
(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21
9318887cd5
Add new API device.[hc]::ntfs_device_partition_start_sector_get() and
...
make mkntfs use it.
(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21
78a57841cb
Add detection of linux/hdreg.h needed for HDIO_GETGEO.
...
(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21
60231ba412
- Fix to include sys/ioctl.h.
...
- Define the ioctls we use if they are not defined, as it is done
in device.c.
(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21
ba5eb0d651
- Add new API device.[hc]::ntfs_device_partition_start_sector_get() and
...
make mkntfs use it.
- Provide a new command line option "-p" to allow the user to specify
the partition start sector manually.
- Fix mkntfs and ntfsclone to include sys/ioctl.h.
- Define the ioctls we use in ntfsclone if they are not defined, as it
is done in device.c.
BKrev: 405842ebQ8PDL9eZ6O_KykKk2YKyQA
2004-03-17 12:22:03 +00:00
cantab.net!aia21
d05932849c
- Add new API device.[hc]::ntfs_device_partition_start_sector_get() and
...
make mkntfs use it.
- Provide a new command line option "-p" to allow the user to specify
the partition start sector manually.
- Add include sys/ioctl.h to fix sector size detection.
(Logical change 1.336)
2004-03-17 12:22:03 +00:00
cantab.net!aia21
52aeada355
Update.
...
(Logical change 1.335)
2004-03-15 12:50:18 +00:00
cantab.net!aia21
adcfb23551
Add new API mft.[hc]::ntfs_mft_record_{layout,format}() and make
...
mkntfs use it.
BKrev: 4055a68a3-bSTZZ2kpX4ycLLgNqYuA
2004-03-15 12:50:18 +00:00
cantab.net!aia21
2bd298bc2d
Add new API mft.[hc]::ntfs_mft_record_{layout,format}() and make
...
mkntfs use it.
(Logical change 1.335)
2004-03-15 12:50:18 +00:00
cantab.net!aia21
b5af3df4b8
Ooops, forgot to test make extra when changing ntfs_get_attribute_value().
...
BKrev: 40559535JUFzt7wNIK2dsvgx6mIeZQ
2004-03-15 11:36:21 +00:00
cantab.net!aia21
9bb30a0601
Ooops, forgot to test make extra when changing ntfs_get_attribute_value().
...
(Logical change 1.334)
2004-03-15 11:36:21 +00:00
cantab.net!aia21
ab2da48e25
Use sizeof(MFT_RECORD_OLD) instead of sizeof(MFT_RECORD) as MFT_RECORD now
...
includes the NTFS 3.1+ specific fields.
(Logical change 1.333)
2004-03-15 11:34:30 +00:00
cantab.net!aia21
cf419787bd
Use sizeof(MFT_RECORD) instead of sizeof(MFT_RECORD) + 6 as MFT_RECORD now
...
includes the NTFS 3.1+ specific fields.
(Logical change 1.333)
2004-03-15 11:34:30 +00:00
cantab.net!aia21
c6dbf75a46
Copy MFT_RECORD typedef to MFT_RECORD_OLD and modify MFT_RECORD to
...
contain the NTFS 3.1+ specific fields. Also, update mkntfs and
ntfsclone appropriately.
BKrev: 405594c6XwAKWIBiXSo4fZGQMBN9oQ
2004-03-15 11:34:30 +00:00
cantab.net!aia21
14658c8c43
Copy MFT_RECORD typedef to MFT_RECORD_OLD and modify MFT_RECORD to
...
contain the NTFS 3.1+ specific fields. Also, update mkntfs and
ntfsclone appropriately.
(Logical change 1.333)
2004-03-15 11:34:30 +00:00
cantab.net!aia21
a8ce4055be
Update comment for ntfs_mft_record_get_data_size().
...
(Logical change 1.332)
2004-03-15 10:54:47 +00:00
cantab.net!aia21
011ba54358
Change ntfs_get_attribute_value syntax to not have the MFT_RECORD as it
...
wasn't used anyway and the function is headed for death anyway...
BKrev: 40558b77Sl9p5QUBbikMJW929228Sg
2004-03-15 10:54:47 +00:00
cantab.net!aia21
481241602c
Change ntfs_get_attribute_value syntax to not have the MFT_RECORD as it
...
wasn't used anyway and the function is headed for death anyway...
(Logical change 1.332)
2004-03-15 10:54:47 +00:00
cantab.net!aia21
161768d205
Update
...
(Logical change 1.331)
2004-03-14 18:29:21 +00:00
cantab.net!aia21
fb5ceff176
Implement dumping of object id attribute in ntfsinfo. (Yuval Fledel, me)
...
BKrev: 4054a481GkSbppqwY-UO-BMCdp7nRw
2004-03-14 18:29:21 +00:00
cantab.net!aia21
95ab07c823
Forgot to include security.h...
...
2004/03/14 18:22:33+00:00 cantab.net!aia21
Implement dumping of object id attribute. (Yuval Fledel, me)
(Logical change 1.331)
2004-03-14 18:29:21 +00:00
cantab.net!aia21
8eca7085ec
Update.
...
(Logical change 1.330)
2004-03-14 18:04:17 +00:00
cantab.net!aia21
90cc6f8e73
New files: security.[hc] include new API ntfs_guid_is_zero() and
...
ntfs_guid_to_mbs().
BKrev: 40549ea1_tPbB3_FU1heEkOBr9qhKw
2004-03-14 18:04:17 +00:00
cantab.net!aia21
802ed33475
New file: security.c includes new API ntfs_guid_is_zero() and
...
ntfs_guid_to_mbs().
2004/03/14 17:38:29+00:00 cantab.net!aia21
(Logical change 1.330)
2004-03-14 18:04:17 +00:00
cantab.net!aia21
84db0e8dfb
Initial revision
2004-03-14 18:04:17 +00:00
cantab.net!aia21
2324aa8e3f
Add security.h to Makefile.*.
...
(Logical change 1.330)
2004-03-14 18:04:17 +00:00
cantab.net!aia21
a8f5ab126d
Add security.c to build.
...
(Logical change 1.330)
2004-03-14 18:04:17 +00:00
cantab.net!aia21
a0fdf1985f
(Logical change 1.330)
2004-03-14 18:04:17 +00:00
cantab.net!aia21
205b4dc359
Update.
...
(Logical change 1.329)
2004-03-13 19:30:28 +00:00
cantab.net!aia21
980d0b4c5c
Fix validation of STANDARD_INFORMATION attribute size in ntfsinfo.c
...
and remove relevant FIXME comments. (Yuval Fledel)
BKrev: 40536154-GAlc187fpX39WPxOgj9LQ
2004-03-13 19:30:28 +00:00
cantab.net!aia21
49f8d5e364
Fix validation of STANDARD_INFORMATION attribute size in ntfsinfo.c
...
and remove relevant FIXME comments. (Yuval Fledel)
(Logical change 1.329)
2004-03-13 19:30:28 +00:00
cantab.net!aia21
abd576179f
Update
...
(Logical change 1.328)
2004-03-13 19:22:57 +00:00
cantab.net!aia21
68b214894a
Fix layout.h STANDARD_INFORMATION and FILE_ATTR_FLAGS typedefs by
...
adding the packed attribute where it was missing causing havoc due
to 64 bit alignment. (Yuval Fledel)
BKrev: 40535f91lvgJaVPl6zIe8HGKEBt6UQ
2004-03-13 19:22:57 +00:00
cantab.net!aia21
a06a326959
Fix layout.h STANDARD_INFORMATION and FILE_ATTR_FLAGS typedefs by
...
adding the packed attribute where it was missing causing havoc due
to 64 bit alignment. (Yuval Fledel)
(Logical change 1.328)
2004-03-13 19:22:57 +00:00
cantab.net!aia21
63ecb1990c
Update
...
(Logical change 1.327)
2004-03-12 17:25:04 +00:00
cantab.net!aia21
8b7d1e9934
Provide new API functions: ntfs_bitmap_{set,clear}_bit().
...
BKrev: 4051f270fGW0jp1WetRiozD-lMAA7Q
2004-03-12 17:25:04 +00:00
cantab.net!aia21
3cfb4590eb
Provide new API functions: ntfs_bitmap_{set,clear}_bit().
...
(Logical change 1.327)
2004-03-12 17:25:04 +00:00