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
Commit message (
Expand
)
Author
Age
Files
Lines
*
As SMB3 has transport level encryption, allow smbclient -e to force encryted ...
Jeremy Allison
2013-08-21
2
-0
/
+22
*
libcli/smb: add smb2cli_conn_req_possible()
Stefan Metzmacher
2013-08-15
2
-0
/
+23
*
libcli/smb: add smb1cli_conn_req_possible()
Stefan Metzmacher
2013-08-15
2
-0
/
+18
*
libcli/smb: pass max_dyn_len to smb2cli_req_send()
Stefan Metzmacher
2013-08-15
13
-16
/
+50
*
libcli/smb: pass max_dyn_len to smb2cli_req_create()
Stefan Metzmacher
2013-08-15
2
-4
/
+10
*
libcli/smb: calculate the credit charge on the input and output dyn_len
Stefan Metzmacher
2013-08-15
1
-1
/
+11
*
libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...
Jeremy Allison
2013-08-15
3
-23
/
+35
*
libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...
Jeremy Allison
2013-08-15
2
-7
/
+29
*
libcli/smb: fix the credit handling on a SMB1 => SMB2 negotiate
Stefan Metzmacher
2013-08-15
1
-1
/
+6
*
libsmb: Remove an unnecessary variable assignment
Volker Lendecke
2013-08-12
1
-2
/
+1
*
libsmb: Avoid an unnecessary "else"
Volker Lendecke
2013-08-12
1
-1
/
+3
*
libcli/auth: add more const to spnego_negTokenInit->mechTypes
Stefan Metzmacher
2013-08-10
3
-13
/
+18
*
libcli/auth: avoid possible mem leak in read_negTokenInit()
Stefan Metzmacher
2013-08-10
1
-4
/
+15
*
libcli/auth/schannel: remove unused schannel_position
Stefan Metzmacher
2013-08-10
1
-7
/
+0
*
libcli/auth/schannel: make struct schannel_state private
Stefan Metzmacher
2013-08-10
2
-13
/
+12
*
libcli/auth: add netsec_create_state()
Stefan Metzmacher
2013-08-10
2
-0
/
+26
*
libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bit
Stefan Metzmacher
2013-08-10
2
-5
/
+14
*
lib: add FSCTL_[GET/SET]_COMPRESSION constants
David Disseldorp
2013-08-09
1
-0
/
+3
*
libcli: Add security_token_system_privilege().
Andreas Schneider
2013-08-06
2
-0
/
+23
*
libcli/auth: add netlogon_creds_shallow_copy_logon()
Stefan Metzmacher
2013-08-05
2
-0
/
+76
*
libcli/auth: add netlogon_creds_[de|en]crypt_samlogon_logon()
Stefan Metzmacher
2013-08-05
2
-0
/
+124
*
libcli/auth: fix shadowed declaration in netlogon_creds_crypt_samlogon_valida...
Stefan Metzmacher
2013-08-05
1
-4
/
+4
*
libcli/auth: make netlogon_creds_crypt_samlogon_validation more robust
Stefan Metzmacher
2013-08-05
1
-1
/
+5
*
libcli/auth: also set secure channel type in netlogon_creds_client_init().
Günther Deschner
2013-08-05
2
-0
/
+3
*
libcli: fix conversion logic in dom_sid_string_buf
Jeff Layton
2013-07-31
1
-10
/
+18
*
libcli: fix conversion logic in dom_sid_parse_endp
Jeff Layton
2013-07-31
1
-14
/
+15
*
schannel: Fix an unused variable
Volker Lendecke
2013-07-31
1
-1
/
+0
*
Add error map of STATUS_INVALID_EA_NAME -> ERRDOS, ERRbadfile
Jeremy Allison
2013-07-19
1
-0
/
+1
*
libcli/ldap: Cope with substring match with no chunks in ldap_push_filter
Andrew Bartlett
2013-06-24
1
-18
/
+21
*
Add missing SMB2/SMB3 share capability flag define
Steve French
2013-06-21
1
-0
/
+1
*
build: Build with system md5.h on OpenIndiana
Andrew Bartlett
2013-06-19
5
-9
/
+9
*
doserr: add mapping for WERR_PRINT_PROCESSOR_ALREADY_INSTALLED.
Günther Deschner
2013-05-20
1
-0
/
+1
*
libcli: Add smb2_lease marshalling
Volker Lendecke
2013-04-30
3
-0
/
+94
*
libsmb: Move "struct smb2_lease" to common
Volker Lendecke
2013-04-30
3
-0
/
+45
*
libcli/smb: add SMB2_LEASE_FLAG_* defines
Stefan Metzmacher
2013-04-18
1
-0
/
+4
*
schannel_store.tdb: make it schannel_store.ntdb if 'use ntdb'.
Rusty Russell
2013-04-12
1
-1
/
+1
*
libcli/auth: convert to dbwrap.
Rusty Russell
2013-04-12
3
-39
/
+37
*
Add a comment about why we are removing the INHERITED bit so people understand.
Richard Sharpe
2013-04-02
1
-0
/
+9
*
Make sure that we only propogate the INHERITED flag when we are allowed to.
Richard Sharpe
2013-03-28
1
-1
/
+2
*
libcli/auth: avoid using transactions a chainlock is enough
Stefan Metzmacher
2013-03-28
1
-10
/
+26
*
libcli/smb: smb1cli_inbuf_parse_chain() and smb1cli_conn_dispatch_incoming() ...
Jeremy Allison
2013-03-20
1
-2
/
+2
*
libcli/smb: defer failing for missing NEGOTIATE_SECURITY_SIGNATURES_ENABLED
Stefan Metzmacher
2013-03-20
1
-0
/
+9
*
libcli/smb: add SMB_CAP_LEGACY_CLIENT_MASK define
Stefan Metzmacher
2013-03-20
1
-0
/
+10
*
Move python modules from source4/scripting/python/ to python/.
Jelmer Vernooij
2013-03-02
1
-1
/
+1
*
Fix bug #9674 - Samba denies owner Read Control when there is a DENY entry wh...
Richard Sharpe
2013-02-23
1
-3
/
+3
*
libcli/smb: make use of samba_tevent_context_init()
Stefan Metzmacher
2013-02-19
14
-15
/
+15
*
libcli/cldap: make use of samba_tevent_context_init()
Stefan Metzmacher
2013-02-19
1
-2
/
+2
*
Add new function smbXcli_session_copy(), to be used when creating compound SM...
Jeremy Allison
2013-01-30
2
-0
/
+29
*
libcli/security: calculate INHERIT_ONLY correcty for AUDIT and ALARM aces (bu...
Stefan Metzmacher
2013-01-27
1
-4
/
+16
*
libcli/auth: fix void function cannot return value error
Andrew Bartlett
2013-01-22
1
-2
/
+2
[next]