Age | Commit message (Expand) | Author | Files | Lines |
2011-07-20 | debug: log early messages to stdout, and keep it open | Andrew Bartlett | 1 | -2/+8 |
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 |
2011-06-30 | s3:smbd do not panic when CTDB is unhealthy (Bug #8278) | Christian Ambach | 1 | -0/+9 |
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 |
2011-05-31 | s3-smbd provide struct smbd_server_connection * to conn_snum_used | Andrew Bartlett | 1 | -1/+1 |
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -2/+2 |
2011-05-08 | s3-smbd: expose smbd_set_server_fd() | Andrew Tridgell | 1 | -29/+0 |
2011-04-29 | s3-build: remove some unused headers. | Günther Deschner | 1 | -1/+0 |
2011-04-14 | s3: only include smb profiling where needed. | Günther Deschner | 1 | -0/+1 |
2011-04-01 | Fix bug #8047 - mdns registration doesn't work if "interfaces" is used in smb... | Marc A. Dahlhaus | 1 | -0/+7 |
2011-03-30 | s3-messages: make ndr_messaging.h part of messages.h. | Günther Deschner | 1 | -1/+0 |
2011-03-30 | s3-messages: only include messages.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-auth: smbd needs auth.h | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3: include smbd/smbd.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-passdb: use passdb headers where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-29 | s3-spoolssd: Start the spoolss service correctly. | Andreas Schneider | 1 | -1/+1 |
2011-03-29 | s3-spoolssd: Pass down event and messanging context. | Andreas Schneider | 1 | -2/+4 |
2011-03-29 | s3:spoolssd Start spoolss from smbd | Simo Sorce | 1 | -0/+15 |
2011-03-23 | s3-config: say which config file we failed to open | Andrew Tridgell | 1 | -1/+1 |
2011-03-23 | fault: get fault.c ready for use by s4 | Andrew Tridgell | 1 | -1/+1 |
2011-03-22 | s3-fault: removed the cont_fn from fault_setup() | Andrew Tridgell | 1 | -1/+1 |
2011-03-08 | s3-rpc_server: Start the Endpoint Mapper Dameon if enabled. | Andreas Schneider | 1 | -0/+15 |
2011-03-02 | s3-server_id: only include server_id where needed. | Günther Deschner | 1 | -0/+1 |
2011-02-28 | s3-smbd: Pass tevent context to messaging functions. | Andreas Schneider | 1 | -4/+11 |
2011-02-28 | s3: smbcontrol to notify smbd about idmap changes | Gregor Beck | 1 | -0/+2 |
2011-02-22 | s3-printing: only include printing where really needed. | Günther Deschner | 1 | -0/+1 |
2011-02-22 | s3-printing: fix pcacp prototypes and includes. | Günther Deschner | 1 | -0/+1 |
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 |
2011-02-02 | s3-smbd: Added a function to setup rpc services. | Andreas Schneider | 1 | -90/+2 |
2011-02-02 | s3-epmapper: Added a endpoint mapper skeleton. | Andreas Schneider | 1 | -0/+1 |
2011-01-07 | s3-printing: Initiate pcap reload from parent smbd | David Disseldorp | 1 | -0/+47 |
2011-01-07 | s3-printing: reload shares after pcap cache fill | David Disseldorp | 1 | -1/+2 |
2011-01-04 | s3-rpcecho: Only register rpcecho in the developer build. | Andreas Schneider | 1 | -0/+2 |
2011-01-04 | s3-smbd: Call all the rpc services in the right order. | Andreas Schneider | 1 | -5/+41 |
2010-12-02 | s3:smbd: remove some commented out legacy code | Michael Adam | 1 | -5/+0 |
2010-11-05 | s3: Allow disabling of mdns registrations | Volker Lendecke | 1 | -1/+1 |