summaryrefslogtreecommitdiff
path: root/source3/sam/sam_plugin.c
AgeCommit message (Collapse)AuthorFilesLines
2002-09-24- Don't put pointer to sam_domain_handle in sam_methods but single domainsid ↵Jelmer Vernooij1-3/+3
and domainname - Allocate sam_methods, set domain_sid, domain_name and backend_name in make_sam_methods_backend_entry instead of in the backend - Remove sam_context and domain_sid pointers from the sam_init_function - we don't need those arguments anymore since they're available in sam_methods as well (This used to be commit 50d2527eed0eb26c16f2f7e28badbf08d771380e)
2002-09-08Patch from Stefan (metze) Metzmacher with more updates for the SAM subsystemJelmer Vernooij1-10/+10
(This used to be commit 56cb03bfc68727384df46bde6df03950f7cdfcf9)
2002-08-29Several compiler warning fixes + fix dependencies samtestJelmer Vernooij1-1/+1
(This used to be commit b813761126249c3c0c0e38d2a3306d1d0c33c4eb)
2002-08-29Add plugin support for the sam system from metze (based on passdb code)Jelmer Vernooij1-0/+79
(This used to be commit 61626340e506d32a6560a162005b43f10445fbb9)