summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3: Make nmbd_messaging_context staticVolker Lendecke2011-12-142-2/+1
* s3: Centralize nmbd_messaging_context in nmbd.cVolker Lendecke2011-12-144-13/+12
* s3: Fix some nonempty blank linesVolker Lendecke2011-12-141-4/+4
* s4-smbtorture: make sure we can successfully run the schannel test against wi...Günther Deschner2011-12-141-16/+30
* s4-torture: LookupSids3 is only available over NCACN_IP_TCP.Andreas Schneider2011-12-141-1/+2
* s4-torture: Fix schannel test against win2k8.Andreas Schneider2011-12-141-4/+4
* s4-librpc: Fix NETLOGON credential chain with Windows 2008.Andreas Schneider2011-12-143-11/+45
* 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:web/swat: use short term event and message contextsStefan Metzmacher2011-12-141-4/+35
* s3:smbd: remove brl_register_msgs()Stefan Metzmacher2011-12-143-13/+12
* 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-144-42/+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
* s4-netlogon: Revert patch f02e4ebfafa6e5911e3fe744b1780527ab12c970Amitay Isaacs2011-12-141-5/+0
* tdb2: Fix python documentation for tdb.Tdb objectAmitay Isaacs2011-12-141-1/+1
* samba-tool: Fix DN for GPO entriesAmitay Isaacs2011-12-141-8/+2
* samba-tool: gpo: fix a typoAmitay Isaacs2011-12-141-1/+1
* samba-tool: Remove duplicate code of dsacl to fsacl conversionAmitay Isaacs2011-12-141-38/+10
* setup: Fix phpldapadmin configuration for version 1.2.xAmitay Isaacs2011-12-141-18/+10
* s4-smbtorture: fix some typos in schannel test.Günther Deschner2011-12-141-3/+3
* s4-smbtorture: avoid printf(); in schannel test.Günther Deschner2011-12-141-13/+13
* s4-smbtorture: remove trailing whitespace from schannel test.Günther Deschner2011-12-141-41/+41
* s4-resolv: fix dns_ex so as to fail correctly when a name does not existAndrew Bartlett2011-12-141-0/+9
* s4-selftest: Add test of RPC to a netbios aliasAndrew Bartlett2011-12-132-3/+3
* s4-selftest Give local.resolve a real name to look upAndrew Bartlett2011-12-131-1/+2
* s3: Fix examples/VFS buildVolker Lendecke2011-12-133-3/+3
* 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-132-2/+6
* s3:vfstest: reload_services() doesn't need a messaging_contextStefan Metzmacher2011-12-131-1/+1
* 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
* s3:smbd/oplock: pass sconn as private_data to process_oplock_break_message()Stefan Metzmacher2011-12-131-7/+7
* s3:smbd/oplock: pass smbd_server_connection to init_oplocks()Stefan Metzmacher2011-12-133-8/+8