summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/smb2cli_create.c
Commit message (Collapse)AuthorAgeFilesLines
* libcli/smb: move smb2cli_create.c from source3 to the toplevelStefan Metzmacher2012-05-151-281/+0
| | | | metze
* s3:libsmb: avoid interpret_long_date() in smb2cli_createStefan Metzmacher2012-05-151-8/+8
| | | | metze
* s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_create.cStefan Metzmacher2012-05-141-2/+2
| | | | metze
* s3/libsmb: Generalise cli_state in smb2 create callsLuk Claes2012-05-121-9/+16
| | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:libsmb: use 'state' instead of 'talloc_tos()' in smb2cli_create*Stefan Metzmacher2012-05-061-2/+2
| | | | metze
* s3:smb2cli: pass struct smbXcli_conn directly to smb2cli_req_create/_send()Stefan Metzmacher2011-11-241-2/+2
| | | | metze
* s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 ↵Stefan Metzmacher2011-11-241-1/+1
| | | | | | signing metze
* s3:smb2cli: pass timeout to smb2cli_req_create/send()Stefan Metzmacher2011-09-181-0/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Sep 18 07:04:05 CEST 2011 on sn-devel-104
* s3:smb2cli: pass an array of expected status/body_size pairs to ↵Stefan Metzmacher2011-09-181-1/+8
| | | | | | | | | smb2cli_req_recv() This gives the caller more control and correctly reports unexpected errors to the caller, instead of return NT_STATUS_INVALID_NETWOR_RESPONSE metze
* s3:smb2cli: fix marshalling of smb2_create_blobs in smb2cli_create()Stefan Metzmacher2011-09-071-3/+5
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Sep 7 10:21:55 CEST 2011 on sn-devel-104
* s3:smb2cli: don't terminate the pathname in smb2cli_create()Stefan Metzmacher2011-09-071-3/+10
| | | | | | Windows generates NT_STATUS_OBJECT_NAME_INVALID otherwise. metze
* s3:smb2cli: SMB2_CREATE needs one dyn byte to that the structure size check ↵Stefan Metzmacher2011-09-071-1/+1
| | | | | | | | works. Windows generates NT_STATUS_INVALID_PARAMETER otherwise. metze
* s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send()Stefan Metzmacher2011-08-121-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
* s3: Fix Coverity ID 2587,2588: CHECKED_RETURNVolker Lendecke2011-07-101-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jul 10 10:36:11 CEST 2011 on sn-devel-104
* s3:libsmb: add smb2cli_create*()Stefan Metzmacher2011-07-081-0/+253
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze