summaryrefslogtreecommitdiff
path: root/source3/include/secrets.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-05s3:net: Pass down the server from cmdline to sync_pw2keytabs()Andreas Schneider1-10/+15
2024-07-26s3: Sync machine account password in secrets_{prepare,finish}_password_changePavel Filipenský1-2/+4
2022-08-08s3:passdb: Remove unused function secrets_fetch_trust_account_password()Pavel Filipenský1-3/+0
2022-08-08s3:include: Fix trailing whitespaces in secrets.hPavel Filipenský1-5/+5
2021-11-17lib: Add required includes to source3/include/secrets.hVolker Lendecke1-0/+3
2021-03-30s3:passdb: Add secrets_store_creds()Andreas Schneider1-0/+3
2017-06-27s3:secrets: remove unused secrets_store_[prev_]machine_password()Stefan Metzmacher1-1/+0
2017-06-27s3:secrets: add infrastructure to use secrets_domain_infoB to store credentialsStefan Metzmacher1-0/+28
2017-06-27s3:secrets: let secrets_delete_machine_password_ex() also remove the des_salt...Stefan Metzmacher1-1/+1
2017-06-27s3:secrets: re-add secrets_delete() helper to simplify deleting optional keysStefan Metzmacher1-0/+1
2017-06-27s3:secrets: rename secrets_delete() to secrets_delete_entry()Stefan Metzmacher1-1/+1
2017-06-27s3:secrets: add some const to secrets_store_domain_guid()Stefan Metzmacher1-1/+1
2017-06-27s3:secrets: move kerberos_secrets_*salt related functions to machine_account_...Stefan Metzmacher1-0/+4
2015-08-01secrets: Add function to fetch only password change timestampChristof Schmitt1-0/+1
2015-03-17lib: Remove "use_ntdb" param from secrets_init_pathVolker Lendecke1-1/+1
2015-02-13Remove an unused function call.Richard Sharpe1-1/+0
2014-07-04secrets: Ensure we store the secureChannelType when written to secrets.ldbAndrew Bartlett1-0/+1
2013-02-20ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell1-1/+1
2012-08-28s3-secrets: Add helper function to set machine account password from secrets_...Andrew Bartlett1-0/+6
2012-07-15s3-secrets: Use C99 typesAndrew Bartlett1-5/+5
2012-02-18s3-secrets: Remove unused secrets_delete_generic()Andrew Bartlett1-1/+0
2012-02-18s3-secrets: Remove unused secrets_delete_machine_password()Andrew Bartlett1-1/+0
2012-01-27s3-pdb: Break SECRETS3 dependency on PDB.Simo Sorce1-0/+5
2012-01-18s3-passdb: trying to decouple passdb and secrets a little.Günther Deschner1-3/+0
2011-08-13passdb: Add a function to read secrets db from a specified pathAmitay Isaacs1-0/+1
2011-07-31s3-secrets: add lsa_secret passdb api.Günther Deschner1-0/+14
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-02-06s3: Fix auth_netlogond to cope with netlogon_creds_CredentialStateVolker Lendecke1-2/+0
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-9/+47
2010-06-02s3: Allow previous password to be stored and use it to check ticketsMatthieu Patou1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-1/+1
2010-02-23s3:schannel streamline interfaceSimo Sorce1-2/+0
2009-10-29s3-secrets: use autogenerated code for TRUSTED_DOM_PASS struct parsing from a...Günther Deschner1-12/+0
2008-10-06Store a local schannel key in secrets.tdbVolker Lendecke1-0/+2
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke1-1/+0
2007-10-10r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke1-0/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-3/+3
2007-10-10r10792: Fix the "schannel not stored across client disconnects" problem.Jeremy Allison1-0/+2
2007-10-10r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...Jeremy Allison1-0/+3
2003-09-07Nobody complained on the team-list, so commit it ...Volker Lendecke1-0/+17
2003-04-22Start merging mimir's trusted domain code from HEAD to 3.0. (for HEAD trustingAndrew Bartlett1-2/+2
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-1/+3
2002-08-17sync 3.0 branch with headJelmer Vernooij1-0/+4
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-4/+20
2002-04-10Moved definition of winbind username/password secrets into secrets.hTim Potter1-2/+8
2002-03-02Missing include file update for the secrets.c trustdom changesAndrew Bartlett1-1/+1
2002-03-01The beginning of trusted and trusting domain support fromAndrew Bartlett1-1/+15
2002-01-30Removed version number from file header.Tim Potter1-2/+1