summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3/smbd: move create ctx extraction and validation to a helper funcRalph Boehme2017-10-211-109/+118
* s3/smbd: move create contexts into smbd_smb2_create_stateRalph Boehme2017-10-211-86/+89
* s3/smbd: remove unneeded args from smbd_smb2_create_finishRalph Boehme2017-10-211-46/+14
* s3/smbd: move info into smbd_smb2_create_stateRalph Boehme2017-10-211-9/+9
* s3/smbd: add in_create_disposition to smbd_smb2_create_stateRalph Boehme2017-10-211-5/+8
* s3/smbd: add in_oplock_level to smbd_smb2_create_stateRalph Boehme2017-10-211-6/+8
* s3/smbd: move requested_oplock_level into smbd_smb2_create_stateRalph Boehme2017-10-211-11/+12
* s3/smbd: move replay_operation into smbd_smb2_create_stateRalph Boehme2017-10-211-12/+12
* s3/smbd: move result into smbd_smb2_create_stateRalph Boehme2017-10-211-26/+27
* s3/smbd: leverage early return added in the previous commitRalph Boehme2017-10-211-567/+565
* s3/smbd: factor out smbd_smb2_create_finish from smbd_smb2_create_sendRalph Boehme2017-10-211-1/+56
* s3/smbd: modernize a DEBUG statementRalph Boehme2017-10-211-2/+1
* s3/smbd: move some setup code in smbd_smb2_create_send a few lines upRalph Boehme2017-10-211-12/+12
* s3/smbd: add tevent context to smbd_smb2_create_stateRalph Boehme2017-10-211-52/+54
* s3/smbd: use struct initializer for smbd_smb2_create_stateRalph Boehme2017-10-211-1/+3
* lib: Remove fncall.cVolker Lendecke2017-10-214-344/+0
* lib: Remove unused getaddinfo_send/recvVolker Lendecke2017-10-202-89/+0
* torture: Remove GETADDRINFO testVolker Lendecke2017-10-202-55/+1
* smbd: Simplify cleanupdb a bitVolker Lendecke2017-10-201-21/+14