r3341: - don't zero the async structure (makes valgrind more useful)
[gd/samba-autobuild/.git] / source4 / smb_server / nttrans.c
2007-10-10 Andrew Tridgellr3255: - fixed 2 uninitialised data errors found with...
2007-10-10 Andrew Tridgellr3054: use talloc_zero_array_p() in a couple of places
2007-10-10 Stefan Metzmacherr2751: this is a new ntvfs design which tries to solve:
2007-10-10 Andrew Tridgellr2618: before we had refererence counts in talloc I...
2007-10-10 Andrew Tridgellr2249: got rid of some more mem_ctx elements in structures
2007-10-10 Stefan Metzmacherr1280: rename struct request_context to smbsrv_request
2007-10-10 Stefan Metzmacherr1279: rename struct tcon_context to smbsrv_tcon
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2004-02-03 Stefan Metzmacher- move all SMB server stuff to smb_server/*