Commit Graph

4747 Commits

Author SHA1 Message Date
!flatcap
87e81f1708 AT_NONAME -> AT_UNNAMED
2002/07/11 16:20:34-00:00 !flatcap
whitespace and include guards

2002/07/08 23:27:17-00:00 !flatcap
added AT_NONAME so we can search for a (un)named attribute or just
iterate through all attributes

2002/07/07 19:44:57-00:00 !antona
Change ntfs_read_file_record() not to abort if the inode is not in use. Adapt callers which care to check this themselves.

2002/07/03 21:56:01-00:00 !antona
Updates

2002/07/03 14:38:40-00:00 !antona
Cleanup the build process a bit.

2002/07/03 11:30:07-00:00 !flatcap
moved undelete,logprogs to EXTRA_PROGRAMS

2002/07/02 23:47:11-00:00 !antona
Global replacement of __[su]{8,16,32,64} with [su]{8,16,32,64} and layout.h define it.

2002/04/29 01:53:55-00:00 !antona
Loads of stuff. Improvements, start on attr pread and attr mst_pread. Write to follow. ntfslabel cleanup and extensions. libntfs cleanups, fixes, etc.

2002/04/21 01:26:39-00:00 !antona
Cleanup/streamline include file dependencies.

2002/04/20 23:09:43-00:00 !antona
Port attribute lookup functions with attribute list support from ntfs tng driver. Port/reimplement extent mft record handling code as well. Rename out all dollar signs from type names and constants. Adapt all callers to new API. Note mkntfs is currently broken due to some needed work.

2002/04/20 01:53:03-00:00 !antona
Rename mft code adding ntfs_ prefix. Change all return values to zero on success. Thanks to mattjf for pointing out the inconsistencies.

2002/04/19 21:09:55-00:00 !antona
Finished provisional inode.c::ntfs_{open,close}_inode() functions. Also, started defining API provided by attrib.[ch], so far only done search context related stuff.

2002/04/18 18:15:46-00:00 !antona
Define API for bootsect.[ch]: is_boot_sector_ntfs().

2002/04/16 12:13:53-00:00 !antona
New API function mft.[ch]::read_file_record(). Also some cleanups.

2002/04/14 15:26:24-00:00 !antona
Remove find_first_attr and make all users use get_attr_search_ctx + find_attr instead.

2001/12/06 01:14:52-00:00 !antona
Added mount flags to ntfs_mount and adapted utilities to new mount syntax.

2001/06/16 19:59:51-00:00 !antona
Update ntfsdump_logfile and dumplog and the relevant textfiles.

2001/06/16 00:06:17-00:00 !antona
dumplog now decodes the first 0x5000 bytes of the logfile given on the command
line as fully as possible with the current knowledge of the logfile structures.

2001/06/10 18:30:17-00:00 !antona
Preparations for the 0.1.0 release. Updating documentation and information.
Updating rpm generation and added mkntfs man page which currently is not
accurate as it shows all the mke2fs options in it while mkntfs doesn't actually
accept any options except for device at all but it is a good starting point.

