Date: Tue Sep 24 20:18:39 2002
Author: jelmer
Update of /home/cvs/samba/examples/sam
In directory dp.samba.org:/tmp/cvs-serv5105/examples/sam
Modified Files:
sam_skel.c
Log Message:
- 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
Revisions:
sam_skel.c 1.4 => 1.5
http://www.samba.org/cgi-bin/cvsweb/samba/examples/sam/sam_skel.c?r1=1.4&r2=1.5