s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
[garming/samba-autobuild/.git] / source4 / smb_server / smb / receive.c
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2009-09-19 Andrew Tridgells4-smbd: minimise includes in smbd/ and smb_server
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-05 Andrew Tridgellchanged BCC handling for SMBwriteX to handle broken...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmachers4:smb_server: s/private/private_data
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-21 Andrew BartlettMerge branch 'v4-0-local' of git://git.id10ts.net/samba...
2008-05-21 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-20 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-20 Andrew TridgellMerge commit 'origin/v4-0-test' into vfs_smb2
2008-05-19 Andrew TridgellMerge commit 'origin/v4-0-test' into vfs_smb2
2008-05-16 Andrew Tridgellfixed warning
2008-04-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-19 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-18 Amin AzezFlag smb messages array with AND_X and LARGE_REQUEST
2008-04-18 Amin AzezRe-order smbsrv_recv_smb_request and smb_messages
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-14 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-14 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-13 Andrew TridgellConvert SMB and SMB2 code to use a common buffer handli...
2007-12-21 Jelmer Vernooijr26236: Remove more uses of global_loadparm or specify...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr20657: fix compiler warning and bug:-)
2007-10-10 Andrew Tridgellr18972: we don't need this now all builds in the build...
2007-10-10 Andrew Tridgellr18583: a nasty hack to allow me to monitor the number...
2007-10-10 Andrew Tridgellr18301: I discovered how to load the warnings from...
2007-10-10 Stefan Metzmacherr17280: NT_STATUS_INVALID_HANDLE maps to ERRbadfid...
2007-10-10 Stefan Metzmacherr15734: This is a major change to the NTVFS subsystem:
2007-10-10 Jelmer Vernooijr15304: Fix smbd build, more updates on getting --enabl...
2007-10-10 Stefan Metzmacherr14739: keep the last request time for the smbsrv_conne...
2007-10-10 Stefan Metzmacherr14733: SMBtdis needs a TCON and doesn't need a SESSION,
2007-10-10 Stefan Metzmacherr14647: be a bit less verbose on common stuff
2007-10-10 Stefan Metzmacherr14541: separate smbsrv_request and ntvfs_request,
2007-10-10 Stefan Metzmacherr14487: split smbsrv_request into two parts, one will...
2007-10-10 Stefan Metzmacherr14485: mark smb commands as need session and need...
2007-10-10 Stefan Metzmacherr14456: don't access the smbsrv_tcon inside the ntvfs...
2007-10-10 Stefan Metzmacherr13877: remove smbsrv_send_dos_error() and use smbsrv_s...
2007-10-10 Stefan Metzmacherr13870: prefix more functions with smbsrv_
2007-10-10 Stefan Metzmacherr13868: remove useless talloc_free() wrapper
2007-10-10 Stefan Metzmacherr13865: prefix functions with smbsrv_
2007-10-10 Stefan Metzmacherr13862: rename chain_reply -> smbsrv_chain_reply
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12528: Add seperate proto headers for ntvfs, tdr,...
2007-10-10 Stefan Metzmacherr12102: for SMB2 we need to allocate tcons per session
2007-10-10 Tim Potterr11968: More warning fixes. We're on track to getting...
2007-10-10 Stefan Metzmacherr11788: remove unused header files
2007-10-10 Stefan Metzmacherr11786: move all SMB protocol specific stuff to smb_ser...