summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2011-12-13s3:smbd/server: remove unused msg_sam_sync()Stefan Metzmacher1-15/+0
2011-12-13s3:smbd/server: add parent specific SIGTERM and SIGHUP handlersStefan Metzmacher1-3/+45
2011-12-13s3:smbd/server: create smbd_parent_context earlierStefan Metzmacher1-7/+8
2011-12-13s3:smbd/server: remember the ev_ctx on the smbd_parent_contextStefan Metzmacher1-0/+2
2011-12-13s3:smbd/server: remember the msg_ctx on the smbd_parent_contextStefan Metzmacher1-4/+4
2011-12-13s3:smbd/open: pass smbd_server_connection as private_data to msg_file_was_ren...Stefan Metzmacher2-4/+4
2011-12-13s3:smbd: register MSG_SMB_FILE_RENAME after the forkStefan Metzmacher2-2/+2
2011-12-13s3:smbd/conn_msg: pass smbd_server_connection as private_data to msg_force_td...Stefan Metzmacher2-4/+4
2011-12-13s3:smbd/blocking: pass smbd_server_connection as private_data to process_bloc...Stefan Metzmacher1-8/+8
2011-12-13s3: Use pid_to_procidVolker Lendecke1-2/+1
2011-12-13s3: Remove a call to procid_self()Volker Lendecke1-1/+1
2011-12-13s3: Remove a call to procid_self()Volker Lendecke1-1/+1
2011-12-13s3: Remove a call to procid_self()Volker Lendecke1-2/+3
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke2-3/+2
2011-12-12s3:smbd/close: pass smbd_server_connection to notify_deferred_opens()Stefan Metzmacher1-9/+5
2011-12-12s3:smbd/clode: pass smbd_server_connection as private_data to msg_close_file()Stefan Metzmacher2-4/+4
2011-12-12s3:smbd/blocking: pass smbd_server_connection as private_data to received_unl...Stefan Metzmacher1-4/+4
2011-12-12s3:smb2_lock: pass smbd_server_connection as private_data to received_unlock_...Stefan Metzmacher1-6/+7
2011-12-12s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctxStefan Metzmacher13-25/+22
2011-12-12s3:smb2_lock: avoid using server_event_context()Stefan Metzmacher1-2/+2
2011-12-12s3:smbd/pipes: avoid passing server_event_context() as event context to np_{r...Stefan Metzmacher4-7/+7
2011-12-12s3:smbd/process: avoid using server_event_context() for the forked echo handlerStefan Metzmacher1-3/+3
2011-12-12s3:smbd/process: avoid using server_event_context() for smbd_deferred_open_ti...Stefan Metzmacher1-10/+10
2011-12-12s3:smbd/oplock: avoid using server_event_context() in add_oplock_timeout_hand...Stefan Metzmacher1-3/+3
2011-12-12s3:smbd/service: avoid using server_event_context() for notify_init()Stefan Metzmacher1-1/+1
2011-12-12s3:smbd/ipc: pass 'state' as mem_ctx to np_read_send()Stefan Metzmacher1-1/+1
2011-12-12s3:smbd/fileio: avoid usage of server_event_context()Stefan Metzmacher1-3/+3
2011-12-12s3:smbd/close: avoid usage of server_event_context()Stefan Metzmacher1-1/+1
2011-12-12s3:smbd/blocking: avoid usage of server_event_context()Stefan Metzmacher1-3/+3
2011-12-12s3:smbd: remember the event context on smbd_server_connectionStefan Metzmacher3-1/+3
2011-12-12s3:smbd: pass down smbd_server_connection via smbd_echo_stateStefan Metzmacher1-4/+5
2011-12-12s3:smbd: remove references to the global smbd_server_connStefan Metzmacher1-2/+2
2011-12-12s3:smbd: make struct pending_message_list privateStefan Metzmacher1-0/+14
2011-12-12s3:smbd: remember the smbd_server_connection on pending_message_listStefan Metzmacher1-4/+6
2011-12-12s3:smbd: call sub_set_socket_ids() in smbd_process() againStefan Metzmacher1-0/+18
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-136/+141
2011-12-08s3: Fix some 64-bit warningsVolker Lendecke1-8/+12
2011-12-02s3: Use autogenerated open_files.idlVolker Lendecke5-0/+5
2011-11-30Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still...Jeremy Allison1-0/+2
2011-11-29Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and fro...Jeremy Allison1-2/+2
2011-11-24s3:smb2 report access_based_dir_enum in tcon replyChristian Ambach1-0/+5
2011-11-24s3:smb2 do not set allow_namespace_caching flag for a shareChristian Ambach1-1/+1
2011-11-22Move setting the inherited ACL into the main open code path. Next willJeremy Allison1-1/+110
2011-11-22Move the "set SD" code into provided SD and "inherit acls" branches.Jeremy Allison1-29/+32
2011-11-22Only add the SD if it's not a new stream file.Jeremy Allison1-1/+1
2011-11-22Move the add security descriptor code to *after* all the other meta-data isJeremy Allison1-35/+35
2011-11-20s3:smb2_negprot: add support for SMB2_22Stefan Metzmacher1-0/+15
2011-11-16s3:smbd: calculate the negprot signing flags from the signing_stateStefan Metzmacher1-3/+10
2011-11-16Final part of patchset to fix bug #8556 - ACL permissions ignored when SMBset...Jeremy Allison3-16/+51
2011-11-15Remove the check for FILE_WRITE_ATTRIBUTES from smb_set_file_time(). ItJeremy Allison3-8/+17