summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2013-10-25s4-dsacl: Fixed incorrect handling of privileges in sec_access_check_dsNadezhda Ivanova1-8/+4
2013-10-17libcli/smb: add SMB2_HDR_FLAG_DFS for SMB2 Create operations on dfs sharesStefan Metzmacher1-1/+9
2013-10-17libcli/smb: add FLAG_CASELESS_PATHNAMES based on FILE_CASE_SENSITIVE_SEARCH t...Stefan Metzmacher1-0/+7
2013-10-17libcli/smb: move Filesystem Attributes defines to smb_constants.hStefan Metzmacher1-0/+19
2013-10-17libcli/smb: add FLAGS2_DFS_PATHNAMES for SMB1 operations against dfs sharesStefan Metzmacher1-0/+6
2013-10-17libcli/smb: add smbXcli_tcon_{set,get}_fs_attributes()Stefan Metzmacher2-0/+17
2013-10-17libcli/smb: add smbXcli_tcon_is_dfs_share()Stefan Metzmacher2-0/+27
2013-10-17libcli/smb: Introduce smbXcli_conn_dfs_supportedLuk Claes2-0/+11
2013-10-15libcli/smb: add smb2cli_tcon_is_encryption_on()Michael Adam2-0/+6
2013-10-06libcli: Correct smb2_lease_pullVolker Lendecke1-4/+4
2013-10-06libcli: Add const to smb2_lease_pullVolker Lendecke2-2/+4
2013-09-18libcli/smb: only check the SMB2 session setup signature if required and validStefan Metzmacher1-5/+21
2013-09-17libcli/smb: fix non mendatory signing against some vendor SMB2 servers.Stefan Metzmacher1-1/+10
2013-09-17libcli/smb: use SMB1 MID=0 for the initial NegprotStefan Metzmacher1-0/+8
2013-09-17libcli/smb: negotiate SMB3_DIALECT_REVISION_302 if PROTOCOL_SMB3_02 is requestedStefan Metzmacher1-0/+1
2013-09-17libcli/smb: add PROTOCOL_SMB3_02Stefan Metzmacher1-2/+3
2013-09-17libcli/smb: add SMB3_DIALECT_REVISION_302Stefan Metzmacher1-0/+1
2013-08-21As SMB3 has transport level encryption, allow smbclient -e to force encryted ...Jeremy Allison2-0/+22
2013-08-15libcli/smb: add smb2cli_conn_req_possible()Stefan Metzmacher2-0/+23
2013-08-15libcli/smb: add smb1cli_conn_req_possible()Stefan Metzmacher2-0/+18
2013-08-15libcli/smb: pass max_dyn_len to smb2cli_req_send()Stefan Metzmacher13-16/+50
2013-08-15libcli/smb: pass max_dyn_len to smb2cli_req_create()Stefan Metzmacher2-4/+10
2013-08-15libcli/smb: calculate the credit charge on the input and output dyn_lenStefan Metzmacher1-1/+11
2013-08-15libcli/smb: Change smb2cli_create() and smb2cli_create_recv() to return a par...Jeremy Allison3-23/+35
2013-08-15libcli/smb: Fix smb2cli_write_recv() and smb2cli_write() to return the bytes ...Jeremy Allison2-7/+29
2013-08-15libcli/smb: fix the credit handling on a SMB1 => SMB2 negotiateStefan Metzmacher1-1/+6
2013-08-12libsmb: Remove an unnecessary variable assignmentVolker Lendecke1-2/+1
2013-08-12libsmb: Avoid an unnecessary "else"Volker Lendecke1-1/+3
2013-08-10libcli/auth: add more const to spnego_negTokenInit->mechTypesStefan Metzmacher3-13/+18
2013-08-10libcli/auth: avoid possible mem leak in read_negTokenInit()Stefan Metzmacher1-4/+15
2013-08-10libcli/auth/schannel: remove unused schannel_positionStefan Metzmacher1-7/+0
2013-08-10libcli/auth/schannel: make struct schannel_state privateStefan Metzmacher2-13/+12
2013-08-10libcli/auth: add netsec_create_state()Stefan Metzmacher2-0/+26
2013-08-10libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bitStefan Metzmacher2-5/+14
2013-08-09lib: add FSCTL_[GET/SET]_COMPRESSION constantsDavid Disseldorp1-0/+3
2013-08-06libcli: Add security_token_system_privilege().Andreas Schneider2-0/+23
2013-08-05libcli/auth: add netlogon_creds_shallow_copy_logon()Stefan Metzmacher2-0/+76
2013-08-05libcli/auth: add netlogon_creds_[de|en]crypt_samlogon_logon()Stefan Metzmacher2-0/+124
2013-08-05libcli/auth: fix shadowed declaration in netlogon_creds_crypt_samlogon_valida...Stefan Metzmacher1-4/+4
2013-08-05libcli/auth: make netlogon_creds_crypt_samlogon_validation more robustStefan Metzmacher1-1/+5
2013-08-05libcli/auth: also set secure channel type in netlogon_creds_client_init().Günther Deschner2-0/+3
2013-07-31libcli: fix conversion logic in dom_sid_string_bufJeff Layton1-10/+18
2013-07-31libcli: fix conversion logic in dom_sid_parse_endpJeff Layton1-14/+15
2013-07-31schannel: Fix an unused variableVolker Lendecke1-1/+0
2013-07-19Add error map of STATUS_INVALID_EA_NAME -> ERRDOS, ERRbadfileJeremy Allison1-0/+1
2013-06-24libcli/ldap: Cope with substring match with no chunks in ldap_push_filterAndrew Bartlett1-18/+21
2013-06-21Add missing SMB2/SMB3 share capability flag defineSteve French1-0/+1
2013-06-19build: Build with system md5.h on OpenIndianaAndrew Bartlett5-9/+9
2013-05-20doserr: add mapping for WERR_PRINT_PROCESSOR_ALREADY_INSTALLED.Günther Deschner1-0/+1
2013-04-30libcli: Add smb2_lease marshallingVolker Lendecke3-0/+94