summaryrefslogtreecommitdiffstats
path: root/source4/param/secrets.c
Commit message (Expand)AuthorAgeFilesLines
* tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke2014-03-311-4/+4
* secrets: Avoid passing lp_ctx to tdb_wrap_open in randseed_initVolker Lendecke2014-03-311-1/+4
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-101-1/+1
* lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2011-10-131-1/+1
* s4-param Remove 'secrets database' parameterAndrew Bartlett2011-06-061-1/+1
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-1/+1
* s4-param Rename secrets_init() -> randseed_init()Andrew Bartlett2011-05-031-5/+5
* s4-param Rename private_path() -> lpcfg_private_path()Andrew Bartlett2011-04-291-1/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* s4-param Refactor secrets code to not require an event context.Andrew Bartlett2010-10-111-4/+2
* ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not samdb...Jelmer Vernooij2010-10-101-1/+1
* s4-kerberos Move 'set key into keytab' code out of credentials.Andrew Bartlett2010-09-241-0/+25
* s4-secrets: fixed shadowed variable warningAndrew Tridgell2010-09-151-4/+4
* s4-secrets: fetch secure channel type with domain SIDAndrew Tridgell2010-09-151-1/+15
* s4:param/secrets.c - reorganise importsMatthias Dieter Wallnöfer2010-09-111-4/+0
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s4:secrets Ensure secrets.ldb uses the same hooks as the rest of SambaAndrew Bartlett2010-06-291-40/+3
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+1
* s4:param/secrets.c - add some "char *" castsMatthias Dieter Wallnöfer2010-04-061-3/+3
* s4:winbind Make the 'no SID found' message even more detailedAndrew Bartlett2010-02-191-3/+7
* s4:param Modify secrets_get_domain_sid to give more useful errorsAndrew Bartlett2010-02-181-27/+16
* s4: the secrets.ldb module needs the loadparm opaque setupAndrew Tridgell2009-09-071-0/+7
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-2/+2
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-161-1/+1
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-3/+6
* Add context pointer to secrets functions.Jelmer Vernooij2008-04-011-23/+10
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+1
* r26318: Don't rely on SAMDB functions in secrets database.Jelmer Vernooij2007-12-211-3/+17
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-4/+4
* r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...Jelmer Vernooij2007-12-211-4/+7
* r26203: Avoid using ldb_wrap for secrets database.Jelmer Vernooij2007-12-211-3/+9
* r26183: The idea of a self-seeding secrets.ldb is nice, but in practice we doAndrew Bartlett2007-12-211-11/+0
* r26128: Some formatting fixes in secrets.c, fix free of filename, update igno...Jelmer Vernooij2007-12-211-10/+19
* r26123: Use utility function for secrets.tdb path.Jelmer Vernooij2007-12-211-1/+2
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+3
* r25547: Convert to standard bool type.Jelmer Vernooij2007-10-101-2/+2
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-2/+2
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-5/+5
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20806: make it possible to configure the secrets.ldb urlStefan Metzmacher2007-10-101-2/+8
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-1/+1
* r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).Jelmer Vernooij2007-10-101-0/+177