summaryrefslogtreecommitdiff
path: root/source3/sam/interface.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-22talloc_init_named -> talloc_init.Jeremy Allison1-1/+1
2002-12-04Remove FILE_MACRO as __FILE__ is ANSI C.Tim Potter1-1/+1
2002-12-03use FILE_MACRO instead of __FILE__Herb Lewis1-1/+1
2002-10-06try to put every security descriptors related definitions in the same file.Simo Sorce1-2/+2
2002-10-02strchr -> strrchrJelmer Vernooij1-1/+1
2002-09-29Remove sam/api.c.Andrew Bartlett1-451/+547
2002-09-28Fix typos + report FIXMEJelmer Vernooij1-5/+5
2002-09-28Back out one of the API changes, now I recall how it was meant to work.Andrew Bartlett1-2/+4
2002-09-28Add the beginings of sam_ads to the tree.Andrew Bartlett1-11/+14
2002-09-26Fix segfault in sam_context_enum_domains - reported by KaiJelmer Vernooij1-0/+1
2002-09-25Add samtest command 'enum_accounts' + few typo fixes in sam/interface.cJelmer Vernooij1-3/+1
2002-09-24enum_domains shouldn't crash when there are no domains availableJelmer Vernooij1-4/+0
2002-09-24Fix bug in get_methods_by_nameJelmer Vernooij1-10/+9
2002-09-24- Don't put pointer to sam_domain_handle in sam_methods but single domainsid ...Jelmer Vernooij1-16/+23
2002-09-19Move functionality to check whether entries for lp_workgroup() and "BUILTIN"Jelmer Vernooij1-67/+96
2002-09-19Merge in first command for 'samtest'Jelmer Vernooij1-17/+16
2002-09-08Patch from Stefan (metze) Metzmacher with more updates for the SAM subsystemJelmer Vernooij1-170/+387
2002-09-06Fix some missing ; on the end of our SAM_ASSERT()...Andrew Bartlett1-4/+4
2002-09-06Get our consts back in line with current norms - only for pointer protection.Andrew Bartlett1-7/+7
2002-09-06This commit includes part of the patch from metze posted to the list, and a fewAndrew Bartlett1-34/+24
2002-08-29small fixesJelmer Vernooij1-6/+6
2002-08-29Put in patch from metze (Stefan Metzmacher) to:Jelmer Vernooij1-173/+172
2002-08-28Code style + typo fixesJelmer Vernooij1-0/+1
2002-08-28Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij1-0/+1001