Commit Graph

2572 Commits

Author SHA1 Message Date
antona
0377e979d0 Various fixes before release. 2005-10-07 15:02:15 +00:00
antona
0c293d0407 - Add API (actually renamed from what Rich/FlatCap did):
volume.[hc]::ntfs_libntfs_version() which returns a pointer to a
  static const string of the libntfs verion, i.e. at the moment this is
  "8.0.0".  This required moving the version specifications from
  libntfs/Makefile.am to configure.ac.  This should hopefully have the
  sideeffect that I will remember to increment it when incrementing the
  ntfsprogs version number when making a release given the two are
  right under one another.  (Anton)
- Change ALL utilities to display the libntfs version they are running
  on.  This should make debugging easier in the case that people are
  running mismatched utilities/library.  (Anton)
2005-10-07 14:10:56 +00:00
cha0smaster
3814896a5b fix compiler warning 2005-10-07 13:26:44 +00:00
antona
3d46df6b4a Prepare for 1.12.0 release. 2005-10-07 12:52:52 +00:00
antona
5f6a0988e3 Fix compiler warning. 2005-10-07 12:47:03 +00:00
antona
9b1a8920fb Fix "make test". 2005-10-07 12:41:34 +00:00
antona
31ee9de6ac Fix stupid bug in mkntfs which caused it to fail even though only the
backup boot sector could not be written because a 2.4 kernel is used
and the partition has an odd number of sectors.  (Anton)
2005-10-07 12:21:32 +00:00
szaka
ae276bbfe1 Fix 'make install' and 'make uninstall' if FUSE isn't enabled 2005-10-05 20:11:23 +00:00
uvman
81d7457fe8 Add all reasonable warning flags supported by GCC 3.2+ to --enable-warnings. 2005-10-05 19:13:54 +00:00
antona
95ab175a92 revert manual to say that the volume is marked dirty. Anton 2005-10-05 13:32:39 +00:00
antona
8172a1a9b3 Add test/.cvsignore with the right things in it... 2005-10-05 13:12:22 +00:00
antona
aa7e3cc98e return volume set dirty functionality to ntfsfix on Yura's request. Anton 2005-10-05 13:01:10 +00:00
cha0smaster
ce52b49c36 Minor man pages updates 2005-10-05 11:14:30 +00:00
szaka
4f74c30984 Revert to the original output but by also fixing the "format string" warnings 2005-10-04 22:03:13 +00:00
cha0smaster
ecc920583e revert utils.c revision 1.46, because it breaks ntfsmount output 2005-10-04 21:42:07 +00:00
uvman
62579b84d4 compiler warnings fixes. 2005-10-04 20:36:42 +00:00
cha0smaster
fa46de6b6f accept noauto mount option for better support mounting via fstab 2005-10-04 20:00:22 +00:00
cha0smaster
e0dd52faae update changelog 2005-10-03 21:11:25 +00:00
cha0smaster
cc9bc93221 * change interface: ntfsmount device mnt_point -o opts
* hardlink ntfsmount to /sbin/mount.ntfs-fuse, thus volume can be mounted via fstab without any helpers
* update man page for ntfsmount
2005-10-03 21:07:24 +00:00
cha0smaster
96f31a07ed Add locale options to ntfsmount. 2005-10-03 19:48:54 +00:00
cha0smaster
f292546aed EPERM is returned if windows was hibernated 2005-10-01 00:42:11 +00:00
cha0smaster
75668af15e last optimizations to ntfs_delete was incorrect, revert it 2005-10-01 00:34:53 +00:00
szaka
54891f3112 Emphasize Windows needs to be rebooted twice after chkdsk /f 2005-09-30 20:29:58 +00:00
szaka
39403911a4 Clarify --force usage 2005-09-30 19:51:12 +00:00
szaka
d07aab11f5 Update unclean_journal_msg 2005-09-30 19:46:45 +00:00
antona
3c3507c4a3 Fix the update. 2005-09-30 19:26:06 +00:00
antona
b24f640e24 Update. 2005-09-30 19:25:41 +00:00
antona
813354f56d Add missing options to mkntfs' getopt() parsing string. (What a silly bug!)
Fix a compile warning in ntfscmp.
2005-09-30 19:24:13 +00:00
cha0smaster
dff50dc5ba oops, forgot one s/_lookup/_find 2005-09-30 18:57:00 +00:00
flatcap
519d68eb53 remove some junk 2005-09-30 16:58:20 +00:00
cha0smaster
ad2e6baf35 Refix my previous fix to fix. :-)
Comment thinks better.
2005-09-30 13:13:38 +00:00
cha0smaster
7aeed859b9 Revert Anton's code that breaks functions needed for attribute resize. 2005-09-30 09:52:05 +00:00
cha0smaster
27d923bffb typo fix 2005-09-30 09:45:54 +00:00
szaka
ab2ad80ae7 Accept incorrect $Bitmap size if it covers the entire volume 2005-09-29 23:30:15 +00:00
flatcap
9ee916bbd0 need config.h for the autoconf #ifdefs 2005-09-29 12:50:39 +00:00
flatcap
1b5ee7b7a3 need config.h for the autoconf #ifdefs 2005-09-29 12:44:42 +00:00
antona
8db479a6b1 Patch from Christophe:
A lot of headers are checked by autoconf (AC_CHECK_HEADERS in configure.ac).
Please find a patch that add the missing "#ifdef" to the source code.
2005-09-28 13:47:47 +00:00
antona
151d0ecb61 Fix the double free that just got added. There was only half a memory leak...
It was a cut and paste error, not a real memory leak.
2005-09-27 18:03:00 +00:00
flatcap
6691212129 fix a memory leak - vol->vol_ni 2005-09-27 17:11:30 +00:00
flatcap
2aa1cfe3d9 fix a build warning 2005-09-27 15:25:19 +00:00
antona
339abc36b4 More $LogFile handling fixes: when chkdsk has been run, it can leave the
restart pages in the journal without multi sector transfer protection
fixups (i.e. the update sequence array is empty and in fact does not
exist).
2005-09-26 13:18:29 +00:00
antona
4b1b89109d Fix the definition of the CHKD ntfs record magic. It had an off by
two error causing it to be CHKB instead of CHKD.
2005-09-26 13:11:00 +00:00
szaka
431258997d Fix saving by sectors during --rescue 2005-09-25 21:42:47 +00:00
szaka
a0338ab9b2 Fix uninteded output and typo 2005-09-25 19:35:56 +00:00
szaka
660b44f3ed Fix --enable-really-statici: mkntfs redefined ntfs_attr_put_search_ctx() 2005-09-25 19:22:11 +00:00
cha0smaster
5ca19a130b fix stupid bug in ntfs_delete, optimize it a bit 2005-09-25 14:12:44 +00:00
cha0smaster
8afb8a0daa minor cleanup 2005-09-25 11:42:26 +00:00
szaka
44e60c37c4 Fix 'make extra' (ntfsmove) compilation 2005-09-24 23:46:54 +00:00
antona
2a104d8eda Megapatch!!! Check evecrything!!! I probably broke everything!!! 2005-09-24 22:54:55 +00:00
szaka
99e18269b7 Hint user the --rescue option if they have bad sectors 2005-09-24 21:36:51 +00:00