Commit Graph

1421 Commits (ac67e7dce2b91ff029ac7eec9b25fa83b74cdae9)
 

Author SHA1 Message Date
cantab.net!aia21 f6fa31b6b0 Merge ssh://linux-ntfs@bkbits.net/ntfsprogs
into cantab.net:/home/src/ntfsprogs

2004/03/21 20:28:25+02:00 omakaista.fi!szaka
- recommend chkdsk /f if mapping pairs decoding fails with EIO (Kent B. Larsen)
- use corrupt_volume_msg in all relevant cases
- explain "bad sectors" a bit better

BKrev: 405ead58OtBH8eBBOL8HUmZ9Q9fliw
2004-03-22 09:09:44 +00:00
cantab.net!aia21 822fb42c74 Add a TODO item for mkntfs.
BKrev: 405ead4cIyLuzJW0wHsmA8LqDP8qgg
2004-03-22 09:09:32 +00:00
cantab.net!aia21 6b5861e6b4 Add a TODO item for mkntfs.
(Logical change 1.341)
2004-03-22 09:09:32 +00:00
cantab.net!aia21 1500287b1c Update
(Logical change 1.340)
2004-03-19 17:36:45 +00:00
cantab.net!aia21 6507533a0a (Logical change 1.340) 2004-03-19 17:36:45 +00:00
cantab.net!aia21 1c970228e2 Initial revision 2004-03-19 17:36:45 +00:00
cantab.net!aia21 5da4ab55e0 Add new files include/ntfs/attrlist.h and libntfs/attrlist.c for the
upcoming attribute list attribute handling code.

BKrev: 405b2fadc8Po3t37cxgqA7hdUI_wBQ
2004-03-19 17:36:45 +00:00
cantab.net!aia21 1a9faf5ae8 Add attrlist.h to list of headers.
(Logical change 1.340)
2004-03-19 17:36:45 +00:00
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