summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* selftest: run raw.acls test with XDR NFS41 ACLsRalph Boehme2017-11-081-0/+1
* selftest: run raw.acls tests against a share with XDR NFS4 ACLsRalph Boehme2017-11-081-0/+1
* 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-081-0/+1
* nfs4acls: update default NFS4 ACL version to 4.1Ralph Boehme2017-11-081-1/+1
* selftest: add explicit default NFS4 acl versionRalph Boehme2017-11-081-2/+2
* vfs_nfs4acl_xattr: add support for NFS 4.1 ACL flags in the NDR backendRalph Boehme2017-11-082-2/+64
* 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-081-2/+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-081-220/+57
* vfs_nfs4acl_xattr: add a runtime configuration objectRalph Boehme2017-11-082-0/+120
* librpc/idl: rename NFS4 ACL xattr name defineRalph Boehme2017-11-081-4/+4
* 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-082-2/+58
* s3/smbd: make make_default_filesystem_acl publicRalph Boehme2017-11-084-213/+232
* vfs_acl_common: directly pass default_acl_styleRalph Boehme2017-11-081-9/+9
* s3: smbd: Fix delete-on-close after smb2_findRalph Wuerthner2017-11-051-2/+2
* vfs_fruit: avoid dereferencing a freed object in an error caseRalph Boehme2017-11-031-1/+1
* vfs_zfsacl: fix compilation errorRalph Boehme2017-11-021-4/+6
* s3-auth: remove leftover prototype from auth_domain.Günther Deschner2017-10-301-4/+0
* winbindd: Remove a misleading commentVolker Lendecke2017-10-281-18/+0
* printing: Avoid an "extern current_user"Volker Lendecke2017-10-271-4/+3
* printing: Avoid an "extern current_user"Volker Lendecke2017-10-271-2/+2
* smbd: Fix the memory hierarchy in the unix tokenVolker Lendecke2017-10-271-1/+2
* smbd: Remove an indentation level in smb2_negprotVolker Lendecke2017-10-271-73/+74
* libsmbclient: Use const for the userAndreas Schneider2017-10-274-3/+182
* s3:modules: Check correct variable for NULL in posixacl_xattrAndreas Schneider2017-10-271-1/+1
* s3:passdb: Make sure the salt is fully initialized before passingAndreas Schneider2017-10-271-2/+4
* s3:secrets: Do not leak memory of pw and old_pwAndreas Schneider2017-10-271-0/+12
* s3:vfs_glusterfs: Use SAFE_FREEAndreas Schneider2017-10-261-2/+2
* s3:vfs_glusterfs: Fix a double free in vfs_gluster_getwd()Andreas Schneider2017-10-261-1/+2
* s3: smbclient: Test we can rename with a name containing.Jeremy Allison2017-10-241-0/+49
* s3: smbclient: Ensure we call client_clean_name() before all operations on re...Jeremy Allison2017-10-242-8/+227
* s3: client: Add new utility function client_clean_name().Jeremy Allison2017-10-242-0/+32
* nfs4acls: Slightly simplify smb_add_ace4Volker Lendecke2017-10-221-2/+1
* nfs4acls: Fix a debug messageVolker Lendecke2017-10-221-1/+1
* s3/smbd: update some more DEBUG macros in smbd_smb2_create_sendRalph Boehme2017-10-211-17/+12
* s3/smbd: use early returns in smbd_smb2_create_sendRalph Boehme2017-10-211-87/+103
* s3/smbd: factor out smbd_smb2_create_after_exec from smbd_smb2_create_sendRalph Boehme2017-10-211-167/+190
* s3/smbd: factor out smbd_smb2_create_before_exec from smbd_smb2_create_sendRalph Boehme2017-10-211-297/+313
* s3/smbd: remove all stack variables of smbd_smb2_create_send into smbd_smb2_c...Ralph Boehme2017-10-211-120/+131