r15710: - we no longer need to set the nttrans out fields to zero
[ira/wip.git] / source / smb_server / smb2 /
2007-10-10 Stefan Metzmacherr15535: fix the build
2007-10-10 Stefan Metzmacherr15533: with this vista does a fine SMB2 TreeConnect...
2007-10-10 Stefan Metzmacherr15532: add a BOOL body_dynamic_present, because the...
2007-10-10 Jelmer Vernooijr15314: Fix recursive dependency hack for static libs...
2007-10-10 Jelmer Vernooijr15313: Fix some dependencies in dso mode
2007-10-10 Jelmer Vernooijr15304: Fix smbd build, more updates on getting --enabl...
2007-10-10 Jelmer Vernooijr15301: Use static libraries internally. This required...
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 Jelmer Vernooijr15191: Avoid uint_t as it's not standard.
2007-10-10 Stefan Metzmacherr14739: keep the last request time for the smbsrv_conne...
2007-10-10 Stefan Metzmacherr14456: don't access the smbsrv_tcon inside the ntvfs...
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Jelmer Vernooijr13960: Generate makefile rules for installing/removing...
2007-10-10 Stefan Metzmacherr13860: - add support for SMB2 ("SMB 2.001") negotiatio...
2007-10-10 Stefan Metzmacherr12725: some minor updates
2007-10-10 Jelmer Vernooijr12696: Reduce the size of include/structs.h
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 Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Stefan Metzmacherr12113: in SMB2 we should only allocate a new session
2007-10-10 Stefan Metzmacherr12102: for SMB2 we need to allocate tcons per session
2007-10-10 Stefan Metzmacherr12095: the most SMB2 opcodes need a valid session...
2007-10-10 Stefan Metzmacherr12094: - implement dummy smb2srv_tcon()
2007-10-10 Stefan Metzmacherr12093: add missing file
2007-10-10 Stefan Metzmacherr12092: - add dummy functions for the missing SMB2...
2007-10-10 Tim Potterr11968: More warning fixes. We're on track to getting...
2007-10-10 Stefan Metzmacherr11789: - add the start of a SMB2 server