summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* debug: log early messages to stdout, and keep it openAndrew Bartlett2011-07-201-2/+8
* s3-smbd: Pass event and messaging context to smbd_parent_housekeeping().Andreas Schneider2011-07-141-3/+5
* s3-smbd: Pass ev_ctx to remove_child_pid().Andreas Schneider2011-07-141-3/+5
* s3-smbd: Pass msg_ctx to smbd_accept_connection.Andreas Schneider2011-07-141-4/+8
* s3-smbd: Pass ev_ctx to smbd_setup_sig_chld_handler().Andreas Schneider2011-07-141-5/+5
* s3-smbd: Pass ev_ctx and msg_ctx to smbd_accept_connection().Andreas Schneider2011-07-141-3/+13
* s3-smbd: Pass ev_ctx and msg_ctx to open_sockets_smbd().Andreas Schneider2011-07-141-7/+9
* s3-smbd: Pass ev_ctx to smbd_parent_loop().Andreas Schneider2011-07-141-3/+4
* s3-smbd: Create ev_ctx and msg_ctx and use it.Andreas Schneider2011-07-141-26/+38
* s3-smbd: Remove obsolete smbd_set_server_fd().Andreas Schneider2011-07-041-7/+6
* s3:smbd do not panic when CTDB is unhealthy (Bug #8278)Christian Ambach2011-06-301-0/+9
* s3-param prepare for some lp_ functions to return constAndrew Bartlett2011-06-011-1/+1
* s3-globals Remove smbd_event_context() (use server_event_context())Andrew Bartlett2011-05-311-26/+21
* s3-smbd provide struct smbd_server_connection * to conn_snum_usedAndrew Bartlett2011-05-311-1/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-2/+2
* s3-smbd: expose smbd_set_server_fd()Andrew Tridgell2011-05-081-29/+0
* s3-build: remove some unused headers.Günther Deschner2011-04-291-1/+0
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* Fix bug #8047 - mdns registration doesn't work if "interfaces" is used in smb...Marc A. Dahlhaus2011-04-011-0/+7
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-spoolssd: Start the spoolss service correctly.Andreas Schneider2011-03-291-1/+1
* s3-spoolssd: Pass down event and messanging context.Andreas Schneider2011-03-291-2/+4
* s3:spoolssd Start spoolss from smbdSimo Sorce2011-03-291-0/+15
* s3-config: say which config file we failed to openAndrew Tridgell2011-03-231-1/+1
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-231-1/+1
* s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell2011-03-221-1/+1
* s3-rpc_server: Start the Endpoint Mapper Dameon if enabled.Andreas Schneider2011-03-081-0/+15
* s3-server_id: only include server_id where needed.Günther Deschner2011-03-021-0/+1
* s3-smbd: Pass tevent context to messaging functions.Andreas Schneider2011-02-281-4/+11
* s3: smbcontrol to notify smbd about idmap changesGregor Beck2011-02-281-0/+2
* s3-printing: only include printing where really needed.Günther Deschner2011-02-221-0/+1
* s3-printing: fix pcacp prototypes and includes.Günther Deschner2011-02-221-0/+1
* s3-rpc_server: Rename srv_rpc_register.c.Andreas Schneider2011-02-211-1/+1
* s3-rpc_server: Rename srv_rpc_register.Andreas Schneider2011-02-211-1/+1
* s3-rpc_server: Pass tevent_context to dcerpc endpoints.Andreas Schneider2011-02-211-1/+1
* s3: Convert init_system_info to NTSTATUSVolker Lendecke2011-02-201-2/+4
* s3: increase the log level for missing PIDs on SIGCHLDDavid Disseldorp2011-02-171-1/+2
* s3-smbd: Added a function to setup rpc services.Andreas Schneider2011-02-021-90/+2
* s3-epmapper: Added a endpoint mapper skeleton.Andreas Schneider2011-02-021-0/+1
* s3-printing: Initiate pcap reload from parent smbdDavid Disseldorp2011-01-071-0/+47
* s3-printing: reload shares after pcap cache fillDavid Disseldorp2011-01-071-1/+2
* s3-rpcecho: Only register rpcecho in the developer build.Andreas Schneider2011-01-041-0/+2
* s3-smbd: Call all the rpc services in the right order.Andreas Schneider2011-01-041-5/+41
* s3:smbd: remove some commented out legacy codeMichael Adam2010-12-021-5/+0
* s3: Allow disabling of mdns registrationsVolker Lendecke2010-11-051-1/+1