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