summaryrefslogtreecommitdiff
path: root/source3/torture/cmd_sam.c
AgeCommit message (Collapse)AuthorFilesLines
2002-09-26syncing up with HEAD again....Gerald Carter1-2/+173
(This used to be commit e026b84815ad1a5fa981c24fff197fefa73b4928)
2002-09-24Fix bug in get_methods_by_nameJelmer Vernooij1-9/+71
Fix bug in enum_domains Add samtest commands: - lookup_sid - lookup_name - enum_domains - lookup_domain (This used to be commit 0c01219850e5d9b77b3b2c0b4b87aa3c82e3292b)
2002-09-24- Don't put pointer to sam_domain_handle in sam_methods but single domainsid ↵Jelmer Vernooij1-48/+54
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-20Add framework for samtest commandsJelmer Vernooij1-877/+108
(This used to be commit f1021cbc557bfa0078e932a8268c5c9adcae0ae8)
2002-09-19Merge in first command for 'samtest'Jelmer Vernooij1-0/+1002
Fix small bug in sam/interface.c Make sam backend to default to a define (This used to be commit 60ab55fedf03a0b505b0b73527e031124a46304e)