ntfs-3g/ntfstools
!szaka e80befbfb5 Merge set_ntfs_volume_flags() and code from ntfsfix as a new library
function: ntfs_set_volume_flags(). Note, ntfs_set_volume_flags() is
moving to volume.[ch]

2002/07/12 12:38:54-00:00 !szaka
Rewrote $LogFile reset using new inode API and moved it from ntfsfix to
libntfs as ntfs_reset_logfile(). ntfsresize also resets log file.

2002/07/12 07:10:44-00:00 !szaka
NTFS_V* version macros and ntfs_is_version_supported() added.
Modified ntfsfix and ntfsresize to use them.

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/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/06/05 20:32:53-00:00 !antona
Mft mirror now updated from ntfs_write_mft_record, yey! Fixup ntfstools accordingly.

2002/06/02 23:02:20-00:00 !antona
More fixes and updates.

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/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/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/16 15:34:32-00:00 !antona
Fix the library...

2002/04/15 19:17:24-00:00 !antona
Fix ntfsfix as well. This completes all changes and everything should be just as functional as before.

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

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/01/26 02:22:05-00:00 !antona
Fix two bugs (we called is_baad_record instead of is_baad_recordp...). Thanks to
 David Martinez Moreno for reporting the compile time warnings on ia64 which led me to find the bugs.

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

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

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/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:47:36-00:00 !antona
Fix

2001/04/11 15:29:39-00:00 !flatcap
minor build fixes

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

2001/04/02 23:02:41-00:00 !antona
Fixed a braino the compiler didn't catch...

2001/04/02 02:38:39-00:00 !antona
I think version reporting is now fixed.

2001/04/02 02:20:53-00:00 !antona
Fixed up the automatic version numbering (I hope).

2001/04/02 02:13:57-00:00 !antona
Make the ntfsfix version be equal to the Revision in CVS.

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 04:21:49-00:00 !antona
Finished first public release. This is the final commit to make sure
everything is in cvs.

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/30 12:55:21-00:00 !antona
Fixed the compilation issues.

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.)

2001/01/24 21:02:37-00:00 !antona
Added ntfsfix program.

(Logical change 1.5)
2002-08-22 18:09:47 +00:00
..
Makefile.am "configure --enable-really-static" and "make strip" 2002-08-22 18:09:47 +00:00
Makefile.in "configure --enable-really-static" and "make strip" 2002-08-22 18:09:47 +00:00
attrdef.c It has been a long time since last commit. At moment have done a lot of work 2002-08-22 18:09:47 +00:00
boot.c It has been a long time since last commit. At moment have done a lot of work 2002-08-22 18:09:47 +00:00
dumplog.c whitespace and include guards 2002-08-22 18:09:47 +00:00
mkntfs.8.in Updates 2002-08-22 18:09:47 +00:00
mkntfs.c Change sizedetection for files so we work with sparse files, too. 2002-08-22 18:09:47 +00:00
ntfsdump_logfile.c AT_NONAME -> AT_UNNAMED 2002-08-22 18:09:47 +00:00
ntfsfix.8.in little mod to ntfsfix manpage 2002-08-22 18:09:47 +00:00
ntfsfix.c Merge set_ntfs_volume_flags() and code from ntfsfix as a new library 2002-08-22 18:09:47 +00:00
ntfsinfo.8.in Update 2002-08-22 18:09:47 +00:00
ntfsinfo.c AT_NONAME -> AT_UNNAMED 2002-08-22 18:09:47 +00:00
ntfslabel.8.in Updates 2002-08-22 18:09:47 +00:00
ntfslabel.c AT_NONAME -> AT_UNNAMED 2002-08-22 18:09:47 +00:00
ntfsresize.c Fix incorrect message if new volume size was given in [KMG]Byte 2002-08-22 18:09:47 +00:00
ntfsundelete.8.in docs updated. mem leak fixed. 2002-08-22 18:09:47 +00:00
ntfsundelete.c minor build fixes 2002-08-22 18:09:47 +00:00
ntfsundelete.h a couple of new bits, nothing original 2002-08-22 18:09:47 +00:00
ntfswipe.c created a template for ntfswipe 2002-08-22 18:09:47 +00:00
ntfswipe.h created a template for ntfswipe 2002-08-22 18:09:47 +00:00
sd.c whitespace and include guards 2002-08-22 18:09:47 +00:00
upcase.c Updates 2002-08-22 18:09:47 +00:00