s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
[samba.git] / source3 / passdb / secrets.c
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-03-29 Günther Deschners3-passdb: add passdb.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-16 Volker Lendeckes3: Fix Coverity ID 1034, CHECKED_RETURN
2011-02-06 Volker Lendeckes3: Fix auth_netlogond to cope with netlogon_creds_Cred...
2011-02-06 Volker Lendeckes3: Fix a potential memleak in secrets_fetch_trusted_do...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-18 Andrew Bartletts3:split secrets.c to put machine account secrets in...
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-03-10 Karolin Seegers3-passdb: Fix typo in debug message.
2009-10-29 Günther Deschners3-secrets: use autogenerated code for TRUSTED_DOM_PASS...
2009-10-28 Günther Deschners3-passdb: move open_schannel_session_store() to passdb...
2009-10-28 Günther Deschners3-passdb: add secrets_delete_generic().
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-15 Jeremy AllisonFix valgrind memory leak in bug #6814 - Fixes for probl...
2009-10-13 Günther Deschners3: use enum netr_SchannelType all over the place.
2009-09-21 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-09-21 Stefan Metzmachers3:secrets_schannel: revert to using version 1
2009-08-27 Günther Deschners3-schannel: remove remaining code that was using ...
2009-08-27 Günther Deschners3-schannel: upgrade old format schannel_store.tdb.
2009-08-27 Günther Deschners3-schannel: add simple wrappers to fetch and store...
2009-08-27 Günther Deschners3-schannel: make open_schannel_session_store() public.
2009-07-29 Michael Adams3:secrets: use transaction wrapped store in get rand...
2009-04-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Andrew BartlettRework Samba3 to use new libcli/auth code (partial)
2009-04-14 Andrew BartlettConvert Samba3 to use the common lib/util/charset API
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijUse libutil genrand.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-14 Jelmer VernooijUse GUID_random.
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-06 Volker LendeckeStore a local schannel key in secrets.tdb
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-13 Andrew Tridgellfirst cut at adding full transactions for ctdb to samba3
2008-06-07 Volker LendeckeFix a memleak in secrets_fetch_afs_key
2008-06-07 Volker LendeckeFix a memleak in secrets_fetch_trust_account_password_l...
2008-06-07 Volker LendeckeFix a memleak in fetch_ldap_pw
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-20 Tim ProutyCleanup size_t return values in callers of convert_stri...
2008-04-01 Volker LendeckeConvert dbwrap_trans_delete to NTSTATUS
2008-04-01 Volker LendeckeConvert dbwrap_trans_store to NTSTATUS
2008-04-01 Stefan Metzmacherpassdb/secrets: add secrets_db_ctx() to get the db_context
2008-03-27 Stefan Metzmacherpassdb/secrets: use db_open_trans()
2008-03-27 Stefan Metzmacherpassdb/secrets: it's enough to use traverse_read()...
2008-03-11 Volker LendeckeConvert secrets.c to use dbwrap
2008-03-10 Volker LendeckeUse a separate tdb for mutexes
2008-03-10 Volker LendeckeConvert secrets_lock_trust_account_password to talloc
2008-03-10 Volker LendeckeMake use of talloc_asprintf_strupper_m in secrets.c
2008-03-10 Volker LendeckeAvoid some pointless checks
2008-03-10 Volker LendeckeUse talloc_tos() in secrets_init
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-09 Günther DeschnerMore paranoid checks for secrets_init() success.
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-07 Günther DeschnerAdd secrets_shutdown().
2007-12-19 Günther DeschnerAdd and use some keystr functions using talloc_tos...
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-14 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-13 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-13 Michael AdamRefactor the lagacy part of secrets_fetch_trust_account...
2007-12-13 Michael AdamRemove two unneeded functions.
2007-12-12 Michael AdamFix logic and prevent segfaults in secrets trustdom...
2007-12-12 Michael AdamFix secrets_store_trusted_domain_password() after pstri...
2007-12-03 Jeremy AllisonChange tdb_unpack "P" to return a malloc'ed string...
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-21 Jeremy AllisonMore pstring elimination.
2007-11-05 Volker Lendeckestatic pstring removal
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Michael Adamr24991: Kill all those lots of trailing whitespaces...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker22125: Fix a warning
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Stefan Metzmacherr21981: as we use tdb_trans_store(), we should also...
2007-10-10 Volker Lendecker21831: Back out r21823 for a while, this is going...
2007-10-10 Volker Lendecker21823: Let secrets_store_machine_password() also store...
2007-10-10 Volker Lendecker21819: Wrap all steps in secrets_store_machine_passwor...
2007-10-10 Volker Lendecker21818: Remove some unused code
2007-10-10 Volker Lendecker20824: Send access to the trusted domain passwords...
2007-10-10 Volker Lendecker20644: Make some functions static, thanks to Michael...
2007-10-10 Simo Sorcer20116: Start merging in the work done to create the...
2007-10-10 Jelmer Vernooijr18654: Rename "struct uuid" => "struct GUID" for consi...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker16197: Fix Klocwork id 1338
2007-10-10 Jeremy Allisonr16076: Fix for machine password timeout overflow from...
next