- Don't put pointer to sam_domain_handle in sam_methods but single domainsid and...
authorJelmer Vernooij <jelmer@samba.org>
Tue, 24 Sep 2002 20:18:39 +0000 (20:18 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 24 Sep 2002 20:18:39 +0000 (20:18 +0000)
commit50d2527eed0eb26c16f2f7e28badbf08d771380e
tree90bb9154b7486af76c5c400fda5515b71fe6b3aa
parentf0d7ac9feb5844c93789344285b1d66f480209ba
- Don't put pointer to sam_domain_handle in sam_methods but single domainsid 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
examples/sam/sam_skel.c
source/include/sam.h
source/sam/interface.c
source/sam/sam_plugin.c
source/torture/cmd_sam.c
source/torture/samtest.c
source/torture/samtest.h