summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb/reply.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-20s4:smb_server: fix large read_andx requestsStefan Metzmacher1-6/+12
2011-11-03nbt: trim down header dependencies of nbt.idl.Günther Deschner1-0/+1
2011-07-12s4:smb_server: s/SMBkeepalive/NBSSkeepaliveStefan Metzmacher1-3/+3
2010-04-28s4:smb_server/smb: SMBreadX can return STATUS_BUFFER_OVERFLOWStefan Metzmacher1-1/+5
2010-03-05s4-pvfs: move the private ntcreatex flags to private_flagsAndrew Tridgell1-6/+1
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-3/+3
2009-10-17s4-smbserver: removed bogus initialisation of two union armsAndrew Tridgell1-1/+0
2009-10-15s4-smb: fill in fnum as well for root_fidAndrew Tridgell1-0/+1
2009-10-15s4-smb: declare root_fid as a file handleAndrew Tridgell1-1/+1
2009-08-05on buffer overflow windows gives SMBSRV:ERRerror hereAndrew Tridgell1-1/+1
2009-08-04fixed support for readx greater than 64kAndrew Tridgell1-1/+2
2009-05-20Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott1-22/+2
2009-04-23Add async support for reply_tcon* and ntvfs_connectSam Liddicott1-50/+104
2008-07-24make sure we initialise query_maximal_accessAndrew Tridgell1-0/+1
2008-05-28make sure we send a reply packet for bad create optionsAndrew Tridgell1-1/+2
2008-05-26stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell1-0/+5
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-47/+47
2007-10-10r25551: Convert to standard bool type.Jelmer Vernooij1-3/+3
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r17283: use the async calls of auth_check_password() and gensec_update()Stefan Metzmacher1-109/+128
2007-10-10r16979: - ntcancel should compare TID,UID,MID and PIDStefan Metzmacher1-3/+10
2007-10-10r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher1-5/+18
2007-10-10r15827: fixed a spelling errorAndrew Tridgell1-1/+1
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-84/+145
2007-10-10r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher1-1/+9
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