summaryrefslogtreecommitdiff
path: root/source4/smbd/process_standard.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4728: split up server_services into:Stefan Metzmacher1-27/+88
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-1/+1
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-1/+1
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/+2
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3356: in the standard process model we need to make sure we close allAndrew Tridgell1-2/+7
2007-10-10r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell1-1/+1
2007-10-10r3181: shutdown the secrets db on exit so we don't constantly get talloc leak...Andrew Tridgell1-0/+3
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell1-1/+1
2007-10-10r2723: fix some debug messagesStefan Metzmacher1-2/+2
2007-10-10r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell1-0/+4
2007-10-10r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell1-9/+1
2007-10-10r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell1-0/+2
2007-10-10r2588: connect/disconnect is common enough that I don't think a level 0 DEBUGAndrew Tridgell1-1/+1
2007-10-10r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher1-11/+10
2007-10-10r1516: remove the server_connection from the list on the server_socketStefan Metzmacher1-2/+13
2007-10-10r1515: move dublicate code to a functionStefan Metzmacher1-59/+3
2007-10-10r1514: close stuff from the server_connection not in theStefan Metzmacher1-0/+3
2007-10-10r1498: (merge from 3.0)Andrew Bartlett1-0/+4
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher1-62/+76
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-3/+3
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-1/+1
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-3/+3
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-2/+2
2007-10-10r99: make sure we reap child processes in the standard process modelAndrew Tridgell1-0/+1
2004-02-02- we now specify the object files in the subsystems config.m4 fileStefan Metzmacher1-5/+21
2003-12-13completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell1-0/+9
2003-12-13dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell1-2/+39
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+110