s3:smbd: the SMB2-COMPOUND test shows that the related vs. unrelated flags isn't...
[nivanova/samba-autobuild/.git] / source3 / smbd / smb2_server.c
2009-06-24 Stefan Metzmachers3:smbd: the SMB2-COMPOUND test shows that the related...
2009-06-09 Stefan Metzmachers3:smbd: only check the next_status for related requests
2009-06-09 Stefan Metzmachers3:smbd: response with the same SMB2 flags as given...
2009-06-09 Stefan Metzmachers3:smbd: only pass the chained file handle for related...
2009-06-09 Stefan Metzmachers3:smbd: make sure we pad compounded SMB2 responses...
2009-06-09 Stefan Metzmachers3:smbd: more validation of the incoming SMB2 requests
2009-06-09 Stefan Metzmachers3:smbd: for now ignore all non NBT Session Message...
2009-06-09 Stefan Metzmachers3:smbd: don't include 1 byte padding for the dynamic...
2009-06-05 Stefan Metzmachers3:smbd: fix the logic for compounded requests
2009-06-05 Stefan Metzmachers3:smbd: only setup the dyn iovec if a a dyn blob is...
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Ioctl
2009-06-05 Stefan Metzmachers3:smbd: make smbd_server_connection_terminate() a...
2009-06-05 Stefan Metzmachers3:smbd: implement smbd_smb2_request_error/done() as...
2009-06-04 Jeremy AllisonChange smbd_smb2_request_error() to add a __location__.
2009-06-04 Jeremy AllisonAdd NTLMSSP SPNEGO to smb2 auth. Tested with Win7.
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Write
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Read
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Flush
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Close
2009-06-03 Stefan Metzmachers3:smbd: implement a simple version of SMB2 Create
2009-06-03 Stefan Metzmachers3:smbd: create a user_struct for compat in SMB2 Sessio...
2009-06-03 Stefan Metzmachers3:smbd: remove old comment, we support SMB2 signing now
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Stefan Metzmachers3:smbd: move SMB1 specific stuff into a substructure...
2009-05-26 Stefan Metzmachers3:smbd: add support for SMB2 signing
2009-05-22 Stefan Metzmachers3:smbd: implement SMB2 Tree Disconnect
2009-05-22 Stefan Metzmachers3:smbd: implement SMB2 Tree Connect
2009-05-22 Stefan Metzmachers3:smbd: SMB2 session ids are 64bit...
2009-05-22 Stefan Metzmachers3:smbd: implement SMB2 Logoff
2009-05-21 Stefan Metzmachers3:smbd: we want to get the next command offset and...
2009-05-20 Stefan Metzmachers3:smbd: check the incoming session id for SMB2 requests
2009-05-20 Stefan Metzmachers3:smbd: implement SMB2 Session Setup with raw NTLMSSP
2009-05-20 Stefan Metzmachers3:smbd: move the callback functions of smbd_smb2_reque...
2009-05-20 Stefan Metzmachers3:smbd: add smbd_smb2_request_done_ex()
2009-05-20 Stefan Metzmachers3:smbd: fix initialized memory in SMB2 responses
2009-05-20 Stefan Metzmachers3:smbd: add support for SMB2 Keepalive (SMB2 Echo)
2009-05-20 Stefan Metzmachers3:smbd: add support for SMB2 Negotiate
2009-05-20 Stefan Metzmachers3:smbd: add infrastructure for SMB2 support