summaryrefslogtreecommitdiffstats
path: root/examples/sam
Commit message (Collapse)AuthorAgeFilesLines
* Ignore automatically generated Makefile.Tim Potter2002-11-201-0/+1
| | | | (This used to be commit 152c530089191d1867ad018a54bba02a1a85c31e)
* - Don't put pointer to sam_domain_handle in sam_methods but single domainsid ↵Jelmer Vernooij2002-09-241-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)
* Use SAM debug class in skeleton - patch from metzeJelmer Vernooij2002-09-091-7/+8
| | | | | Shouldn't we use dynamic debug classes here? (This used to be commit db0f742e0ea619e69457f15cdb3740ae7c85cebd)
* Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to theAndrew Bartlett2002-09-061-25/+25
| | | | | SAM_ASSERT if we are not going to crash. (This used to be commit f91fcb166107e45ffb3de95a3da65c79992341eb)
* Adding makefile for sam_skel moduleJelmer Vernooij2002-08-291-0/+28
| | | | (This used to be commit b91fd5a77c493d0c90b45de6a70fb84bbef3f9f1)
* SAM_CONTEXT is constJelmer Vernooij2002-08-291-5/+1
| | | | (This used to be commit 3b4cf8f67c2970e7b099ae2382bdd802b79d1dd2)
* Example sam module (skeleton) from metzeJelmer Vernooij2002-08-292-0/+290
(This used to be commit b2b2c8b9cb94ce84938422132279c26faa231bf7)