Commit Graph

4454 Commits (bbdfcb017d131bee5681bd070abeef43f0d0d25d)
 

Author SHA1 Message Date
jpandre 3787dcad77 Fixed checking access to parent directory for removing an extended attribute 2009-01-17 14:29:15 +00:00
jpandre b73ba7f15c Avoided errno pollution when removing a reparse point 2009-01-17 08:39:23 +00:00
jpandre 9b996d31b9 Relocated code for setting/retrieving NTFS attribs 2009-01-17 08:37:17 +00:00
szaka e4bf04aeea ntfs_attr_open: fix named attribute memory leak in error cases (Jean-Pierre Andre) 2009-01-15 16:56:10 +00:00
szaka 4869dc96d5 OS X: remove FUSE_ENABLE_SETVOLNAME comment 2009-01-08 02:52:12 +00:00
szaka f70df990c5 OS X: support getting/setting file creation timestmap (Erik Larsson) 2009-01-08 00:13:42 +00:00
jpandre 0feae8177a Fixed the return value of ntfs_set_file_attributes() 2009-01-06 11:25:55 +00:00
jpandre ca6466c6bb Mapped a few NTFS internal data to extended attributes 2009-01-05 13:56:05 +00:00
jpandre d3f3a19866 Adapted to ntfs-3g.1.5222-RC 2009-01-05 13:28:06 +00:00
jpandre 4898e594b8 Avoided sorting Posix ACEs when there is only one 2008-12-24 15:35:21 +00:00
jpandre f443601201 Avoided a full ACL compare when not needed to determine a default user mapping 2008-12-24 15:33:08 +00:00
jpandre 25e3cad534 Changed the sequencing of operations to compute the size of an ACL 2008-12-24 15:30:25 +00:00
jpandre 33cb0cbd7e Strengthened the consistency checks on ACLs 2008-12-24 15:27:34 +00:00
jpandre f0fbd111e0 Fixed a memory leak in the security API (impacted tools) 2008-12-24 15:09:44 +00:00
jpandre 26681fe0fe Fixed copy of special flags in the security API (for tools) 2008-12-24 15:04:31 +00:00
szaka 0971a60948 release 1.5222-RC 2008-12-22 01:33:49 +00:00
szaka f620cd20eb ntfs_inode_lookup_by_name, ntfs_mft_get_parent_ref: log all errors 2008-12-22 01:28:30 +00:00
szaka 882a17a6ce locale= mount option is not used anymore for filename characterset conversion 2008-12-22 00:48:29 +00:00
szaka 0fcb9b7f42 ntfs_pathname_to_inode: log filename utf8 conversion error 2008-12-22 00:34:15 +00:00
szaka 6718cf6de0 readdir returns error if a filename can't be utf8 converted instead of skipping it 2008-12-22 00:27:12 +00:00
szaka 2a004f0911 ntfs_utf16_to_utf8, ntfs_utf8_to_utf16: check ntfs_malloc() return value 2008-12-22 00:16:19 +00:00
szaka 704519c75e set errno values for the new built-in UTF8 conversion functions 2008-12-22 00:11:28 +00:00
szaka 0017cc31df add built-in UTF8 support, use as default (Bernhard Kaindl, Jean-Pierre Andre) 2008-12-21 23:28:08 +00:00
szaka f7a15b7041 uninline reply_err() 2008-12-15 03:10:49 +00:00
szaka 9dc9eb60e9 ntfs_fuse_statfs: fix f_bsize comment about optimal transfer block size 2008-12-12 22:14:41 +00:00
szaka 31026fb7b0 librarize utils_ functions 2008-12-06 22:11:28 +00:00
szaka 50702ea690 add --disable-posix-acl configure option 2008-12-06 12:34:37 +00:00
szaka ab15086e7e add "-Wformat -Wformat-security" to --enable-warnings compiler warnings 2008-12-06 11:38:01 +00:00
jpandre 6faf38df12 Adapted to ntfs-3g.1.5130 2008-12-01 15:29:23 +00:00
jpandre c4c3c8f90f Fixed inclusion of two functions whatever ACL option selected 2008-12-01 15:07:49 +00:00
jpandre 150a7879db Fixed warnings from gcc >= 4.3.2 2008-12-01 14:49:40 +00:00
szaka 7da19cacd7 release 1.5130 2008-11-30 21:55:40 +00:00
szaka 70b7c4f8bf change invocation examples to work on OS X 2008-11-30 21:54:18 +00:00
szaka 86b9c82176 ntfs_external_attr_find: log all errors 2008-11-30 21:39:41 +00:00
szaka a1ca403e41 fix read potentially returning corrupt data when the hardware fails 2008-11-30 17:16:37 +00:00
jpandre 0aab674589 Cosmetic fixes 2008-11-29 10:52:03 +00:00
jpandre ee37dcab6d Interpreted symbolic links created by Vista as symbolic links 2008-11-26 15:57:20 +00:00
jpandre e39b2a5d0d Processed an alternate format for Windows symlinks 2008-11-13 09:40:42 +00:00
szaka ce825e1a42 uninline not inlineable functions, hinted by compiler warnings 2008-11-13 02:31:50 +00:00
szaka 32fe0868dd add "-Wformat -Wformat-security" to --enable-warnings compiler warnings 2008-11-13 02:27:41 +00:00
szaka 8b7954e4ab ntfs_fuse_write: fix compiler warning on logging format string 2008-11-13 02:21:58 +00:00
szaka e8b6fe03f6 fix all -Wformat -Wformat-security compiler warnings (Vincent Untz) 2008-11-13 01:53:21 +00:00
szaka da3774f53f remove optional log coloring 2008-11-13 01:48:07 +00:00
jpandre 751483b465 Inserted the new files reparse.c and reparse.h in the build process 2008-11-04 13:39:02 +00:00
jpandre 4c39b0332f Fixed filtering of junction points 2008-11-04 13:36:08 +00:00
jpandre 33bccc53c9 Implemented an interpretation of junction points 2008-11-02 09:14:57 +00:00
szaka 524c10f74b version 1.5020 2008-10-22 13:50:59 +00:00
szaka 1f8c7efb38 remove unused version files 2008-10-16 23:38:13 +00:00
szaka 75564ddbd1 fix redundant redeclaration of fuse_lowlevel_new 2008-10-15 09:21:47 +00:00
szaka 46f8418edc fix ntfs_mft_attr_extend usage 2008-10-15 09:18:53 +00:00