summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Allow an object to be deleted from a directory if the caller has DELETE_CHILD...Jeremy Allison2011-12-201-1/+9
* s3: Fix some False/NULL hickupsVolker Lendecke2011-12-202-2/+2
* check_name() not needed in mkdir.Jeremy Allison2011-12-171-5/+0
* Ensure VALID_STAT before accessing fields.Jeremy Allison2011-12-171-1/+3
* Fix bug #8664 - Renaming a symlink fails if the symlink target is outside of ...Jeremy Allison2011-12-161-2/+4
* Restrict UCF_UNIX_NAME_LOOKUP (symlink allowed) to restricted set of calls.Jeremy Allison2011-12-161-1/+4
* s3:smbd: remove unused sconn_server_id()Stefan Metzmacher2011-12-161-2/+0
* s3:smbd: avoid using sconn_server_id()Stefan Metzmacher2011-12-169-19/+24
* s3: Add some const to find_oplock_typesVolker Lendecke2011-12-161-1/+1
* s3: Make open_file_ntcreate a bit easier to readVolker Lendecke2011-12-161-3/+2
* s3: Make open_file_ntcreate a bit easier to readVolker Lendecke2011-12-161-4/+6
* s3: Make open_file_ntcreate a bit easier to readVolker Lendecke2011-12-161-3/+3
* s3: Slightly simplify delay_for_exclusive_oplocksVolker Lendecke2011-12-161-9/+15
* s3: Slightly simplify delay_for_batch_oplocksVolker Lendecke2011-12-161-6/+6
* Third part of fix for bug #8663 - deleting a symlink fails if the symlink tar...Jeremy Allison2011-12-161-0/+8
* Second part of fix for bug #8663 - deleting a symlink fails if the symlink ta...Jeremy Allison2011-12-151-1/+6
* First part of fix for bug #8663 - deleting a symlink fails if the symlink tar...Jeremy Allison2011-12-151-12/+0
* s3:smbd/globals: remove unused msg_ctx_to_sconn()Stefan Metzmacher2011-12-152-15/+0
* s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...Stefan Metzmacher2011-12-158-28/+27
* s3:smbd: split smb_conf_updated into parent and child versionsStefan Metzmacher2011-12-152-12/+30
* s3:smbd: split ID_CACHE_* message handling into parent and child partsStefan Metzmacher2011-12-154-179/+159
* s3: Fix raw.mux after UNUSED_SHARE_MODE_ENTRY was removedVolker Lendecke2011-12-141-5/+55
* s3: Slightly simplify the logic in defer_openVolker Lendecke2011-12-141-5/+3
* s3: Remove UNUSED_SHARE_MODE_ENTRYVolker Lendecke2011-12-141-2/+1
* s3:smb2_lock: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher2011-12-141-5/+1
* s3:smbd/oplock: make process_oplock_async_level2_break_message() staticStefan Metzmacher2011-12-142-6/+1
* s3:smbd/oplock: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher2011-12-141-25/+5
* s3:smbd/open: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher2011-12-141-5/+1
* s3:smbd/conn_msg: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher2011-12-141-5/+1
* s3:smbd/close: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher2011-12-141-5/+1
* s3:smbd/blocking: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher2011-12-141-10/+2
* s3:smbd: remove brl_register_msgs()Stefan Metzmacher2011-12-141-1/+2
* s3:smbd/server: avoid msg_ctx_to_sconn() in smbd_accept_connection()Stefan Metzmacher2011-12-141-1/+1
* s3:smbd: remove unused smbd_messaging_context()Stefan Metzmacher2011-12-142-11/+0
* s3:smbd/server: maintain the list of child processes under smbd_parent_contextStefan Metzmacher2011-12-143-36/+55
* s3:smbd/server: pass smbd_parent_context to smbd_setup_sig_chld_handler()Stefan Metzmacher2011-12-141-6/+6
* s3:smbd/globals: change 'int am_parent' into 'struct smbd_parent_context *am_...Stefan Metzmacher2011-12-143-10/+12
* s3:smbd/globals: remove unused extern declarationsStefan Metzmacher2011-12-131-2/+0
* s3:smbd/server: move smbd_open_socket and smbd_parent_context to the topStefan Metzmacher2011-12-131-19/+19
* s3:smbd/oplock_onefs: avoid using smbd_messaging_context()Stefan Metzmacher2011-12-131-2/+2
* s3:smbd/oplock_onefs: pass smbd_server_connection to onefs_oplock_wait_record()Stefan Metzmacher2011-12-131-1/+4
* s3:smbd: pass smbd_server_connection to smbd_setup_sig_hup_handler()Stefan Metzmacher2011-12-133-14/+13
* s3:smbd: pass smbd_server_connection to smbd_setup_sig_term_handler()Stefan Metzmacher2011-12-133-6/+6
* s3:smbd/oplock: pass smbd_server_connection to onefs_init_kernel_oplocks()Stefan Metzmacher2011-12-133-4/+6
* s3:smbd/oplock: pass smbd_server_connection to linux_init_kernel_oplocks()Stefan Metzmacher2011-12-133-7/+14
* s3:smbd/oplock: pass smbd_server_connection to irix_init_kernel_oplocks()Stefan Metzmacher2011-12-133-7/+9
* s3:smbd/oplock: pass sconn as private_data to process_open_retry_message()Stefan Metzmacher2011-12-131-6/+9
* s3:smbd/oplock: pass sconn as private_data to process_kernel_oplock_break()Stefan Metzmacher2011-12-131-8/+8
* s3:smbd/oplock: pass sconn as private_data to process_oplock_break_response()Stefan Metzmacher2011-12-131-6/+9
* s3:smbd/oplock: pass sconn as private_data to process_oplock_async_level2_bre...Stefan Metzmacher2011-12-131-7/+7