index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcli
/
smb
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-17
libcli/smb: make sure the SMB2_TRANSFORM pdu is complete
Stefan Metzmacher
1
-3
/
+12
2012-08-16
libcli/smb: support broken OS/2 error responses bug #9096
Stefan Metzmacher
1
-3
/
+57
2012-08-15
libcli/smb: verify decrypted SMB2 pdus correctly
Stefan Metzmacher
1
-2
/
+38
2012-08-15
libcli/smb: fix parsing of compounded messages within a SMB2_TRANSFORM pdu
Stefan Metzmacher
1
-5
/
+12
2012-08-15
libcli/smb: fix smb2cli_req_compound_submit for multiple encrypted messages
Stefan Metzmacher
1
-63
/
+104
2012-08-15
libcli/smb: all flags except SMB2_HDR_FLAG_ASYNC should be cleared in a cance...
Stefan Metzmacher
1
-0
/
+6
2012-08-08
libcli/smb: do not set SMB2_TF_MSG_SIZE in the caller
Stefan Metzmacher
1
-3
/
+0
2012-08-08
libcli/smb: smb2_signing_[en|de]crypt_pdu() check and set SMB2_TF_MSG_SIZE
Stefan Metzmacher
1
-6
/
+16
2012-08-07
libcli/smb: use forward declaration instead of includes
Stefan Metzmacher
1
-3
/
+2
2012-08-06
smbXcli: add some includes to fix compiler warnings
Christian Ambach
1
-0
/
+3
2012-08-04
libcli/smb: add smb1cli_session_protect_session_key()
Stefan Metzmacher
2
-0
/
+25
2012-08-04
libcli/smb: add smb_key_derivation() for TREE_CONNECT_ANDX_EXTENDED_SIGNATURE...
Stefan Metzmacher
2
-1
/
+49
2012-08-04
libcli/smb: pass hdr/len to smb_signing_check/sign_pdu() and skip the nbt header
Stefan Metzmacher
3
-17
/
+25
2012-08-04
libcli/smb: change smb_signing to skip the NBT_HEADER_SIZE internally
Stefan Metzmacher
1
-19
/
+24
2012-08-01
libcli/smb: move some TCON related defines to smb_constants.h
Stefan Metzmacher
1
-0
/
+13
2012-08-01
libcli/smb: remove unused smb2cli_session_application_key()
Stefan Metzmacher
2
-21
/
+0
2012-08-01
libcli/smb: add smbXcli_session_application_key()
Stefan Metzmacher
2
-0
/
+33
2012-08-01
libcli/smb: allow resetting of the smb1 application_key
Stefan Metzmacher
1
-2
/
+6
2012-08-01
libcli/smb: let smb1cli_session_set_id() reset the application_key
Stefan Metzmacher
1
-0
/
+1
2012-08-01
libcli/smb: add smb1cli_session_set_session_key()
Stefan Metzmacher
2
-0
/
+36
2012-07-26
libcli/smb: add basic session->smb2.channel_sequence handling
Stefan Metzmacher
2
-0
/
+34
2012-07-26
libcli/smb: add SMB2_HDR_CHANNEL_SEQUENCE
Stefan Metzmacher
1
-0
/
+1
2012-07-26
libcli/smb: introduce a smb2cli_session
Stefan Metzmacher
1
-107
/
+93
2012-07-26
s3:libcli/smb: add SMB2_SESSION_FLAG_BINDING
Stefan Metzmacher
1
-1
/
+4
2012-07-25
libcli/smb: setup tcon->smb2.should_encrypt in smb2cli_tcon_set_values()
Stefan Metzmacher
1
-1
/
+16
2012-07-25
libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()
Stefan Metzmacher
2
-0
/
+2
2012-07-25
libcli/smb: there's no PID field in the SMB2/3 header anymore
Stefan Metzmacher
12
-21
/
+4
2012-07-25
libcli/smb: pass smbXcli_tcon to smb2cli_req_create/send()
Stefan Metzmacher
12
-70
/
+30
2012-07-25
libcli/smb: add smb2cli_tcon_capabilities()
Stefan Metzmacher
2
-0
/
+6
2012-07-24
libcli/smb: pass smbXcli_tcon to smb2cli_ioctl*()
Stefan Metzmacher
2
-5
/
+10
2012-07-24
libcli/smb: pass smbXcli_tcon to smb2cli_query_directory*()
Stefan Metzmacher
2
-5
/
+11
2012-07-24
libcli/smb: pass smbXcli_tcon to smb2cli_query_info*()
Stefan Metzmacher
2
-5
/
+10
2012-07-24
libcli/smb: pass smbXcli_tcon to smb2cli_set_info*()
Stefan Metzmacher
2
-13
/
+18
2012-07-24
libcli/smb: pass smbXcli_tcon to smb2cli_flush*()
Stefan Metzmacher
2
-6
/
+12
2012-07-24
libcli/smb: pass smbXcli_tcon to smb2cli_write*()
Stefan Metzmacher
2
-6
/
+12
2012-07-24
libcli/smb: pass smbXcli_tcon to smb2cli_read*()
Stefan Metzmacher
2
-5
/
+10
2012-07-24
libcli/smb: pass smbXcli_tcon to smb2cli_close*()
Stefan Metzmacher
2
-5
/
+10
2012-07-24
libcli/smb: pass smbXcli_tcon to smb2cli_create*()
Stefan Metzmacher
2
-6
/
+12
2012-07-24
libcli/smb: pass down smbXcli_tcon to smb1cli_req_create/send() and smb1cli_t...
Stefan Metzmacher
3
-18
/
+31
2012-07-24
libcli/smb: add smbXcli_tcon structure
Luk Claes
2
-0
/
+108
2012-07-24
libcli/smb: pass down smbXcli_session to smb1cli_req_create/send() and smb1cl...
Stefan Metzmacher
3
-19
/
+31
2012-07-23
libcli/smb: introduce smb1.session for uid use
Luk Claes
2
-0
/
+18
2012-07-23
libcli/smb: set should_encrypt = true if we got SMB2_SESSION_FLAG_ENCRYPT_DATA
Stefan Metzmacher
1
-2
/
+15
2012-07-23
libcli/smb: encrypt SMB2 traffic if nedded/desired.
Stefan Metzmacher
1
-3
/
+79
2012-07-23
libcli/smb: increment nbt_len, when we have the fully created the SMB2 PDU
Stefan Metzmacher
1
-1
/
+2
2012-07-23
libcli/smb: maintain smb2.should_sign on smbXcli_req_state
Stefan Metzmacher
1
-26
/
+11
2012-07-23
libcli/smb: make use of SMB2_HDR_BODY as header size
Stefan Metzmacher
1
-1
/
+1
2012-07-23
libcli/smb: parse the SMB2_TRANSFORM header and decrypt the SMB2 pdu
Stefan Metzmacher
1
-0
/
+63
2012-07-23
libcli/smb: create 4 iovecs per request in smb2cli_inbuf_parse_compound()
Stefan Metzmacher
1
-16
/
+25
2012-07-23
libcli/smb: prepare [en|de]cryption_key for SMB3
Stefan Metzmacher
1
-0
/
+65
[next]