summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-2/+0
| * | | Use readily available event context.Jelmer Vernooij2008-04-161-1/+1
| | |/ | |/|
| * | Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-145-63/+42
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij2008-04-141-1/+2
| |\|
| | * fill in unknown fields in SMB2 READ callAndrew Tridgell2008-04-141-1/+2
| * | Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-143-0/+12
| |/
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-0814-184/+330
|\|
| * ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4Kai Blin2008-04-024-49/+166
| * ntvfs: Use wbclient in vsf_unixuid, not sidmapKai Blin2008-04-021-22/+50
| * Reduce the number of installed headers.Jelmer Vernooij2008-04-021-1/+1
| * Install public header files again and include required prototypes.Jelmer Vernooij2008-04-029-112/+113
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-281-2/+1
|\|
| * Fix references to ntvfs share configAndrew Bartlett2008-03-271-1/+1
| * Make oplocks a per-share option.Andrew Bartlett2008-03-271-2/+1
* | Merge v4.0-testJelmer Vernooij2008-03-2813-52/+594
|\ \
| * | opendb_tdb: enable oplocks per defaultStefan Metzmacher2008-03-271-1/+1
| |/
| * pvfs_open: set h->have_opendb_entry directly after odb_open_file()Stefan Metzmacher2008-03-151-2/+2
| * pvfs_open: the pvfs_odb_retry structs need to be children of the requestStefan Metzmacher2008-03-151-2/+0
| * pvfs_unlink: disable async retries for wildcard deletesStefan Metzmacher2008-03-151-0/+6
| * pvfs_open: retry pvfs_open() after an EGAIN or EWOULDBLOCK from open()Stefan Metzmacher2008-03-121-4/+54
| * pvfs_open: pass O_NONBLOCK to open() so that we'll not block with kernel oplocksStefan Metzmacher2008-03-121-2/+2
| * opendb_tdb: use sys_lease to setup kernel oplocksStefan Metzmacher2008-03-122-9/+42
| * ntvfs/sysdep: implement linux kernel oplocks based F_SETLEASEStefan Metzmacher2008-03-123-0/+233
| * ntvfs/sysdep: add sys_lease abstraction to later support kernel oplocksStefan Metzmacher2008-03-123-0/+215
| * pvfs_open: pass down &f->handle->fd to odb_open_file()Stefan Metzmacher2008-03-121-31/+30
| * opendb: pass down a pointer to the fd in odb_open_file()Stefan Metzmacher2008-03-123-4/+6
| * ntvfs/cifs: fix the fnum on RAW_RENAME_NTTRANSStefan Metzmacher2008-03-121-0/+7
| * pvfs_rename: implement RAW_RENAME_NTTRANS as noop as w2k3Stefan Metzmacher2008-03-121-1/+10
| * pvfs: return NT_STATUS_NOT_IMPLEMENTED on RAW_RENAME_NTTRANSStefan Metzmacher2008-03-111-0/+3
* | Fix the build.Jelmer Vernooij2008-03-082-0/+11
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-082-2/+0
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-081-136/+110
|\|
| * opendb_tdb: keep struct opendb_file arround for the lifetime of struct odb_lockStefan Metzmacher2008-03-081-135/+109
| * opendb_tdb: correctly initialize modified to falseStefan Metzmacher2008-03-081-1/+1
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-075-89/+134
|\|
| * pvfs_open: fix the odb_open_file() callersStefan Metzmacher2008-03-071-16/+8
| * opendb: force odb_can_open() before odb_open_file()Stefan Metzmacher2008-03-073-65/+72
| * pvfs_open: always call odb_can_open() before odb_open_file()Stefan Metzmacher2008-03-071-6/+45
| * opendb_tdb: pass down struct messaging_context directly to odb_oplock_break_s...Stefan Metzmacher2008-03-071-5/+8
| * vfs_cifs: disable level2 oplocks if the frontend client doesn't support themStefan Metzmacher2008-03-071-1/+5
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-078-82/+183
|\|
| * pvfs_open: pass down allow_level_II_oplock to odb_open_file()Stefan Metzmacher2008-03-061-4/+16
| * opendb: add allow_level_II_oplock parameter to odb_open_file()Stefan Metzmacher2008-03-063-12/+25
| * pvfs_open: fix crash/leak in case pvfs_setup_oplock() failsStefan Metzmacher2008-03-061-6/+5
| * ntvfs: pass down the client capabilities into the ntvfs layerStefan Metzmacher2008-03-063-0/+19
| * pvfs_oplock: auto release oplocks after a timeoutStefan Metzmacher2008-03-041-6/+61
| * pvfs_oplock: only a break level2 oplocks...Stefan Metzmacher2008-03-041-11/+1
| * pvfs_oplock: move pvfs_oplock_release() parts into a helper functionStefan Metzmacher2008-03-041-43/+56
* | Deal with subsystems with no settings, several other minor fixes.Jelmer Vernooij2008-03-041-1/+1
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-035-46/+36
|/