Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-09 | s3:quota-nfs: another build fix for the old Unix world | Björn Jacke | 1 | -1/+1 | |
2012-09-09 | s3: fix wrong invocations of talloc_realloc | Björn Jacke | 1 | -2/+2 | |
2012-09-08 | selftest/knownfail: we pass some samba3.smb2.durable-* tests now | Stefan Metzmacher | 4 | -14/+14 | |
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Sat Sep 8 23:18:39 CEST 2012 on sn-devel-104 | |||||
2012-09-08 | s3:vfs_default: add basic support for durable handle request and reconnect | Michael Adam | 6 | -3/+610 | |
We only grant durable handles for CIFS/SMB2 only access, that means "kernel oplocks", "kernel share modes" and "posix locking" need to be set to "no". For now we also don't grant durable handles if delete on close is active on the handle. Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Pair-Programmed-With: Volker Lendecke <vl@samba.org> | |||||
2012-09-08 | s3: introduce a new share config option "durable handles" defaulting to "yes" | Michael Adam | 4 | -0/+12 | |
This is in order to be able to turn durable handles off and on on a per share basis. Note: This is only used in combination with: kernel share modes = no kernel oplocks = no posix locking = no Which means CIFS/SMB2 only access. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-08 | s3:smbd: make fd_open() public | Michael Adam | 2 | -4/+6 | |
2012-09-08 | s3:smbd: don't set kernel flock if "kernel share modes = no" | Michael Adam | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Sat Sep 8 13:05:05 CEST 2012 on sn-devel-104 | |||||
2012-09-08 | s3: add an option "kernel share modes" to be able to switch off using kernel ↵ | Michael Adam | 4 | -0/+12 | |
flocks Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-08 | loadparm: remove remnants of removed option "share modes" | Michael Adam | 2 | -4/+0 | |
(This completes commit d0878b3b8179b1cf061e1058bacbe670363b51c6) Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-08 | selftest/Samba3: don't explicitly set 'server max protocol' | Stefan Metzmacher | 1 | -1/+0 | |
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Sat Sep 8 05:15:00 CEST 2012 on sn-devel-104 | |||||
2012-09-08 | docs-xml: change "server max protocol" to "SMB3" | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-09-08 | s3:param: change "server max protocol" to "SMB3" | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-09-08 | s3:smbd: add basic support for durable handle v2 request and reconnect | Michael Adam | 1 | -2/+129 | |
This does not yet cover persistent handle support which is also negotiated through these create request blobs. Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-08 | s3:smbd: add basic support for durable handle request and reconnect | Michael Adam | 1 | -46/+203 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Pair-Programmed-With: Volker Lendecke <vl@samba.org> | |||||
2012-09-08 | s3:smbd: initial durable handle support: special treatment of durable ↵ | Michael Adam | 1 | -0/+44 | |
handles in close Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-08 | s3:vfs: add durable VFS operations | Michael Adam | 4 | -1/+128 | |
This allows a VFS module to implement durable handles in different ways. Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-08 | s3:smbd: add disconnected checks to the open code. | Stefan Metzmacher | 1 | -0/+31 | |
(delay_for_batch_oplocks, open_mode_check, and delay_for_exclusive_oplocks) Pair-Programmed-With: Michael Adam <obnox@samba.org> | |||||
2012-09-08 | s3:smbd: also close durable file handles in a tdis | Michael Adam | 1 | -2/+9 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-08 | s3:locking: add brl_mark_disconnected() and brl_reconnect_disconnected() | Stefan Metzmacher | 2 | -0/+127 | |
Pair-Programmed-With: Michael Adam <obnox@samba.org> | |||||
2012-09-08 | s3:locking: add mark_share_mode_disconnected() | Stefan Metzmacher | 2 | -0/+40 | |
Pair-Programmed-With: Michael Adam <obnox@samba.org> | |||||
2012-09-08 | s3:smbXsrv_open: add smb2srv_open_recreate() to support durable handles | Stefan Metzmacher | 2 | -1/+210 | |
metze | |||||
2012-09-08 | s3:smbXsrv.idl: add properties for durable handles to smbXsrv_open_global0 | Stefan Metzmacher | 1 | -0/+8 | |
Pair-Programmed-With: Michael Adam <obnox@samba.org> metze | |||||
2012-09-08 | s3:quota: don't add the string '"' into the argument list | Björn Jacke | 1 | -2/+2 | |
this is not used to quote or anything else. This is mainly causing work for the script writer who has to remove the quote stings again :-) Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Sat Sep 8 03:13:13 CEST 2012 on sn-devel-104 | |||||
2012-09-08 | doc: improve quotacommand man page docu | Björn Jacke | 2 | -25/+29 | |
2012-09-08 | s3: Fix a panic when shutting down | Volker Lendecke | 1 | -10/+32 | |
When a client disconnects while we have aio open, there is no close request that cleans up. We can't send out the replies anymore, so just drop the aio requests that are pending. Found using the new python lib writing multiple files simultaneously TODO: check tdis and logoff Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Sat Sep 8 01:27:34 CEST 2012 on sn-devel-104 | |||||
2012-09-07 | s3:lib: use includes.h with cbuf and srprs | Gregor Beck | 3 | -12/+1 | |
hopefully fixes build on hpux Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: simplify durable-open.file-position test to only use one ↵ | Michael Adam | 1 | -27/+27 | |
I/O and one handle Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: change the durable-open.file-position test to use one ↵ | Michael Adam | 1 | -17/+27 | |
connection only And do a tcp disconnect followed by a session reconnect instead of immediately using the already opened second connection. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: fix durable-v2-open.reopen2 to pass against windows | Michael Adam | 1 | -1/+1 | |
The DH2Q response blob is not sent upon successful durable handle v2 reconnect. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: simplify the durable-v2.reopen2 test (using only one i/o ↵ | Michael Adam | 1 | -51/+52 | |
struct) Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: simplify the durable-v2-open.reopen1 test | Michael Adam | 1 | -20/+21 | |
only use one smb2_create i/o struct and store the create GUID centrally Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: in the durable-v2-reopen1 test, use a minimal request | Michael Adam | 1 | -2/+1 | |
don't copy the old request, but only set the necessary fields Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: fix cut'n'paste error in the durable-v2-open.reopen2 test | Michael Adam | 1 | -3/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | s4:torture:smb2: fix name of test file in the durable-open.alloc-size test | Michael Adam | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-09-07 | waf: add tests for NFS quota stuff | Björn Jacke | 1 | -0/+5 | |
Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Fri Sep 7 22:21:55 CEST 2012 on sn-devel-104 | |||||
2012-09-07 | waf: add test for HAVE_DQB_FSOFTLIMIT | Björn Jacke | 1 | -0/+3 | |
2012-09-07 | waf: make checks for different XFS flavours | Björn Jacke | 1 | -2/+20 | |
2012-09-07 | s3:autoconf: look for irix xfs only when if we didn't find the Linux one before | Björn Jacke | 1 | -1/+1 | |
2012-09-07 | s3:sysquota_nfs: fix build on Tru64 et alii | Björn Jacke | 2 | -23/+34 | |
the old Unix world put the struct rquota directly into the getquota_rslt struct, the new Unix world puts a getquota_rslt_u union in between and they decided to rename the status struct member. | |||||
2012-09-07 | rpcserver: fix useless declaration warning | Björn Jacke | 1 | -1/+0 | |
issues by irix compiler | |||||
2012-09-07 | s3:sysquota-test: include ufs/ufs/quota.h only when found | Björn Jacke | 1 | -0/+2 | |
2012-09-07 | build: define _BSD_TYPES on IRIX to have types like u_short | Björn Jacke | 2 | -0/+2 | |
why the hell do IRIX systems headers like quota.h use types that are available only with such a define...? | |||||
2012-09-07 | s3:quota: clean up and consolidate the xfs quota checks and defines | Björn Jacke | 3 | -12/+11 | |
Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Fri Sep 7 15:59:46 CEST 2012 on sn-devel-104 | |||||
2012-09-07 | s3:sysquota_xfs: fix logic so that we actually use this module on Linux | Björn Jacke | 2 | -8/+2 | |
2012-09-07 | s3:sysquota_xfs: check and include the right fs header file for xfs quotas | Björn Jacke | 3 | -6/+8 | |
2012-09-07 | s3-smbd: Remove OSF1 support from old (pre-sysquotas) code | Björn Jacke | 1 | -65/+0 | |
"recent" Tru64 releases had QUOTACTL_4B support | |||||
2012-09-07 | waf: add check for BSD_STYLE_STATVFS | Björn Jacke | 1 | -0/+12 | |
a leftover from bug #8777 | |||||
2012-09-07 | s3-smbldap: make smbldap public library and maintain its ABI | Alexander Bokovoy | 2 | -1/+33 | |
Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Fri Sep 7 14:14:30 CEST 2012 on sn-devel-104 | |||||
2012-09-07 | s3-smbldap: use smbldap_ prefixed functions | Alexander Bokovoy | 6 | -51/+51 | |
2012-09-07 | s3-smbldap: use smbldap_ prefix for all functions | Alexander Bokovoy | 2 | -11/+11 | |