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