summaryrefslogtreecommitdiff
path: root/libcli/auth
Commit message (Expand)AuthorAgeFilesLines
* libcli/auth: add netlogon_creds_cli_debug_string()Stefan Metzmacher2017-02-212-0/+12
* libcli/auth: check E_md4hash() result in netlogon_creds_cli_ServerPasswordSet...Stefan Metzmacher2017-02-211-1/+5
* libcli/auth: use the correct creds value against servers without LogonSamLogonExStefan Metzmacher2017-02-211-2/+17
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-111-0/+0
* libcli: Use "all_zero" where appropriateVolker Lendecke2017-01-031-3/+2
* libcli: Use "all_zero" where appropriateVolker Lendecke2017-01-031-19/+14
* rpc_server:netlogon Move from memcache to a tdb cacheDouglas Bagnall2016-12-142-0/+273
* pam: map more NT password errors to PAM errorsBjörn Jacke2016-12-131-1/+5
* libcli/auth: remove unused variable in msrpc_parse()Stefan Metzmacher2016-07-061-7/+0
* libcli/auth: let msrpc_parse() return talloc'ed empty stringsStefan Metzmacher2016-05-091-4/+20
* CVE-2016-2111: libcli/auth: add NTLMv2_RESPONSE_verify_netlogon_creds() helpe...Stefan Metzmacher2016-04-122-1/+138
* CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher2016-04-122-9/+28
* CVE-2016-2110: libcli/auth: add SPNEGO_REQUEST_MIC to enum spnego_negResultStefan Metzmacher2016-04-121-1/+5
* CVE-2016-2110: libcli/auth: use enum spnego_negResult instead of uint8_tStefan Metzmacher2016-04-122-2/+5
* netlogon_creds_cli: use dbwrap_purge instead of dbwrap_delete where appropriateMichael Adam2016-03-011-10/+4
* spnego: Some simplificationsVolker Lendecke2016-02-031-4/+3
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-131-1/+1
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-131-0/+1
* lib: Use asn1_current_ofs()Volker Lendecke2016-01-061-2/+4
* lib: Use asn1_extract_blob()Volker Lendecke2016-01-061-5/+5
* lib: Use asn1_set_error()Volker Lendecke2016-01-061-10/+10
* lib: Use asn1_has_error()Volker Lendecke2016-01-061-10/+10
* libcli/auth: use WERR_INVALID_PASSWORD instead of WERR_BAD_PASSWORDStefan Metzmacher2015-03-271-3/+3
* libcli/auth: add forward declaration for struct wkssvc_PasswordBufferStefan Metzmacher2015-03-201-0/+1
* libcli/auth: add some const to netlogon_creds_server_{init,step_check}()Stefan Metzmacher2015-03-202-4/+4
* libcli/auth: Match Declaration of netlogon_creds_cli_context_tmp with impleme...Thomas Schulz2015-03-201-1/+1
* libcli/auth: add netlogon_creds_cli_GetForestTrustInformation*()Stefan Metzmacher2015-01-212-0/+281
* libcli/auth: add netlogon_creds_cli_ServerGetTrustInfo*()Stefan Metzmacher2015-01-212-0/+301
* libcli: auth: Ensure all asn1_XX returns are checked.Jeremy Allison2014-09-261-102/+112
* libcli/auth: Ensure that the dns_names in/out parameter is preservedAndrew Bartlett2014-08-011-1/+8
* libcli: Remove an unused variableVolker Lendecke2014-07-011-1/+0
* s3-winbindd: Listen on IRPC and do forwarded DNS updates on an RODCAndrew Bartlett2014-06-112-0/+279
* Typo: s/preceeded/preceded/Jelmer Vernooij2014-04-141-3/+3
* libcli/auth: s/encrypt/do_encryptStefan Metzmacher2014-04-021-6/+6
* libcli: Overflow array index read possible, in auth code.Ira Cooper2014-02-241-1/+1
* Revert "libcli: Overflow array index read possible, in auth code."Ira Cooper2014-02-241-2/+2
* libcli: Overflow array index read possible, in auth code.Ira Cooper2014-02-241-2/+2
* libcli: use DBWRAP_LOCK_ORDER_NONE when opening schannel_store.tdbMichael Adam2014-02-071-1/+2
* dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2014-02-072-2/+3
* libcli/auth: reject computer_name longer than 15 charsStefan Metzmacher2014-01-221-0/+8
* libcli/auth: don't alter the computer_name in cluster mode.Stefan Metzmacher2014-01-221-19/+3
* libcli/auth: add netlogon_creds_cli_set_global_db()Stefan Metzmacher2014-01-222-0/+12
* libcli/auth: fix usage of an uninitialized variable in netlogon_creds_cli_che...Stefan Metzmacher2014-01-081-2/+2
* libcli/auth: remove unused netlogon_creds_cli_context_copy()Stefan Metzmacher2014-01-072-51/+0
* libcli/auth: make use of real options in netlogon_creds_cli_context_global()Stefan Metzmacher2014-01-071-15/+3
* libcli/auth: use unique key_name values in netlogon_creds_cli_context_common()Stefan Metzmacher2014-01-071-10/+48
* libcli/auth: add netlogon_creds_cli* infrastructureStefan Metzmacher2014-01-073-0/+2738
* auth/gensec: move libcli/auth/schannel_sign.c into schannel.cStefan Metzmacher2014-01-073-419/+1
* libcli/auth: try to use the current timestamp creds->sequenceStefan Metzmacher2013-12-241-0/+22
* libcli/auth: remove bogus comment regarding replay attacksStefan Metzmacher2013-12-241-2/+0