summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2016-03-03s3:smbd: rework negprot remote arch detectionJustin Maggard1-1/+0
2016-03-01netlogon_creds_cli: use dbwrap_purge instead of dbwrap_delete where appropriateMichael Adam1-10/+4
2016-02-16libcli: Fix debug message, print sid string for new_ace trustee.Noel Power1-1/+1
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam3-8/+7
2016-02-03spnego: Some simplificationsVolker Lendecke1-4/+3
2016-02-03ldap: Correctly check asn1_tag_remaining retvalVolker Lendecke1-1/+1
2016-01-22libcli/smb: add define SMB_ENCRYPTION_GSSAPI for CIFS encryption typeRalph Boehme1-1/+1
2016-01-15security: Add Asserted Identity sids (S-1-18)Günther Deschner2-0/+11
2016-01-13Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij4-5/+7
2016-01-13libcli: Make headers for private libraries private.Jelmer Vernooij2-5/+4
2016-01-13Add a new header file for functions in lib/util/util.c.Jelmer Vernooij1-0/+2
2016-01-13Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij1-0/+1
2016-01-13samdb: Add explicit dependency on ldb.Jelmer Vernooij1-1/+1
2016-01-06libcli: Remove a reference to asn1->ofsVolker Lendecke1-7/+5
2016-01-06lib: Use asn1_current_ofs()Volker Lendecke1-2/+4
2016-01-06lib: Use asn1_has_nestingVolker Lendecke1-1/+1
2016-01-06lib: Use asn1_extract_blob()Volker Lendecke2-6/+9
2016-01-06lib: Use asn1_set_error()Volker Lendecke1-10/+10
2016-01-06lib: Use asn1_has_error()Volker Lendecke2-17/+21
2016-01-06asn1: Make asn1_peek_full_tag return 0/errnoVolker Lendecke1-1/+8
2015-12-16CVE-2015-5296: libcli/smb: make sure we require signing when we demand encryp...Stefan Metzmacher1-0/+11
2015-12-08libdns: Small cleanupVolker Lendecke1-2/+0
2015-12-08libdns: Convert dns_udp_request to 0/errnoVolker Lendecke2-21/+20
2015-12-08libdns: Properly set ENOMEMVolker Lendecke1-0/+1
2015-12-08libdns: tsocket returns -1 and sets errnoVolker Lendecke1-3/+3
2015-12-01libcli/smb: fix BUFFER_OVERFLOW handling in tstream_smbXcli_npStefan Metzmacher1-3/+10
2015-12-01libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb1cli_readx*Stefan Metzmacher1-18/+35
2015-12-01libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb2cli_query_info*Stefan Metzmacher1-5/+19
2015-12-01libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb2cli_read*Stefan Metzmacher1-5/+21
2015-12-01libcli/smb: make sure we have a body size of 0x31 before dereferencing an ioc...Stefan Metzmacher1-37/+47
2015-11-18libcli/smb: Use helper function for finding sessionChristof Schmitt1-19/+18
2015-10-26repl: Give an error if we get a secret when not expecting oneAndrew Bartlett2-0/+7
2015-10-14lib: cli: Add accessor function smb2cli_tcon_flags() to get tcon flags.Jeremy Allison2-0/+6
2015-10-14libdap: Fix a '\0' vs NULL mixupVolker Lendecke1-1/+1
2015-10-07Change the libreadline word-break character set to only space, TAB and NL so ...Richard Sharpe1-0/+6
2015-08-26lib: Remove unused sid_blob_parseVolker Lendecke2-15/+6
2015-08-26lib: Make sid_parse take a uint8_tVolker Lendecke2-2/+2
2015-08-20lib: Use dom_sid_equal where appropriateVolker Lendecke1-1/+2
2015-08-17libcli/smb: prefer AES128_CCMStefan Metzmacher1-2/+6
2015-08-14libcli: Use iov_buflen in smb2_signing.cVolker Lendecke1-6/+11
2015-08-14lib: Remove some unused codeVolker Lendecke2-20/+0
2015-08-14lib: Remove some unused codeVolker Lendecke2-24/+0
2015-07-07Introduce setting "desired" for 'smb encrypt' and 'client/server signing'Michael Adam2-0/+7
2015-07-03libcli/smb: let tstream_smbXcli_np report connection errors as EPIPE instead ...Stefan Metzmacher1-4/+4
2015-06-26libsmb: Streamline smb1cli_trans a bitVolker Lendecke1-3/+1
2015-06-16lib: ldap: Properly check talloc error returns.Jeremy Allison1-1/+10
2015-06-12libcli/smb: make sure we remove the writev_send() request when a request is d...Stefan Metzmacher1-0/+14
2015-06-12libcli/smb: add smb1 requests to the pending array before writev_send()Stefan Metzmacher1-12/+6
2015-06-12libcli/smb: make sure the writev_send of smbXcli_conn_samba_suicide() is remo...Stefan Metzmacher1-0/+53
2015-06-12libcli/smb: remove unused split of read_fd and write_fdStefan Metzmacher1-26/+12