Age | Commit message (Expand) | Author | Files | Lines |
2008-05-29 | added support for returning the maximal access MXAC tag in SMB2 create | Andrew Tridgell | 2 | -4/+32 |
2008-05-29 | querying the ACCESS_INFORMATION is always allowed | Andrew Tridgell | 1 | -0/+4 |
2008-05-29 | SEC_FILE_READ_ATTRIBUTE is only automatically granted on SMB, not SMB2 | Andrew Tridgell | 1 | -3/+10 |
2008-05-28 | fixed create_action for truncated files | Andrew Tridgell | 1 | -1/+12 |
2008-05-28 | SMB2 doesn't have NAME_INFORMATION level | Andrew Tridgell | 1 | -0/+4 |
2008-05-28 | don't allow a file to be changed to a directory with setfileinfo | Andrew Tridgell | 1 | -1/+6 |
2008-05-28 | implement the documented SMB2 create blobs in the server | Andrew Tridgell | 1 | -0/+3 |
2008-05-28 | answer SMB2_ALL_EAS qfileinfo | Andrew Tridgell | 1 | -0/+9 |
2008-05-28 | fixed error code for write on a directory | Andrew Tridgell | 1 | -1/+1 |
2008-05-28 | fix error code for read on a directory | Andrew Tridgell | 1 | -1/+1 |
2008-05-27 | ensure that we honor SMB2 read min_count properly | Andrew Tridgell | 1 | -0/+8 |
2008-05-27 | added support for the output fields of SMB2 close | Andrew Tridgell | 1 | -3/+26 |
2008-05-27 | another attempt at the damn SEC_STD_SYNCHRONIZE flag | Andrew Tridgell | 1 | -4/+1 |
2008-05-27 | disable the SEC_STD_SYNCHRONIZE test until we know what it means | Andrew Tridgell | 1 | -0/+2 |
2008-05-27 | make the SEC_STD_SYNCHRONIZE test more specific | Andrew Tridgell | 1 | -2/+5 |
2008-05-27 | SEC_STD_SYNCHRONIZE is only invalid on SMB2 | Andrew Tridgell | 1 | -1/+10 |
2008-05-27 | check for some more invalid bits in smb2 create | Andrew Tridgell | 1 | -0/+9 |
2008-05-27 | Vista returns ACCESS_DENIED here | Andrew Tridgell | 1 | -1/+1 |
2008-05-26 | stricter checks for valid inputs in SMB2 open and lock | Andrew Tridgell | 1 | -11/+27 |
2008-05-26 | fill in reserved field on SMB2 flush | Andrew Tridgell | 1 | -0/+1 |
2008-05-26 | allow larger streams using the TDB backend | Andrew Tridgell | 1 | -4/+9 |
2008-05-23 | pvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directory | Stefan Metzmacher | 1 | -1/+8 |
2008-05-23 | pvfs_resolve: stream_name = "" is only the same as NULL for files | Stefan Metzmacher | 2 | -1/+9 |
2008-05-23 | pvfs_streams: directories don't have streams | Stefan Metzmacher | 1 | -0/+7 |
2008-05-23 | fix make test for EAs again | Andrew Tridgell | 2 | -4/+5 |
2008-05-22 | fixes for EAs and filename in gentest_smb2 results | Andrew Tridgell | 1 | -1/+12 |
2008-05-22 | check for invalid file attribute values in create | Andrew Tridgell | 1 | -0/+4 |
2008-05-20 | check the creation options where the client can require a path to be a | Andrew Tridgell | 1 | -0/+14 |
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the mi... | Jelmer Vernooij | 1 | -1/+2 |
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -4/+4 |
2008-05-07 | pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME code | Stefan Metzmacher | 4 | -39/+15 |
2008-04-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Jelmer Vernooij | 1 | -1/+1 |
2008-04-16 | Use readily available event context. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-15 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 1 | -11/+15 |
2008-04-14 | fixed a valgrind error in id mapping | Andrew Tridgell | 1 | -1/+1 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -11/+15 |
2008-04-02 | ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4 | Kai Blin | 4 | -49/+166 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 2 | -4/+4 |
2008-03-15 | pvfs_open: set h->have_opendb_entry directly after odb_open_file() | Stefan Metzmacher | 1 | -2/+2 |
2008-03-15 | pvfs_open: the pvfs_odb_retry structs need to be children of the request | Stefan Metzmacher | 1 | -2/+0 |
2008-03-15 | pvfs_unlink: disable async retries for wildcard deletes | Stefan Metzmacher | 1 | -0/+6 |
2008-03-12 | pvfs_open: retry pvfs_open() after an EGAIN or EWOULDBLOCK from open() | Stefan Metzmacher | 1 | -4/+54 |
2008-03-12 | pvfs_open: pass O_NONBLOCK to open() so that we'll not block with kernel oplocks | Stefan Metzmacher | 1 | -2/+2 |
2008-03-12 | pvfs_open: pass down &f->handle->fd to odb_open_file() | Stefan Metzmacher | 1 | -31/+30 |
2008-03-12 | pvfs_rename: implement RAW_RENAME_NTTRANS as noop as w2k3 | Stefan Metzmacher | 1 | -1/+10 |
2008-03-11 | pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANS | Stefan Metzmacher | 1 | -0/+3 |
2008-03-07 | pvfs_open: fix the odb_open_file() callers | Stefan Metzmacher | 1 | -16/+8 |
2008-03-07 | pvfs_open: always call odb_can_open() before odb_open_file() | Stefan Metzmacher | 1 | -6/+45 |
2008-03-06 | pvfs_open: pass down allow_level_II_oplock to odb_open_file() | Stefan Metzmacher | 1 | -4/+16 |