summaryrefslogtreecommitdiff
path: root/source3/passdb/machine_account_secrets.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-28passdb-machine_account_secrets: Remove #if SAMBA_BUILD_ == 4 now we only have...Andrew Bartlett1-8/+0
2012-09-07Free protect_ids in secret_store_domain_guid() as the caller of fetch_secrets...Michele Baldessari1-0/+2
2012-09-05Free protect_ids in secret_store_domain_sid() as the caller of fetch_secrets(...Michele Baldessari1-0/+2
2012-08-28s3-secrets: Handle all valid ROLE_ values in get_default_sec_channel()Andrew Bartlett1-1/+2
2012-08-28s3-secrets: Add helper function to set machine account password from secrets_...Andrew Bartlett1-0/+86
2012-08-14s3-passdb: Silence scary DEBUG(0) message on first use of secrets.tdb databasesAndrew Bartlett1-5/+10
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-2/+6
2012-07-15s3-secrets: Use C99 typesAndrew Bartlett1-6/+6
2012-07-13s3-auth Remove unused global_machine_account_needs_changingAndrew Bartlett1-11/+0
2012-02-18s3-secrets: Remove unused secrets_delete_machine_password()Andrew Bartlett1-13/+0
2012-01-29s3: Fix unused variable warningsVolker Lendecke1-0/+4
2012-01-27s3-pdb: Break SECRETS3 dependency on PDB.Simo Sorce1-50/+49
2011-10-11s3:secrets: convert to use dbwrap wrapper functions onlyMichael Adam1-1/+1
2011-10-07build: Remove _SAMBA_WAF_BUILD_Andrew Bartlett1-4/+4
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-05-08s3-passdb Redirect domain GUID and SID queries to the passdb stackAndrew Bartlett1-0/+58
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-03-31s3-libndr: add ../librpc/ndr/libndr.h include in some places.Günther Deschner1-0/+1
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-06-02s3: Allow previous password to be stored and use it to check ticketsMatthieu Patou1-4/+77
2010-05-18s3:split secrets.c to put machine account secrets in a new fileAndrew Bartlett1-0/+398