r15304: Fix smbd build, more updates on getting --enable-dso to build again
[samba.git] / source4 / smb_server / smb / request.c
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...