summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_secrets.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-07s3-passdb: wrap secrets.tdb accessors used by PDB modulesAlexander Bokovoy1-0/+34
PDB modules store domain sid and guid in secrets.tdb to cooperate with other parts of smbd. If PDB module is built outside Samba source code it has to be linked against internal libsecrets. Wrap required secrets_* calls to avoid direct linking. libpdb is linked against libsecrets by itself and this is enough.
2012-01-18s3-passdb: trying to decouple passdb and secrets a little.Günther Deschner1-0/+137
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Jan 18 14:46:18 CET 2012 on sn-devel-104