summaryrefslogtreecommitdiff
path: root/libcli/auth
AgeCommit message (Expand)AuthorFilesLines
2017-07-26lib: 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-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-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-01-11wscript: remove executable bits for all wscript* filesStefan Metzmacher1-0/+0
2017-01-03libcli: Use "all_zero" where appropriateVolker Lendecke1-3/+2
2017-01-03libcli: Use "all_zero" where appropriateVolker Lendecke1-19/+14
2016-12-14rpc_server:netlogon Move from memcache to a tdb cacheDouglas Bagnall2-0/+273
2016-12-13pam: map more NT password errors to PAM errorsBjörn Jacke1-1/+5
2016-07-06libcli/auth: remove unused variable in msrpc_parse()Stefan Metzmacher1-7/+0
2016-05-09libcli/auth: let msrpc_parse() return talloc'ed empty stringsStefan Metzmacher1-4/+20
2016-04-12CVE-2016-2111: libcli/auth: add NTLMv2_RESPONSE_verify_netlogon_creds() helpe...Stefan Metzmacher2-1/+138
2016-04-12CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher2-9/+28
2016-04-12CVE-2016-2110: libcli/auth: add SPNEGO_REQUEST_MIC to enum spnego_negResultStefan Metzmacher1-1/+5
2016-04-12CVE-2016-2110: libcli/auth: use enum spnego_negResult instead of uint8_tStefan Metzmacher2-2/+5
2016-03-01netlogon_creds_cli: use dbwrap_purge instead of dbwrap_delete where appropriateMichael Adam1-10/+4
2016-02-03spnego: Some simplificationsVolker Lendecke1-4/+3
2016-01-13Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij1-1/+1
2016-01-13Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij1-0/+1
2016-01-06lib: Use asn1_current_ofs()Volker Lendecke1-2/+4
2016-01-06lib: Use asn1_extract_blob()Volker Lendecke1-5/+5
2016-01-06lib: Use asn1_set_error()Volker Lendecke1-10/+10
2016-01-06lib: Use asn1_has_error()Volker Lendecke1-10/+10
2015-03-27libcli/auth: use WERR_INVALID_PASSWORD instead of WERR_BAD_PASSWORDStefan Metzmacher1-3/+3
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-01-21libcli/auth: add netlogon_creds_cli_GetForestTrustInformation*()Stefan Metzmacher2-0/+281
2015-01-21libcli/auth: add netlogon_creds_cli_ServerGetTrustInfo*()Stefan Metzmacher2-0/+301
2014-09-26libcli: auth: Ensure all asn1_XX returns are checked.Jeremy Allison1-102/+112
2014-08-01libcli/auth: Ensure that the dns_names in/out parameter is preservedAndrew Bartlett1-1/+8
2014-07-01libcli: Remove an unused variableVolker Lendecke1-1/+0
2014-06-11s3-winbindd: Listen on IRPC and do forwarded DNS updates on an RODCAndrew Bartlett2-0/+279
2014-04-14Typo: s/preceeded/preceded/Jelmer Vernooij1-3/+3
2014-04-02libcli/auth: s/encrypt/do_encryptStefan Metzmacher1-6/+6
2014-02-24libcli: Overflow array index read possible, in auth code.Ira Cooper1-1/+1
2014-02-24Revert "libcli: Overflow array index read possible, in auth code."Ira Cooper1-2/+2
2014-02-24libcli: Overflow array index read possible, in auth code.Ira Cooper1-2/+2
2014-02-07libcli: use DBWRAP_LOCK_ORDER_NONE when opening schannel_store.tdbMichael Adam1-1/+2
2014-02-07dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2-2/+3
2014-01-22libcli/auth: reject computer_name longer than 15 charsStefan Metzmacher1-0/+8
2014-01-22libcli/auth: don't alter the computer_name in cluster mode.Stefan Metzmacher1-19/+3
2014-01-22libcli/auth: add netlogon_creds_cli_set_global_db()Stefan Metzmacher2-0/+12