index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcli
/
smb
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcli/smb: only force signing of smb2 session setups when binding a new session
Stefan Metzmacher
2014-12-12
1
-1
/
+6
*
s3:smbd: add SMB2 AAPL create context defines
Ralph Boehme
2014-12-04
2
-0
/
+47
*
Revert "libcli/smb: mask off SMB2_LEASE_FLAG_PARENT_LEASE_KEY_SET for version 1"
Stefan Metzmacher
2014-11-27
1
-1
/
+0
*
libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows clien...
Jeremy Allison
2014-11-26
2
-0
/
+11
*
libcli/smb: Add smb2_lease_equal() which compares client_guids and keys.
Jeremy Allison
2014-11-07
2
-0
/
+13
*
libcli/smb: add smb2_lease_key_equal() helper function
Volker Lendecke
2014-11-07
2
-0
/
+8
*
libcli/smb: mask off SMB2_LEASE_FLAG_PARENT_LEASE_KEY_SET for version 1
Volker Lendecke
2014-11-07
1
-0
/
+1
*
libcli/smb: remember the lease_version in struct smb2_lease
Volker Lendecke
2014-11-07
1
-0
/
+1
*
libcli/smb: try to negotiate SMB2_ENCRYPTION_AES128_GCM
Stefan Metzmacher
2014-10-16
1
-4
/
+8
*
libcli/smb: support SMB2_ENCRYPTION_AES128_GCM in smb2_signing_[de|en]crypt_p...
Stefan Metzmacher
2014-10-16
1
-0
/
+32
*
libcli/smb: prepare smb2_signing_[de|en]crypt_pdu() to support multiple ciphers
Stefan Metzmacher
2014-10-16
1
-30
/
+52
*
libcli/smb: pass the negotiated cipher to smb2_signing_[de|en]ncrypt_pdu()
Stefan Metzmacher
2014-10-16
1
-2
/
+2
*
libcli/smb: pass 'uint16_t cipher_id' to smb2_signing_[de|en]crypt_pdu()
Stefan Metzmacher
2014-10-16
2
-4
/
+4
*
libcli/smb: use conn->smb2.server.cipher != 0 instead of conn->smb2.server.ca...
Stefan Metzmacher
2014-10-16
1
-23
/
+8
*
libcli/smb: use lib/crypto SHA512 functions, do not depend on heimdal.
Günther Deschner
2014-10-14
1
-13
/
+13
*
s3-winbindd: Allow winbindd to connect over SMB2 to servers
Andrew Bartlett
2014-10-08
1
-1
/
+2
*
libcli/smb: remove unused SMB2_TF_ALGORITHM define
Stefan Metzmacher
2014-10-08
1
-1
/
+0
*
libcli/smb: use SMB 3.10 flags for the transform header
Stefan Metzmacher
2014-10-07
1
-6
/
+4
*
libcli/smb: pass tcon flags to the server for SMB 3.10
Stefan Metzmacher
2014-10-07
1
-0
/
+5
*
libcli/smb: avoid validate info after tcon for SMB 3.10
Stefan Metzmacher
2014-10-07
1
-0
/
+5
*
libcli/smb: implement SMB 3.10 session setup
Stefan Metzmacher
2014-10-07
3
-21
/
+155
*
libcli/smb: implement SMB 3.10 negprot
Stefan Metzmacher
2014-10-07
1
-6
/
+251
*
libcli/smb: add smb2cli_req_get_send_iov()
Stefan Metzmacher
2014-10-07
2
-0
/
+38
*
libcli/smb: add smb2_negotiate_context.c
Stefan Metzmacher
2014-10-07
3
-0
/
+248
*
libcli/smb: add SMB 3.10 related defines
Stefan Metzmacher
2014-10-07
1
-2
/
+17
*
libcli/smb: negotiate SMB3_DIALECT_REVISION_310 if PROTOCOL_SMB3_10 is requested
Stefan Metzmacher
2014-10-07
1
-0
/
+1
*
libcli/smb: add PROTOCOL_SMB3_10
Stefan Metzmacher
2014-10-07
1
-2
/
+3
*
libcli/smb: add SMB3_DIALECT_REVISION_310 define
Stefan Metzmacher
2014-10-07
1
-0
/
+1
*
libcli/smb: fix smb2cli_validate_negotiate_info with min=PROTOCOL_NT1 max=PRO...
Stefan Metzmacher
2014-10-07
1
-1
/
+5
*
s3: smb2cli: query info return length check was reversed.
Jeremy Allison
2014-10-02
1
-1
/
+1
*
libcli/smb: call smb2cli_validate_negotiate_info*() after each authenticated ...
Stefan Metzmacher
2014-09-30
1
-0
/
+40
*
libcli/smb: add smb2cli_validate_negotiate_info*()
Stefan Metzmacher
2014-09-30
2
-17
/
+243
*
libcli/smb: list NT_STATUS_FILE_CLOSED as expected ioctl response.
Stefan Metzmacher
2014-09-30
1
-1
/
+11
*
libcli/smb: move smb2cli_tcon.c to the toplevel
Stefan Metzmacher
2014-09-30
3
-0
/
+327
*
libcli/smb: add smb2cli_tcon_{should_sign,is_signing_on}()
Stefan Metzmacher
2014-09-30
2
-0
/
+24
*
libcli/smb: add smb2cli_tcon_should_encrypt()
Stefan Metzmacher
2014-09-30
2
-0
/
+8
*
libcli/smb: add smbXcli_session_is_authenticated()
Stefan Metzmacher
2014-09-30
2
-0
/
+25
*
libcli/smb: support additional_flags = SMB2_HDR_FLAG_SIGNED
Stefan Metzmacher
2014-09-30
1
-0
/
+10
*
libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL.
Andreas Schneider
2014-09-23
1
-1
/
+0
*
libcli/smb: Add routines to enable/disable SMB2_HDR_FLAG_REPLAY_OPERATION flag.
Anubhav Rakshit
2014-09-19
2
-0
/
+22
*
libcli/smb: Add routine to reset the Channel Sequence number.
Anubhav Rakshit
2014-09-19
2
-0
/
+13
*
libcli/smb: correctly report disconnect errors after getting STATUS_PENDING
Stefan Metzmacher
2014-09-19
1
-4
/
+7
*
lib: Reduce deps for "smb_transport"
Volker Lendecke
2014-09-18
1
-2
/
+2
*
libcli: Make smb2cli_create return blobs
Volker Lendecke
2014-06-30
3
-6
/
+19
*
libsmb: Make smb2cli_create cancellable
Volker Lendecke
2014-06-21
1
-0
/
+13
*
libsmb: Put the "smb2_lease" struct into idl
Volker Lendecke
2014-06-12
3
-20
/
+5
*
add FSCTL_SET_ZERO_ON_DEALLOCATION define
Björn Jacke
2014-05-15
1
-0
/
+1
*
add FSCTL_SET_ZERO_DATA fsctl define
Björn Jacke
2014-05-15
1
-0
/
+1
*
s3: client - rename 'struct smb2_create_returns' to 'struct smb_create_return...
Jeremy Allison
2014-05-09
3
-7
/
+7
*
libcli/smb: add smb_signing_is_desired()
Stefan Metzmacher
2014-04-16
2
-0
/
+6
[next]