summaryrefslogtreecommitdiff
path: root/source4/torture/util_provision.c
AgeCommit message (Collapse)AuthorFilesLines
2008-03-06Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).Andrew Bartlett1-267/+38
To make Samba4, using the python provision system, pass this test required some major rework. Untested code is broken code, and some of the refactoring for a seperate provision test (which also now passes) broke things. Similarly, the iconv work has compiled, but these codepaths have never been run (NULL pointer de-reference). In working to use a local, rather than global, loadparm context, and to support using a target directory, a few things needed to be reworked, particularly around path handling. Andrew Bartlett (This used to be commit 1169e8d7bee20477b0efbfea3534ac63c83fb3d6)
2008-02-15Reconcile header files for torture utility functions.Jelmer Vernooij1-1/+1
(This used to be commit 1269758e95686cc155284d5d56080e1be11bbd75)
2008-02-15Use struct for provision parameters since there are so many of them.Jelmer Vernooij1-142/+80
(This used to be commit 4b9d5bc57ca4ee14c142ea720dce5e4ee97f8c16)
2008-02-15Add ability to not specify certain provision options(), fix some other options.Jelmer Vernooij1-19/+47
(This used to be commit fe8bfda22d8e1fdbece4209b7489419074565efd)
2008-02-15Finish migration of provision code.Jelmer Vernooij1-54/+95
(This used to be commit 53c5924195844dac4dfe99e5c9b0c8911394497a)
2008-02-15Avoid using private libnet test structure inside util_provision.Jelmer Vernooij1-54/+80
(This used to be commit 1a1f8a5e6b193f25f4838a3e7964cdf0590f4eb2)
2008-02-14Split provision from C code out of becomedc.Jelmer Vernooij1-0/+322
(This used to be commit ed2b72ac76ec069fec799b3fd805cca59fc28de4)