summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2012-07-24libcli/smb: add smbXcli_tcon structureLuk Claes2-0/+108
2012-07-24libcli/smb: pass down smbXcli_session to smb1cli_req_create/send() and smb1cl...Stefan Metzmacher3-19/+31
2012-07-23libcli/smb: introduce smb1.session for uid useLuk Claes2-0/+18
2012-07-23libcli/smb: set should_encrypt = true if we got SMB2_SESSION_FLAG_ENCRYPT_DATAStefan Metzmacher1-2/+15
2012-07-23libcli/smb: encrypt SMB2 traffic if nedded/desired.Stefan Metzmacher1-3/+79
2012-07-23libcli/smb: increment nbt_len, when we have the fully created the SMB2 PDUStefan Metzmacher1-1/+2
2012-07-23libcli/smb: maintain smb2.should_sign on smbXcli_req_stateStefan Metzmacher1-26/+11
2012-07-23libcli/smb: make use of SMB2_HDR_BODY as header sizeStefan Metzmacher1-1/+1
2012-07-23libcli/smb: parse the SMB2_TRANSFORM header and decrypt the SMB2 pduStefan Metzmacher1-0/+63
2012-07-23libcli/smb: create 4 iovecs per request in smb2cli_inbuf_parse_compound()Stefan Metzmacher1-16/+25
2012-07-23libcli/smb: prepare [en|de]cryption_key for SMB3Stefan Metzmacher1-0/+65
2012-07-23libcli/smb: copy the application_key in smb2cli_session_create_channel()Stefan Metzmacher1-0/+6
2012-07-23libcli/smb: check the buffer length in smbXcli_negprot_dispatch_incoming()Stefan Metzmacher1-1/+8
2012-07-23libcli/smb: only pass the smb2 buffer to smb2cli_inbuf_parse_compound()Stefan Metzmacher1-12/+12
2012-07-23libcli/smb: add smb2_signing_[en|e]crypt_pdu()Stefan Metzmacher2-0/+141
2012-07-23libcli/smb: construct the signing_key before forming the messageStefan Metzmacher1-31/+31
2012-07-23libcli/smb: add SMB2_SESSION_FLAG_ENCRYPT_DATAStefan Metzmacher1-0/+1
2012-07-23libcli/smb: add SMB2_TRANSFORM macrosStefan Metzmacher1-0/+15
2012-07-17libcli/auth: add support for AES/HMAC-SHA256 to the netlogon schannel sign/sealStefan Metzmacher1-51/+137
2012-07-17libcli/auth: add support for AES/HMAC-SHA256 schannel session key supportStefan Metzmacher1-3/+63
2012-07-17s4:librpc/rpc/dcerpc_schannel: just append NETLOGON_NEG_RODC_PASSTHROUGH as rodcStefan Metzmacher1-2/+0
2012-06-29libcli/smb: add SMB2_CAP_DIRECTORY_LEASING to SMB2_CAP_ALLStefan Metzmacher1-0/+1
2012-06-19Fix warning: variable ‘XX’ set but not used.Jeremy Allison1-7/+0
2012-06-19libcli: use tdb directly, not tdb_compat.Rusty Russell1-2/+2
2012-06-11libcli/nbt: remove unused system/network.h from libnbt.hStefan Metzmacher1-1/+0
2012-05-31build: rename build targets nmblookup -> nmblookup4 and nmblookup3 -> nmblookupMichael Adam1-1/+1
2012-05-30libcli/dns: Rename UDP-based calls to reflect their useKai Blin1-6/+6
2012-05-29libcli/smb: add some more FSCTL_* definesStefan Metzmacher1-0/+8
2012-05-29s3:smb2cli_ioctl: fix requests without output_buffer.length > 0 against windowsStefan Metzmacher1-1/+1
2012-05-25dns_hosts_file: move to a separate subsystemAlexander Bokovoy2-6/+8
2012-05-23libcli/dns: make 'clidns' private library out of DNS code in WAF buildAlexander Bokovoy2-8/+6
2012-05-23Move source3/libads/dns.c to lib/addnsSimo Sorce2-2/+6
2012-05-19libcli: make it easier to understand that a control was not correctly encodedMatthieu Patou1-1/+1
2012-05-15libcli/smb: move smb2cli_ioctl.c from source3 to the toplevelBjörn Baumbach3-0/+370
2012-05-15libcli/smb: move smb2cli_query_directory.c from source3 to the toplevelBjörn Baumbach3-0/+241
2012-05-15libcli/smb: move smb2cli_query_info.c from source3 to the toplevelBjörn Baumbach3-0/+284
2012-05-15libcli/smb: move smb2cli_set_info.c from source3 to the toplevelBjörn Baumbach3-0/+207
2012-05-15libcli/smb: move smb2cli_flush.c from source3 to the toplevelBjörn Baumbach3-0/+148
2012-05-15libcli/smb: move smb2cli_write.c from source3 to the toplevelBjörn Baumbach3-0/+188
2012-05-15libcli/smb: move smb2cli_read.c from source3 to the toplevelBjörn Baumbach3-0/+216
2012-05-15libcli/smb: move smb2cli_close.c from source3 to the toplevelStefan Metzmacher3-0/+154
2012-05-15libcli/smb: move smb2cli_create.c from source3 to the toplevelStefan Metzmacher3-0/+315
2012-05-14libcli/smb: move smb2cli_logoff_* from source3 to the top levelStefan Metzmacher2-0/+110
2012-05-14libcli/smb: git mv smb2_session.c smb2cli_session.cStefan Metzmacher2-1/+1
2012-05-14libcli/nbt: no longer use old 'event_' tevent compat symbolsStefan Metzmacher1-24/+24
2012-05-11libcli/smb/smb_constants: add FSCTL_VALIDATE_NEGOTIATE_INFO*Stefan Metzmacher1-0/+8
2012-05-06libcli/smb/smbXcli: add support for PROTOCOL_SMB3_00Stefan Metzmacher1-0/+1
2012-05-06libcli/smb: add #define PROTOCOL_LATEST PROTOCOL_SMB3_00Stefan Metzmacher1-0/+1
2012-05-06libcli/smb: add PROTOCOL_SMB3_00Stefan Metzmacher1-1/+2
2012-05-06libcli/smb: add SMB3_DIALECT_REVISION_300Stefan Metzmacher1-0/+1