summaryrefslogtreecommitdiffstats
path: root/libcli/smb
Commit message (Collapse)AuthorAgeFilesLines
...
* libcli/smb: add smb2cli_tcon_capabilities()Stefan Metzmacher2012-07-252-0/+6
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_ioctl*()Stefan Metzmacher2012-07-242-5/+10
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_query_directory*()Stefan Metzmacher2012-07-242-5/+11
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_query_info*()Stefan Metzmacher2012-07-242-5/+10
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_set_info*()Stefan Metzmacher2012-07-242-13/+18
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_flush*()Stefan Metzmacher2012-07-242-6/+12
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_write*()Stefan Metzmacher2012-07-242-6/+12
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_read*()Stefan Metzmacher2012-07-242-5/+10
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_close*()Stefan Metzmacher2012-07-242-5/+10
| | | | metze
* libcli/smb: pass smbXcli_tcon to smb2cli_create*()Stefan Metzmacher2012-07-242-6/+12
| | | | metze
* libcli/smb: pass down smbXcli_tcon to smb1cli_req_create/send() and ↵Stefan Metzmacher2012-07-243-18/+31
| | | | | | | | | smb1cli_trans* metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jul 24 21:22:44 CEST 2012 on sn-devel-104
* libcli/smb: add smbXcli_tcon structureLuk Claes2012-07-242-0/+108
| | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb: pass down smbXcli_session to smb1cli_req_create/send() and ↵Stefan Metzmacher2012-07-243-19/+31
| | | | | | | | | smb1cli_trans* metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jul 24 00:08:58 CEST 2012 on sn-devel-104
* libcli/smb: introduce smb1.session for uid useLuk Claes2012-07-232-0/+18
| | | | | Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb: set should_encrypt = true if we got SMB2_SESSION_FLAG_ENCRYPT_DATAStefan Metzmacher2012-07-231-2/+15
| | | | | | | metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Mon Jul 23 20:14:07 CEST 2012 on sn-devel-104
* libcli/smb: encrypt SMB2 traffic if nedded/desired.Stefan Metzmacher2012-07-231-3/+79
| | | | metze
* libcli/smb: increment nbt_len, when we have the fully created the SMB2 PDUStefan Metzmacher2012-07-231-1/+2
| | | | metze
* libcli/smb: maintain smb2.should_sign on smbXcli_req_stateStefan Metzmacher2012-07-231-26/+11
| | | | metze
* libcli/smb: make use of SMB2_HDR_BODY as header sizeStefan Metzmacher2012-07-231-1/+1
| | | | metze
* libcli/smb: parse the SMB2_TRANSFORM header and decrypt the SMB2 pduStefan Metzmacher2012-07-231-0/+63
| | | | metze
* libcli/smb: create 4 iovecs per request in smb2cli_inbuf_parse_compound()Stefan Metzmacher2012-07-231-16/+25
| | | | | | The first one might hold the SMB2_TRANSFORM Header later. metze
* libcli/smb: prepare [en|de]cryption_key for SMB3Stefan Metzmacher2012-07-231-0/+65
| | | | metze
* libcli/smb: copy the application_key in smb2cli_session_create_channel()Stefan Metzmacher2012-07-231-0/+6
| | | | metze
* libcli/smb: check the buffer length in smbXcli_negprot_dispatch_incoming()Stefan Metzmacher2012-07-231-1/+8
| | | | metze
* libcli/smb: only pass the smb2 buffer to smb2cli_inbuf_parse_compound()Stefan Metzmacher2012-07-231-12/+12
| | | | | | We should hide the transport as much as possible. metze
* libcli/smb: add smb2_signing_[en|e]crypt_pdu()Stefan Metzmacher2012-07-232-0/+141
| | | | metze
* libcli/smb: construct the signing_key before forming the messageStefan Metzmacher2012-07-231-31/+31
| | | | metze
* libcli/smb: add SMB2_SESSION_FLAG_ENCRYPT_DATAStefan Metzmacher2012-07-231-0/+1
| | | | metze
* libcli/smb: add SMB2_TRANSFORM macrosStefan Metzmacher2012-07-231-0/+15
| | | | metze
* libcli/smb: add SMB2_CAP_DIRECTORY_LEASING to SMB2_CAP_ALLStefan Metzmacher2012-06-291-0/+1
| | | | | | metze Signed-off-by: Michael Adam <obnox@samba.org>
* libcli/smb: add some more FSCTL_* definesStefan Metzmacher2012-05-291-0/+8
| | | | metze
* s3:smb2cli_ioctl: fix requests without output_buffer.length > 0 against windowsStefan Metzmacher2012-05-291-1/+1
| | | | | | This fixes DCERPC over SMB2 against windows servers. metze
* libcli/smb: move smb2cli_ioctl.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+370
| | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue May 15 20:17:01 CEST 2012 on sn-devel-104
* libcli/smb: move smb2cli_query_directory.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+241
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb: move smb2cli_query_info.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+284
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb: move smb2cli_set_info.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+207
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb: move smb2cli_flush.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+148
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb: move smb2cli_write.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+188
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb: move smb2cli_read.c from source3 to the toplevelBjörn Baumbach2012-05-153-0/+216
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libcli/smb: move smb2cli_close.c from source3 to the toplevelStefan Metzmacher2012-05-153-0/+154
| | | | metze
* libcli/smb: move smb2cli_create.c from source3 to the toplevelStefan Metzmacher2012-05-153-0/+315
| | | | metze
* libcli/smb: move smb2cli_logoff_* from source3 to the top levelStefan Metzmacher2012-05-142-0/+110
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon May 14 17:02:46 CEST 2012 on sn-devel-104
* libcli/smb: git mv smb2_session.c smb2cli_session.cStefan Metzmacher2012-05-142-1/+1
| | | | metze
* libcli/smb/smb_constants: add FSCTL_VALIDATE_NEGOTIATE_INFO*Stefan Metzmacher2012-05-111-0/+8
| | | | metze
* libcli/smb/smbXcli: add support for PROTOCOL_SMB3_00Stefan Metzmacher2012-05-061-0/+1
| | | | metze
* libcli/smb: add #define PROTOCOL_LATEST PROTOCOL_SMB3_00Stefan Metzmacher2012-05-061-0/+1
| | | | metze
* libcli/smb: add PROTOCOL_SMB3_00Stefan Metzmacher2012-05-061-1/+2
| | | | metze
* libcli/smb: add SMB3_DIALECT_REVISION_300Stefan Metzmacher2012-05-061-0/+1
| | | | metze
* libcli/smb: move SMB2_IOCTL_FLAG_IS_FSCTL to smb2_constants.hStefan Metzmacher2012-04-271-0/+3
| | | | metze
* libcli: Use data_blob_nullVolker Lendecke2012-04-251-1/+1
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Apr 25 18:54:51 CEST 2012 on sn-devel-104