index
:
samba
master
pristine-tar
upstream_4.1
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcli
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-19
libcli/smb: only check the SMB2 session setup signature if required and valid
Stefan Metzmacher
1
-5
/
+21
2013-09-19
libcli/smb: fix non mendatory signing against some vendor SMB2 servers.
Stefan Metzmacher
1
-1
/
+10
2013-09-18
libcli/smb: use SMB1 MID=0 for the initial Negprot
Stefan Metzmacher
1
-0
/
+8
2013-08-30
As SMB3 has transport level encryption, allow smbclient -e to force encryted ...
Jeremy Allison
2
-0
/
+22
2013-08-30
libcli/smb: add smb2cli_conn_req_possible()
Stefan Metzmacher
2
-0
/
+23
2013-08-30
libcli/smb: add smb1cli_conn_req_possible()
Stefan Metzmacher
2
-0
/
+18
2013-08-30
libcli/smb: pass max_dyn_len to smb2cli_req_send()
Stefan Metzmacher
13
-16
/
+50
2013-08-30
libcli/smb: pass max_dyn_len to smb2cli_req_create()
Stefan Metzmacher
2
-4
/
+10
2013-08-30
libcli/smb: calculate the credit charge on the input and output dyn_len
Stefan Metzmacher
1
-1
/
+11
2013-08-30
libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...
Jeremy Allison
3
-23
/
+35
2013-08-30
libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...
Jeremy Allison
2
-7
/
+29
2013-08-30
libcli/smb: fix the credit handling on a SMB1 => SMB2 negotiate
Stefan Metzmacher
1
-1
/
+6
2013-08-07
Add error map of STATUS_INVALID_EA_NAME -> ERRDOS, ERRbadfile
Jeremy Allison
1
-0
/
+1
2013-06-24
libcli/ldap: Cope with substring match with no chunks in ldap_push_filter
Andrew Bartlett
1
-18
/
+21
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
5
-9
/
+9
2013-05-20
doserr: add mapping for WERR_PRINT_PROCESSOR_ALREADY_INSTALLED.
Günther Deschner
1
-0
/
+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-04-12
schannel_store.tdb: make it schannel_store.ntdb if 'use ntdb'.
Rusty Russell
1
-1
/
+1
2013-04-12
libcli/auth: convert to dbwrap.
Rusty Russell
3
-39
/
+37
2013-04-02
Add a comment about why we are removing the INHERITED bit so people understand.
Richard Sharpe
1
-0
/
+9
2013-03-28
Make sure that we only propogate the INHERITED flag when we are allowed to.
Richard Sharpe
1
-1
/
+2
2013-03-28
libcli/auth: avoid using transactions a chainlock is enough
Stefan Metzmacher
1
-10
/
+26
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-03-02
Move python modules from source4/scripting/python/ to python/.
Jelmer Vernooij
1
-1
/
+1
2013-02-23
Fix bug #9674 - Samba denies owner Read Control when there is a DENY entry wh...
Richard Sharpe
1
-3
/
+3
2013-02-19
libcli/smb: make use of samba_tevent_context_init()
Stefan Metzmacher
14
-15
/
+15
2013-02-19
libcli/cldap: make use of samba_tevent_context_init()
Stefan Metzmacher
1
-2
/
+2
2013-01-30
Add new function smbXcli_session_copy(), to be used when creating compound SM...
Jeremy Allison
2
-0
/
+29
2013-01-27
libcli/security: calculate INHERIT_ONLY correcty for AUDIT and ALARM aces (bu...
Stefan Metzmacher
1
-4
/
+16
2013-01-22
libcli/auth: fix void function cannot return value error
Andrew Bartlett
1
-2
/
+2
2013-01-22
libcli-acl: add documentation
Matthieu Patou
1
-1
/
+19
2013-01-21
security: Add documentation
Matthieu Patou
1
-0
/
+9
2013-01-21
libcli-security: Add documentation for object_tree_modify_access
Matthieu Patou
1
-2
/
+12
2013-01-21
libcli/security: remove useless if (root->num_of_children > 0) statements
Andrew Bartlett
1
-8
/
+4
2013-01-21
libcli/security: add init_mask to existing children in insert_in_object_tree
Stefan Metzmacher
1
-0
/
+1
2013-01-21
libcli/security: handle node initialisation in one spot in insert_in_object_t...
Andrew Bartlett
2
-38
/
+37
2013-01-21
libcli/security: avoid usage of dom_sid_parse_talloc() in sec_access_check_ds()
Stefan Metzmacher
1
-8
/
+4
2013-01-21
libcli/security: simplify get_ace_object_type()
Stefan Metzmacher
1
-8
/
+4
2013-01-21
libcli/security: fix formating in access_check.c
Stefan Metzmacher
1
-8
/
+12
2013-01-21
libcli/security: fix whitespaces in access_check.c
Stefan Metzmacher
1
-98
/
+100
2013-01-17
libcli/security: don't look at the inherited type in get_ace_object_type()
Stefan Metzmacher
1
-2
/
+0
2013-01-16
smb2_ioctl: split ioctl handler code on device type
David Disseldorp
1
-0
/
+2
2013-01-15
libcli/security: Ensure to fill in remaining_access for the initial case (bug...
Andrew Bartlett
1
-0
/
+1
2012-12-21
libcli: Fix smb2cli_ioctl_send() if clause.
Andreas Schneider
1
-1
/
+1
2012-12-21
libcli: Check schannel state return value of tdb_transaction_commit().
Andreas Schneider
1
-1
/
+5
[next]