summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb/reply.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14644: fix SMBecho, used by w2k clients, failing this,Stefan Metzmacher1-1/+1
2007-10-10r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher1-483/+273
2007-10-10r14502: Supply both needed arguments for the backend logoff processing.Andrew Bartlett1-0/+2
2007-10-10r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher1-0/+2
2007-10-10r14485: mark smb commands as need session and need tcon explicit,Stefan Metzmacher1-43/+0
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-41/+41
2007-10-10r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell1-0/+5
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-47/+47
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher1-6/+6
2007-10-10r14016: use type safe talloc when constructing operation structures in smb se...Andrew Tridgell1-38/+43
2007-10-10r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS...Stefan Metzmacher1-6/+6
2007-10-10r13872: fix typoStefan Metzmacher1-1/+1
2007-10-10r13870: prefix more functions with smbsrv_Stefan Metzmacher1-114/+114
2007-10-10r13868: remove useless talloc_free() wrapperStefan Metzmacher1-4/+4
2007-10-10r13866: prefix more functions with smbsrv_Stefan Metzmacher1-5/+5
2007-10-10r13865: prefix functions with smbsrv_Stefan Metzmacher1-57/+57
2007-10-10r13862: rename chain_reply -> smbsrv_chain_replyStefan Metzmacher1-10/+10
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij1-0/+1
2007-10-10r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher1-2/+2
2007-10-10r11786: move all SMB protocol specific stuff to smb_server/smb/Stefan Metzmacher1-0/+2461