s3fs-fuse/src
ggtakec@gmail.com be5fa78032 Fixed Issue 340 and some bugs.
1) Fixes a bug which object owner/group is set wrong id.
    When do chown(chgrp) command without group(owner), s3fs set wrong id(-1) 
    for group(owner) id.
    Fixes this bug.

2) The permission of mount point when allow_other option is specified.
    When allow_other option is specified, s3fs forces the mount point directory 
    permission to set executable permission(mode | 0111).

3) Fixes a bug about permission
    For example, when the directory permission is 0557, other user(who is not owner
    and same group) gets a permission error when making file or directory in that dir.
    Fixes this bug.

4) Compile error: blkcnt_t(Issue 340)
    Fixes a bug: Compile error: blkcnt_t(Issue 340)



git-svn-id: http://s3fs.googlecode.com/svn/trunk@428 df820570-a93a-0410-bd06-b72b767a4274
2013-05-21 05:29:07 +00:00
..
cache.cpp Fixed Issue 31 and Cleanup codes 2013-05-09 08:35:17 +00:00
cache.h Fixed issue 291, and Adds "disable_noobj_cache" option. 2013-05-08 07:51:22 +00:00
common.h Summary of Changes(1.65 -> 1.66) 2013-04-06 17:39:22 +00:00
curl.cpp Added enable_content_md5 option 2013-05-16 02:02:55 +00:00
curl.h Added enable_content_md5 option 2013-05-16 02:02:55 +00:00
Makefile.am Cleaned up source codes 2013-03-30 13:37:14 +00:00
s3fs_util.cpp Fixed Issue 340 and some bugs. 2013-05-21 05:29:07 +00:00
s3fs_util.h Fixed Issue 31 and Cleanup codes 2013-05-09 08:35:17 +00:00
s3fs.cpp Fixed Issue 340 and some bugs. 2013-05-21 05:29:07 +00:00
s3fs.h Cleaned up source codes 2013-03-30 13:37:14 +00:00
string_util.cpp Cleaned up source codes 2013-03-30 13:37:14 +00:00
string_util.h Cleaned up source codes 2013-03-30 13:37:14 +00:00