2001/06/10 15:54:20-00:00 !antona
Linux-NTFS 0.1.0-pre1
=====================
-fixed up ntfsfix and ntfsdump_logfile
-corrected stuff
-several bug fixes
-fixed (hopefully) final bug with mkntfs (sd generator was wrong due to brain'o)
-mkntfs now completed, only need to add a few command line options before first
public release.
-rpm generation file updated and autostrip modified to make use of install-stip
make target instead of stripping manually
-made bootsector check verbosity during mount dependent on --enable-debug
configure option.

2001/06/01 02:07:26-00:00 !antona
It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/04/11 15:36:54-00:00 !flatcap
fixed typo

2001/04/08 03:02:55-00:00 !antona
Added cvs Id header.

2001/04/02 02:04:37-00:00 !antona
Everything compiles again! Yey! (Don't know about working though, haven't tried
it... So be careful...)
The definitely final find_{first_}attr() functions are in place. Currently
still no support for attribute lists.
The two new _RE files contain the C-fied and more or less (more less than more
actually) cleaned up functions from the ntfs driver. Once they are cleaned
up (find_attr() is already completed but I left it in the _RE files for future
reference/educational value) and modified to suit my ideas of how they should
work, which are not quite the same as the driver way, they will make it into
attrib.[ch].
If anyone gives the new code a try, I would be interested in whether it worked
or not... (-;

2001/03/02 15:06:37-00:00 !antona
Full commit of my current dircetory. New files not yet added.

2001/02/02 00:16:18-00:00 !antona
Changed make process to using autoconf/automake/libtool.
Added necessary files for this and for the gnu standard.
Inititial checkin. Probably still stuff missing. Will know soon...

2001/01/27 14:22:02-00:00 !antona
Added a logfile dumper as a new utility.
Almost finished the first ntfsfix release. (Still missingin CVS are attrib.c
for ntfslib and the makefiles to build everything.)
Fixes for nested packed structure/union typedefs as gcc doesn't automatically
nest the __attribute__ ((__packed__)), even though according to the gcc info
page it does. (Thanks to Yuri Per <yuri@acronis.com> for pointing this out.)

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!flatcap
39a5dcc1e4 AT_NONAME -> AT_UNNAMED
2002/07/11 16:20:34-00:00 !flatcap
whitespace and include guards

2002/07/08 23:27:17-00:00 !flatcap
added AT_NONAME so we can search for a (un)named attribute or just
iterate through all attributes

2002/07/07 19:44:57-00:00 !antona
Change ntfs_read_file_record() not to abort if the inode is not in use. Adapt callers which care to check this themselves.

2002/07/02 23:47:11-00:00 !antona
Global replacement of __[su]{8,16,32,64} with [su]{8,16,32,64} and layout.h define it.

2002/04/29 01:53:55-00:00 !antona
Loads of stuff. Improvements, start on attr pread and attr mst_pread. Write to follow. ntfslabel cleanup and extensions. libntfs cleanups, fixes, etc.

2002/04/28 21:20:27-00:00 !mattjf
ntfslabel - Coverted stoucs to ntfs_mbstoucs()
	  - code cleanup
	  - better error checking
unistr.c  - removed size_t casts from ntfs_mbstoucs()

2002/04/27 19:49:10-00:00 !antona
Update library, new APIs ntfs_attr_find_vcn(), misc fixes and cleanups, make all the utilities compile, fix bugs I noticed in ntfslabel and it now works properly.

2002/04/25 18:31:20-00:00 !mattjf
Code changes - still broke

2002/04/25 18:07:06-00:00 !mattjf
Changes to ntfslabel - still doesn't work yet

2002/04/23 23:27:33-00:00 !antona
Fixup the force option in mkntfs.c. Change the ntfs_check_if_mounted so it works on system not implementing {set,get,end}mntent, too. Also make it more powerful in telling us not only if something is mounted but also if it is the fs root and if it is read-only.

2002/04/23 19:37:18-00:00 !mattjf
Removed the check_mount() function and added ntfs_check_if_mounted() to
mkntfs

2002/04/23 08:25:41-00:00 !mattjf
Code cleanup.
Removed check_mount() and added a generic ntfs_check_if_mounted()
 function to the library
Better error checking

2002/04/21 10:11:36-00:00 !antona
Fix a buglet in the library and same in ntfslabel.c

2002/04/21 09:55:18-00:00 !mattjf
Changes to change_label()

2002/04/16 20:56:01-00:00 !antona
Add new API unistr.[ch]: ntfs_ucstombs() and make ntfslabel use it

2002/04/12 15:23:48-00:00 !antona
Cleanup ntfslabel, write a man page for it, integrate it all in the distribution properly, silence output from ntfs_mount() (conditional on running configure with --enable-debug), update all docs accordingly. Add Rich and Matt to AUTHORS.

2002/04/11 23:11:00-00:00 !flatcap
Matt Fanto's changes to retrieve the volume name and a utility to print it

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!flatcap
6ce1d4bfed "configure --enable-really-static" and "make strip"
very little has changed, but configure has lots of line numbers
that have shift slightly

2002/07/19 14:53:27-00:00 !flatcap
created a template for ntfswipe

2002/07/18 02:57:56-00:00 !flatcap
add ntfsundelete to the build.  fix rpm build.  trawl for typos.

2002/07/08 15:59:34-00:00 !flatcap
Added Szaka's ntfsresize to the build

2002/07/03 14:38:40-00:00 !antona
Cleanup the build process a bit.

2002/07/03 12:55:52-00:00 !flatcap
added CLEANFILES to delete all the build products

2002/07/03 11:30:06-00:00 !flatcap
moved undelete,logprogs to EXTRA_PROGRAMS

2002/07/02 23:47:11-00:00 !antona
Global replacement of __[su]{8,16,32,64} with [su]{8,16,32,64} and layout.h define it.

2002/07/01 13:30:28-00:00 !flatcap
lots of comments

2002/06/30 22:46:51-00:00 !flatcap
undelete -> ntfsundelete

2002/06/30 21:22:52-00:00 !flatcap
a working undelete program, still very alpha

2002/06/01 00:41:45-00:00 !antona
huge update!

2002/05/08 22:32:22-00:00 !antona
Update

2002/05/08 05:49:35-00:00 !mattjf


Started work on ntfsinfo

2002/04/25 07:50:34-00:00 !antona
grr. MDK8.1 modified loads of stuff. Put it back with RH7.2

2002/04/24 23:47:42-00:00 !antona
Hammer out the API for run list merging. Add calls for low level (using raw run lists and ATTR_RECORDs as parameters) run list merging, mappaing pairs decompression, and vcn to lcn conversion as well as high level (using ntfs_attr as parameter) calls for run list mapping and vcn to lcn conversion.

2002/04/15 20:04:29-00:00 !antona
Fix all compiler warnings that came up with -Wall. Enabled -Wall for ./configure --enable-debug everywhere. Fix a few bugs in mkntfs that came up in the warnings (just error code paths, nothing major).

2002/04/12 15:23:48-00:00 !antona
Cleanup ntfslabel, write a man page for it, integrate it all in the distribution properly, silence output from ntfs_mount() (conditional on running configure with --enable-debug), update all docs accordingly. Add Rich and Matt to AUTHORS.

2002/01/26 04:32:35-00:00 !antona
RedHat 7.2 - updates

2001/11/17 01:57:53-00:00 !antona
Update build system with new document.

2001/11/09 23:36:17-00:00 !antona
Bug fixes

2001/11/09 19:21:09-00:00 !antona
Fix directories on large clusters and allow 4MB volumes.

2001/08/02 01:44:57-00:00 !antona
Add ntfsfix man page and spell fixes. Update to 1.2.1 version and update all text files to go with it and the rpm spec file.

2001/07/25 13:43:10-00:00 !antona
1.0.2 release. Mkntfs now in sbin and minor bugfix to mkntfs man page.

2001/07/24 17:56:21-00:00 !antona
OOps . forgot soemthing.

2001/07/24 17:41:01-00:00 !antona
Minor updates and restructuring the distribution. See NEWS and ChangeLog for
details.

2001/06/16 19:22:45-00:00 !antona
Get rid of logfile stuff for mkntfs as it is clearly not needed.

2001/06/15 16:47:47-00:00 !antona
Integrate logfile.c into mkntfs

2001/06/11 19:11:37-00:00 !antona
Fix rpm generation.
Circumvent configure bug by cheating in configure.in moving around nonopt to
host and setting nonopt to NONE.

2001/06/11 04:02:09-00:00 !antona
Linux-NTFS 1.0.0-pre-1 - FEATURE FREEZE
=======================================
mkntfs complete with option parsing and more cool things.
mkntfs man page complete.
info files updated.

TODO Before 1.0.0 final:

- Test mkntfs options & mkntfs itself.
- Test tar ball generation.
- Test rpm generation.

2001/06/10 18:30:17-00:00 !antona
Preparations for the 0.1.0 release. Updating documentation and information.
Updating rpm generation and added mkntfs man page which currently is not
accurate as it shows all the mke2fs options in it while mkntfs doesn't actually
accept any options except for device at all but it is a good starting point.

2001/06/04 23:38:55-00:00 !antona
Integrate ldm.c into automatic build process.
A bit more on mkntfs and make it compile (do _not_ run as it is - am working on
directory creation so chances are it will hang if you run it or something).

2001/06/01 02:07:26-00:00 !antona
It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/04/02 02:04:37-00:00 !antona
Everything compiles again! Yey! (Don't know about working though, haven't tried
it... So be careful...)
The definitely final find_{first_}attr() functions are in place. Currently
still no support for attribute lists.
The two new _RE files contain the C-fied and more or less (more less than more
actually) cleaned up functions from the ntfs driver. Once they are cleaned
up (find_attr() is already completed but I left it in the _RE files for future
reference/educational value) and modified to suit my ideas of how they should
work, which are not quite the same as the driver way, they will make it into
attrib.[ch].
If anyone gives the new code a try, I would be interested in whether it worked
or not... (-;

2001/02/03 02:03:36-00:00 !antona
More files.

2001/02/02 00:16:18-00:00 !antona
Changed make process to using autoconf/automake/libtool.
Added necessary files for this and for the gnu standard.
Inititial checkin. Probably still stuff missing. Will know soon...

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!flatcap
65a618c053 "configure --enable-really-static" and "make strip"
very little has changed, but configure has lots of line numbers
that have shift slightly

2002/07/19 14:53:27-00:00 !flatcap
created a template for ntfswipe

2002/07/18 02:57:56-00:00 !flatcap
add ntfsundelete to the build.  fix rpm build.  trawl for typos.

2002/07/08 15:59:34-00:00 !flatcap
Added Szaka's ntfsresize to the build

2002/07/03 14:38:40-00:00 !antona
Cleanup the build process a bit.

2002/07/03 12:55:52-00:00 !flatcap
added CLEANFILES to delete all the build products

2002/07/03 11:30:06-00:00 !flatcap
moved undelete,logprogs to EXTRA_PROGRAMS

2002/07/02 23:47:11-00:00 !antona
Global replacement of __[su]{8,16,32,64} with [su]{8,16,32,64} and layout.h define it.

2002/07/01 13:30:28-00:00 !flatcap
lots of comments

2002/06/30 22:46:50-00:00 !flatcap
undelete -> ntfsundelete

2002/06/30 21:22:51-00:00 !flatcap
a working undelete program, still very alpha

2002/06/01 00:41:45-00:00 !antona
huge update!

2002/05/08 22:32:22-00:00 !antona
Update

2002/05/08 05:49:35-00:00 !mattjf


Started work on ntfsinfo

2002/04/15 20:04:29-00:00 !antona
Fix all compiler warnings that came up with -Wall. Enabled -Wall for ./configure --enable-debug everywhere. Fix a few bugs in mkntfs that came up in the warnings (just error code paths, nothing major).

2002/04/12 15:23:48-00:00 !antona
Cleanup ntfslabel, write a man page for it, integrate it all in the distribution properly, silence output from ntfs_mount() (conditional on running configure with --enable-debug), update all docs accordingly. Add Rich and Matt to AUTHORS.

2001/08/02 01:44:57-00:00 !antona
Add ntfsfix man page and spell fixes. Update to 1.2.1 version and update all text files to go with it and the rpm spec file.

2001/07/25 13:43:10-00:00 !antona
1.0.2 release. Mkntfs now in sbin and minor bugfix to mkntfs man page.

2001/07/24 17:56:21-00:00 !antona
OOps . forgot soemthing.

2001/07/24 17:41:01-00:00 !antona
Minor updates and restructuring the distribution. See NEWS and ChangeLog for
details.

2001/06/16 19:22:45-00:00 !antona
Get rid of logfile stuff for mkntfs as it is clearly not needed.

2001/06/15 16:47:47-00:00 !antona
Integrate logfile.c into mkntfs

2001/06/11 19:11:37-00:00 !antona
Fix rpm generation.
Circumvent configure bug by cheating in configure.in moving around nonopt to
host and setting nonopt to NONE.

2001/06/10 18:30:17-00:00 !antona
Preparations for the 0.1.0 release. Updating documentation and information.
Updating rpm generation and added mkntfs man page which currently is not
accurate as it shows all the mke2fs options in it while mkntfs doesn't actually
accept any options except for device at all but it is a good starting point.

2001/06/04 23:38:55-00:00 !antona
Integrate ldm.c into automatic build process.
A bit more on mkntfs and make it compile (do _not_ run as it is - am working on
directory creation so chances are it will hang if you run it or something).

2001/06/01 02:07:26-00:00 !antona
It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/04/02 02:04:37-00:00 !antona
Everything compiles again! Yey! (Don't know about working though, haven't tried
it... So be careful...)
The definitely final find_{first_}attr() functions are in place. Currently
still no support for attribute lists.
The two new _RE files contain the C-fied and more or less (more less than more
actually) cleaned up functions from the ntfs driver. Once they are cleaned
up (find_attr() is already completed but I left it in the _RE files for future
reference/educational value) and modified to suit my ideas of how they should
work, which are not quite the same as the driver way, they will make it into
attrib.[ch].
If anyone gives the new code a try, I would be interested in whether it worked
or not... (-;

2001/03/02 15:06:37-00:00 !antona
Full commit of my current dircetory. New files not yet added.

2001/02/03 02:03:36-00:00 !antona
More files.

2001/02/02 00:16:18-00:00 !antona
Changed make process to using autoconf/automake/libtool.
Added necessary files for this and for the gnu standard.
Inititial checkin. Probably still stuff missing. Will know soon...

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!flatcap
d1a9dc7c7b "configure --enable-really-static" and "make strip"
very little has changed, but configure has lots of line numbers
that have shift slightly

2002/07/11 16:45:07-00:00 !antona
fix make dist

2002/06/05 20:32:52-00:00 !antona
Mft mirror now updated from ntfs_write_mft_record, yey! Fixup ntfstools accordingly.

2002/06/02 23:18:56-00:00 !antona
Updates to spec file and make files.

2002/06/01 00:41:45-00:00 !antona
huge update!

2002/05/08 05:49:35-00:00 !mattjf


Started work on ntfsinfo

2002/04/25 07:50:33-00:00 !antona
grr. MDK8.1 modified loads of stuff. Put it back with RH7.2

2002/04/24 23:47:40-00:00 !antona
Hammer out the API for run list merging. Add calls for low level (using raw run lists and ATTR_RECORDs as parameters) run list merging, mappaing pairs decompression, and vcn to lcn conversion as well as high level (using ntfs_attr as parameter) calls for run list mapping and vcn to lcn conversion.

2002/04/15 20:04:22-00:00 !antona
Fix all compiler warnings that came up with -Wall. Enabled -Wall for ./configure --enable-debug everywhere. Fix a few bugs in mkntfs that came up in the warnings (just error code paths, nothing major).

2002/04/14 14:15:47-00:00 !antona
Cleanups and updates.

2002/01/26 04:32:35-00:00 !antona
RedHat 7.2 - updates

2001/11/17 01:57:53-00:00 !antona
Update build system with new document.

2001/11/09 23:36:16-00:00 !antona
Bug fixes

2001/11/09 19:24:23-00:00 !antona
With lots of luck this is going to be 1.2.3.

2001/07/24 17:41:01-00:00 !antona
Minor updates and restructuring the distribution. See NEWS and ChangeLog for
details.

2001/06/11 19:11:37-00:00 !antona
Fix rpm generation.
Circumvent configure bug by cheating in configure.in moving around nonopt to
host and setting nonopt to NONE.

2001/06/11 04:02:08-00:00 !antona
Linux-NTFS 1.0.0-pre-1 - FEATURE FREEZE
=======================================
mkntfs complete with option parsing and more cool things.
mkntfs man page complete.
info files updated.

TODO Before 1.0.0 final:

- Test mkntfs options & mkntfs itself.
- Test tar ball generation.
- Test rpm generation.

2001/06/01 02:07:23-00:00 !antona
It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/02/03 02:03:35-00:00 !antona
More files.

2001/02/02 00:16:18-00:00 !antona
Changed make process to using autoconf/automake/libtool.
Added necessary files for this and for the gnu standard.
Inititial checkin. Probably still stuff missing. Will know soon...

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!flatcap
908e9c8f40 "configure --enable-really-static" and "make strip"
very little has changed, but configure has lots of line numbers
that have shift slightly

2002/07/11 16:45:07-00:00 !antona
fix make dist

2002/06/05 20:32:52-00:00 !antona
Mft mirror now updated from ntfs_write_mft_record, yey! Fixup ntfstools accordingly.

2002/06/02 23:18:56-00:00 !antona
Updates to spec file and make files.

2002/06/01 00:41:45-00:00 !antona
huge update!

2002/05/08 05:49:35-00:00 !mattjf


Started work on ntfsinfo

2002/04/15 20:04:22-00:00 !antona
Fix all compiler warnings that came up with -Wall. Enabled -Wall for ./configure --enable-debug everywhere. Fix a few bugs in mkntfs that came up in the warnings (just error code paths, nothing major).

2002/04/14 14:15:47-00:00 !antona
Cleanups and updates.

2001/06/11 19:11:37-00:00 !antona
Fix rpm generation.
Circumvent configure bug by cheating in configure.in moving around nonopt to
host and setting nonopt to NONE.

2001/06/01 02:07:23-00:00 !antona
It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/02/03 02:03:35-00:00 !antona
More files.

2001/02/02 01:28:46-00:00 !antona
make dist fixes using more Makefiles.

2001/02/02 00:16:18-00:00 !antona
Changed make process to using autoconf/automake/libtool.
Added necessary files for this and for the gnu standard.
Inititial checkin. Probably still stuff missing. Will know soon...

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!flatcap
e8f0620258 "configure --enable-really-static" and "make strip"
very little has changed, but configure has lots of line numbers
that have shift slightly

2002/07/05 17:07:48-00:00 !antona
Better gcc detection in 'configure.in'. (Szakacsits Szabolcs)

2002/07/03 14:38:40-00:00 !antona
Cleanup the build process a bit.

2002/07/02 23:47:10-00:00 !antona
Global replacement of __[su]{8,16,32,64} with [su]{8,16,32,64} and layout.h define it.

2002/06/05 20:38:11-00:00 !antona
update

2002/06/02 14:11:09-00:00 !antona
.

2002/06/02 13:57:59-00:00 !antona
Fix detection of read-only mounts in volume.c::ntfs_check_mnteent().

2002/05/08 05:49:35-00:00 !mattjf


Started work on ntfsinfo

2002/04/29 13:00:39-00:00 !antona
Add check for mbsrtowcs

2002/04/24 23:47:40-00:00 !antona
Hammer out the API for run list merging. Add calls for low level (using raw run lists and ATTR_RECORDs as parameters) run list merging, mappaing pairs decompression, and vcn to lcn conversion as well as high level (using ntfs_attr as parameter) calls for run list mapping and vcn to lcn conversion.

2002/04/18 18:15:45-00:00 !antona
Define API for bootsect.[ch]: is_boot_sector_ntfs().

2002/04/16 15:34:32-00:00 !antona
Fix the library...

2002/04/14 14:15:47-00:00 !antona
Cleanups and updates.

2002/04/12 15:23:47-00:00 !antona
Cleanup ntfslabel, write a man page for it, integrate it all in the distribution properly, silence output from ntfs_mount() (conditional on running configure with --enable-debug), update all docs accordingly. Add Rich and Matt to AUTHORS.

2002/03/12 22:02:29-00:00 !antona
Forgot to bump the version number.

2002/01/26 03:21:07-00:00 !antona
Preparations for 1.5.1 release.

2001/12/15 05:13:08-00:00 !antona
Remove atomic ops and add compiler version check.

2001/12/06 01:14:52-00:00 !antona
Added mount flags to ntfs_mount and adapted utilities to new mount syntax.

2001/11/10 14:22:15-00:00 !antona
Remove obsoleted disklabel.h stuff.

2001/11/10 14:17:39-00:00 !antona
Enhance mkntfs' device size determination.

2001/11/09 23:38:38-00:00 !antona
Change version to 1.4.0 (keep odd ones for development releases).

2001/11/09 21:30:51-00:00 !antona
Considering added functionality change version number to 1.3.0, update docs and mkntfs man page.

2001/11/09 19:24:23-00:00 !antona
With lots of luck this is going to be 1.2.3.

2001/11/09 18:24:32-00:00 !antona
Updates to docs, layout.h and ntfsfix to support Windows XP NTFS

2001/08/27 16:58:07-00:00 !antona
Updates.

2001/08/02 01:44:56-00:00 !antona
Add ntfsfix man page and spell fixes. Update to 1.2.1 version and update all text files to go with it and the rpm spec file.

2001/07/25 23:11:49-00:00 !antona
Update text files

2001/07/25 13:43:10-00:00 !antona
1.0.2 release. Mkntfs now in sbin and minor bugfix to mkntfs man page.

2001/07/24 17:41:01-00:00 !antona
Minor updates and restructuring the distribution. See NEWS and ChangeLog for
details.

2001/06/11 19:11:37-00:00 !antona
Fix rpm generation.
Circumvent configure bug by cheating in configure.in moving around nonopt to
host and setting nonopt to NONE.

2001/06/11 04:02:08-00:00 !antona
Linux-NTFS 1.0.0-pre-1 - FEATURE FREEZE
=======================================
mkntfs complete with option parsing and more cool things.
mkntfs man page complete.
info files updated.

TODO Before 1.0.0 final:

- Test mkntfs options & mkntfs itself.
- Test tar ball generation.
- Test rpm generation.

2001/06/10 18:30:16-00:00 !antona
Preparations for the 0.1.0 release. Updating documentation and information.
Updating rpm generation and added mkntfs man page which currently is not
accurate as it shows all the mke2fs options in it while mkntfs doesn't actually
accept any options except for device at all but it is a good starting point.

2001/06/05 10:33:02-00:00 !antona
Update automatic config/make process and mkntfs to use the cvs release tag for
version reporting.

2001/06/01 02:07:23-00:00 !antona
It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/02/03 02:03:35-00:00 !antona
More files.

2001/02/02 00:16:18-00:00 !antona
Changed make process to using autoconf/automake/libtool.
Added necessary files for this and for the gnu standard.
Inititial checkin. Probably still stuff missing. Will know soon...

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!flatcap
e3d2bc7ca5 "configure --enable-really-static" and "make strip"
very little has changed, but configure has lots of line numbers
that have shift slightly

2002/07/05 17:07:48-00:00 !antona
Better gcc detection in 'configure.in'. (Szakacsits Szabolcs)

2002/07/03 14:38:40-00:00 !antona
Cleanup the build process a bit.

2002/07/02 23:47:10-00:00 !antona
Global replacement of __[su]{8,16,32,64} with [su]{8,16,32,64} and layout.h define it.

2002/06/05 20:38:11-00:00 !antona
update

2002/06/02 14:11:08-00:00 !antona
.

2002/06/02 13:57:59-00:00 !antona
Fix detection of read-only mounts in volume.c::ntfs_check_mnteent().

2002/06/01 00:41:45-00:00 !antona
huge update!

2002/05/08 05:49:35-00:00 !mattjf


Started work on ntfsinfo

2002/04/29 13:00:32-00:00 !antona
Add check for mbsrtowcs

2002/04/25 07:50:33-00:00 !antona
grr. MDK8.1 modified loads of stuff. Put it back with RH7.2

2002/04/24 23:47:40-00:00 !antona
Hammer out the API for run list merging. Add calls for low level (using raw run lists and ATTR_RECORDs as parameters) run list merging, mappaing pairs decompression, and vcn to lcn conversion as well as high level (using ntfs_attr as parameter) calls for run list mapping and vcn to lcn conversion.

2002/04/18 18:15:45-00:00 !antona
Define API for bootsect.[ch]: is_boot_sector_ntfs().

2002/04/16 15:34:32-00:00 !antona
Fix the library...

2002/04/14 14:15:47-00:00 !antona
Cleanups and updates.

2002/04/12 15:23:47-00:00 !antona
Cleanup ntfslabel, write a man page for it, integrate it all in the distribution properly, silence output from ntfs_mount() (conditional on running configure with --enable-debug), update all docs accordingly. Add Rich and Matt to AUTHORS.

2002/03/12 22:02:29-00:00 !antona
Forgot to bump the version number.

2002/01/26 04:32:35-00:00 !antona
RedHat 7.2 - updates

2002/01/26 03:21:07-00:00 !antona
Preparations for 1.5.1 release.

2001/12/15 05:13:08-00:00 !antona
Remove atomic ops and add compiler version check.

2001/12/06 01:14:52-00:00 !antona
Added mount flags to ntfs_mount and adapted utilities to new mount syntax.

2001/11/17 01:57:53-00:00 !antona
Update build system with new document.

2001/11/10 14:22:15-00:00 !antona
Remove obsoleted disklabel.h stuff.

2001/11/10 14:17:39-00:00 !antona
Enhance mkntfs' device size determination.

2001/11/09 23:38:38-00:00 !antona
Change version to 1.4.0 (keep odd ones for development releases).

2001/11/09 23:36:16-00:00 !antona
Bug fixes

2001/11/09 21:30:51-00:00 !antona
Considering added functionality change version number to 1.3.0, update docs and mkntfs man page.

2001/11/09 19:24:23-00:00 !antona
With lots of luck this is going to be 1.2.3.

2001/08/27 16:58:07-00:00 !antona
Updates.

2001/08/02 01:44:56-00:00 !antona
Add ntfsfix man page and spell fixes. Update to 1.2.1 version and update all text files to go with it and the rpm spec file.

2001/07/25 23:11:49-00:00 !antona
Update text files

2001/07/25 13:43:10-00:00 !antona
1.0.2 release. Mkntfs now in sbin and minor bugfix to mkntfs man page.

2001/07/24 17:41:01-00:00 !antona
Minor updates and restructuring the distribution. See NEWS and ChangeLog for
details.

2001/06/11 19:11:37-00:00 !antona
Fix rpm generation.
Circumvent configure bug by cheating in configure.in moving around nonopt to
host and setting nonopt to NONE.

2001/06/11 04:02:08-00:00 !antona
Linux-NTFS 1.0.0-pre-1 - FEATURE FREEZE
=======================================
mkntfs complete with option parsing and more cool things.
mkntfs man page complete.
info files updated.

TODO Before 1.0.0 final:

- Test mkntfs options & mkntfs itself.
- Test tar ball generation.
- Test rpm generation.

2001/06/10 18:30:16-00:00 !antona
Preparations for the 0.1.0 release. Updating documentation and information.
Updating rpm generation and added mkntfs man page which currently is not
accurate as it shows all the mke2fs options in it while mkntfs doesn't actually
accept any options except for device at all but it is a good starting point.

2001/06/05 10:33:02-00:00 !antona
Update automatic config/make process and mkntfs to use the cvs release tag for
version reporting.

2001/06/01 02:07:23-00:00 !antona
It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/02/03 02:03:35-00:00 !antona
More files.

2001/02/02 00:16:18-00:00 !antona
Changed make process to using autoconf/automake/libtool.
Added necessary files for this and for the gnu standard.
Inititial checkin. Probably still stuff missing. Will know soon...

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!flatcap
aaf8f8e036 Initial revision 2002-08-22 18:09:47 +00:00
!antona
769d28a550 little mod to ntfsfix manpage
2001/08/02 01:44:57-00:00 !antona
Add ntfsfix man page and spell fixes. Update to 1.2.1 version and update all text files to go with it and the rpm spec file.

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
06c55716fc huge update!
2002/04/25 07:50:33-00:00 !antona
grr. MDK8.1 modified loads of stuff. Put it back with RH7.2

2002/04/24 23:47:40-00:00 !antona
Hammer out the API for run list merging. Add calls for low level (using raw run lists and ATTR_RECORDs as parameters) run list merging, mappaing pairs decompression, and vcn to lcn conversion as well as high level (using ntfs_attr as parameter) calls for run list mapping and vcn to lcn conversion.

2002/01/26 04:32:35-00:00 !antona
RedHat 7.2 - updates

2001/11/17 01:57:53-00:00 !antona
Update build system with new document.

2001/11/09 23:36:16-00:00 !antona
Bug fixes

2001/11/09 19:24:23-00:00 !antona
With lots of luck this is going to be 1.2.3.

2001/07/24 17:41:01-00:00 !antona
Minor updates and restructuring the distribution. See NEWS and ChangeLog for
details.

2001/06/11 04:02:08-00:00 !antona
Linux-NTFS 1.0.0-pre-1 - FEATURE FREEZE
=======================================
mkntfs complete with option parsing and more cool things.
mkntfs man page complete.
info files updated.

TODO Before 1.0.0 final:

- Test mkntfs options & mkntfs itself.
- Test tar ball generation.
- Test rpm generation.

2001/06/01 02:07:23-00:00 !antona
It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/02/02 00:16:18-00:00 !antona
Changed make process to using autoconf/automake/libtool.
Added necessary files for this and for the gnu standard.
Inititial checkin. Probably still stuff missing. Will know soon...

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
bc2abe3c3f grr. MDK8.1 modified loads of stuff. Put it back with RH7.2
2002/04/24 23:47:41-00:00 !antona
Hammer out the API for run list merging. Add calls for low level (using raw run lists and ATTR_RECORDs as parameters) run list merging, mappaing pairs decompression, and vcn to lcn conversion as well as high level (using ntfs_attr as parameter) calls for run list mapping and vcn to lcn conversion.

2002/01/26 04:32:35-00:00 !antona
RedHat 7.2 - updates

2001/11/17 01:57:53-00:00 !antona
Update build system with new document.

2001/11/09 23:36:17-00:00 !antona
Bug fixes

2001/11/09 19:24:23-00:00 !antona
With lots of luck this is going to be 1.2.3.

2001/07/24 17:41:01-00:00 !antona
Minor updates and restructuring the distribution. See NEWS and ChangeLog for
details.

2001/06/11 04:02:08-00:00 !antona
Linux-NTFS 1.0.0-pre-1 - FEATURE FREEZE
=======================================
mkntfs complete with option parsing and more cool things.
mkntfs man page complete.
info files updated.

TODO Before 1.0.0 final:

- Test mkntfs options & mkntfs itself.
- Test tar ball generation.
- Test rpm generation.

2001/06/01 02:07:24-00:00 !antona
It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/02/03 02:03:35-00:00 !antona
More files.

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
c6a6056715 and a final revert i forgot
2002/07/11 23:44:13-00:00 !flatcap
new function headers and a few function moves

2002/07/11 16:20:32-00:00 !flatcap
whitespace and include guards

2002/07/11 13:18:11-00:00 !flatcap
start to break up the dependency loops in the header files

2002/07/02 23:47:10-00:00 !antona
Global replacement of __[su]{8,16,32,64} with [su]{8,16,32,64} and layout.h define it.

2002/06/06 20:47:31-00:00 !antona
The beginning of the directory operations! Introduce dir.[hc] and ntfs_lookup_inode_by_name().

2002/06/01 00:41:45-00:00 !antona
huge update!

2002/04/20 23:09:42-00:00 !antona
Port attribute lookup functions with attribute list support from ntfs tng driver. Port/reimplement extent mft record handling code as well. Rename out all dollar signs from type names and constants. Adapt all callers to new API. Note mkntfs is currently broken due to some needed work.

2002/04/19 21:21:46-00:00 !antona
Remove compile time warning...

2002/04/19 21:09:55-00:00 !antona
Finished provisional inode.c::ntfs_{open,close}_inode() functions. Also, started defining API provided by attrib.[ch], so far only done search context related stuff.

2002/04/19 18:27:45-00:00 !antona
Bah. Typo fix.

2002/04/19 18:23:56-00:00 !antona
Add foundation of new inode API.

2002/04/15 22:35:07-00:00 !antona
Preliminary ntfs_inode structure. We shall see if that is all we need. (-;

2002/04/14 13:58:54-00:00 !antona
Tidyup last cleanups

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
6f714bdafe Updates
2002/07/02 23:47:11-00:00 !antona
Global replacement of __[su]{8,16,32,64} with [su]{8,16,32,64} and layout.h define it.

2002/04/15 20:04:31-00:00 !antona
Fix all compiler warnings that came up with -Wall. Enabled -Wall for ./configure --enable-debug everywhere. Fix a few bugs in mkntfs that came up in the warnings (just error code paths, nothing major).

2001/06/10 02:25:38-00:00 !antona
mkntfs alpha 3
==============
- Several bugfixes (root dir link count wasn't incremented, mftmirror usns
weren't correct [off by one too high], etc).
- Implement new $UpCase generation using flatcap (Richard Russon)'s algorithm
for generating it. This dropped the stripped mkntfs executable from 204kb down
to 78kb in size. A whopping 62% size decrease! Yey! And the source code dropped
ny over 600kb in size as well. And compilation got quicker, too.

2001/06/01 02:07:26-00:00 !antona
It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
72a796dcc5 Updates
2002/05/06 14:14:07-00:00 !antona
Update ntfslabel manpage

2002/04/12 15:25:04-00:00 !antona
Add the manpage.

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
e7450aab8a Updates
2002/03/12 21:48:27-00:00 !antona
Change version numbers of mkntfs and ntfsfix to match linux-ntfs release and add options to mkntfs to disable content indexing on the volume and to enable compression on the volume.

2001/11/09 21:30:52-00:00 !antona
Considering added functionality change version number to 1.3.0, update docs and mkntfs man page.

2001/08/27 16:58:07-00:00 !antona
Updates.

2001/07/25 13:43:10-00:00 !antona
1.0.2 release. Mkntfs now in sbin and minor bugfix to mkntfs man page.

2001/06/13 19:00:56-00:00 !antona
More cleanups and man page final updates/polishing.

2001/06/11 04:02:09-00:00 !antona
Linux-NTFS 1.0.0-pre-1 - FEATURE FREEZE
=======================================
mkntfs complete with option parsing and more cool things.
mkntfs man page complete.
info files updated.

TODO Before 1.0.0 final:

- Test mkntfs options & mkntfs itself.
- Test tar ball generation.
- Test rpm generation.

2001/06/10 18:30:17-00:00 !antona
Preparations for the 0.1.0 release. Updating documentation and information.
Updating rpm generation and added mkntfs man page which currently is not
accurate as it shows all the mke2fs options in it while mkntfs doesn't actually
accept any options except for device at all but it is a good starting point.

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
ce79075614 Updates
2001/01/23 15:07:31-00:00 !antona
Initial revision

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
1521ab799f Update todo file.
2002/07/06 20:22:57-00:00 !antona
Typo fix

2002/06/08 14:33:09-00:00 !antona
Few odds and ends.

2002/06/07 01:16:20-00:00 !antona
Updates

2002/06/05 20:32:53-00:00 !antona
Mft mirror now updated from ntfs_write_mft_record, yey! Fixup ntfstools accordingly.

2002/06/01 00:41:45-00:00 !antona
huge update!

2002/05/19 18:37:27-00:00 !antona
Commit the change log and current todo file so people have a glimpse of what I am upto...

2002/05/08 22:30:29-00:00 !antona
Config file updates, add missing TODO.ntfsinfo

2002/04/20 23:09:42-00:00 !antona
Port attribute lookup functions with attribute list support from ntfs tng driver. Port/reimplement extent mft record handling code as well. Rename out all dollar signs from type names and constants. Adapt all callers to new API. Note mkntfs is currently broken due to some needed work.

2002/04/19 21:48:31-00:00 !antona
Add a TODO list for the library in form of my personal roadmap. People can use that to pick things to work on if they want...

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
98d7cd1cd3 Update build system with new document.
2001/06/01 02:07:24-00:00 !antona
It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/02/02 01:28:46-00:00 !antona
make dist fixes using more Makefiles.

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
06f77e49ca Update
2002/05/08 06:03:45-00:00 !mattjf

added ntfsinfo man page

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
603cbf0b79 More header development. AttrDef description.
(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
b4f400cb6e More files.
2001/02/02 00:16:18-00:00 !antona
Changed make process to using autoconf/automake/libtool.
Added necessary files for this and for the gnu standard.
Inititial checkin. Probably still stuff missing. Will know soon...

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
57bffbc373 More files.
(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
000cb71a75 Minor updates and restructuring the distribution. See NEWS and ChangeLog for
details.

2001/06/01 02:07:23-00:00 !antona
It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/02/02 00:30:25-00:00 !antona
Had to change symbolic links to files to get cvs to accept them.

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
44151c5f55 It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/02/03 02:03:35-00:00 !antona
More files.

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
1c83be791e It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/02/02 00:30:25-00:00 !antona
Had to change symbolic links to files to get cvs to accept them.

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
ca715933a0 It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
cb99e98c69 Had to change symbolic links to files to get cvs to accept them.
(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
79d44e2d95 Forgot that one.
2001/06/10 18:30:16-00:00 !antona
Preparations for the 0.1.0 release. Updating documentation and information.
Updating rpm generation and added mkntfs man page which currently is not
accurate as it shows all the mke2fs options in it while mkntfs doesn't actually
accept any options except for device at all but it is a good starting point.

2001/02/02 01:15:17-00:00 !antona
Updated documentation and other text files. Preparing for initial release.

2001/02/02 00:30:25-00:00 !antona
Had to change symbolic links to files to get cvs to accept them.

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
97b30713bf Concolidate TODO files
2001/03/26 03:39:59-00:00 !antona
Updates

2001/01/30 12:29:03-00:00 !antona
And the last move into CVS. The make files. (Note: compilation is untested
and all changes have been done without testing so if it doesn't compile at
the moment don't be too surprised.)

2001/01/24 02:10:41-00:00 !antona
Checkin my current todo files.

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
856a1afb30 Cleanup the build process a bit.
2002/07/02 23:47:10-00:00 !antona
Global replacement of __[su]{8,16,32,64} with [su]{8,16,32,64} and layout.h define it.

2002/06/05 20:38:11-00:00 !antona
update

2002/06/02 14:11:08-00:00 !antona
.

2002/06/02 13:57:59-00:00 !antona
Fix detection of read-only mounts in volume.c::ntfs_check_mnteent().

2002/04/29 13:00:31-00:00 !antona
Add check for mbsrtowcs

2002/04/24 23:47:40-00:00 !antona
Hammer out the API for run list merging. Add calls for low level (using raw run lists and ATTR_RECORDs as parameters) run list merging, mappaing pairs decompression, and vcn to lcn conversion as well as high level (using ntfs_attr as parameter) calls for run list mapping and vcn to lcn conversion.

2002/04/18 18:15:45-00:00 !antona
Define API for bootsect.[ch]: is_boot_sector_ntfs().

2002/04/14 14:15:47-00:00 !antona
Cleanups and updates.

2002/01/26 04:32:35-00:00 !antona
RedHat 7.2 - updates

2002/01/10 10:54:27-00:00 !antona
Updates

2001/12/15 05:13:08-00:00 !antona
Remove atomic ops and add compiler version check.

2001/12/06 01:14:52-00:00 !antona
Added mount flags to ntfs_mount and adapted utilities to new mount syntax.

2001/11/17 01:57:53-00:00 !antona
Update build system with new document.

2001/11/10 14:22:15-00:00 !antona
Remove obsoleted disklabel.h stuff.

2001/11/10 14:17:39-00:00 !antona
Enhance mkntfs' device size determination.

2001/11/09 23:36:16-00:00 !antona
Bug fixes

2001/11/09 19:24:23-00:00 !antona
With lots of luck this is going to be 1.2.3.

2001/08/27 16:58:07-00:00 !antona
Updates.

2001/06/11 04:02:08-00:00 !antona
Linux-NTFS 1.0.0-pre-1 - FEATURE FREEZE
=======================================
mkntfs complete with option parsing and more cool things.
mkntfs man page complete.
info files updated.

TODO Before 1.0.0 final:

- Test mkntfs options & mkntfs itself.
- Test tar ball generation.
- Test rpm generation.

2001/06/05 10:33:02-00:00 !antona
Update automatic config/make process and mkntfs to use the cvs release tag for
version reporting.

2001/06/01 02:07:23-00:00 !antona
It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/02/03 02:03:35-00:00 !antona
More files.

2001/02/02 00:16:18-00:00 !antona
Changed make process to using autoconf/automake/libtool.
Added necessary files for this and for the gnu standard.
Inititial checkin. Probably still stuff missing. Will know soon...

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
bd5e13a59b Change sizedetection for files so we work with sparse files, too.
2002/07/15 16:41:48-00:00 !flatcap
AT_NONAME -> AT_UNNAMED

2002/07/15 15:09:21-00:00 !flatcap
lingering attribute name problems

2002/07/11 16:20:34-00:00 !flatcap
whitespace and include guards

2002/07/09 19:17:49-00:00 !flatcap
move the runlist functions from attrib.c to runlist.c

2002/07/08 23:27:16-00:00 !flatcap
added AT_NONAME so we can search for a (un)named attribute or just
iterate through all attributes

2002/07/06 20:07:59-00:00 !antona
New API for compressing run lists into mapping pairs arrays and adapt mkntfs to that API. Addition of ntfs_walk_attrs().

2002/07/03 21:56:01-00:00 !antona
Updates

2002/07/02 23:47:11-00:00 !antona
Global replacement of __[su]{8,16,32,64} with [su]{8,16,32,64} and layout.h define it.

2002/04/27 19:49:10-00:00 !antona
Update library, new APIs ntfs_attr_find_vcn(), misc fixes and cleanups, make all the utilities compile, fix bugs I noticed in ntfslabel and it now works properly.

2002/04/23 23:27:33-00:00 !antona
Fixup the force option in mkntfs.c. Change the ntfs_check_if_mounted so it works on system not implementing {set,get,end}mntent, too. Also make it more powerful in telling us not only if something is mounted but also if it is the fs root and if it is read-only.

2002/04/23 19:37:18-00:00 !mattjf
Removed the check_mount() function and added ntfs_check_if_mounted() to
mkntfs

2002/04/22 10:34:32-00:00 !antona
Attribute list support (merging done, part 2, some stuff still incomplete). mkntfs ntfs volume creation. See the changelog...

2002/04/21 01:26:39-00:00 !antona
Cleanup/streamline include file dependencies.

2002/04/21 01:12:55-00:00 !antona
Fix mkntfs again.

2002/04/20 23:09:43-00:00 !antona
Port attribute lookup functions with attribute list support from ntfs tng driver. Port/reimplement extent mft record handling code as well. Rename out all dollar signs from type names and constants. Adapt all callers to new API. Note mkntfs is currently broken due to some needed work.

2002/04/19 21:09:55-00:00 !antona
Finished provisional inode.c::ntfs_{open,close}_inode() functions. Also, started defining API provided by attrib.[ch], so far only done search context related stuff.

2002/04/18 18:15:46-00:00 !antona
Define API for bootsect.[ch]: is_boot_sector_ntfs().

2002/04/16 15:34:32-00:00 !antona
Fix the library...

2002/04/15 21:41:16-00:00 !antona
Little fix of a fix. (-:

2002/04/15 20:04:29-00:00 !antona
Fix all compiler warnings that came up with -Wall. Enabled -Wall for ./configure --enable-debug everywhere. Fix a few bugs in mkntfs that came up in the warnings (just error code paths, nothing major).

2002/04/15 19:02:41-00:00 !antona
Really fix the library and mkntfs while at it.

2002/04/14 15:26:24-00:00 !antona
Remove find_first_attr and make all users use get_attr_search_ctx + find_attr instead.

2002/03/12 22:11:02-00:00 !antona
Final tidyups.

2002/03/12 22:00:44-00:00 !antona
Fix a few small mistakes

2002/03/12 21:48:27-00:00 !antona
Change version numbers of mkntfs and ntfsfix to match linux-ntfs release and add options to mkntfs to disable content indexing on the volume and to enable compression on the volume.

2002/03/12 00:34:35-00:00 !antona
Fix typo in mkntfs usage information.

2002/02/01 02:46:16-00:00 !antona
Attempt to fix compile warnings on powerpc.

2002/01/10 10:54:27-00:00 !antona
Updates

2002/01/10 10:11:46-00:00 !antona
Fix logfile size calculation.

2001/12/15 05:26:07-00:00 !antona
Hm, it would appear that on my SuSE 7.2 + many other thins + 2.5.1-pre11 kernel mkntfs gets an EINVAL from seek instead of ENOSPACE crashes out. Converted the crash into a warning only.

2001/11/10 16:24:13-00:00 !antona
More logfile size updates so we are more sane with floppies.

2001/11/10 14:47:39-00:00 !antona
Debug display bug fixes.

2001/11/10 14:27:38-00:00 !antona
And more typos.

2001/11/10 14:25:33-00:00 !antona
Oops. Didn't compile. Typo

2001/11/10 14:22:15-00:00 !antona
Remove obsoleted disklabel.h stuff.

2001/11/10 14:17:39-00:00 !antona
Enhance mkntfs' device size determination.

2001/11/10 03:06:05-00:00 !antona
Bug fixes and debug output enhancements.

2001/11/09 23:36:17-00:00 !antona
Bug fixes

2001/11/09 21:18:22-00:00 !antona
More fixes and allow small volumes down to 1MiB, scaling down the $LogFile as much as necessary.

2001/11/09 19:21:09-00:00 !antona
Fix directories on large clusters and allow 4MB volumes.

2001/08/27 16:58:07-00:00 !antona
Updates.

2001/07/25 22:49:25-00:00 !antona
Small tidying up of a misspelling.

2001/07/25 22:30:34-00:00 !antona
Bug fixes for cluster sizes > 4kb involving corrections to mft mirror size and contents, mft data attribute position and mft bitmap size. Some of those were
nasty so this is a major improvement.

2001/06/16 19:22:45-00:00 !antona
Get rid of logfile stuff for mkntfs as it is clearly not needed.

2001/06/16 18:26:34-00:00 !antona
Make mft bitmap non resident and located just after $Boot.
This fixes all the crashes experienced!
This makes mkntfs complete and bug free AFAIK.

2001/06/15 16:47:47-00:00 !antona
Integrate logfile.c into mkntfs

2001/06/13 19:00:56-00:00 !antona
More cleanups and man page final updates/polishing.

2001/06/13 18:07:00-00:00 !antona
Some output cleanup.

2001/06/13 12:21:51-00:00 !flatcap
the backup boot sector is in no-mans-land beyond the normal clusters

2001/06/13 11:51:17-00:00 !flatcap
fixed sector/cluster typo

2001/06/13 11:47:05-00:00 !flatcap
$bitmap - set bits beyond volume

2001/06/13 01:35:02-00:00 !antona
fix backup boot sector problem with error message instead of crashing out. we
rely on chkdsk to fix this as it is a kernel limitation we can't do anything
about atm.

2001/06/13 00:13:38-00:00 !antona
Fix run list corruption stupidity.

2001/06/12 22:39:35-00:00 !antona
Testing

2001/06/12 22:17:30-00:00 !antona
Testing.

2001/06/12 21:58:32-00:00 !antona
Fix stupid bugs in calculating the clusters per mft/index record values.

2001/06/12 20:13:35-00:00 !antona
Fix nr_sectors / sector_size problems with previous commit.

2001/06/12 20:02:50-00:00 !antona
Enable automatic determination of file size of non-block devices instead of
crashing out. A user specified size stil overrides the actual size, we assume the file size will be adjusted automatically by the seek to the last sector and
write of the backup boot sector.

2001/06/11 20:31:29-00:00 !antona
Bugfixing of mkntfs.c. Loads of it. (-8

2001/06/11 04:02:09-00:00 !antona
Linux-NTFS 1.0.0-pre-1 - FEATURE FREEZE
=======================================
mkntfs complete with option parsing and more cool things.
mkntfs man page complete.
info files updated.

TODO Before 1.0.0 final:

- Test mkntfs options & mkntfs itself.
- Test tar ball generation.
- Test rpm generation.

2001/06/10 15:54:20-00:00 !antona
Linux-NTFS 0.1.0-pre1
=====================
-fixed up ntfsfix and ntfsdump_logfile
-corrected stuff
-several bug fixes
-fixed (hopefully) final bug with mkntfs (sd generator was wrong due to brain'o)
-mkntfs now completed, only need to add a few command line options before first
public release.
-rpm generation file updated and autostrip modified to make use of install-stip
make target instead of stripping manually
-made bootsector check verbosity during mount dependent on --enable-debug
configure option.

2001/06/10 14:00:12-00:00 !antona
mkntfs alpha 4
==============
- set back up boot sector as used in volume bitmap

- almost no errors left. only thing chkdsk now complains about is the root dir
security descriptor.

2001/06/10 02:25:38-00:00 !antona
mkntfs alpha 3
==============
- Several bugfixes (root dir link count wasn't incremented, mftmirror usns
weren't correct [off by one too high], etc).
- Implement new $UpCase generation using flatcap (Richard Russon)'s algorithm
for generating it. This dropped the stripped mkntfs executable from 204kb down
to 78kb in size. A whopping 62% size decrease! Yey! And the source code dropped
ny over 600kb in size as well. And compilation got quicker, too.

2001/06/09 18:32:57-00:00 !antona
mkntfs alpha 2
create_hardlink() was forgetting to increment the use count!

2001/06/09 16:31:13-00:00 !antona
mkntfs alpha release is here! Yey!
The only thing I am worried about is the fact that the system call to get the
number of sectors on the device returns a value rounded to the nearest 1024
bytes (converted to 512 byte blocks) thus we might be writting the backup boot
sector too early instead of on the real last sector but there is nothing I can
do apart from starting to play games like accessing the main device for hds
instead of the partition device which wouldn't help in the case of the last
partition though... Alternatively have to place the backup boot sector in the
middle of the disk like WinNT3.51 and earlier did but I need an image to see
exactly how they did it and even then we have the problem of not knowing where
the middle of the disk is as we don't really know how many sectors there are
for real with Linux kernel lying to us.

2001/06/09 00:25:56-00:00 !antona
mkntfs delayed. more reverse engineering required to determine exact method of
index entry collation. first few helper functions are already done and entered
into ntfslib in unistr.c

2001/06/08 19:58:25-00:00 !antona
getting closer to mkntfs alpha.

2001/06/08 14:09:52-00:00 !antona
mkntfs compiles. But untested. Also there are still things to do...

2001/06/07 23:31:54-00:00 !antona
mkntfs - the end to the saga draws closer...

2001/06/06 22:55:49-00:00 !antona
And some more mkntfs + some updates to layout.h concerning directories and
alignment requirements.

2001/06/05 23:45:47-00:00 !antona
The mkntfs saga continues.

2001/06/05 10:33:02-00:00 !antona
Update automatic config/make process and mkntfs to use the cvs release tag for
version reporting.

2001/06/05 10:19:53-00:00 !antona
mkntfs update.

2001/06/04 23:38:55-00:00 !antona
Integrate ldm.c into automatic build process.
A bit more on mkntfs and make it compile (do _not_ run as it is - am working on
directory creation so chances are it will hang if you run it or something).

2001/06/04 14:04:31-00:00 !antona
More work on mkntfs dir stuff.

2001/06/04 11:29:45-00:00 !antona
*** empty log message ***

2001/06/03 12:04:30-00:00 !antona
More directory work in mkntfs

2001/06/03 02:09:08-00:00 !antona
Fix/expand dircetory info in layout.h and add creation of index root attribute
to mkntfs.c.

2001/06/01 19:04:08-00:00 !antona
Updates & fixes.

2001/06/01 02:07:26-00:00 !antona
It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/04/08 03:02:55-00:00 !antona
Added cvs Id header.

2001/03/02 15:09:25-00:00 !antona
Added begin of mkntfs utility. (Doesn't do anything, including doesn't compile at the moment.)

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
9cbb7f7777 Added cvs Id header.
2001/03/26 03:39:59-00:00 !antona
Updates

2001/03/07 15:53:20-00:00 !antona
Some corrections/additions to attributes documentation.

2001/01/30 12:57:44-00:00 !antona
Some documentation I wrote on how attributes work in NTFS.

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
6793494c49 Added cvs Id header.
2001/03/02 15:04:24-00:00 !antona
Update to latest docs.

2001/01/28 05:49:57-00:00 !antona
More header development. AttrDef description.

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
40ca008347 Added CodingStyle document to doc directory.
(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
72da03cc86 Add description of compression algorithm.
(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
6a4f3f919e Add Szakacsits Szabolcs <szaka@sienet.hu> (and myself) to CREDITS.
2002/07/03 21:56:00-00:00 !antona
Updates

2002/04/12 15:23:47-00:00 !antona
Cleanup ntfslabel, write a man page for it, integrate it all in the distribution properly, silence output from ntfs_mount() (conditional on running configure with --enable-debug), update all docs accordingly. Add Rich and Matt to AUTHORS.

2001/08/02 01:44:56-00:00 !antona
Add ntfsfix man page and spell fixes. Update to 1.2.1 version and update all text files to go with it and the rpm spec file.

2001/06/01 02:07:23-00:00 !antona
It has been a long time since last commit. At moment have done a lot of work
on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are
broken. Basically only mkntfs works and that is not complete either.

2001/02/02 01:15:17-00:00 !antona
Updated documentation and other text files. Preparing for initial release.

2001/01/30 12:29:03-00:00 !antona
And the last move into CVS. The make files. (Note: compilation is untested
and all changes have been done without testing so if it doesn't compile at
the moment don't be too surprised.)

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
!antona
3fbf5c3625 Initial revision 2002-08-22 18:09:47 +00:00
cantab.net!aia21
856c10c4ae Don't ask each user if they agree to open logging.
BKrev: 3d64f8c6gOhCOZ3mda5KgsU5MsOmjA
2002-08-22 14:44:22 +00:00
cantab.net!aia21
3aaa8ebe68 Don't ask each user if they agree to open logging.
(Logical change 1.4)
2002-08-22 14:44:22 +00:00
cantab.net!aia21
b1d7b5a059 Update config file with our wanted defaults.
BKrev: 3d64f818DgkfNfT_NaEsKHuq3K_J1A
2002-08-22 14:41:28 +00:00
cantab.net!aia21
a6eb37f5af Update config file with our wanted defaults.
(Logical change 1.3)
2002-08-22 14:41:28 +00:00
cantab.net!aia21
67a9124c4d (Logical change 1.3) 2002-08-22 14:41:28 +00:00
cantab.net!aia21
b07bb68ea8 Initial revision 2002-08-22 14:41:28 +00:00
cantab.net!aia21
2f509bc875 Initial repository create
BKrev: 3d64f511qgPlhfO9hP8MTNf-3YQE3Q
2002-08-22 14:28:33 +00:00
cantab.net!aia21
9126c604fc (Logical change 1.2) 2002-08-22 14:28:33 +00:00
cantab.net!aia21
5e74700a30 Initial revision 2002-08-22 14:28:33 +00:00