summaryrefslogtreecommitdiff
path: root/source4/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* source4/smbd: replace DEBUG( with DBG_Gary Lockyer2017-10-191-4/+5
* source4/smbd: refactor the process model for preforkGary Lockyer2017-10-191-2/+9
* source4 smbd: remove global control pipe from process_standard.Gary Lockyer2017-09-281-6/+11
* s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison2017-05-111-3/+4
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-301-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Remove useless layer of indirection, where every service calledAndrew Bartlett2008-02-041-5/+6
* r26237: Add loadparm context to the server service interface.Jelmer Vernooij2007-12-211-4/+6
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r7352: the internal heimdal build change. This changes quite a few things:Andrew Tridgell2007-10-101-0/+4
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-347/+47
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-3/+3
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-101-8/+4
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-101-9/+4
* r4939: make a few more private pointers type safe (this might help abartletAndrew Tridgell2007-10-101-3/+6
* r4729: add dummy "winbind" serviceStefan Metzmacher2007-10-101-0/+6
* r4728: split up server_services into:Stefan Metzmacher2007-10-101-104/+117
* r4685: only remove events when we have themStefan Metzmacher2007-10-101-4/+8
* r4667: Don't follow a NULL pointer for an idle event handler.Andrew Bartlett2007-10-101-1/+4
* r4605: Fix a confusing comment :-)Volker Lendecke2007-10-101-1/+1
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-20/+1
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-5/+4
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-101-8/+10
* r3481: split out client.h and events.hAndrew Tridgell2007-10-101-0/+1
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+1
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...Andrew Tridgell2007-10-101-16/+27
* r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.Andrew Tridgell2007-10-101-0/+30
* r3356: in the standard process model we need to make sure we close allAndrew Tridgell2007-10-101-0/+21
* r3136: - Allow specifying socket type when adding smbd serviceJelmer Vernooij2007-10-101-1/+2
* r3016: - converted the events code to tallocAndrew Tridgell2007-10-101-1/+4
* r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell2007-10-101-2/+4
* r2882: fix mistake that caused a failure on a bind to a dynamic tcp portStefan Metzmacher2007-10-101-13/+13
* r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell2007-10-101-12/+25
* r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell2007-10-101-19/+5
* r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell2007-10-101-6/+9
* r2588: connect/disconnect is common enough that I don't think a level 0 DEBUGAndrew Tridgell2007-10-101-1/+1
* r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed thisAndrew Tridgell2007-10-101-0/+5
* r2448: use SO_REUSEADDR=1 for the serverStefan Metzmacher2007-10-101-1/+1
* r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher2007-10-101-60/+66
* r2326: remove definition and usage of struct socket_contextStefan Metzmacher2007-10-101-13/+1
* r2321: add complately untested LDAP server startStefan Metzmacher2007-10-101-0/+3
* r1520: only call write handler or read handler, not both. This copes with theAndrew Tridgell2007-10-101-0/+3
* r1516: remove the server_connection from the list on the server_socketStefan Metzmacher2007-10-101-0/+3