summaryrefslogtreecommitdiff
path: root/source3/passdb/secrets.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-01passdb/secrets: add secrets_db_ctx() to get the db_contextStefan Metzmacher1-0/+9
2008-03-27passdb/secrets: use db_open_trans()Stefan Metzmacher1-1/+2
2008-03-27passdb/secrets: it's enough to use traverse_read() in secrets_trusted_domains()Stefan Metzmacher1-1/+1
2008-03-11Convert secrets.c to use dbwrapVolker Lendecke1-128/+93
2008-03-10Use a separate tdb for mutexesVolker Lendecke1-31/+0
2008-03-10Convert secrets_lock_trust_account_password to tallocVolker Lendecke1-8/+24
2008-03-10Make use of talloc_asprintf_strupper_m in secrets.cVolker Lendecke1-37/+21
2008-03-10Avoid some pointless checksVolker Lendecke1-12/+0
2008-03-10Use talloc_tos() in secrets_initVolker Lendecke1-12/+5
2008-02-09More paranoid checks for secrets_init() success.Günther Deschner1-13/+35
2008-01-07Add secrets_shutdown().Günther Deschner1-0/+13
2007-12-19Add and use some keystr functions using talloc_tos() in secrets api.Günther Deschner1-44/+123
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-1/+1
2007-12-13Refactor the lagacy part of secrets_fetch_trust_account_password() outMichael Adam1-13/+31
2007-12-13Remove two unneeded functions.Michael Adam1-23/+0
2007-12-12Fix logic and prevent segfaults in secrets trustdom tdb pack code.Michael Adam1-14/+14
2007-12-12Fix secrets_store_trusted_domain_password() after pstring removal.Michael Adam1-1/+1
2007-12-03Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison1-1/+6
2007-11-20More pstring elimination.Jeremy Allison1-18/+76
2007-11-05static pstring removalVolker Lendecke1-5/+9
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-29/+29
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-51/+36
2007-10-10r24991: Kill all those lots of trailing whitespaces from secrets.c.Michael Adam1-72/+72
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22125: Fix a warningVolker Lendecke1-1/+1
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-13/+13
2007-10-10r21981: as we use tdb_trans_store(), we should also use tdb_trans_delete()Stefan Metzmacher1-1/+1
2007-10-10r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke1-20/+1
2007-10-10r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke1-1/+20
2007-10-10r21819: Wrap all steps in secrets_store_machine_password into one singleVolker Lendecke1-12/+50
2007-10-10r21818: Remove some unused codeVolker Lendecke1-23/+0
2007-10-10r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke1-41/+0
2007-10-10r20644: Make some functions static, thanks to Michael Adam <ma@sernet.de> for...Volker Lendecke1-3/+3
2007-10-10r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce1-0/+42
2007-10-10r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij1-8/+8
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-21/+172
2007-10-10r16197: Fix Klocwork id 1338Volker Lendecke1-2/+3
2007-10-10r16076: Fix for machine password timeout overflow from Shlomi YaakobovichJeremy Allison1-1/+1
2007-10-10r15888: Fix bug #3804 from jason@ncac.gwu.eduJeremy Allison1-2/+2
2007-10-10r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...Volker Lendecke1-2/+2
2007-10-10r14103: Fix a memleak found by valgrind (!!)Volker Lendecke1-0/+1
2007-10-10r14102: Fix Coverity bug # 70Volker Lendecke1-0/+4
2007-10-10r14088: Fix Coverity bug #20. Don't deref possible null.Jeremy Allison1-6/+9
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-11/+11
2007-10-10r13548: Always use the get_remote_macinhe_name() as the keyJeremy Allison1-2/+4
2007-10-10r13542: Don't reuse a pointer we just freed (Doh!).Jeremy Allison1-2/+2
2007-10-10r13538: Make sure we store all 16 bytes of credentials sessionJeremy Allison1-5/+6
2007-10-10r13519: Fix the credentials chaining across netlogon pipe disconnects.Jeremy Allison1-4/+10
2007-10-10r13407: Change the credentials code to be more like the Samba4 structure,Jeremy Allison1-0/+1