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
2013-10-17
libcli/smb: add SMB2_HDR_FLAG_DFS for SMB2 Create operations on dfs shares
Stefan Metzmacher
1
-1
/
+9
2013-10-17
libcli/smb: add FLAG_CASELESS_PATHNAMES based on FILE_CASE_SENSITIVE_SEARCH t...
Stefan Metzmacher
1
-0
/
+7
2013-10-17
libcli/smb: move Filesystem Attributes defines to smb_constants.h
Stefan Metzmacher
1
-0
/
+19
2013-10-17
libcli/smb: add FLAGS2_DFS_PATHNAMES for SMB1 operations against dfs shares
Stefan Metzmacher
1
-0
/
+6
2013-10-17
libcli/smb: add smbXcli_tcon_{set,get}_fs_attributes()
Stefan Metzmacher
2
-0
/
+17
2013-10-17
libcli/smb: add smbXcli_tcon_is_dfs_share()
Stefan Metzmacher
2
-0
/
+27
2013-10-17
libcli/smb: Introduce smbXcli_conn_dfs_supported
Luk Claes
2
-0
/
+11
2013-10-15
libcli/smb: add smb2cli_tcon_is_encryption_on()
Michael Adam
2
-0
/
+6
2013-10-06
libcli: Correct smb2_lease_pull
Volker Lendecke
1
-4
/
+4
2013-10-06
libcli: Add const to smb2_lease_pull
Volker Lendecke
2
-2
/
+4
2013-09-18
libcli/smb: only check the SMB2 session setup signature if required and valid
Stefan Metzmacher
1
-5
/
+21
2013-09-17
libcli/smb: fix non mendatory signing against some vendor SMB2 servers.
Stefan Metzmacher
1
-1
/
+10
2013-09-17
libcli/smb: use SMB1 MID=0 for the initial Negprot
Stefan Metzmacher
1
-0
/
+8
2013-09-17
libcli/smb: negotiate SMB3_DIALECT_REVISION_302 if PROTOCOL_SMB3_02 is requested
Stefan Metzmacher
1
-0
/
+1
2013-09-17
libcli/smb: add PROTOCOL_SMB3_02
Stefan Metzmacher
1
-2
/
+3
2013-09-17
libcli/smb: add SMB3_DIALECT_REVISION_302
Stefan Metzmacher
1
-0
/
+1
2013-08-21
As SMB3 has transport level encryption, allow smbclient -e to force encryted ...
Jeremy Allison
2
-0
/
+22
2013-08-15
libcli/smb: add smb2cli_conn_req_possible()
Stefan Metzmacher
2
-0
/
+23
2013-08-15
libcli/smb: add smb1cli_conn_req_possible()
Stefan Metzmacher
2
-0
/
+18
2013-08-15
libcli/smb: pass max_dyn_len to smb2cli_req_send()
Stefan Metzmacher
13
-16
/
+50
2013-08-15
libcli/smb: pass max_dyn_len to smb2cli_req_create()
Stefan Metzmacher
2
-4
/
+10
2013-08-15
libcli/smb: calculate the credit charge on the input and output dyn_len
Stefan Metzmacher
1
-1
/
+11
2013-08-15
libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...
Jeremy Allison
3
-23
/
+35
2013-08-15
libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...
Jeremy Allison
2
-7
/
+29
2013-08-15
libcli/smb: fix the credit handling on a SMB1 => SMB2 negotiate
Stefan Metzmacher
1
-1
/
+6
2013-08-12
libsmb: Remove an unnecessary variable assignment
Volker Lendecke
1
-2
/
+1
2013-08-12
libsmb: Avoid an unnecessary "else"
Volker Lendecke
1
-1
/
+3
2013-08-09
lib: add FSCTL_[GET/SET]_COMPRESSION constants
David Disseldorp
1
-0
/
+3
2013-06-21
Add missing SMB2/SMB3 share capability flag define
Steve French
1
-0
/
+1
2013-06-19
build: Build with system md5.h on OpenIndiana
Andrew Bartlett
1
-1
/
+1
2013-04-30
libcli: Add smb2_lease marshalling
Volker Lendecke
3
-0
/
+94
2013-04-30
libsmb: Move "struct smb2_lease" to common
Volker Lendecke
3
-0
/
+45
2013-04-18
libcli/smb: add SMB2_LEASE_FLAG_* defines
Stefan Metzmacher
1
-0
/
+4
2013-03-20
libcli/smb: smb1cli_inbuf_parse_chain() and smb1cli_conn_dispatch_incoming() ...
Jeremy Allison
1
-2
/
+2
2013-03-20
libcli/smb: defer failing for missing NEGOTIATE_SECURITY_SIGNATURES_ENABLED
Stefan Metzmacher
1
-0
/
+9
2013-03-20
libcli/smb: add SMB_CAP_LEGACY_CLIENT_MASK define
Stefan Metzmacher
1
-0
/
+10
2013-02-19
libcli/smb: make use of samba_tevent_context_init()
Stefan Metzmacher
14
-15
/
+15
2013-01-30
Add new function smbXcli_session_copy(), to be used when creating compound SM...
Jeremy Allison
2
-0
/
+29
2013-01-16
smb2_ioctl: split ioctl handler code on device type
David Disseldorp
1
-0
/
+2
2012-12-21
libcli: Fix smb2cli_ioctl_send() if clause.
Andreas Schneider
1
-1
/
+1
2012-11-30
Fix Bug 9422 - large read requests cause server to issue malformed reply
Volker Lendecke
1
-1
/
+1
2012-11-01
libcli/smb: add smbXcli_session_set_disconnect_expired() (bug #9175)
Stefan Metzmacher
2
-0
/
+35
2012-10-27
libcli/smb: fix unitialized padding in smb2_create_blob_push_one() (bug #9209)
Stefan Metzmacher
1
-1
/
+1
2012-09-29
libcli/smb: add smb1cli_echo*
Stefan Metzmacher
3
-0
/
+181
2012-09-29
libcli/smb: add smb2cli_echo*
Stefan Metzmacher
3
-0
/
+130
2012-09-29
libcli/smb: use an explicit TALLOC_FREE(subreq) in smb2cli_*
Stefan Metzmacher
9
-0
/
+9
2012-09-27
Fix bug #9209 - Parse of invalid SMB2 create blob can cause smbd crash.
Jeremy Allison
1
-3
/
+2
2012-09-19
libcli: add a define for the APP_INSTANCE_ID smb2 create context
Michael Adam
1
-0
/
+1
2012-09-19
libcli/smb: fix padding in smb2_create_blob*
Stefan Metzmacher
1
-11
/
+30
2012-08-25
libcli/smb: split out a smb_transport private library
Stefan Metzmacher
1
-3
/
+15
[next]