Age | Commit message (Expand) | Author | Files | Lines |
2010-03-05 | s4-pvfs: use pvfs_sys_fchmod() | Andrew Tridgell | 1 | -2/+2 |
2009-10-18 | s4-streams: fixed handling of stream rename and overwrite | Andrew Tridgell | 1 | -1/+2 |
2009-10-18 | s4-pvfs: rename with full name gives SHARING_VIOLATION | Andrew Tridgell | 1 | -1/+3 |
2009-10-18 | s4-pvfs: change the handling of access checking on create | Andrew Tridgell | 1 | -1/+1 |
2009-02-05 | s4:pvfs: use talloc_get_type() to cast from void * | Stefan Metzmacher | 1 | -3/+6 |
2009-01-07 | added support for stream renames in Samba4 | Andrew Tridgell | 1 | -4/+40 |
2008-06-03 | pvfs: use utimes() instead of utime() to get better timestamp resolution | Stefan Metzmacher | 1 | -14/+26 |
2008-06-03 | pvfs_setfileinfo: update the write time in the opendb | Stefan Metzmacher | 1 | -0/+47 |
2008-05-28 | don't allow a file to be changed to a directory with setfileinfo | Andrew Tridgell | 1 | -1/+6 |
2008-05-07 | pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME code | Stefan Metzmacher | 1 | -2/+0 |
2008-03-01 | pvfs_rename: move odb_rename() onto pvfs_do_rename() | Stefan Metzmacher | 1 | -4/+1 |
2008-02-29 | pvfs_setfileinfo: support renaming of directories | Stefan Metzmacher | 1 | -5/+0 |
2008-02-29 | pvfs_setfileinfo: tell the opendb about renames | Stefan Metzmacher | 1 | -3/+22 |
2008-02-29 | pvfs: use pvfs_resolve_name_handle() in qfileinfo and setfileinfo | Stefan Metzmacher | 1 | -1/+1 |
2008-02-26 | pvfs_setpathinfo: retry setpathinfo after oplock not granted on on setpathinf... | Stefan Metzmacher | 1 | -0/+107 |
2008-02-26 | pvfs_setfileinfo: break level2 oplocks on setfileinfo() ALLOCATION_INFO and E... | Stefan Metzmacher | 1 | -0/+6 |
2008-02-26 | pvfs_setfileinfo_rename: map DELETE_PENDING to ACCESS_DENIED | Stefan Metzmacher | 1 | -0/+3 |
2008-02-25 | pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the caller | Stefan Metzmacher | 1 | -3/+1 |
2008-02-14 | A better way to handle the different format of RenameInformation in SMB2 | Andrew Tridgell | 1 | -0/+3 |
2008-02-14 | we need to refuse a root_fid in rename on SMB but not SMB2 | Andrew Tridgell | 1 | -3/+5 |
2008-02-14 | Fixed SMB2 rename operations from Vista clients | Andrew Tridgell | 1 | -13/+24 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r16706: for RAW_SFILEINFO_SETATTR attrib == 0 means set it to FILE_ATTRIB_NORMAL | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r15734: This is a major change to the NTVFS subsystem: | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15057: fix access masks for getting and setting security_descriptors | Stefan Metzmacher | 1 | -2/+9 |
2007-10-10 | r14947: add support for file truncate events | Andrew Tridgell | 1 | -5/+8 |
2007-10-10 | r14933: fix the handling of notify filters to be much closer to the behaviour | Andrew Tridgell | 1 | -5/+10 |
2007-10-10 | r14925: trigger NOTIFY_ACTION_OLD_NAME and NOTIFY_ACTION_NEW_NAME events for | Andrew Tridgell | 1 | -10/+4 |
2007-10-10 | r14808: added notify_trigger() calls for rename and setfileinfo calls | Andrew Tridgell | 1 | -0/+36 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 1 | -9/+10 |
2007-10-10 | r14174: fix typos | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14157: - pass a struct ntvfs_request to the ntvfs layer | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETE | Andrew Tridgell | 1 | -9/+5 |
2007-10-10 | r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5666: winxp will use a NTTIME of -1 to mean "don't change" in setfileinfo | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4615: added acl checking on directory search in pvfs | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4584: fix pvfs backend to pass the new enhanced RAW-ACLS test. Easy once I r... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4448: - fixed access_mask checking on acl set | Andrew Tridgell | 1 | -5/+12 |
2007-10-10 | r4409: fixed handling of zero access masks for the POSITION_INFORMATION query... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4408: added the remaining access check hooks into pvfs. All calls should now... | Andrew Tridgell | 1 | -3/+49 |
2007-10-10 | r4406: - don't call the xattr unlink hook on unlink unless the link count is ... | Andrew Tridgell | 1 | -6/+4 |
2007-10-10 | r4314: added ACL checking on unlink | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei... | Andrew Tridgell | 1 | -19/+35 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r3939: - added "posix:fakeoplocks" option for testing with oplocks forced on | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL is | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r3806: added support to smb_server and pvfs for the NTTRANS Create call. This | Andrew Tridgell | 1 | -3/+3 |