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