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