summaryrefslogtreecommitdiff
path: root/source3/passdb/machine_account_secrets.c
Commit message (Expand)AuthorAgeFilesLines
* passdb: Add kerberos tracingSwen Schillig2018-12-191-2/+3
* libads: Give krb5_errs.c its own headerVolker Lendecke2018-11-271-0/+1
* s3:secrets: clean up sid before storingPhilipp Gesang2018-10-191-1/+10
* krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2018-09-051-1/+2
* s3:passdb: Do not return OK if we don't have pinfo set upAndreas Schneider2018-04-191-1/+1
* s3:passdb: Fix a memory leak in secrets_fetch_or_upgrade_domain_info()Andreas Schneider2017-11-131-0/+1
* s3:passdb: Make sure the salt is fully initialized before passingAndreas Schneider2017-10-271-2/+4
* s3:secrets: Do not leak memory of pw and old_pwAndreas Schneider2017-10-271-0/+12
* s3:secrets: allow secrets_fetch_or_upgrade_domain_info() on an AD DCStefan Metzmacher2017-08-181-7/+8
* s3:secrets: remove unused secrets_store_[prev_]machine_password()Stefan Metzmacher2017-06-271-49/+0
* s3:secrets: add infrastructure to use secrets_domain_infoB to store credentialsStefan Metzmacher2017-06-271-0/+1391
* s3:secrets: use secrets_delete for all keys in secrets_delete_machine_passwor...Stefan Metzmacher2017-06-271-4/+4
* s3:secrets: let secrets_delete_machine_password_ex() also remove the des_salt...Stefan Metzmacher2017-06-271-2/+10
* s3:secrets: let secrets_delete_machine_password_ex() remove SID and GUID tooStefan Metzmacher2017-06-271-3/+13
* s3:secrets: rewrite secrets_delete_machine_password_ex() using helper variablesStefan Metzmacher2017-06-271-4/+22
* s3:secrets: replace secrets_delete_prev_machine_password() by secrets_delete()Stefan Metzmacher2017-06-271-15/+1
* s3:secrets: let secrets_store_machine_pw_sync() delete the des_salt_key when ...Stefan Metzmacher2017-06-271-2/+9
* s3:secrets: make use of secrets_delete() in secrets_store_machine_pw_sync()Stefan Metzmacher2017-06-271-14/+5
* s3:secrets: rename secrets_delete() to secrets_delete_entry()Stefan Metzmacher2017-06-271-8/+8
* s3:secrets: make use of des_salt_key() in secrets_store_machine_pw_sync()Stefan Metzmacher2017-06-271-5/+3
* s3:secrets: add some const to secrets_store_domain_guid()Stefan Metzmacher2017-06-271-1/+1
* s3:secrets: split out a domain_guid_keystr() functionStefan Metzmacher2017-06-271-10/+14
* s3:secrets: rework des_salt_key() to take the realm as argumentStefan Metzmacher2017-06-271-12/+13
* s3:secrets: move kerberos_secrets_*salt related functions to machine_account_...Stefan Metzmacher2017-06-271-0/+96
* secrets: Add function to fetch only password change timestampChristof Schmitt2015-08-011-9/+23
* Remove an unused function call.Richard Sharpe2015-02-131-17/+0
* secrets: Ensure we store the secureChannelType when written to secrets.ldbAndrew Bartlett2014-07-041-7/+19
* passdb: Do not routinely clear the global memory returned by get_global_sam_s...Andrew Bartlett2014-06-111-3/+7
* passdb-machine_account_secrets: Remove #if SAMBA_BUILD_ == 4 now we only have...Andrew Bartlett2013-05-281-8/+0
* Free protect_ids in secret_store_domain_guid() as the caller of fetch_secrets...Michele Baldessari2012-09-071-0/+2
* Free protect_ids in secret_store_domain_sid() as the caller of fetch_secrets(...Michele Baldessari2012-09-051-0/+2
* s3-secrets: Handle all valid ROLE_ values in get_default_sec_channel()Andrew Bartlett2012-08-281-1/+2
* s3-secrets: Add helper function to set machine account password from secrets_...Andrew Bartlett2012-08-281-0/+86
* s3-passdb: Silence scary DEBUG(0) message on first use of secrets.tdb databasesAndrew Bartlett2012-08-141-5/+10
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-2/+6
* s3-secrets: Use C99 typesAndrew Bartlett2012-07-151-6/+6
* s3-auth Remove unused global_machine_account_needs_changingAndrew Bartlett2012-07-131-11/+0
* s3-secrets: Remove unused secrets_delete_machine_password()Andrew Bartlett2012-02-181-13/+0
* s3: Fix unused variable warningsVolker Lendecke2012-01-291-0/+4
* s3-pdb: Break SECRETS3 dependency on PDB.Simo Sorce2012-01-271-50/+49
* s3:secrets: convert to use dbwrap wrapper functions onlyMichael Adam2011-10-111-1/+1
* build: Remove _SAMBA_WAF_BUILD_Andrew Bartlett2011-10-071-4/+4
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3-passdb Redirect domain GUID and SID queries to the passdb stackAndrew Bartlett2011-05-081-0/+58
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-libndr: add ../librpc/ndr/libndr.h include in some places.Günther Deschner2011-03-311-0/+1
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: Allow previous password to be stored and use it to check ticketsMatthieu Patou2010-06-021-4/+77