szaka
cf16a8191b
parse_mount_options(): don't parse empty options string
2007-03-03 23:36:43 +00:00
szaka
3e9874de79
fix fakeraid/softraid detection (Cyberjean, Szaka)
2007-03-03 23:31:48 +00:00
szaka
95e5a206c7
manual: added access handling, security section; other minor updates
2007-03-03 23:30:39 +00:00
szaka
68422bdf94
add --disable-ldconfig configure option and reorganize *-hook rules to
...
*-local and *-hook ones in src/Makefile.am for simplicity and to be more
compatible with older automake versions (Andreas Hanke)
2007-03-03 10:52:06 +00:00
szaka
79e99e6abd
don't check for unused gcrypt.h and gnutls/pkcs12.h headers (Andreas Hanke)
2007-02-23 19:52:45 +00:00
szaka
2ac62cb4a2
update to 1.0
2007-02-20 20:16:19 +00:00
szaka
14c823ebaa
release candidate -> stable
2007-02-20 20:14:19 +00:00
szaka
4e1693d0ef
Don't calculate bootsector checksum, ntfs doesn't use it and it's often off
2007-02-20 19:09:32 +00:00
szaka
e696740463
ntfs_delete(): don't log non-empty dir deleted attempts
2007-02-20 18:53:03 +00:00
szaka
9a80f012dc
beta -> release candinate
2007-02-06 19:44:00 +00:00
szaka
09921b60fe
update to 0.20070207-RC1
2007-02-06 19:41:51 +00:00
szaka
b4c03d47f4
update to 0.20070207-PREVIEW
2007-02-06 19:25:55 +00:00
szaka
f5d8f91c4f
ignore user specified blksize option
2007-02-06 19:08:16 +00:00
szaka
931858c0c2
use FUSE default_permissions option when users expect things to work that way
2007-02-06 18:56:24 +00:00
szaka
d7d38e82d9
fix: don't update ->name_offset if it would underflow
2007-02-06 15:11:53 +00:00
szaka
72c9e1175e
ntfs_is_logfile_clean: no need to report more unlean logfile data
2007-02-04 20:01:51 +00:00
szaka
d5d43139eb
update fuse26_kmod_msg: FUSE 2.6.2 kmod lacks fuseblk for old kernels
2007-02-04 19:56:55 +00:00
szaka
28a4fa0a40
portability fix: use getuid/geteuid instead of getresuid
2007-02-04 13:25:26 +00:00
szaka
6da93fb607
fix uids related compilation warnings (bigboss, Szaka)
2007-02-04 13:20:25 +00:00
szaka
9d8acc3527
update to version 0.20070118-BETA
2007-01-17 21:57:35 +00:00
szaka
4fdcbb538c
fix mtime, ctime update
2007-01-17 21:52:01 +00:00
szaka
30e9ddfdf0
main(): cleanup exit paths
2007-01-17 21:44:57 +00:00
szaka
065b283892
setuid root support
2007-01-17 21:25:00 +00:00
szaka
e3054e26f9
remove redundant struct fuse_arg variable initialization
2007-01-17 20:59:21 +00:00
szaka
d12649781e
fix a memory leak on an error path before exit
2007-01-17 20:55:30 +00:00
szaka
85defe7e33
update to version 0.20070116-BETA
2007-01-15 22:32:31 +00:00
szaka
de559b15af
man page update
2007-01-15 22:31:49 +00:00
szaka
d046837241
report logfile check errors
2007-01-15 21:58:00 +00:00
szaka
8a82a85477
support older than FUSE 2.6 kernel modules
2007-01-15 21:46:31 +00:00
szaka
75c60e5486
fix 64-bit warnings (Yuval)
2007-01-09 21:22:58 +00:00
szaka
21351b1132
ntfs_cluster_set_zone_pos(): fix unused 'zone' variable warning
2007-01-09 21:00:21 +00:00
szaka
ba30abd0a4
fix "no previous prototype" warnings (Yuval)
2007-01-09 20:54:54 +00:00
szaka
87dcc99921
fix: make ActiveSync work via Samba 3.0 (Rein Ketelaars, Yuval, Szaka)
2007-01-09 20:38:07 +00:00
yura
857573a2e4
minor style fix and changelog description
2007-01-07 19:19:53 +00:00
uvman
dcc13dca8b
ni->allocated_size for resident files is rounded up to multiples of 8. A '>> 9' on such value may round up or down. Fix it to always round up. Samba 3 use st_blocks to detect if a file is sparse. ActiveSync 4 fails on sparse files.
2007-01-07 19:08:22 +00:00
yura
197a4cc756
- upgrade to new shiny fuse option parsing API instead of my old hackish one (more readable and -4kb code)
...
- remove show_sys_files and add case_insensitive options
2007-01-03 18:27:10 +00:00
szaka
3ed207e09b
update to version 0.20070102-BETA
2007-01-01 20:24:11 +00:00
szaka
f29c52f92d
Point FreeBSD users to http://www.freshports.org/sysutils/fusefs-ntfs
2007-01-01 20:21:54 +00:00
szaka
01622020fc
print some help if device is fakeraid
2007-01-01 19:32:07 +00:00
szaka
6ef4ffde9b
ntfs_cluster_alloc(): scatter new and concurrent writes
2007-01-01 17:59:01 +00:00
szaka
a461c127d9
ntfs_cluster_alloc(): factor out codes related to positioning in zones
2007-01-01 17:35:58 +00:00
szaka
e85c1e47fd
ntfs_cluster_alloc(): log errors
2007-01-01 17:17:39 +00:00
szaka
31d7b6875f
ntfs_cluster_alloc(): use 512 bytes NTFS_LCNALLOC_BSIZE instead of 8kB
2007-01-01 17:12:04 +00:00
szaka
0a918f567f
fix: invalid argument error when writing randomly into sparse files
2007-01-01 17:02:27 +00:00
szaka
f8f161ebb0
autogen.sh doesn't require bash, sh is enough
2007-01-01 16:55:48 +00:00
aia21
f6adc3fc78
- mkntfs: Create more Vista like volumes. We now match the security
...
descriptor attributes (but not yet the security descriptors stored in
$Secure). (Anton)
- libntfs: Rewrite ntfs_upcase_table_build() to generate a Vista
compatible upcase table ($UpCase). (Anton)
- mkntfs: Remove own generation of upcase table, i.e. delete
ntfsprogs/upcase.[ch] and use ntfs_upcase_table_build() supplied by
libntfs. (Anton)
2006-12-19 16:31:52 +00:00
yura
452b99f01b
oops, committed temporary thing by accident
...
hope this will work for everyone
2006-12-18 13:39:23 +00:00
yura
bedd6f4a13
add some debug output useful on freebsd for aligned access testing
2006-12-18 13:32:58 +00:00
szaka
55c0d3a3fa
update to version 0.20061218-BETA
2006-12-17 19:56:14 +00:00
szaka
41d37771a2
fix: inode number wasn't filled in dirent structures (Ted Anderson, Szaka)
2006-12-17 19:48:34 +00:00