summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* 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
* libcli/named_pipe_auth: call smb_set_close_on_exec() in tstream_npa_socketpair()Stefan Metzmacher2015-06-051-0/+11
* tstream: Make socketpair nonblockingVolker Lendecke2015-06-041-5/+20
* libcli/smb: In CCM and GCM mode we can't reuse noncesStefan Metzmacher2015-05-292-11/+65
* s3: libsmbclient: Add server-side copy supportRoss Lagerwall2015-05-293-4/+85
* libcli/smb: SMB 3.0.2: define SVHDX_OPEN_DEVICE_CONTEXTMichael Adam2015-05-081-0/+1
* libcli/smb: SMB 3.0.2: define FSCTL_QUERY_SHARED_VIRTUAL_DISK_SUPPORTMichael Adam2015-05-081-0/+1
* libcli/smb: SMB 3.0.2: define FSCTL_SVHDX_SYNC_TUNNEL_REQUESTMichael Adam2015-05-081-0/+1
* libcli/smb: SMB 3.0.2: define SMB2_WRITEFLAG_WRITE_UNBUFFEREDMichael Adam2015-05-081-0/+1
* libcli/smb: SMB 3.0.2: define SMB2_READFLAG_READ_UNBUFFEREDMichael Adam2015-05-081-0/+2
* libcli/smb: add support for SMB >= 3.1.1 io prioritiesMichael Adam2015-05-082-0/+25
* libcli/smb: add define for SMB 3.1.1 SMB2_HDR_FLAG_PRIORITY_MASK and helper m...Stefan Metzmacher2015-05-081-0/+4
* libcli/smb: add PROTOCOL_SMB3_11 and SMB3_DIALECT_REVISION_311Stefan Metzmacher2015-05-083-2/+5
* libcli/smb: don't alter state->smb2.hdr when getting STATUS_PENDINGMichael Adam2015-05-081-20/+14
* libcli: add new NTSTATUS codes from SMB 3.1Michael Adam2015-05-082-0/+4
* libcli: add missing printable form of NT_STATUS_VHD_SHAREDMichael Adam2015-05-081-0/+1
* s4: Fix bad review I did in dom_sid_parse_length() code.Jeremy Allison2015-04-291-1/+2
* lib: Simplify dom_sid_parse_lengthVolker Lendecke2015-04-281-8/+3
* libcli/security: add security_descriptor_for_client() helper functionStefan Metzmacher2015-03-302-0/+75
* libcli/security: support "IS" in SDDL for SID_NT_IUSRStefan Metzmacher2015-03-301-0/+1
* libcli/util: remove unused WERR_BAD_PASSWORDStefan Metzmacher2015-03-272-3/+0
* libcli/auth: use WERR_INVALID_PASSWORD instead of WERR_BAD_PASSWORDStefan Metzmacher2015-03-271-3/+3
* libcli/util: let WERR_UNKNOWN_LEVEL be an alias to WERR_INVALID_LEVELStefan Metzmacher2015-03-272-2/+3
* Rename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that it conforms with the M...Richard Sharpe2015-03-272-20/+20
* libcli/auth: add forward declaration for struct wkssvc_PasswordBufferStefan Metzmacher2015-03-201-0/+1
* libcli/auth: add some const to netlogon_creds_server_{init,step_check}()Stefan Metzmacher2015-03-202-4/+4
* libcli/auth: Match Declaration of netlogon_creds_cli_context_tmp with impleme...Thomas Schulz2015-03-201-1/+1
* s3: libcli: smb1: Ensure we correctly finish a tevent req if the writev fails...Jeremy Allison2015-03-201-0/+1
* lib/util: globally include herrors in error.hGünther Deschner2015-03-131-0/+1
* libcli/util/hresult: add generated hresult_errstr() function.Günther Deschner2015-03-132-0/+16
* libcli/util/hresult: re-generate hresult.c.Günther Deschner2015-03-131-1/+2929
* idl: define FSCTL_DUPLICATE_EXTENTS_TO_FILEDavid Disseldorp2015-03-111-0/+1
* Add the definition of FSCTL_SET_INTEGRITY_INFORMATION found from a capture an...Richard Sharpe2015-03-081-0/+2
* libsmb: Use tevent_req_poll_ntstatusVolker Lendecke2015-02-262-6/+3
* Fix whitespaceVolker Lendecke2015-02-261-7/+7
* lib: Use iov_buflen in smb1cli_req_chain_submitVolker Lendecke2015-02-241-3/+3