summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* CVE-2015-5296: libcli/smb: make sure we require signing when we demand encryp...Stefan Metzmacher2015-12-101-0/+11
* CVE-2015-7540: s4: libcli: ldap message - Ensure all asn1_XX returns are chec...Jeremy Allison2015-12-102-391/+397
* Introduce setting "desired" for 'smb encrypt' and 'client/server signing'Michael Adam2015-07-192-0/+7
* s3: libcli: smb1: Ensure we correctly finish a tevent req if the writev fails...Jeremy Allison2015-03-241-0/+1
* libcli/smb: only force signing of smb2 session setups when binding a new sessionStefan Metzmacher2014-12-181-1/+6
* libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows clien...Jeremy Allison2014-12-041-0/+11
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-241-1/+1
* s3: smb2cli: query info return length check was reversed.Jeremy Allison2014-10-091-1/+1
* libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL.Andreas Schneider2014-09-271-1/+0
* libcli/dns: ignore NS entries in dns_hosts_file.c at a higher log level for nowStefan Metzmacher2014-09-081-0/+12
* libcli/dns: add AAAA support to dns_hosts_file.cStefan Metzmacher2014-09-081-7/+16
* libcli/security: add better detection of SECINFO_[UN]PROTECTED_[D|S]ACL in ge...Stefan Metzmacher2014-09-011-16/+20
* libcli/auth: also set secure channel type in netlogon_creds_client_init().Günther Deschner2014-08-072-0/+3
* s4-dsacl: Fixed incorrect handling of privileges in sec_access_check_dsNadezhda Ivanova2014-07-151-8/+4
* s3: client - rename 'struct smb2_create_returns' to 'struct smb_create_return...Jeremy Allison2014-06-103-7/+7
* libcli/cldap: Add utility to create netlogon filterBenjamin Franzke2014-04-292-40/+52
* smbreadline: switch to new-style readline typedefGustavo Zacarias2014-04-011-1/+1
* libcli/smb: add SMB_BUFFER_SIZE_MIN/MAX definesStefan Metzmacher2014-04-011-0/+8
* libcli/smb: add SMB2_HDR_FLAG_DFS for SMB2 Create operations on dfs sharesStefan Metzmacher2014-03-101-1/+9
* libcli/smb: add FLAG_CASELESS_PATHNAMES based on FILE_CASE_SENSITIVE_SEARCH t...Stefan Metzmacher2014-03-101-0/+7
* libcli/smb: move Filesystem Attributes defines to smb_constants.hStefan Metzmacher2014-03-101-0/+19
* libcli/smb: add FLAGS2_DFS_PATHNAMES for SMB1 operations against dfs sharesStefan Metzmacher2014-03-101-0/+6
* libcli/smb: add smbXcli_tcon_{set,get}_fs_attributes()Stefan Metzmacher2014-03-102-0/+17
* libcli/smb: add smbXcli_tcon_is_dfs_share()Stefan Metzmacher2014-03-102-0/+27
* libcli/smb: Introduce smbXcli_conn_dfs_supportedLuk Claes2014-03-102-0/+11
* Merge tag 'samba-4.1.3' into v4-1-testKarolin Seeger2013-12-091-0/+5
|\
| * CVE-2013-4408:libcli/util: add some size verification to tstream_read_pdu_blo...Stefan Metzmacher2013-12-051-0/+5
* | docs: remove duplicate word "name" in nmblookup4 manpage.Günther Deschner2013-11-221-1/+1
|/
* libcli/smb: fix smb2cli_ioctl*() against Windows 2008.Stefan Metzmacher2013-11-061-4/+29
* libcli/smb: only check the SMB2 session setup signature if required and validStefan Metzmacher2013-09-191-5/+21
* libcli/smb: fix non mendatory signing against some vendor SMB2 servers.Stefan Metzmacher2013-09-191-1/+10
* libcli/smb: use SMB1 MID=0 for the initial NegprotStefan Metzmacher2013-09-181-0/+8
* As SMB3 has transport level encryption, allow smbclient -e to force encryted ...Jeremy Allison2013-08-302-0/+22
* libcli/smb: add smb2cli_conn_req_possible()Stefan Metzmacher2013-08-302-0/+23
* libcli/smb: add smb1cli_conn_req_possible()Stefan Metzmacher2013-08-302-0/+18
* libcli/smb: pass max_dyn_len to smb2cli_req_send()Stefan Metzmacher2013-08-3013-16/+50
* libcli/smb: pass max_dyn_len to smb2cli_req_create()Stefan Metzmacher2013-08-302-4/+10
* libcli/smb: calculate the credit charge on the input and output dyn_lenStefan Metzmacher2013-08-301-1/+11
* libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...Jeremy Allison2013-08-303-23/+35
* libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...Jeremy Allison2013-08-302-7/+29
* libcli/smb: fix the credit handling on a SMB1 => SMB2 negotiateStefan Metzmacher2013-08-301-1/+6
* Add error map of STATUS_INVALID_EA_NAME -> ERRDOS, ERRbadfileJeremy Allison2013-08-071-0/+1
* libcli/ldap: Cope with substring match with no chunks in ldap_push_filterAndrew Bartlett2013-06-241-18/+21
* Add missing SMB2/SMB3 share capability flag defineSteve French2013-06-211-0/+1
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-195-9/+9
* doserr: add mapping for WERR_PRINT_PROCESSOR_ALREADY_INSTALLED.Günther Deschner2013-05-201-0/+1
* libcli: Add smb2_lease marshallingVolker Lendecke2013-04-303-0/+94
* libsmb: Move "struct smb2_lease" to commonVolker Lendecke2013-04-303-0/+45
* libcli/smb: add SMB2_LEASE_FLAG_* definesStefan Metzmacher2013-04-181-0/+4
* schannel_store.tdb: make it schannel_store.ntdb if 'use ntdb'.Rusty Russell2013-04-121-1/+1