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