Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-09 | s3-smbd: Pass tevent context to smbd_server_connection_loop_once(). | Andreas Schneider | 1 | -3/+3 | |
Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2011-08-02 | s3:server Consolidate printing related initialization | Simo Sorce | 1 | -9/+0 | |
Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Aug 2 17:37:44 CEST 2011 on sn-devel-104 | |||||
2011-08-02 | s3:smbd - Move printing queue stuff | Simo Sorce | 1 | -37/+9 | |
This way we can properly deal with pcap updates in the background queue process if it is enabled (on by default) and not perform these actions in the main smbd process. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-08-01 | s3-rpc_server: Use rpc_spoolss_mode(). | Andreas Schneider | 1 | -5/+2 | |
2011-08-01 | s3-rpc_server: Use rpc_epmapper_mode(). | Andreas Schneider | 1 | -5/+2 | |
Remove embedded mode cause this will not work. It was only there for testing. | |||||
2011-08-01 | s3-rpc_server: Rename to rpc service setup. | Andreas Schneider | 1 | -1/+1 | |
2011-07-20 | debug: log early messages to stdout, and keep it open | Andrew Bartlett | 1 | -2/+8 | |
The --log-stdout option was compromised by the log file descriptors being closed once the file process forked. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-14 | s3-smbd: Pass event and messaging context to smbd_parent_housekeeping(). | Andreas Schneider | 1 | -3/+5 | |
2011-07-14 | s3-smbd: Pass ev_ctx to remove_child_pid(). | Andreas Schneider | 1 | -3/+5 | |
2011-07-14 | s3-smbd: Pass msg_ctx to smbd_accept_connection. | Andreas Schneider | 1 | -4/+8 | |
2011-07-14 | s3-smbd: Pass ev_ctx to smbd_setup_sig_chld_handler(). | Andreas Schneider | 1 | -5/+5 | |
2011-07-14 | s3-smbd: Pass ev_ctx and msg_ctx to smbd_accept_connection(). | Andreas Schneider | 1 | -3/+13 | |
2011-07-14 | s3-smbd: Pass ev_ctx and msg_ctx to open_sockets_smbd(). | Andreas Schneider | 1 | -7/+9 | |
2011-07-14 | s3-smbd: Pass ev_ctx to smbd_parent_loop(). | Andreas Schneider | 1 | -3/+4 | |
2011-07-14 | s3-smbd: Create ev_ctx and msg_ctx and use it. | Andreas Schneider | 1 | -26/+38 | |
2011-07-04 | s3-smbd: Remove obsolete smbd_set_server_fd(). | Andreas Schneider | 1 | -7/+6 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-06-30 | s3:smbd do not panic when CTDB is unhealthy (Bug #8278) | Christian Ambach | 1 | -0/+9 | |
when CTDB is unhealthy, log a message and exit cleanly instead of creating a core file Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Thu Jun 30 13:18:12 CEST 2011 on sn-devel-104 | |||||
2011-06-01 | s3-param prepare for some lp_ functions to return const | Andrew Bartlett | 1 | -1/+1 | |
2011-05-31 | s3-globals Remove smbd_event_context() (use server_event_context()) | Andrew Bartlett | 1 | -26/+21 | |
This has been a wrapper around server_event_context() for some time now, and removing this from dummmysmbd.c assists with library dependencies. Andrew Bartlett | |||||
2011-05-31 | s3-smbd provide struct smbd_server_connection * to conn_snum_used | Andrew Bartlett | 1 | -1/+1 | |
This provides the 'sconn' parameter to this key functions, that is currently duplicated in dummysmbd.c, which causes duplicate symbol issues in the waf build. This has natrually caused a number of consequential changes across the codebase, includning not passing a messaging context into initial reload_services(): This causes problems because the global smbd_server_connection isn't yet set up, as there isn't a connection here, just the initial process. Andrew Bartlett | |||||
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -2/+2 | |
strcasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett | |||||
2011-05-08 | s3-smbd: expose smbd_set_server_fd() | Andrew Tridgell | 1 | -29/+0 | |
this allows the fd to be setup by subsystems that want to use the s3 server core code Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sun May 8 12:01:13 CEST 2011 on sn-devel-104 | |||||
2011-04-29 | s3-build: remove some unused headers. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-04-14 | s3: only include smb profiling where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Apr 14 01:31:39 CEST 2011 on sn-devel-104 | |||||
2011-04-01 | Fix bug #8047 - mdns registration doesn't work if "interfaces" is used in ↵ | Marc A. Dahlhaus | 1 | -0/+7 | |
smb.conf Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Apr 1 23:15:34 CEST 2011 on sn-devel-104 | |||||
2011-03-30 | s3-messages: make ndr_messaging.h part of messages.h. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-03-30 | s3-messages: only include messages.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-auth: smbd needs auth.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3: include smbd/smbd.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-passdb: use passdb headers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-29 | s3-spoolssd: Start the spoolss service correctly. | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-29 | s3-spoolssd: Pass down event and messanging context. | Andreas Schneider | 1 | -2/+4 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-29 | s3:spoolssd Start spoolss from smbd | Simo Sorce | 1 | -0/+15 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-23 | s3-config: say which config file we failed to open | Andrew Tridgell | 1 | -1/+1 | |
saves having to strace it to work that out | |||||
2011-03-23 | fault: get fault.c ready for use by s4 | Andrew Tridgell | 1 | -1/+1 | |
this moves the s3 specific dumpcore code into source3/lib/dumpcore.c, and uses a function pointer to setup which smb_panic call to use | |||||
2011-03-22 | s3-fault: removed the cont_fn from fault_setup() | Andrew Tridgell | 1 | -1/+1 | |
cont_fn() was supposed to be a way to continue after a seg fault. It could never be called however, as smb_panic() from fault_report() could never return, as dump_core() never returns at the end of smb_panic() Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Mar 22 05:07:58 CET 2011 on sn-devel-104 | |||||
2011-03-08 | s3-rpc_server: Start the Endpoint Mapper Dameon if enabled. | Andreas Schneider | 1 | -0/+15 | |
Endpoint Mapper is still disabled by default! Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-02 | s3-server_id: only include server_id where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-28 | s3-smbd: Pass tevent context to messaging functions. | Andreas Schneider | 1 | -4/+11 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Mon Feb 28 19:00:08 CET 2011 on sn-devel-104 | |||||
2011-02-28 | s3: smbcontrol to notify smbd about idmap changes | Gregor Beck | 1 | -0/+2 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 28 14:07:23 CET 2011 on sn-devel-104 | |||||
2011-02-22 | s3-printing: only include printing where really needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-22 | s3-printing: fix pcacp prototypes and includes. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-21 | s3-rpc_server: Rename srv_rpc_register.c. | Andreas Schneider | 1 | -1/+1 | |
2011-02-21 | s3-rpc_server: Rename srv_rpc_register. | Andreas Schneider | 1 | -1/+1 | |
2011-02-21 | s3-rpc_server: Pass tevent_context to dcerpc endpoints. | Andreas Schneider | 1 | -1/+1 | |
2011-02-20 | s3: Convert init_system_info to NTSTATUS | Volker Lendecke | 1 | -2/+4 | |
2011-02-17 | s3: increase the log level for missing PIDs on SIGCHLD | David Disseldorp | 1 | -1/+2 | |
Since the fix for bso#7836, the parent smbd is responsible for maintaining an up-to-date printcap cache. It does this by forking a child process to asynchronously fetch printcap data from CUPS. When the child process exits after fetching all printcap data, the parent smbd is sent SIGCHLD. This triggers smbd_sig_chld_handler() which looks for the exited process PID on a "children" list. Child smbd process PIDs are added to the "children" list to ensure cleanup on unclean shutdown and log level change notification messages. Printcap update process PIDs are not added to the list as they do not maintain any state that requires cleanup, nor do they wait on tevent for messages. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Feb 17 11:11:45 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s3-smbd: Added a function to setup rpc services. | Andreas Schneider | 1 | -90/+2 | |
Move the complete setup of the rpc service to its own file and use callbacks to register at the endpoint mapper. | |||||
2011-02-02 | s3-epmapper: Added a endpoint mapper skeleton. | Andreas Schneider | 1 | -0/+1 | |