summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-12libcli/smb: close the socket fd at the end of smbXcli_conn_disconnect()Stefan Metzmacher1-6/+9
2015-06-12libcli/smb: use tevent_req_received(req) in read_smb_recv()Stefan Metzmacher1-0/+2
2015-06-05libcli/named_pipe_auth: call smb_set_close_on_exec() in tstream_npa_socketpair()Stefan Metzmacher1-0/+11
2015-06-04tstream: Make socketpair nonblockingVolker Lendecke1-5/+20
2015-05-29libcli/smb: In CCM and GCM mode we can't reuse noncesStefan Metzmacher2-11/+65
2015-05-29s3: libsmbclient: Add server-side copy supportRoss Lagerwall3-4/+85
2015-05-08libcli/smb: SMB 3.0.2: define SVHDX_OPEN_DEVICE_CONTEXTMichael Adam1-0/+1
2015-05-08libcli/smb: SMB 3.0.2: define FSCTL_QUERY_SHARED_VIRTUAL_DISK_SUPPORTMichael Adam1-0/+1
2015-05-08libcli/smb: SMB 3.0.2: define FSCTL_SVHDX_SYNC_TUNNEL_REQUESTMichael Adam1-0/+1
2015-05-08libcli/smb: SMB 3.0.2: define SMB2_WRITEFLAG_WRITE_UNBUFFEREDMichael Adam1-0/+1
2015-05-08libcli/smb: SMB 3.0.2: define SMB2_READFLAG_READ_UNBUFFEREDMichael Adam1-0/+2
2015-05-08libcli/smb: add support for SMB >= 3.1.1 io prioritiesMichael Adam2-0/+25
2015-05-08libcli/smb: add define for SMB 3.1.1 SMB2_HDR_FLAG_PRIORITY_MASK and helper m...Stefan Metzmacher1-0/+4
2015-05-08libcli/smb: add PROTOCOL_SMB3_11 and SMB3_DIALECT_REVISION_311Stefan Metzmacher3-2/+5
2015-05-08libcli/smb: don't alter state->smb2.hdr when getting STATUS_PENDINGMichael Adam1-20/+14
2015-05-08libcli: add new NTSTATUS codes from SMB 3.1Michael Adam2-0/+4
2015-05-08libcli: add missing printable form of NT_STATUS_VHD_SHAREDMichael Adam1-0/+1
2015-04-29s4: Fix bad review I did in dom_sid_parse_length() code.Jeremy Allison1-1/+2
2015-04-28lib: Simplify dom_sid_parse_lengthVolker Lendecke1-8/+3
2015-03-30libcli/security: add security_descriptor_for_client() helper functionStefan Metzmacher2-0/+75
2015-03-30libcli/security: support "IS" in SDDL for SID_NT_IUSRStefan Metzmacher1-0/+1
2015-03-27libcli/util: remove unused WERR_BAD_PASSWORDStefan Metzmacher2-3/+0
2015-03-27libcli/auth: use WERR_INVALID_PASSWORD instead of WERR_BAD_PASSWORDStefan Metzmacher1-3/+3
2015-03-27libcli/util: let WERR_UNKNOWN_LEVEL be an alias to WERR_INVALID_LEVELStefan Metzmacher2-2/+3
2015-03-27Rename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that it conforms with the M...Richard Sharpe2-20/+20
2015-03-20libcli/auth: add forward declaration for struct wkssvc_PasswordBufferStefan Metzmacher1-0/+1
2015-03-20libcli/auth: add some const to netlogon_creds_server_{init,step_check}()Stefan Metzmacher2-4/+4
2015-03-20libcli/auth: Match Declaration of netlogon_creds_cli_context_tmp with impleme...Thomas Schulz1-1/+1
2015-03-20s3: libcli: smb1: Ensure we correctly finish a tevent req if the writev fails...Jeremy Allison1-0/+1
2015-03-13lib/util: globally include herrors in error.hGünther Deschner1-0/+1
2015-03-13libcli/util/hresult: add generated hresult_errstr() function.Günther Deschner2-0/+16
2015-03-13libcli/util/hresult: re-generate hresult.c.Günther Deschner1-1/+2929
2015-03-11idl: define FSCTL_DUPLICATE_EXTENTS_TO_FILEDavid Disseldorp1-0/+1
2015-03-08Add the definition of FSCTL_SET_INTEGRITY_INFORMATION found from a capture an...Richard Sharpe1-0/+2
2015-02-26libsmb: Use tevent_req_poll_ntstatusVolker Lendecke2-6/+3
2015-02-26Fix whitespaceVolker Lendecke1-7/+7
2015-02-24lib: Use iov_buflen in smb1cli_req_chain_submitVolker Lendecke1-3/+3
2015-02-24lib: Use iov_buflen in smb1cli_req_writev_submitVolker Lendecke1-1/+7
2015-02-24lib: Use iov_buflen in smb1cli_req_createVolker Lendecke1-1/+12
2015-02-24lib: Use iov_buf in smbXcli_iov_concatVolker Lendecke1-9/+10
2015-02-24libcli: Use iov_buflen in smbXcli_iov_lenVolker Lendecke2-7/+6
2015-02-24nmblookup: Warn user if netbios name is too long.Andreas Schneider1-0/+13