summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb/reply.c
Commit message (Expand)AuthorAgeFilesLines
* s4:smb_server/smb: SMBreadX can return STATUS_BUFFER_OVERFLOWStefan Metzmacher2010-04-281-1/+5
* s4-pvfs: move the private ntcreatex flags to private_flagsAndrew Tridgell2010-03-051-6/+1
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-3/+3
* s4-smbserver: removed bogus initialisation of two union armsAndrew Tridgell2009-10-171-1/+0
* s4-smb: fill in fnum as well for root_fidAndrew Tridgell2009-10-151-0/+1
* s4-smb: declare root_fid as a file handleAndrew Tridgell2009-10-151-1/+1
* on buffer overflow windows gives SMBSRV:ERRerror hereAndrew Tridgell2009-08-051-1/+1
* fixed support for readx greater than 64kAndrew Tridgell2009-08-041-1/+2
* Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott2009-05-201-22/+2
* Add async support for reply_tcon* and ntvfs_connectSam Liddicott2009-04-231-50/+104
* make sure we initialise query_maximal_accessAndrew Tridgell2008-07-241-0/+1
* make sure we send a reply packet for bad create optionsAndrew Tridgell2008-05-281-1/+2
* stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell2008-05-261-0/+5
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-47/+47
* r25551: Convert to standard bool type.Jelmer Vernooij2007-10-101-3/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r17283: use the async calls of auth_check_password() and gensec_update()Stefan Metzmacher2007-10-101-109/+128
* 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