initialise query_maximal_access here too
[kai/samba.git] / source4 / smb_server / smb / nttrans.c
2008-07-24 Andrew Tridgellinitialise query_maximal_access here too
2008-07-07 Stefan Metzmachersmb_server/smb: handle incoming multi fragmented nttran...
2008-04-08 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijInstall public header files again and include required...
2008-03-27 Jelmer VernooijMerge v4.0-test
2008-03-11 Stefan Metzmachersmb_server: pass down RAW_RENAME_NTTRANS to the ntvfs...
2008-03-07 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-03-07 Amin AzezUse 32 bit storage for nttrans counts
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...
2008-02-09 Jelmer VernooijMerge branch 'v4-0-trivial' into v4-0-python
2008-02-03 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-01 Amin AzezFix sending of large nttrans responses.
2008-01-01 Jelmer Vernooijr26639: librpc: Pass iconv convenience on from RPC...
2008-01-01 Jelmer Vernooijr26638: libndr: Require explicitly specifying iconv_con...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26429: Avoid use of global_smb_iconv_convenience.
2007-12-21 Jelmer Vernooijr26316: Use contexts for conversion functions.
2007-12-21 Stefan Metzmacherr25920: ndr: change NTSTAUS into enum ndr_err_code...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr21206: - a couple more nttrans places were a memcpy...
2007-10-10 Volker Lendecker21183: Commit the big/little endian fix for nttrans...
2007-10-10 Stefan Metzmacherr16980: - make struct smb_notify a union and add levels...
2007-10-10 Stefan Metzmacherr15734: This is a major change to the NTVFS subsystem:
2007-10-10 Stefan Metzmacherr15714: fix async handling of ntioctl calls and push...
2007-10-10 Stefan Metzmacherr15711: - make use of nttrans_setup_reply()
2007-10-10 Stefan Metzmacherr15710: - we no longer need to set the nttrans out...
2007-10-10 Stefan Metzmacherr15709: - return an error is better than ignoring a...
2007-10-10 Stefan Metzmacherr15708: setup count is 8bit and param_count and data_co...
2007-10-10 Stefan Metzmacherr15656: for NT IOCTL's we need to control the max_data...
2007-10-10 Stefan Metzmacherr15640: - NT IOCTL calls also have an 'in' data_blob
2007-10-10 Andrew Tridgellr14807: fixed the format of notify responses (forgot...
2007-10-10 Stefan Metzmacherr14638: we need to call smbsrv_setup_reply() before...
2007-10-10 Stefan Metzmacherr14541: separate smbsrv_request and ntvfs_request,
2007-10-10 Andrew Tridgellr14539: get rid of a pointless union layer in struct...
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Stefan Metzmacherr14256: - rename smb_file -> smb_handle
2007-10-10 Stefan Metzmacherr14173: change smb interface structures to always use
2007-10-10 Stefan Metzmacherr14157: - pass a struct ntvfs_request to the ntvfs...
2007-10-10 Andrew Tridgellr14142: fixed ascii padding of nttrans create in server too
2007-10-10 Andrew Tridgellr14013: added construction of the notify reply buffer...
2007-10-10 Andrew Tridgellr14011: - added a ntvfs_notify op to allow backends...
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 Metzmacherr13865: prefix functions with smbsrv_
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12528: Add seperate proto headers for ntvfs, tdr,...
2007-10-10 Stefan Metzmacherr11786: move all SMB protocol specific stuff to smb_ser...