summaryrefslogtreecommitdiff
path: root/source4/smbd/process_thread.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3016: - converted the events code to tallocAndrew Tridgell1-1/+2
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell1-1/+1
2007-10-10r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell1-11/+1
2007-10-10r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell1-0/+2
2007-10-10r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher1-12/+17
2007-10-10r1516: remove the server_connection from the list on the server_socketStefan Metzmacher1-2/+15
2007-10-10r1515: move dublicate code to a functionStefan Metzmacher1-58/+3
2007-10-10r1514: close stuff from the server_connection not in theStefan Metzmacher1-0/+3
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher1-66/+87
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-2/+2
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-1/+1
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-2/+2
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-2/+2
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-12/+12
2004-02-02- we now specify the object files in the subsystems config.m4 fileStefan Metzmacher1-7/+21
2004-01-28merge the version.h autogeneration stuff from 3.0Stefan Metzmacher1-2/+2
2004-01-22- move the vars used by the backtrace stuff into the #ifdefStefan Metzmacher1-26/+39
2004-01-08This patch adds a better dcerpc server infastructure.Stefan Metzmacher1-1/+1
2003-12-16use smb_rwlock_t instead of rwlock_t to avoid conflicts with systemAndrew Tridgell1-5/+5
2003-12-13completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell1-0/+10
2003-12-13dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell1-2/+42
2003-12-04merged more updates from Jim MyersAndrew Tridgell1-2/+18
2003-08-15rename mutex_t to smb_mutex_t to prevent name collisionHerb Lewis1-4/+4
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+410