summaryrefslogtreecommitdiffstats
path: root/source4/param/provision.h
Commit message (Collapse)AuthorAgeFilesLines
* s4:provision Allow a specific prefix map to be loaded into a new schema ↵Andrew Bartlett2010-06-151-1/+2
| | | | | | | | | | | | provision This allows the prefixMap from a DRS server to be used when loading the schema from the local files. This helps us then import other schema with this map in place. Andrew Bartlett Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
* s4:provision Remove unused 'account_name' parameterAndrew Bartlett2010-05-181-1/+0
| | | | | | | The python glue code didn't even de-reference this element in the structure. Andrew Bartlett
* s4:provision Add C binding to get at the generate schemaAndrew Bartlett2009-11-121-0/+2
| | | | This will allow us to do local tests against that schema
* s4:provision Use code to store domain join in 'net join' as wellAndrew Bartlett2009-09-201-0/+16
| | | | | | | | This ensures we only have one codepath to store the secret, and therefore that we have a single choke point for setting the saltPrincipal, which we were previously skipping. Andrew Bartlett
* Don't specify the ntds_guid to the C -> python provision interfaceAndrew Bartlett2008-04-111-1/+0
| | | | | | | This paramter was not used anyway. Andrew Bartlett (This used to be commit 6875e6823f7a1fe9066bff4dffcab658a17d3b8c)
* Fix merge errors on C provision interface after jelmer's good work.Andrew Bartlett2008-04-111-1/+9
|\ | | | | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet Conflicts: source/torture/local/torture.c (This used to be commit 5bf1c89cf8af08fbcf4f5089079920840daad7b8)
| * Return SAM ldb context and loadparm context as part of C provisionJelmer Vernooij2008-04-111-0/+2
| | | | | | | | | | result. (This used to be commit a3e1b835656470f1a80f0fa69f53a9df849baee3)
| * Add infrastructure for returning ProvisionResult in C provision code.Jelmer Vernooij2008-04-101-1/+7
| | | | | | | | (This used to be commit 98c3d34eb233be284e8c8994cca337be25c72968)
* | Remove dns_name elementAndrew Bartlett2008-04-091-1/+0
|/ | | | | | | This is only used in the DEBUG() message, so let's remove it. Andrew Bartlett (This used to be commit 5ebb64bdad7e80ee81d6b9d84d77c03fb9237eee)
* Move provision C bindings to param/.Jelmer Vernooij2008-04-091-0/+45
(This used to be commit 7d45ed0c3ebc57f7131603f768f8e022d7139530)