summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb_server.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-1/+1
2007-10-10r2658: fixed a couple of error codes found with RAW-CONTEXTAndrew Tridgell1-2/+2
2007-10-10r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell1-1/+1
2007-10-10r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell1-2/+1
2007-10-10r2542: I really don't like the 'substitute' code, and I particularly don'tAndrew Bartlett1-7/+0
2007-10-10r2449: use a blocking fd for smbsrv codeStefan Metzmacher1-0/+4
2007-10-10r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher1-15/+25
2007-10-10r2326: remove definition and usage of struct socket_contextStefan Metzmacher1-3/+3
2007-10-10r2320: add my copyrightStefan Metzmacher1-0/+1
2007-10-10r2250: removed unnecessary mem_ctxAndrew Tridgell1-3/+0
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell1-5/+4
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter1-2/+2
2007-10-10r1998: fix compiler warningStefan Metzmacher1-2/+1
2007-10-10r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla...Andrew Tridgell1-5/+4
2007-10-10r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett1-0/+2
2007-10-10r1578: the first stage of the async client rewrite.Andrew Tridgell1-0/+1
2007-10-10r1514: close stuff from the server_connection not in theStefan Metzmacher1-4/+1
2007-10-10r1507: fixed the handling of SMB chaining with the new server structure. YouAndrew Tridgell1-12/+18
2007-10-10r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher1-20/+5
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher1-89/+102
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-44/+44
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-10/+10
2007-10-10r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher1-9/+9
2007-10-10r1278: rename struct user_context to smbsrv_userStefan Metzmacher1-5/+5
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-44/+44
2007-10-10r1233: -move smb related code to smb_server/*Stefan Metzmacher1-0/+98
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-3/+3
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-7/+7
2007-10-10r818: added server side SMB signing to Samba4Andrew Tridgell1-2/+6
2007-10-10r549: added support for DOS error codes in NTSTATUS returns. This uses aAndrew Tridgell1-0/+8
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-0/+2
2004-03-25fixed the handling of level II oplocks in samba4, especially whenAndrew Tridgell1-1/+2
2004-03-23put the "max xmit" option back into Samba4Andrew Tridgell1-1/+1
2004-02-03- move all SMB server stuff to smb_server/*Stefan Metzmacher1-0/+769