summaryrefslogtreecommitdiff
path: root/source4/smb_server/service.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-10/+7
2007-10-10r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed thisAndrew Tridgell1-0/+7
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell1-2/+2
2007-10-10r2542: I really don't like the 'substitute' code, and I particularly don'tAndrew Bartlett1-2/+1
2007-10-10r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher1-1/+1
2007-10-10r2326: remove definition and usage of struct socket_contextStefan Metzmacher1-1/+2
2007-10-10r2288: Remove the claim/yield connection code - this will need to be redoneAndrew Bartlett1-12/+0
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell1-2/+2
2007-10-10r1999: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher1-3/+8
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher1-1/+1
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-8/+8
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-3/+3
2007-10-10r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher1-30/+30
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-8/+8
2007-10-10r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett1-1/+1
2007-10-10r1044: don't use sub_get_remote_machine()Andrew Tridgell1-3/+2
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-1/+1
2007-10-10r861: remove the next round of unused stuffStefan Metzmacher1-21/+0
2004-02-03- move all SMB server stuff to smb_server/*Stefan Metzmacher1-0/+339