summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb/reply.c
Commit message (Expand)AuthorAgeFilesLines
* r16979: - ntcancel should compare TID,UID,MID and PIDStefan Metzmacher2007-10-101-3/+10
* r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher2007-10-101-5/+18
* r15827: fixed a spelling errorAndrew Tridgell2007-10-101-1/+1
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-84/+145
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2007-10-101-1/+9
* r14644: fix SMBecho, used by w2k clients, failing this,Stefan Metzmacher2007-10-101-1/+1
* r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher2007-10-101-483/+273
* r14502: Supply both needed arguments for the backend logoff processing.Andrew Bartlett2007-10-101-0/+2
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-101-0/+2
* r14485: mark smb commands as need session and need tcon explicit,Stefan Metzmacher2007-10-101-43/+0
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-41/+41
* r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell2007-10-101-0/+5
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-47/+47
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-6/+6
* r14016: use type safe talloc when constructing operation structures in smb se...Andrew Tridgell2007-10-101-38/+43
* r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS...Stefan Metzmacher2007-10-101-6/+6
* r13872: fix typoStefan Metzmacher2007-10-101-1/+1
* r13870: prefix more functions with smbsrv_Stefan Metzmacher2007-10-101-114/+114
* r13868: remove useless talloc_free() wrapperStefan Metzmacher2007-10-101-4/+4
* r13866: prefix more functions with smbsrv_Stefan Metzmacher2007-10-101-5/+5
* r13865: prefix functions with smbsrv_Stefan Metzmacher2007-10-101-57/+57
* r13862: rename chain_reply -> smbsrv_chain_replyStefan Metzmacher2007-10-101-10/+10
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-0/+1
* r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher2007-10-101-2/+2
* r11786: move all SMB protocol specific stuff to smb_server/smb/Stefan Metzmacher2007-10-101-0/+2461