summaryrefslogtreecommitdiff
path: root/examples/sam
AgeCommit message (Collapse)AuthorFilesLines
2002-11-20Ignore automatically generated Makefile.Tim Potter1-0/+1
(This used to be commit 152c530089191d1867ad018a54bba02a1a85c31e)
2002-09-24- Don't put pointer to sam_domain_handle in sam_methods but single domainsid ↵Jelmer Vernooij1-61/+53
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-09Use SAM debug class in skeleton - patch from metzeJelmer Vernooij1-7/+8
Shouldn't we use dynamic debug classes here? (This used to be commit db0f742e0ea619e69457f15cdb3740ae7c85cebd)
2002-09-06Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to theAndrew Bartlett1-25/+25
SAM_ASSERT if we are not going to crash. (This used to be commit f91fcb166107e45ffb3de95a3da65c79992341eb)
2002-08-29Adding makefile for sam_skel moduleJelmer Vernooij1-0/+28
(This used to be commit b91fd5a77c493d0c90b45de6a70fb84bbef3f9f1)
2002-08-29SAM_CONTEXT is constJelmer Vernooij1-5/+1
(This used to be commit 3b4cf8f67c2970e7b099ae2382bdd802b79d1dd2)
2002-08-29Example sam module (skeleton) from metzeJelmer Vernooij2-0/+290
(This used to be commit b2b2c8b9cb94ce84938422132279c26faa231bf7)