Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-03-06 | pvfs_open: fix crash/leak in case pvfs_setup_oplock() fails | Stefan Metzmacher | 1 | -6/+5 |
2008-03-04 | pvfs_oplock: auto release oplocks after a timeout | Stefan Metzmacher | 1 | -6/+61 |
2008-03-04 | pvfs_oplock: only a break level2 oplocks... | Stefan Metzmacher | 1 | -11/+1 |
2008-03-04 | pvfs_oplock: move pvfs_oplock_release() parts into a helper function | Stefan Metzmacher | 1 | -43/+56 |
2008-03-01 | pvfs_rename: move odb_rename() onto pvfs_do_rename() | Stefan Metzmacher | 2 | -17/+13 |
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 | 2 | -2/+2 |
2008-02-29 | pvfs_resolve: add pvfs_resolve_name_handle() | Stefan Metzmacher | 1 | -0/+80 |
2008-02-29 | pvfs_resolve: "\\" and a trailing "\" need to be reduced | Stefan Metzmacher | 1 | -2/+9 |
2008-02-29 | pvfs_resolve: fix endless loop with trailing ".." | Stefan Metzmacher | 1 | -1/+1 |
2008-02-29 | pvfs_open: make pvfs_locking_key() non static | Stefan Metzmacher | 1 | -2/+2 |
2008-02-28 | Merge branch 'v4-0-trivial' into v4-0-test | Jelmer Vernooij | 3 | -6/+7 |
2008-02-28 | pvfs_open: fix callers of odb_get_delete_on_close() | Stefan Metzmacher | 1 | -2/+2 |
2008-02-28 | pvfs: remove unused args from pvfs_delete_on_close_set() | Stefan Metzmacher | 2 | -5/+4 |
2008-02-28 | pvfs_open: use the delete_path of odb_close_file() | Stefan Metzmacher | 1 | -49/+35 |