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