summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij3-0/+3
2008-04-01Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij1-1/+1
2008-03-29Rework 'compleated' message in provision to be more useful.Andrew Bartlett1-7/+9
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett2-3/+13
2008-03-28Convert some more files to GPLv3.Andrew Kroeger11-11/+11
2008-03-28Make the setup/newuser and setup/setpassword scripts actually work...Andrew Bartlett1-16/+42
2008-03-28Merge branch 'v4-0-local' of git://git.id10ts.net/samba into v4-0-testJelmer Vernooij2-2/+2
2008-03-28Don't specify what should be a default option in the generated smb.confAndrew Bartlett1-2/+2
2008-03-27provision: Increase max NetBIOS name length from 13 to 15.Andrew Kroeger2-2/+2
2008-03-27Remove define that appears to cause configure test breakage on Julien's machine.Jelmer Vernooij1-2/+0
2008-03-27provision: Initialize uninitialized variables if "targetdir" is notKai Blin1-1/+4
2008-03-15Rework memberof handling in slapd.conf (used for OpenLDAP backend)Andrew Bartlett1-22/+19
2008-03-14swig: regenerate _wrap.c filesStefan Metzmacher1-1/+1
2008-03-13build: we don't rely on bash yet:-) '==' should be just '='Stefan Metzmacher1-1/+1
2008-03-13configure: when detecting python we should disable pyconfig.hStefan Metzmacher1-0/+2
2008-03-13Rework to have member server 'domains' be CN=NETBIOSNAMEAndrew Bartlett1-0/+6
2008-03-13Update the provision scripts and selftest for LDAPAndrew Bartlett1-5/+7
2008-03-13Don't talloc_free() the UUID before we return.Andrew Bartlett1-1/+4
2008-03-13Upgrade provision-backend to python.Andrew Bartlett1-210/+411
2008-03-11Fix provision script to work without smb.conf location specified.Andrew Bartlett1-2/+3
2008-03-07Try to fix up part of the upgrade test.Andrew Bartlett2-12/+21
2008-03-07Rework provision scripts for more testingAndrew Bartlett2-17/+17
2008-03-07Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett1-76/+138
2008-03-07Start to rework provision for LDAP backendsAndrew Bartlett2-2/+16
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