summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:smbd: add connections_snum_used()Stefan Metzmacher2011-12-132-0/+13
| | | | | | | | This works similar to conn_snum_used(), but instead of looking at the current connection only, it looks at all active connections in "connections.tdb". metze
* s3:lib/dummyparam: remove unused conn_snum_used() dummyStefan Metzmacher2011-12-132-6/+0
| | | | metze
* s3:param: don't reference conn_snum_used directly in load_usershare_shares()Stefan Metzmacher2011-12-135-6/+8
| | | | | | This uses the same logic as lp_killunused(). metze
* s3: Use talloc_tos() in set_write_time()Volker Lendecke2011-12-131-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Dec 13 15:44:58 CET 2011 on sn-devel-104
* s3: Use talloc_tos() in set_sticky_write_time()Volker Lendecke2011-12-131-1/+1
|
* s3: Convert open_files.idl to tab indentsVolker Lendecke2011-12-131-34/+34
|
* s3:messaging.idl: obsolete unused MSG_SMB_SAM_*Stefan Metzmacher2011-12-131-2/+2
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Dec 13 14:13:38 CET 2011 on sn-devel-104
* s3:smbd/server: remove unused msg_sam_sync()Stefan Metzmacher2011-12-131-15/+0
| | | | metze
* s3:rpc_server/netlogon: remove unused send_sync_message()Stefan Metzmacher2011-12-131-14/+0
| | | | metze
* s3:smbcontrol: remove unused "samsync" and "samrepl" commandsStefan Metzmacher2011-12-131-30/+0
| | | | metze
* s3:smbd/server: add parent specific SIGTERM and SIGHUP handlersStefan Metzmacher2011-12-131-3/+45
| | | | metze
* s3:smbd/server: create smbd_parent_context earlierStefan Metzmacher2011-12-131-7/+8
| | | | metze
* s3:smbd/server: remember the ev_ctx on the smbd_parent_contextStefan Metzmacher2011-12-131-0/+2
| | | | metze
* s3:smbd/server: remember the msg_ctx on the smbd_parent_contextStefan Metzmacher2011-12-131-4/+4
| | | | metze
* s3:smbd/open: pass smbd_server_connection as private_data to ↵Stefan Metzmacher2011-12-132-4/+4
| | | | | | msg_file_was_renamed() metze
* s3:smbd: register MSG_SMB_FILE_RENAME after the forkStefan Metzmacher2011-12-132-2/+2
| | | | | | | The parent smbd doesn't need to handle this, as it doesn't have any file handles open. metze
* s3:smbd/conn_msg: pass smbd_server_connection as private_data to ↵Stefan Metzmacher2011-12-132-4/+4
| | | | | | msg_force_tdis() metze
* s3:smbd/blocking: pass smbd_server_connection as private_data to ↵Stefan Metzmacher2011-12-131-8/+8
| | | | | | process_blocking_lock_cancel_message() metze
* s3: Use pid_to_procidVolker Lendecke2011-12-131-2/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Dec 13 12:35:09 CET 2011 on sn-devel-104
* s3: Fix some nonempty blank linesVolker Lendecke2011-12-131-10/+10
|
* s3: Remove a call to procid_self()Volker Lendecke2011-12-131-1/+1
|
* s3: Remove a call to procid_self()Volker Lendecke2011-12-131-1/+1
|
* s3: Remove a call to procid_self()Volker Lendecke2011-12-131-2/+3
|
* s3: Remove a call to procid_self()Volker Lendecke2011-12-131-1/+1
|
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-1228-45/+31
| | | | All callers to messaging_[re]init only used procid_self()
* s3:smbd/close: pass smbd_server_connection to notify_deferred_opens()Stefan Metzmacher2011-12-121-9/+5
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Dec 12 21:49:11 CET 2011 on sn-devel-104
* s3:smbd/clode: pass smbd_server_connection as private_data to msg_close_file()Stefan Metzmacher2011-12-122-4/+4
| | | | metze
* s3:smbd/blocking: pass smbd_server_connection as private_data to ↵Stefan Metzmacher2011-12-121-4/+4
| | | | | | received_unlock_msg() metze
* s3:smb2_lock: pass smbd_server_connection as private_data to ↵Stefan Metzmacher2011-12-121-6/+7
| | | | | | received_unlock_msg() metze
* s3-ctdb: fix the build w/o HAVE_CTDB_CONTROL_CHECK_SRVIDS_DECLGünther Deschner2011-12-121-0/+4
| | | | | | | | | Volker, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Dec 12 17:42:29 CET 2011 on sn-devel-104
* s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctxStefan Metzmacher2011-12-1213-25/+22
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Dec 12 16:08:59 CET 2011 on sn-devel-104
* s3:smb2_lock: avoid using server_event_context()Stefan Metzmacher2011-12-121-2/+2
| | | | metze
* s3:smbd/pipes: avoid passing server_event_context() as event context to ↵Stefan Metzmacher2011-12-124-7/+7
| | | | | | np_{read,write}_send metze
* s3:smbd/process: avoid using server_event_context() for the forked echo handlerStefan Metzmacher2011-12-121-3/+3
| | | | metze
* s3:smbd/process: avoid using server_event_context() for ↵Stefan Metzmacher2011-12-121-10/+10
| | | | | | smbd_deferred_open_timer events metze
* s3:smbd/oplock: avoid using server_event_context() in ↵Stefan Metzmacher2011-12-121-3/+3
| | | | | | add_oplock_timeout_handler() metze
* s3:smbd/service: avoid using server_event_context() for notify_init()Stefan Metzmacher2011-12-121-1/+1
| | | | metze
* s3:smbd/ipc: pass 'state' as mem_ctx to np_read_send()Stefan Metzmacher2011-12-121-1/+1
| | | | metze
* s3:smbd/fileio: avoid usage of server_event_context()Stefan Metzmacher2011-12-121-3/+3
| | | | metze
* s3:smbd/close: avoid usage of server_event_context()Stefan Metzmacher2011-12-121-1/+1
| | | | metze
* s3:smbd/blocking: avoid usage of server_event_context()Stefan Metzmacher2011-12-121-3/+3
| | | | metze
* s3:smbd: remember the event context on smbd_server_connectionStefan Metzmacher2011-12-123-1/+3
| | | | metze
* s3:smbd: pass down smbd_server_connection via smbd_echo_stateStefan Metzmacher2011-12-121-4/+5
| | | | metze
* s3:smbd: remove references to the global smbd_server_connStefan Metzmacher2011-12-121-2/+2
| | | | metze
* s3:smbd: make struct pending_message_list privateStefan Metzmacher2011-12-122-14/+14
| | | | metze
* s3:smbd: remember the smbd_server_connection on pending_message_listStefan Metzmacher2011-12-122-4/+7
| | | | metze
* s4-lsarpc handle more info levels in SetInfoTrustedDomain callsAndrew Bartlett2011-12-126-374/+6
| | | | | | | This uses the very helpful conversion functions written for the s3 lsa server and places these in common. Andrew Bartlett
* s3:smbd: call sub_set_socket_ids() in smbd_process() againStefan Metzmacher2011-12-121-0/+18
| | | | | | | | | This got lost in commit b2511a280aa9449123376fd3cbb495dcd1a87dee. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Dec 12 10:23:44 CET 2011 on sn-devel-104
* tdb2: don't use TDB2 versions of test tdb files.Rusty Russell2011-12-121-0/+0
| | | | | | | | | | | Now tdb2 handles tdb1 files, we don't need most of commit 5eecc854236f0b943aaa89e0c3a46f9fbd208ca9 which added TDB2 versions of all the testing tdbs. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Mon Dec 12 06:33:44 CET 2011 on sn-devel-104
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-1250-1068/+1076
| | | | | Autobuild-User: Richard Sharpe <sharpe@samba.org> Autobuild-Date: Mon Dec 12 04:58:40 CET 2011 on sn-devel-104