r26429: Avoid use of global_smb_iconv_convenience.
[ira/wip.git] / source4 / smb_server / smb / request.c
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 MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25551: Convert to standard bool type.
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr17361: check that file handles are only accessable
2007-10-10 Stefan Metzmacherr17012: don't try to send any data when the socket...
2007-10-10 Stefan Metzmacherr16950: remove the smb mid from the ntvfs layer and...
2007-10-10 Stefan Metzmacherr15751: thanks to talloc_get_type() I noticed that...
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 Jelmer Vernooijr15191: Avoid uint_t as it's not standard.
2007-10-10 Andrew Tridgellr14937: fix a crash that can be caused by a notify...
2007-10-10 Stefan Metzmacherr14541: separate smbsrv_request and ntvfs_request,
2007-10-10 Stefan Metzmacherr14538: ok, I have better used make valgrindtest my...
2007-10-10 Stefan Metzmacherr14526: fix the size of the output buffer, we need...
2007-10-10 Stefan Metzmacherr14487: split smbsrv_request into two parts, one will...
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 Andrew Tridgellr13856: fixed a misleading comment
2007-10-10 Stefan Metzmacherr13620: initialize the CMD with 0 too
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 Metzmacherr11786: move all SMB protocol specific stuff to smb_ser...