summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* smbd: cleanupdb.c is used in smbd onlyVolker Lendecke2017-10-201-1/+1
* vfs_glusterfs: Fix exporting subdirs with shadow_copy2Michael Adam2017-10-201-0/+10
* s3:cli_netlogon: let rpccli_connect_netlogon() retry once after NT_STATUS_NET...Stefan Metzmacher2017-10-201-1/+3
* s3:cli_netlogon: make sure rpccli_connect_netlogon only returns NT_STATUS_OK ...Stefan Metzmacher2017-10-201-4/+7
* s3:tests: Fix the smblcient utimes test in EuropeAndreas Schneider2017-10-201-7/+11
* source4/smbd: add a prefork process model.Gary Lockyer2017-10-191-0/+1
* rpc_client: Fix wording in a DEBUG statementVolker Lendecke2017-10-191-1/+1
* Removed unused 'oplock contention limit' config parameterChristof Schmitt2017-10-191-1/+0
* s3: tests: Add smbclient test for utimes command.Jeremy Allison2017-10-191-0/+67
* s3:Add a utimes command to smbclient so we can set the Windows times.Richard Sharpe2017-10-191-0/+122
* vfs_catia: Fix a potential memleakVolker Lendecke2017-10-171-1/+1
* vfs_catia: Fix a memory leakVolker Lendecke2017-10-171-0/+1
* vfs_catia: Make "srt_head" static to the moduleVolker Lendecke2017-10-171-1/+1
* s3/smbd: use correct access in get_file_handle_for_metadataRalph Boehme2017-10-171-1/+1
* s3/smbd: fix access checks in set_ea_dos_attribute()Ralph Boehme2017-10-171-2/+14
* s3/smbd: README.Coding fixes in set_ea_dos_attributeRalph Boehme2017-10-171-8/+11
* vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIRAnoop C S2017-10-161-1/+1
* selftest: prevent interpretation of escape sequences in test_give_owner.shRalph Boehme2017-10-141-1/+1
* vfs_fruit: on-access conversion of AppleDouble xattr dataRalph Boehme2017-10-132-1/+121
* vfs_fruit: static string fruit_catia_mapsRalph Boehme2017-10-131-14/+16
* vfs_fruit: pass smb_fname to ad_convertRalph Boehme2017-10-131-2/+4
* vfs_fruit: unpack AppleDouble xattr header if presentRalph Boehme2017-10-131-0/+141
* vfs_fruit: allocate ad_data buffer up to AD_XATTR_MAX_HDR_SIZE bytesRalph Boehme2017-10-131-9/+35
* vfs_fruit: add AppleDouble xattr structure definitionsRalph Boehme2017-10-131-0/+38