summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2018-08-11CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it is disabled ...Günther Deschner1-1/+1
2018-08-11CVE-2018-1139 libcli/auth: fix debug messages in hash_password_check()Günther Deschner1-4/+4
2018-08-11CVE-2018-1139 libcli/auth: Add initial tests for ntlm_password_check()Andrew Bartlett2-0/+426
2018-08-11CVE-2018-10919 security: Fix checking of object-specific CONTROL_ACCESS rightsTim Beale1-0/+10
2018-08-11CVE-2018-10919 security: Add more comments to the object-specific access checksTim Beale1-8/+22
2018-08-11CVE-2018-10919 security: Move object-specific access checks into separate fun...Tim Beale1-27/+59
2018-04-20libsmb: Handle long-running smb2cli_notifyVolker Lendecke1-9/+45
2018-04-20libsmb: Add smb2cli_notify()Volker Lendecke3-0/+205
2018-03-20libcli/security: only announce a session as GUEST if 'Builtin\Guests' is ther...Ralph Boehme1-7/+11
2018-03-08smbXcli: Add "force_channel_sequence"Volker Lendecke2-1/+18
2017-09-20CVE-2017-12150: libcli/smb: add smbXcli_conn_signing_mandatory()Stefan Metzmacher2-0/+6
2017-09-14libcli: SMB2: NetApps negotiate SMB3_11 but also set the SMB2_CAP_ENCRYPTION ...Jeremy Allison1-3/+12
2017-09-14libcli/security: Move debug message to DBG_DEBUG()Andrew Bartlett1-1/+1
2017-08-28libcli/smb: debug an error if smb1cli_req_writev_submit() is called for SMB2/3Stefan Metzmacher1-0/+3
2017-08-17lib: auth: Store the netlogon_creds_cli_global_db pointer on the NULL context.Jeremy Allison1-2/+2
2017-08-17lib: auth: Add a shutdown function for netlogon_creds_cli_global_db.Jeremy Allison2-0/+6
2017-08-17lib: cli: fname is a local variable already freed in the function scope, does...Jeremy Allison1-1/+1
2017-07-04param: Add new "disabled" value to "ntlm auth" to disable NTLM totallyAndrew Bartlett2-1/+7
2017-07-04auth: Allow NTLMv1 if MSV1_0_ALLOW_MSVCHAPV2 is given and re-factor 'ntlm aut...Andrew Bartlett2-3/+14
2017-06-27libcli/auth: pass the cleartext blob to netlogon_creds_cli_ServerPasswordSet*()Stefan Metzmacher2-11/+13
2017-06-27libcli/auth: add const to set_pw_in_buffer()Stefan Metzmacher2-2/+2
2017-06-27libcli/auth: pass an array of nt_hashes to netlogon_creds_cli_auth*()Stefan Metzmacher2-26/+44
2017-06-22libcli/smb: add smb_protocol_types_string()Stefan Metzmacher3-0/+40
2017-06-17libcli: smb: Add smb2cli_tcon_set_id().Jeremy Allison2-0/+6
2017-06-17libcli: smb: Add smbXcli_tcon_copy().Jeremy Allison2-0/+34
2017-06-15libcli:smb2: Gracefully handle not supported for FSCTL_VALIDATE_NEGOTIATE_INFOAndreas Schneider1-0/+15
2017-06-09libcli:smb: Add unit test for smb_bytes_pull_str()Andreas Schneider2-0/+219
2017-06-09libcli/smb: Fix alignment problems of smb_bytes_pull_str()Stefan Metzmacher3-31/+47
2017-06-09Revert "libcli:smb: Fix pulling strings from the wire"Andreas Schneider1-1/+1
2017-06-07libcli:smb: Fix pulling strings from the wireAndreas Schneider1-1/+1
2017-06-07libcli:util: Update werror tableAndreas Schneider2-4/+7
2017-05-30netlogon: Implement SendToSam along with its winbind forwardingGarming Sam2-0/+271
2017-05-30netlogon_creds_cli: Do not corrupt authenticator state on application level e...Garming Sam1-15/+17
2017-05-13s4: nmblookup: Allocate event context off NULL instead of talloc_autofree_con...Jeremy Allison1-1/+1
2017-05-05s4: torture: Change torture_register_suite() to add a TALLOC_CTX *.Jeremy Allison1-2/+2
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2017-04-18lib/util: add and use iov_concatRalph Boehme1-24/+2
2017-04-12libcli/security: fix dom_sid_in_domain()Ralph Boehme1-1/+5
2017-03-29named_pipe_auth: Rename client -> remote_client and server -> local_serverGary Lockyer2-58/+66
2017-03-28libcli: introduce smbXcli_conn_support_passthrough()Uri Simchoni2-0/+18
2017-03-23libcli/security: add SID_NAME_LABEL to sid_type_lookup()Stefan Metzmacher1-1/+2
2017-03-13getncchanges: Return correct denied REPL_SECRET error codeGarming Sam1-0/+2
2017-03-03libcli/smb: add smb2cli_conn_get_mid and smb2cli_conn_set_midRalph Boehme2-0/+12
2017-03-03libcli/smb: add smb2cli_conn_get_cur_creditsRalph Boehme2-0/+6
2017-03-03libcli/smb: add max_credits arg to smbXcli_negprot_send()Ralph Boehme2-13/+10
2017-02-22Correct "intialise" typos.Chris Lamb1-1/+1
2017-02-21libcli/auth: add netlogon_creds_cli_debug_string()Stefan Metzmacher2-0/+12
2017-02-21libcli/auth: check E_md4hash() result in netlogon_creds_cli_ServerPasswordSet...Stefan Metzmacher1-1/+5
2017-02-21libcli/auth: use the correct creds value against servers without LogonSamLogonExStefan Metzmacher1-2/+17
2017-02-14errors: add WERROR generation to build systemBob Campbell3-7850/+143