summaryrefslogtreecommitdiffstats
path: root/source3/passdb/proto.h
Commit message (Collapse)AuthorAgeFilesLines
* s3-passdb: move passdb prototypes into passdb.hGünther Deschner2011-10-141-325/+0
| | | | Guenther
* s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce2011-10-121-2/+5
| | | | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Oct 12 19:28:12 CEST 2011 on sn-devel-104
* s3-passdb: split out passdb/pdb_ipa.h.Günther Deschner2011-10-111-4/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 11 12:15:36 CEST 2011 on sn-devel-104
* s3-passdb: split out passdb/pdb_nds.h.Günther Deschner2011-10-111-15/+0
| | | | Guenther
* s3-passdb: split out passdb/pdb_ldap.h.Günther Deschner2011-10-111-7/+0
| | | | Guenther
* s3-passdb: split out passdb/pdb_smbpasswd.h.Günther Deschner2011-10-101-4/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Oct 10 20:14:46 CEST 2011 on sn-devel-104
* s3-passdb: split out passdb/pdb_wbc_sam.h.Günther Deschner2011-10-101-4/+0
| | | | Guenther
* s3-passdb: split out passdb/pdb_tdb.h.Günther Deschner2011-10-101-4/+0
| | | | Guenther
* 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