summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb/receive.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-24s4:smb_server/smb: fix talloc_free() bugStefan Metzmacher1-1/+1
2012-04-02s4:smb_server/smb: remove a request from the list before adding the next one ...Stefan Metzmacher1-0/+1
2011-11-08s4-smb_server No longer follow the security=share smb.conf directiveAndrew Bartlett1-9/+1
2011-07-12s4:libcli/raw: s/SMBchkpth/SMBcheckpathStefan Metzmacher1-1/+1
2011-06-09lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett1-1/+1
2011-05-03s4:cluster Rename .id to .pid in server_idAndrew Bartlett1-3/+6
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-3/+3
2009-09-19s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell1-2/+0
2009-08-05changed BCC handling for SMBwriteX to handle broken MacOSX clientAndrew Tridgell1-13/+8
2009-02-02s4:smb_server: s/private/private_dataStefan Metzmacher1-2/+2
2008-05-16fixed warningAndrew Tridgell1-1/+2
2008-04-18Flag smb messages array with AND_X and LARGE_REQUESTAmin Azez1-10/+21
2008-04-18Re-order smbsrv_recv_smb_request and smb_messagesAmin Azez1-99/+99
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-0/+6
2007-12-21r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij1-4/+4
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-3/+3
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20657: fix compiler warning and bug:-)Stefan Metzmacher1-1/+1
2007-10-10r18972: we don't need this now all builds in the build farm are limited to 150Andrew Tridgell1-12/+0
2007-10-10r18583: a nasty hack to allow me to monitor the number of open fileAndrew Tridgell1-0/+13
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell1-1/+2
2007-10-10r17280: NT_STATUS_INVALID_HANDLE maps to ERRbadfid, which is wrong in thisStefan Metzmacher1-14/+20
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-2/+2
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij1-0/+1
2007-10-10r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher1-4/+7
2007-10-10r14733: SMBtdis needs a TCON and doesn't need a SESSION,Stefan Metzmacher1-1/+2
2007-10-10r14647: be a bit less verbose on common stuffStefan Metzmacher1-1/+1
2007-10-10r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher1-11/+5
2007-10-10r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher1-2/+8
2007-10-10r14485: mark smb commands as need session and need tcon explicit,Stefan Metzmacher1-74/+76
2007-10-10r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher1-6/+5
2007-10-10r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS...Stefan Metzmacher1-2/+2
2007-10-10r13870: prefix more functions with smbsrv_Stefan Metzmacher1-14/+17
2007-10-10r13868: remove useless talloc_free() wrapperStefan Metzmacher1-2/+2
2007-10-10r13865: prefix functions with smbsrv_Stefan Metzmacher1-76/+76
2007-10-10r13862: rename chain_reply -> smbsrv_chain_replyStefan Metzmacher1-1/+1
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-10r11968: More warning fixes. We're on track to getting to double digits forTim Potter1-3/+3
2007-10-10r11788: remove unused header filesStefan Metzmacher1-3/+0
2007-10-10r11786: move all SMB protocol specific stuff to smb_server/smb/Stefan Metzmacher1-0/+657