summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/service.c
Commit message (Expand)AuthorAgeFilesLines
* r4728: split up server_services into:Stefan Metzmacher2007-10-101-48/+0
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-101-25/+6
* r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell2007-10-101-19/+0
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+2
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-10/+7
* r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed thisAndrew Tridgell2007-10-101-0/+7
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-101-2/+2
* r2542: I really don't like the 'substitute' code, and I particularly don'tAndrew Bartlett2007-10-101-2/+1
* r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher2007-10-101-1/+1
* r2326: remove definition and usage of struct socket_contextStefan Metzmacher2007-10-101-1/+2
* r2288: Remove the claim/yield connection code - this will need to be redoneAndrew Bartlett2007-10-101-12/+0
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-101-2/+2
* r1999: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher2007-10-101-3/+8
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-101-1/+1
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-101-8/+8
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-3/+3
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-30/+30
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-8/+8
* r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2007-10-101-1/+1
* r1044: don't use sub_get_remote_machine()Andrew Tridgell2007-10-101-3/+2
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-1/+1
* r861: remove the next round of unused stuffStefan Metzmacher2007-10-101-21/+0
* - move all SMB server stuff to smb_server/*Stefan Metzmacher2004-02-031-0/+339