1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

6 Commits

Author SHA1 Message Date
Jelmer Vernooij
50d2527eed - 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
-
Jelmer Vernooij
db0f742e0e Use SAM debug class in skeleton - patch from metze
Shouldn't we use dynamic debug classes here?
-
Andrew Bartlett
f91fcb1661 Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to the
SAM_ASSERT if we are not going to crash.
-
Jelmer Vernooij
b91fd5a77c Adding makefile for sam_skel module -
Jelmer Vernooij
3b4cf8f67c SAM_CONTEXT is const -
Jelmer Vernooij
b2b2c8b9cb Example sam module (skeleton) from metze -