summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: rework negprot remote arch detectionJustin Maggard2016-03-141-1/+0
* netlogon_creds_cli: use dbwrap_purge instead of dbwrap_delete where appropriateMichael Adam2016-03-141-10/+4
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-03-043-8/+7
* libcli: Fix debug message, print sid string for new_ace trustee.Noel Power2016-02-221-1/+1
* libcli/smb: add define SMB_ENCRYPTION_GSSAPI for CIFS encryption typeRalph Boehme2016-01-221-1/+1
* security: Add Asserted Identity sids (S-1-18)Günther Deschner2016-01-152-0/+11
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-134-5/+7
* libcli: Make headers for private libraries private.Jelmer Vernooij2016-01-132-5/+4
* Add a new header file for functions in lib/util/util.c.Jelmer Vernooij2016-01-131-0/+2
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-131-0/+1
* samdb: Add explicit dependency on ldb.Jelmer Vernooij2016-01-131-1/+1
* libcli: Remove a reference to asn1->ofsVolker Lendecke2016-01-061-7/+5
* lib: Use asn1_current_ofs()Volker Lendecke2016-01-061-2/+4
* lib: Use asn1_has_nestingVolker Lendecke2016-01-061-1/+1
* lib: Use asn1_extract_blob()Volker Lendecke2016-01-062-6/+9
* lib: Use asn1_set_error()Volker Lendecke2016-01-061-10/+10
* lib: Use asn1_has_error()Volker Lendecke2016-01-062-17/+21
* asn1: Make asn1_peek_full_tag return 0/errnoVolker Lendecke2016-01-061-1/+8
* CVE-2015-5296: libcli/smb: make sure we require signing when we demand encryp...Stefan Metzmacher2015-12-161-0/+11
* libdns: Small cleanupVolker Lendecke2015-12-081-2/+0
* libdns: Convert dns_udp_request to 0/errnoVolker Lendecke2015-12-082-21/+20
* libdns: Properly set ENOMEMVolker Lendecke2015-12-081-0/+1
* libdns: tsocket returns -1 and sets errnoVolker Lendecke2015-12-081-3/+3
* libcli/smb: fix BUFFER_OVERFLOW handling in tstream_smbXcli_npStefan Metzmacher2015-12-011-3/+10
* libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb1cli_readx*Stefan Metzmacher2015-12-011-18/+35
* libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb2cli_query_info*Stefan Metzmacher2015-12-011-5/+19
* libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb2cli_read*Stefan Metzmacher2015-12-011-5/+21
* libcli/smb: make sure we have a body size of 0x31 before dereferencing an ioc...Stefan Metzmacher2015-12-011-37/+47
* libcli/smb: Use helper function for finding sessionChristof Schmitt2015-11-181-19/+18
* repl: Give an error if we get a secret when not expecting oneAndrew Bartlett2015-10-262-0/+7
* lib: cli: Add accessor function smb2cli_tcon_flags() to get tcon flags.Jeremy Allison2015-10-142-0/+6
* libdap: Fix a '\0' vs NULL mixupVolker Lendecke2015-10-141-1/+1
* Change the libreadline word-break character set to only space, TAB and NL so ...Richard Sharpe2015-10-071-0/+6
* lib: Remove unused sid_blob_parseVolker Lendecke2015-08-262-15/+6
* lib: Make sid_parse take a uint8_tVolker Lendecke2015-08-262-2/+2
* lib: Use dom_sid_equal where appropriateVolker Lendecke2015-08-201-1/+2
* libcli/smb: prefer AES128_CCMStefan Metzmacher2015-08-171-2/+6
* libcli: Use iov_buflen in smb2_signing.cVolker Lendecke2015-08-141-6/+11
* lib: Remove some unused codeVolker Lendecke2015-08-142-20/+0
* lib: Remove some unused codeVolker Lendecke2015-08-142-24/+0
* Introduce setting "desired" for 'smb encrypt' and 'client/server signing'Michael Adam2015-07-072-0/+7
* libcli/smb: let tstream_smbXcli_np report connection errors as EPIPE instead ...Stefan Metzmacher2015-07-031-4/+4
* libsmb: Streamline smb1cli_trans a bitVolker Lendecke2015-06-261-3/+1
* lib: ldap: Properly check talloc error returns.Jeremy Allison2015-06-161-1/+10
* libcli/smb: make sure we remove the writev_send() request when a request is d...Stefan Metzmacher2015-06-121-0/+14
* libcli/smb: add smb1 requests to the pending array before writev_send()Stefan Metzmacher2015-06-121-12/+6
* libcli/smb: make sure the writev_send of smbXcli_conn_samba_suicide() is remo...Stefan Metzmacher2015-06-121-0/+53
* libcli/smb: remove unused split of read_fd and write_fdStefan Metzmacher2015-06-121-26/+12
* libcli/smb: close the socket fd at the end of smbXcli_conn_disconnect()Stefan Metzmacher2015-06-121-6/+9
* libcli/smb: use tevent_req_received(req) in read_smb_recv()Stefan Metzmacher2015-06-121-0/+2