summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2008-03-06Make Samba4 pass the NET-API-BECOMEDC test against Win2k3 (again).Andrew Bartlett1-76/+138
2008-03-03Fix failure to re-provision.Andrew Bartlett2-9/+21
2008-03-03Fix member server provisionDouglas VanLeuven1-1/+1
2008-02-29Fix typos, avoid DEPEND_LIST from growing with empty elements.Jelmer Vernooij1-2/+1
2008-02-29use gmake to handle .py file copies.Jelmer Vernooij1-0/+4
2008-02-28Remove sDefault as static variable.Jelmer Vernooij1-1/+1
2008-02-28Merge branch 'v4-0-trivial' into v4-0-testJelmer Vernooij12-37/+37
2008-02-28Reorder modules to have rdn_name before objectclass.Andrew Bartlett1-1/+1
2008-02-25Remove uses of global_loadparm.Jelmer Vernooij1-1/+1
2008-02-21Introduce mprLpCtx() similar to mprMemCtx() for loadparm_context used byJelmer Vernooij12-36/+36
2008-02-21idmap: Handle uid->SID mappingKai Blin2-0/+28
2008-02-20Avoid python2.2-specific types.Jelmer Vernooij1-1/+1
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij1-2/+0
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij1-1/+1
2008-02-18Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij1-10/+10
2008-02-16Formatting fixes.Jelmer Vernooij1-2/+3
2008-02-15Use struct for provision parameters since there are so many of them.Jelmer Vernooij1-18/+22
2008-02-13Initial work on a test for samba.tests.samdbJelmer Vernooij2-1/+57
2008-02-13Fix invalid symbol.Jelmer Vernooij1-3/+5
2008-02-12Fix subunit runner exit codes.Jelmer Vernooij2-2/+4
2008-02-12Correctly increment counters in Subunit test runner.Jelmer Vernooij2-4/+5
2008-02-11Remove Samba 3 backwards compatibility code in C.Jelmer Vernooij2-508/+0
2008-02-11Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij5-8/+13
2008-02-11Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pythonJelmer Vernooij1-2/+2
2008-02-11provision: Fix new user creation.Kai Blin1-2/+2
2008-02-10More syntax fixes, use more standard python functions.Jelmer Vernooij1-328/+247
2008-02-10Start working on python conversion of minschema.Jelmer Vernooij1-0/+660
2008-02-09Add tests for upgrade of WINS database.Jelmer Vernooij2-3/+20
2008-02-09Remove unused define.Jelmer Vernooij1-1/+0
2008-02-09Fix typo.Jelmer Vernooij1-1/+1
2008-02-09Merge branch 'v4-0-trivial' into v4-0-pythonJelmer Vernooij18-258/+576
2008-02-09Add docstring.Jelmer Vernooij1-0/+2
2008-02-09Fix syntax of docstrings, set project name when generating Python API documen...Jelmer Vernooij3-6/+4
2008-02-09Re-enable python support in BECOME-DC test.Jelmer Vernooij1-1/+1
2008-02-09Fix upgrade after provision parameter rename.Jelmer Vernooij1-2/+2
2008-02-09Fix provision python test.Jelmer Vernooij1-15/+9
2008-02-09Add tests for findnss(), add some docstrings.Jelmer Vernooij2-14/+48
2008-02-09Remove unused class members.Jelmer Vernooij1-4/+2
2008-02-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2-18/+27
2008-02-08LDAP now works with the python provision!Andrew Bartlett1-1/+0
2008-02-08Fix LDAP backend with pythonAndrew Bartlett1-18/+26
2008-02-08Fix formatting.Jelmer Vernooij1-10/+10
2008-02-04Rework cluster_id() to take an additional argument, as we needAndrew Bartlett1-1/+1
2008-01-29python: Provide PyAPI_DATA macro for older versions of Python (< 2.3).Jelmer Vernooij1-0/+5
2008-01-29Partially revert d64a2288a2cb3a8f74a18b740b265a460773635d and 351c2e99ab8b6a9...Jelmer Vernooij1-1/+1
2008-01-26python: Use relative paths for registry.Jelmer Vernooij1-1/+8
2008-01-26python: Load smb.conf file for the provision tests.Jelmer Vernooij1-2/+6
2008-01-25configure: define HAVE_WORKING_PYTHONStefan Metzmacher1-0/+1
2008-01-25python: Give precedence to Samba's syspath over the already set system one.Jelmer Vernooij1-1/+1
2008-01-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij1-4/+8