summaryrefslogtreecommitdiffstats
path: root/source4/param/provision.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow 'net vampire' to work without an existing smb.confAndrew Bartlett2009-03-041-2/+6
| | | | | | | Now the provision can generate one based on the detected settings from the target domain. Andrew Bartlett
* Add header for pyparam.Jelmer Vernooij2008-12-221-1/+1
|
* Fix more tests.Jelmer Vernooij2008-12-191-2/+2
|
* Include the smbconf parameter to the provisionAndrew Bartlett2008-04-141-1/+3
| | | | | | | Otherwise this fails, if the targetdir is not specified Andrew Bartlett (This used to be commit cd2d3d1c7a0aad7beb167459276c012c7a6d2e88)
* Don't specify the ntds_guid to the C -> python provision interfaceAndrew Bartlett2008-04-111-2/+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-4/+14
|\ | | | | | | | | | | | | | | | | 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/+7
| | | | | | | | | | result. (This used to be commit a3e1b835656470f1a80f0fa69f53a9df849baee3)
| * Add infrastructure for returning ProvisionResult in C provision code.Jelmer Vernooij2008-04-101-4/+7
| | | | | | | | (This used to be commit 98c3d34eb233be284e8c8994cca337be25c72968)
* | Remove dns_name elementAndrew Bartlett2008-04-091-2/+2
|/ | | | | | | 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/+129
(This used to be commit 7d45ed0c3ebc57f7131603f768f8e022d7139530)