summaryrefslogtreecommitdiffstats
path: root/source3/passdb/proto.h
Commit message (Collapse)AuthorAgeFilesLines
* s3-passdb: Replace SMB_MALLOC_ARRAY()/SAFE_FREE() with talloc equivalents.Amitay Isaacs2011-08-191-1/+1
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s3-passdb Make pdb_element_is_changed available to all passdb modulesAndrew Bartlett2011-08-131-0/+4
| | | | | | This will allow pdb_samba4 to use this Andrew Bartlett
* passdb: Call with correct backend methods instead of default methodsAmitay Isaacs2011-08-131-1/+2
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* passdb: Add a function to expose loaded backend list.Amitay Isaacs2011-08-131-0/+1
| | | | This function is used in python wrapper to list available python backends.
* s3-passdb: add dummy calls to control global (replicated) secrets.Günther Deschner2011-07-311-0/+12
| | | | Guenther
* s3:passdb/proto.h: add _PASSDB_PROTO_H_ guardMichael Adam2011-05-311-0/+4
|
* s3:passdb/proto.h: add GPL/copyright comment headerMichael Adam2011-05-311-0/+36
|
* s3-passdb: move util_unixsids.c out of passdb.Günther Deschner2011-03-301-13/+0
| | | | Guenther
* s3-passdb: move util_wellknown.c out of passdb.Günther Deschner2011-03-301-9/+0
| | | | Guenther
* s3-passdb: add machine_sid.h and lookup_sid.hGünther Deschner2011-03-301-40/+0
| | | | Guenther
* s3-passdb: move passdb headers to passdb/proto.h.Günther Deschner2011-03-301-0/+364
Guenther