summaryrefslogtreecommitdiff
path: root/source4/param/provision.h
AgeCommit message (Collapse)AuthorFilesLines
2012-08-22s4-provision: pass use_ntvfs from C wrappers and set to true in tests/vampireAndrew Bartlett1-0/+1
None of these cases need the complexity of the s3fs backend. Andrew Bartlett
2011-11-15s4:param/provision: pass schema_dn to provision_get_schema()Stefan Metzmacher1-1/+3
metze
2010-06-15s4:provision Allow a specific prefix map to be loaded into a new schema ↵Andrew Bartlett1-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>
2010-05-18s4:provision Remove unused 'account_name' parameterAndrew Bartlett1-1/+0
The python glue code didn't even de-reference this element in the structure. Andrew Bartlett
2009-11-12s4:provision Add C binding to get at the generate schemaAndrew Bartlett1-0/+2
This will allow us to do local tests against that schema
2009-09-20s4:provision Use code to store domain join in 'net join' as wellAndrew Bartlett1-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
2008-04-11Don't specify the ntds_guid to the C -> python provision interfaceAndrew Bartlett1-1/+0
This paramter was not used anyway. Andrew Bartlett (This used to be commit 6875e6823f7a1fe9066bff4dffcab658a17d3b8c)
2008-04-11Fix merge errors on C provision interface after jelmer's good work.Andrew Bartlett1-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)
2008-04-11Return SAM ldb context and loadparm context as part of C provisionJelmer Vernooij1-0/+2
result. (This used to be commit a3e1b835656470f1a80f0fa69f53a9df849baee3)
2008-04-10Add infrastructure for returning ProvisionResult in C provision code.Jelmer Vernooij1-1/+7
(This used to be commit 98c3d34eb233be284e8c8994cca337be25c72968)
2008-04-09Remove dns_name elementAndrew Bartlett1-1/+0
This is only used in the DEBUG() message, so let's remove it. Andrew Bartlett (This used to be commit 5ebb64bdad7e80ee81d6b9d84d77c03fb9237eee)
2008-04-09Move provision C bindings to param/.Jelmer Vernooij1-0/+45
(This used to be commit 7d45ed0c3ebc57f7131603f768f8e022d7139530)