summaryrefslogtreecommitdiff
path: root/source4/smbd/service.c
AgeCommit message (Expand)AuthorFilesLines
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