summaryrefslogtreecommitdiff
path: root/source3/libsmb/trusts_util.c
Commit message (Expand)AuthorAgeFilesLines
* s3/libsmb: clang: value stored to 'idx_current' is never readNoel Power2019-09-261-1/+0
* lib: Fix a typoVolker Lendecke2019-06-201-1/+1
* libsmb: Remove incorrect fall through comment in trusts_util.cAndreas Schneider2018-03-011-1/+0
* lib: Make g_lock_unlock use TDB_DATAVolker Lendecke2018-02-081-1/+2
* lib: Make g_lock_lock use TDB_DATAVolker Lendecke2018-02-081-1/+2
* netlogon_creds_cli: Protect netlogon_creds_cli_auth by _lckVolker Lendecke2017-09-251-8/+38
* s3:trusts_util: make use the workstation password change more robustStefan Metzmacher2017-06-271-17/+187
* s3:trusts_util: also pass the previous_nt_hash to netlogon_creds_cli_auth()Stefan Metzmacher2017-06-271-12/+31
* libcli/auth: pass the cleartext blob to netlogon_creds_cli_ServerPasswordSet*()Stefan Metzmacher2017-06-271-7/+32
* libcli/auth: pass an array of nt_hashes to netlogon_creds_cli_auth*()Stefan Metzmacher2017-06-271-5/+14
* s3:trusts_util: pass dcname to trust_pw_change()Stefan Metzmacher2017-06-271-0/+1
* s3:libsmb: use trust_pw_new_value() in trust_pw_change()Stefan Metzmacher2017-02-211-21/+4
* s3:libsmb: add trust_pw_new_value() helper functionStefan Metzmacher2017-02-211-0/+56
* s3:libsmb: let trust_pw_change() verify the new password at the end.Stefan Metzmacher2017-02-211-0/+33
* s3:libsmb: let trust_pw_change() debug more verbose informationStefan Metzmacher2017-02-211-8/+21
* s3:trusts_util: generate completely random passwords in trust_pw_change()Stefan Metzmacher2015-03-301-4/+15
* s3:trusts_util: pass new_trust_version to netlogon_creds_cli_ServerPasswordSe...Stefan Metzmacher2015-03-301-1/+10
* s3:trusts_util: make use of pdb_get_trust_credentials() and pdb_get_trusted_d...Stefan Metzmacher2015-03-301-22/+37
* s3:trusts_util: add support for SEC_CHAN_DNS_DOMAIN in trust_pw_change()Stefan Metzmacher2015-03-301-3/+14
* s4:trust_utils: store new trust/machine passwords before trying it remotely.Stefan Metzmacher2015-03-121-10/+29
* libsmb: Allow change of BDC trust account passwordAndrew Bartlett2014-12-111-0/+3
* s3/libsmb: Free memdup'd local variableJose A. Rivera2014-02-221-0/+1
* s3:libsmb: remove unused trust_pw_find_change_and_store_it()Stefan Metzmacher2014-01-071-81/+0
* s3:libsmb: add trust_pw_change()Stefan Metzmacher2014-01-071-0/+179
* libsmb: Fix CID 1127343 Dead default in switchVolker Lendecke2013-11-111-2/+0
* s3:libsmb: inline trust_pw_change_and_store_it() into trust_pw_find_change_an...Stefan Metzmacher2013-10-171-35/+15
* s3:libsmb: remove unused change_trust_account_password()Stefan Metzmacher2013-10-171-72/+0
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-051-1/+1
* s3: use generate_random_password() instead of generate_random_str()Stefan Metzmacher2013-02-041-3/+4
* s3:libsmb: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-1/+1
* s3-trustdomcache: make enumerate_domain_trusts() static.Günther Deschner2011-11-021-101/+0
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-2/+2
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* More simple const fixes.Jeremy Allison2011-05-051-1/+1
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3-libsmb: prefer dcerpc_lsa_X functions.Günther Deschner2011-02-021-14/+22
* s3: Remove unused "retry" from cli_full_connectionVolker Lendecke2010-12-201-2/+2
* s3: Remove some unused variablesVolker Lendecke2010-12-201-2/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3-libsmb: move change_trust_account_password out of smbd into libsmb.Günther Deschner2010-06-301-0/+74
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-2/+2
* s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner2010-05-181-0/+1
* s3-rpc_client: move protos to cli_netlogon.hGünther Deschner2010-05-181-0/+1
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison2009-11-121-1/+1
* s3: Remove debug_ctx()Volker Lendecke2009-11-031-1/+1
* s3: use enum netr_SchannelType all over the place.Günther Deschner2009-10-131-2/+2
* s3-netlogon: allow to change any type of trust account password in trust_pw_f...Günther Deschner2009-10-131-6/+39