summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tevent: version 0.9.34tevent-0.9.34Stefan Metzmacher2017-11-132-1/+100
* s3:passdb: Fix a memory leak in secrets_fetch_or_upgrade_domain_info()Andreas Schneider2017-11-131-0/+1
* vfs_fruit: Unlink memory on errorAndreas Schneider2017-11-131-0/+1
* s4: torture: kernel oplocks. Add smb2.kernel-oplocks.kernel_oplocks8Jeremy Allison2017-11-112-1/+237
* s3: smbd: kernel oplocks. Replace retry_open() with setup_kernel_oplock_poll_...Jeremy Allison2017-11-111-28/+68
* libsmbclient: Allow server (NetApp) to return STATUS_INVALID_PARAMETER from a...Jeremy Allison2017-11-112-2/+17
* vfs: remove SMB_VFS_INIT_SEARCH_OPUri Simchoni2017-11-115-34/+2
* vfs_unityed_media: remove handling of init_search_opUri Simchoni2017-11-111-10/+0
* vfs_media_harmony: remove handling of init_search_opUri Simchoni2017-11-111-13/+0
* vfs_time_audit: remove init_search_op implementationUri Simchoni2017-11-111-17/+0
* vfs_glusterfs: remove init_search_op handlingUri Simchoni2017-11-111-7/+0
* VFS examples: remove init_search_opsUri Simchoni2017-11-112-12/+0
* smbd: remove dptr_init_search_op()Uri Simchoni2017-11-112-9/+0
* smbd: remove calls to dptr_init_search_op() from TRANS2 search codeUri Simchoni2017-11-111-6/+0
* smbd: remove calls to dptr_init_search_op()Uri Simchoni2017-11-111-3/+0
* vfs: Remove aio_linuxVolker Lendecke2017-11-116-496/+9
* tevent: Fix a race conditionVolker Lendecke2017-11-111-2/+4
* libcli: Fix a typoVolker Lendecke2017-11-101-1/+1
* s4: torture: kernel_oplocks. Create a regression test case for bug #13058.Jeremy Allison2017-11-101-0/+117
* Revert "s3/smbd: fix deferred open with streams and kernel oplocks"Jeremy Allison2017-11-101-104/+11
* vfs_glusterfs: include glusterfs/api/glfs.h without relying on -I optionsNiels de Vos2017-11-092-3/+3
* smbc_opendir should not return EEXIST with invalid login credentialsDavid Mulder2017-11-091-2/+2
* python: tests: Add tests for samba.posix_eadb moduleLumir Balhar2017-11-081-1/+29
* python: Port ntvfs posix bindings to Python 3 compatible formLumir Balhar2017-11-085-34/+61
* ctdb-tests: Fix some harmless CIDsMartin Schwenke2017-11-081-8/+6
* manpages: add vfs_nfs4acl_xattr.8Ralph Boehme2017-11-082-0/+135
* selftest: run raw.acls test with XDR NFS41 ACLsRalph Boehme2017-11-083-0/+12
* selftest: run raw.acls tests against a share with XDR NFS4 ACLsRalph Boehme2017-11-083-0/+15
* vfs_nfs4acl_xattr: add XDR backendRalph Boehme2017-11-086-1/+585
* vfs_nfs4acl_xattr: implement take-ownership as in vfs_acl_commonRalph Boehme2017-11-081-3/+52
* vfs_nfs4acl_xattr: add POSIX mode check and resetRalph Boehme2017-11-081-6/+112
* vfs_nfs4acl_xattr: do xattr ops as rootRalph Boehme2017-11-081-0/+19
* selftest: test vfs_nfs4acl_xattr with NFS 4.1 ACLsRalph Boehme2017-11-083-0/+10
* nfs4acls: update default NFS4 ACL version to 4.1Ralph Boehme2017-11-082-2/+2
* selftest: add explicit default NFS4 acl versionRalph Boehme2017-11-083-14/+16
* vfs_nfs4acl_xattr: add support for NFS 4.1 ACL flags in the NDR backendRalph Boehme2017-11-082-2/+64
* librpc/idl: add NFS 4.1 ACL flagsRalph Boehme2017-11-081-0/+5
* vfs_nfs4acl_xattr: move the meat of the implementation to a seperate fileRalph Boehme2017-11-084-203/+285
* vfs_nfs4acl_xattr: fsp->fh->fd can legally be -1Ralph Boehme2017-11-082-4/+8
* vfs_nfs4acl_xattr: refactoringRalph Boehme2017-11-081-97/+176
* vfs_nfs4acl_xattr: code polishRalph Boehme2017-11-081-42/+48
* vfs_nfs4acl_xattr: modernize ACL inheritanceRalph Boehme2017-11-082-222/+57
* vfs_nfs4acl_xattr: add a runtime configuration objectRalph Boehme2017-11-082-0/+120
* librpc/idl: add versions consts to nfs4acl.idlRalph Boehme2017-11-081-0/+4
* librpc/idl: rename NFS4 ACL xattr nameRalph Boehme2017-11-081-1/+1
* librpc/idl: rename NFS4 ACL xattr name defineRalph Boehme2017-11-083-7/+7
* vfs_nfs4acl_xattr: move interesting functions pointers to the topRalph Boehme2017-11-081-3/+4
* vfs_nfs4acl_xattr: remove a layer of indirectionRalph Boehme2017-11-081-13/+2
* s3/posix_acls: add default ACL style "everyone"Ralph Boehme2017-11-084-4/+68
* s3/smbd: make make_default_filesystem_acl publicRalph Boehme2017-11-084-213/+232