Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-07 | s3:smb2cli: SMB2_WRITE needs one dyn byte to that the structure size check ↵ | Stefan Metzmacher | 1 | -1/+12 | |
works. Windows generates NT_STATUS_INVALID_PARAMETER otherwise. metze | |||||
2011-08-12 | s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send() | Stefan Metzmacher | 1 | -1/+5 | |
The caller should take care of the global cli_state values. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Aug 12 19:38:27 CEST 2011 on sn-devel-104 | |||||
2011-07-08 | s3:libsmb: add smb2cli_write*() | Stefan Metzmacher | 1 | -0/+134 | |
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze |