Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-14 | samba-tool: Fix DN for GPO entries | Amitay Isaacs | 1 | -8/+2 | |
2011-12-14 | samba-tool: gpo: fix a typo | Amitay Isaacs | 1 | -1/+1 | |
2011-12-14 | samba-tool: Remove duplicate code of dsacl to fsacl conversion | Amitay Isaacs | 1 | -38/+10 | |
Use samba.ntacls.dsacl2fsacl() instead. | |||||
2011-12-14 | setup: Fix phpldapadmin configuration for version 1.2.x | Amitay Isaacs | 1 | -18/+10 | |
2011-12-14 | s4-smbtorture: fix some typos in schannel test. | Günther Deschner | 1 | -3/+3 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 14 02:52:54 CET 2011 on sn-devel-104 | |||||
2011-12-14 | s4-smbtorture: avoid printf(); in schannel test. | Günther Deschner | 1 | -13/+13 | |
Guenther | |||||
2011-12-14 | s4-smbtorture: remove trailing whitespace from schannel test. | Günther Deschner | 1 | -41/+41 | |
Guenther | |||||
2011-12-14 | s4-resolv: fix dns_ex so as to fail correctly when a name does not exist | Andrew Bartlett | 1 | -0/+9 | |
Without this, netbios name lookups do not work, as we never fall back to them. This caused segfaults from e38d97e0424f7e5b21c8b7ac0b1f1bac33f19d69 to 251209bd6f6e66ca9bcf28cd652d85d1cd729fdc and then name lookup failure or timeouts until this patch. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Dec 14 01:16:37 CET 2011 on sn-devel-104 | |||||
2011-12-13 | s4-selftest: Add test of RPC to a netbios alias | Andrew Bartlett | 2 | -3/+3 | |
This tries to ensure our netbios lookup code is still run. Andrew Bartlett | |||||
2011-12-13 | s4-selftest Give local.resolve a real name to look up | Andrew Bartlett | 1 | -1/+2 | |
2011-12-13 | s3: Fix examples/VFS build | Volker Lendecke | 3 | -3/+3 | |
With other builds in the include path, examples get the includes.h wrong Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Dec 13 23:40:37 CET 2011 on sn-devel-104 | |||||
2011-12-13 | s3:smbd/globals: remove unused extern declarations | Stefan Metzmacher | 1 | -2/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Dec 13 22:06:02 CET 2011 on sn-devel-104 | |||||
2011-12-13 | s3:smbd/server: move smbd_open_socket and smbd_parent_context to the top | Stefan Metzmacher | 1 | -19/+19 | |
metze | |||||
2011-12-13 | s3:smbd/oplock_onefs: avoid using smbd_messaging_context() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-12-13 | s3:smbd/oplock_onefs: pass smbd_server_connection to onefs_oplock_wait_record() | Stefan Metzmacher | 2 | -2/+6 | |
metze | |||||
2011-12-13 | s3:vfstest: reload_services() doesn't need a messaging_context | Stefan Metzmacher | 1 | -1/+1 | |
It's only used to get the global smbd_server_connection, which is used in conn_snum_used() via lp_killunused(). But there we don't need it, as we don't have any tree connects at startup time. metze | |||||
2011-12-13 | s3:smbd: pass smbd_server_connection to smbd_setup_sig_hup_handler() | Stefan Metzmacher | 3 | -14/+13 | |
metze | |||||
2011-12-13 | s3:smbd: pass smbd_server_connection to smbd_setup_sig_term_handler() | Stefan Metzmacher | 3 | -6/+6 | |
metze | |||||
2011-12-13 | s3:smbd/oplock: pass smbd_server_connection to onefs_init_kernel_oplocks() | Stefan Metzmacher | 3 | -4/+6 | |
metze | |||||
2011-12-13 | s3:smbd/oplock: pass smbd_server_connection to linux_init_kernel_oplocks() | Stefan Metzmacher | 3 | -7/+14 | |
metze | |||||
2011-12-13 | s3:smbd/oplock: pass smbd_server_connection to irix_init_kernel_oplocks() | Stefan Metzmacher | 3 | -7/+9 | |
metze | |||||
2011-12-13 | s3:smbd/oplock: pass sconn as private_data to process_open_retry_message() | Stefan Metzmacher | 1 | -6/+9 | |
metze | |||||
2011-12-13 | s3:smbd/oplock: pass sconn as private_data to process_kernel_oplock_break() | Stefan Metzmacher | 1 | -8/+8 | |
metze | |||||
2011-12-13 | s3:smbd/oplock: pass sconn as private_data to process_oplock_break_response() | Stefan Metzmacher | 1 | -6/+9 | |
metze | |||||
2011-12-13 | s3:smbd/oplock: pass sconn as private_data to ↵ | Stefan Metzmacher | 1 | -7/+7 | |
process_oplock_async_level2_break_message() metze | |||||
2011-12-13 | s3:smbd/oplock: pass sconn as private_data to process_oplock_break_message() | Stefan Metzmacher | 1 | -7/+7 | |
metze | |||||
2011-12-13 | s3:smbd/oplock: pass smbd_server_connection to init_oplocks() | Stefan Metzmacher | 3 | -8/+8 | |
metze | |||||
2011-12-13 | s3: Move can_delete_directory to smbd/, remove shim | Volker Lendecke | 5 | -17/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Dec 13 19:00:37 CET 2011 on sn-devel-104 | |||||
2011-12-13 | s3: Move can_set_delete_on_close to smbd/ | Volker Lendecke | 4 | -60/+60 | |
2011-12-13 | s3: Remove an else{} in remove_deferred_open_entry | Volker Lendecke | 1 | -3/+3 | |
2011-12-13 | s3-dbwrap: Simplify db_tdb_fetchlock_parse a bit | Volker Lendecke | 1 | -10/+11 | |
Introduce a local variable for the result, replace "state->result" by "result" | |||||
2011-12-13 | s3:smbd/msdfs: enum_msdfs_links() doesn't need a smbd_server_connection anymore | Stefan Metzmacher | 3 | -6/+3 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Dec 13 17:26:20 CET 2011 on sn-devel-104 | |||||
2011-12-13 | s3:smbd: use connections_snum_used() instead of conn_snum_used() for ↵ | Stefan Metzmacher | 3 | -3/+3 | |
load_usershare_shares() Before removing the share security descriptor, we should make sure there're really no active users anymore. metze | |||||
2011-12-13 | s3:smbd: add connections_snum_used() | Stefan Metzmacher | 2 | -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 | |||||
2011-12-13 | s3:lib/dummyparam: remove unused conn_snum_used() dummy | Stefan Metzmacher | 2 | -6/+0 | |
metze | |||||
2011-12-13 | s3:param: don't reference conn_snum_used directly in load_usershare_shares() | Stefan Metzmacher | 5 | -6/+8 | |
This uses the same logic as lp_killunused(). metze | |||||
2011-12-13 | s3: Use talloc_tos() in set_write_time() | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Dec 13 15:44:58 CET 2011 on sn-devel-104 | |||||
2011-12-13 | s3: Use talloc_tos() in set_sticky_write_time() | Volker Lendecke | 1 | -1/+1 | |
2011-12-13 | s3: Convert open_files.idl to tab indents | Volker Lendecke | 1 | -34/+34 | |
2011-12-13 | s3:messaging.idl: obsolete unused MSG_SMB_SAM_* | Stefan Metzmacher | 1 | -2/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Dec 13 14:13:38 CET 2011 on sn-devel-104 | |||||
2011-12-13 | s3:smbd/server: remove unused msg_sam_sync() | Stefan Metzmacher | 1 | -15/+0 | |
metze | |||||
2011-12-13 | s3:rpc_server/netlogon: remove unused send_sync_message() | Stefan Metzmacher | 1 | -14/+0 | |
metze | |||||
2011-12-13 | s3:smbcontrol: remove unused "samsync" and "samrepl" commands | Stefan Metzmacher | 2 | -42/+0 | |
metze | |||||
2011-12-13 | s3:smbd/server: add parent specific SIGTERM and SIGHUP handlers | Stefan Metzmacher | 1 | -3/+45 | |
metze | |||||
2011-12-13 | s3:smbd/server: create smbd_parent_context earlier | Stefan Metzmacher | 1 | -7/+8 | |
metze | |||||
2011-12-13 | s3:smbd/server: remember the ev_ctx on the smbd_parent_context | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2011-12-13 | s3:smbd/server: remember the msg_ctx on the smbd_parent_context | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2011-12-13 | s3:smbd/open: pass smbd_server_connection as private_data to ↵ | Stefan Metzmacher | 2 | -4/+4 | |
msg_file_was_renamed() metze | |||||
2011-12-13 | s3:smbd: register MSG_SMB_FILE_RENAME after the fork | Stefan Metzmacher | 2 | -2/+2 | |
The parent smbd doesn't need to handle this, as it doesn't have any file handles open. metze | |||||
2011-12-13 | s3:smbd/conn_msg: pass smbd_server_connection as private_data to ↵ | Stefan Metzmacher | 2 | -4/+4 | |
msg_force_tdis() metze |