summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove unused serverid.tdbVolker Lendecke2017-12-056-67/+0
* lib: Use messaging_send_all instead of message_send_allVolker Lendecke2017-12-052-5/+5
* messaging: Remove the "n_sent" arg from message_send_allVolker Lendecke2017-12-052-3/+2
* dbwrap_watch: Remove the "prec" parameter from watch_recvVolker Lendecke2017-11-293-5/+3
* smbd: Avoid using dbwrap_watched_watch_recv's prec argumentVolker Lendecke2017-11-291-2/+10
* s4:samba: Allow samba daemon to run in foregroundAndreas Schneider2017-11-281-1/+1
* s3: smbd: Chain code can return uninitialized memory when talloc buffer is gr...Jeremy Allison2017-11-211-0/+14
* s3: smbd: Fix SMB1 use-after-free crash bug. CVE-2017-14746Jeremy Allison2017-11-212-3/+9
* smbd: Avoid an "else"Volker Lendecke2017-11-131-1/+2
* s3: smbd: kernel oplocks. Replace retry_open() with setup_kernel_oplock_poll_...Jeremy Allison2017-11-111-28/+68
* vfs: remove SMB_VFS_INIT_SEARCH_OPUri Simchoni2017-11-111-7/+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
* Revert "s3/smbd: fix deferred open with streams and kernel oplocks"Jeremy Allison2017-11-101-104/+11
* s3/posix_acls: add default ACL style "everyone"Ralph Boehme2017-11-082-2/+58
* s3/smbd: make make_default_filesystem_acl publicRalph Boehme2017-11-082-0/+227
* s3: smbd: Fix delete-on-close after smb2_findRalph Wuerthner2017-11-051-2/+2
* smbd: Remove an indentation level in smb2_negprotVolker Lendecke2017-10-271-73/+74
* 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
* 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
* s3/smbd/posix_acls: return correct status in try_chownRalph Boehme2017-10-091-1/+1
* s3: smbd: Currently if getwd() fails after a chdir(), we panic.Jeremy Allison2017-10-091-11/+70
* s3/smbd: register Time Machine shares with AvahiOmri Mor2017-10-041-1/+96
* notifyd: Broadcast to all connected nodesAmitay Isaacs2017-09-291-2/+2
* smbd/aio: Do not go async for SMB2 compound requestsChristof Schmitt2017-09-221-0/+8
* smbd: Move check for SMB2 compound request to new functionChristof Schmitt2017-09-223-1/+7
* CVE-2017-12163: s3:smbd: Prevent client short SMB1 write from writing server ...Jeremy Allison2017-09-201-0/+50
* notifyd: Clarify a commentVolker Lendecke2017-09-161-1/+1