summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-14s4-librpc: Fix NETLOGON credential chain with Windows 2008.Andreas Schneider3-11/+45
2011-12-14s3:smb2_lock: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher1-5/+1
2011-12-14s3:smbd/oplock: make process_oplock_async_level2_break_message() staticStefan Metzmacher2-6/+1
2011-12-14s3:smbd/oplock: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher1-25/+5
2011-12-14s3:smbd/open: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher1-5/+1
2011-12-14s3:smbd/conn_msg: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher1-5/+1
2011-12-14s3:smbd/close: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher1-5/+1
2011-12-14s3:smbd/blocking: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher1-10/+2
2011-12-14s3:web/swat: use short term event and message contextsStefan Metzmacher1-4/+35
2011-12-14s3:smbd: remove brl_register_msgs()Stefan Metzmacher3-13/+12
2011-12-14s3:smbd/server: avoid msg_ctx_to_sconn() in smbd_accept_connection()Stefan Metzmacher1-1/+1
2011-12-14s3:smbd: remove unused smbd_messaging_context()Stefan Metzmacher2-11/+0
2011-12-14s3:smbd/server: maintain the list of child processes under smbd_parent_contextStefan Metzmacher4-42/+55
2011-12-14s3:smbd/server: pass smbd_parent_context to smbd_setup_sig_chld_handler()Stefan Metzmacher1-6/+6
2011-12-14s3:smbd/globals: change 'int am_parent' into 'struct smbd_parent_context *am_...Stefan Metzmacher3-10/+12
2011-12-14s4-netlogon: Revert patch f02e4ebfafa6e5911e3fe744b1780527ab12c970Amitay Isaacs1-5/+0
2011-12-14tdb2: Fix python documentation for tdb.Tdb objectAmitay Isaacs1-1/+1
2011-12-14samba-tool: Fix DN for GPO entriesAmitay Isaacs1-8/+2
2011-12-14samba-tool: gpo: fix a typoAmitay Isaacs1-1/+1
2011-12-14samba-tool: Remove duplicate code of dsacl to fsacl conversionAmitay Isaacs1-38/+10
2011-12-14setup: Fix phpldapadmin configuration for version 1.2.xAmitay Isaacs1-18/+10
2011-12-14s4-smbtorture: fix some typos in schannel test.Günther Deschner1-3/+3
2011-12-14s4-smbtorture: avoid printf(); in schannel test.Günther Deschner1-13/+13
2011-12-14s4-smbtorture: remove trailing whitespace from schannel test.Günther Deschner1-41/+41
2011-12-14s4-resolv: fix dns_ex so as to fail correctly when a name does not existAndrew Bartlett1-0/+9
2011-12-13s4-selftest: Add test of RPC to a netbios aliasAndrew Bartlett2-3/+3
2011-12-13s4-selftest Give local.resolve a real name to look upAndrew Bartlett1-1/+2
2011-12-13s3: Fix examples/VFS buildVolker Lendecke3-3/+3
2011-12-13s3:smbd/globals: remove unused extern declarationsStefan Metzmacher1-2/+0
2011-12-13s3:smbd/server: move smbd_open_socket and smbd_parent_context to the topStefan Metzmacher1-19/+19
2011-12-13s3:smbd/oplock_onefs: avoid using smbd_messaging_context()Stefan Metzmacher1-2/+2
2011-12-13s3:smbd/oplock_onefs: pass smbd_server_connection to onefs_oplock_wait_record()Stefan Metzmacher2-2/+6
2011-12-13s3:vfstest: reload_services() doesn't need a messaging_contextStefan Metzmacher1-1/+1
2011-12-13s3:smbd: pass smbd_server_connection to smbd_setup_sig_hup_handler()Stefan Metzmacher3-14/+13
2011-12-13s3:smbd: pass smbd_server_connection to smbd_setup_sig_term_handler()Stefan Metzmacher3-6/+6
2011-12-13s3:smbd/oplock: pass smbd_server_connection to onefs_init_kernel_oplocks()Stefan Metzmacher3-4/+6
2011-12-13s3:smbd/oplock: pass smbd_server_connection to linux_init_kernel_oplocks()Stefan Metzmacher3-7/+14
2011-12-13s3:smbd/oplock: pass smbd_server_connection to irix_init_kernel_oplocks()Stefan Metzmacher3-7/+9
2011-12-13s3:smbd/oplock: pass sconn as private_data to process_open_retry_message()Stefan Metzmacher1-6/+9
2011-12-13s3:smbd/oplock: pass sconn as private_data to process_kernel_oplock_break()Stefan Metzmacher1-8/+8
2011-12-13s3:smbd/oplock: pass sconn as private_data to process_oplock_break_response()Stefan Metzmacher1-6/+9
2011-12-13s3:smbd/oplock: pass sconn as private_data to process_oplock_async_level2_bre...Stefan Metzmacher1-7/+7
2011-12-13s3:smbd/oplock: pass sconn as private_data to process_oplock_break_message()Stefan Metzmacher1-7/+7
2011-12-13s3:smbd/oplock: pass smbd_server_connection to init_oplocks()Stefan Metzmacher3-8/+8
2011-12-13s3: Move can_delete_directory to smbd/, remove shimVolker Lendecke5-17/+2
2011-12-13s3: Move can_set_delete_on_close to smbd/Volker Lendecke4-60/+60
2011-12-13s3: Remove an else{} in remove_deferred_open_entryVolker Lendecke1-3/+3
2011-12-13s3-dbwrap: Simplify db_tdb_fetchlock_parse a bitVolker Lendecke1-10/+11
2011-12-13s3:smbd/msdfs: enum_msdfs_links() doesn't need a smbd_server_connection anymoreStefan Metzmacher3-6/+3
2011-12-13s3:smbd: use connections_snum_used() instead of conn_snum_used() for load_use...Stefan Metzmacher3-3/+3