summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* netlogon_creds_cli: Fix talloc_stackframe leaksVolker Lendecke2017-09-251-0/+2
* CVE-2017-12150: libcli/smb: add smbXcli_conn_signing_mandatory()Stefan Metzmacher2017-09-202-0/+6
* libcli: Apply some constVolker Lendecke2017-09-162-4/+6
* netlogon_creds_cli: Use data_blob_cmp in netlogon_creds_cli_validateVolker Lendecke2017-09-161-11/+3
* netlogon_creds_cli: Simplify netlogon_creds_cli_context_globalVolker Lendecke2017-09-161-3/+3
* netlogon_creds_cli: Simplify netlogon_creds_cli_context_commonVolker Lendecke2017-09-161-11/+2
* netlogon_creds_cli: Simplify netlogon_creds_cli_context_commonVolker Lendecke2017-09-161-11/+8
* netlogon_creds_cli: A netlogon_creds_cli_context needs a msg_ctxVolker Lendecke2017-09-161-7/+9
* netlogon_creds_cli: Remove an obsolete commentVolker Lendecke2017-09-161-4/+1
* netlogon_creds_cli: Avoid a static const structVolker Lendecke2017-09-161-4/+3
* netlogon_creds_cli: Pass "server_dns_domain" through netlogon_creds_cli_conte...Volker Lendecke2017-09-162-0/+2
* netlogon_creds_cli: Add "dns_domain" to netlogon_creds_cli_contextVolker Lendecke2017-09-161-0/+11
* libcli: SMB2: NetApps negotiate SMB3_11 but also set the SMB2_CAP_ENCRYPTION ...Jeremy Allison2017-09-141-3/+12
* libcli/security: Move debug message to DBG_DEBUG()Andrew Bartlett2017-09-071-1/+1
* python: Port samba.security to Python 3 compatible form.Lumir Balhar2017-09-062-12/+22
* python: Make generated modules samba.ntstatus and samba.werror Python 3 compa...Lumir Balhar2017-08-221-10/+11
* werror: Add WERR_DS_DRA_RECYCLED_TARGETTim Beale2017-08-181-0/+1
* libcli/smb: debug an error if smb1cli_req_writev_submit() is called for SMB2/3Stefan Metzmacher2017-08-181-0/+3
* lib: Fix an error path memleakVolker Lendecke2017-07-311-1/+3
* lib: Fix a typoVolker Lendecke2017-07-311-1/+1
* lib: auth: Store the netlogon_creds_cli_global_db pointer on the NULL context.Jeremy Allison2017-07-271-2/+2
* lib: auth: Add a shutdown function for netlogon_creds_cli_global_db.Jeremy Allison2017-07-262-0/+6
* lib: cli: fname is a local variable already freed in the function scope, does...Jeremy Allison2017-07-261-1/+1
* libsmb: Add smb2cli_notify()Volker Lendecke2017-07-253-0/+205
* param: Add new "disabled" value to "ntlm auth" to disable NTLM totallyAndrew Bartlett2017-07-042-1/+7
* auth: Allow NTLMv1 if MSV1_0_ALLOW_MSVCHAPV2 is given and re-factor 'ntlm aut...Andrew Bartlett2017-07-042-3/+14
* libcli/auth: pass the cleartext blob to netlogon_creds_cli_ServerPasswordSet*()Stefan Metzmacher2017-06-272-11/+13
* libcli/auth: add const to set_pw_in_buffer()Stefan Metzmacher2017-06-272-2/+2
* libcli/auth: pass an array of nt_hashes to netlogon_creds_cli_auth*()Stefan Metzmacher2017-06-272-26/+44
* libcli/smb: add smb_protocol_types_string()Stefan Metzmacher2017-06-223-0/+40
* libcli: smb: Add smb2cli_tcon_set_id().Jeremy Allison2017-06-172-0/+6
* libcli: smb: Add smbXcli_tcon_copy().Jeremy Allison2017-06-172-0/+34
* libcli:smb2: Gracefully handle not supported for FSCTL_VALIDATE_NEGOTIATE_INFOAndreas Schneider2017-06-151-0/+15
* libcli:smb: Add unit test for smb_bytes_pull_str()Andreas Schneider2017-06-092-0/+219
* libcli/smb: Fix alignment problems of smb_bytes_pull_str()Stefan Metzmacher2017-06-093-31/+47
* Revert "libcli:smb: Fix pulling strings from the wire"Andreas Schneider2017-06-091-1/+1
* libcli:smb: Fix pulling strings from the wireAndreas Schneider2017-06-071-1/+1
* libcli:util: Update werror tableAndreas Schneider2017-06-072-4/+7
* netlogon: Implement SendToSam along with its winbind forwardingGarming Sam2017-05-302-0/+271
* netlogon_creds_cli: Do not corrupt authenticator state on application level e...Garming Sam2017-05-301-15/+17
* s4: nmblookup: Allocate event context off NULL instead of talloc_autofree_con...Jeremy Allison2017-05-131-1/+1
* s4: torture: Change torture_register_suite() to add a TALLOC_CTX *.Jeremy Allison2017-05-051-2/+2
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* lib/util: add and use iov_concatRalph Boehme2017-04-181-24/+2
* libcli/security: fix dom_sid_in_domain()Ralph Boehme2017-04-121-1/+5
* named_pipe_auth: Rename client -> remote_client and server -> local_serverGary Lockyer2017-03-292-58/+66
* libcli: introduce smbXcli_conn_support_passthrough()Uri Simchoni2017-03-282-0/+18
* libcli/security: add SID_NAME_LABEL to sid_type_lookup()Stefan Metzmacher2017-03-231-1/+2
* getncchanges: Return correct denied REPL_SECRET error codeGarming Sam2017-03-131-0/+2
* libcli/smb: add smb2cli_conn_get_mid and smb2cli_conn_set_midRalph Boehme2017-03-032-0/+12