summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij3-33/+49
2008-04-14Move standard make compilation rules to build/make.Jelmer Vernooij1-16/+1
2008-04-14Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij1-0/+26
2008-04-11Don't reopen the sam.ldb againAndrew Bartlett1-2/+0
2008-04-11Far less cryptic traceback when you have an existing smb.confAndrew Bartlett1-6/+21
2008-04-11Fix merge errors on C provision interface after jelmer's good work.Andrew Bartlett2-2/+1
2008-04-10Add infrastructure for returning ProvisionResult in C provision code.Jelmer Vernooij1-1/+1
2008-04-09No longer install unused smbscript binary.Jelmer Vernooij1-1/+0
2008-04-09Fix up provision to specify SERVERDN in more places.Andrew Bartlett1-0/+5
2008-04-09Don't fill in the secrets DB unless we make the entries.Andrew Bartlett1-7/+8
2008-04-09Add docstring, PEP8.Jelmer Vernooij1-5/+15
2008-04-08Remove length arguments, add tests for unixinfo.GidToSid and unixinfo.UidToSid.Jelmer Vernooij2-3/+9
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pidldocsJelmer Vernooij1-34/+50
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett3-1/+34
2008-04-08Re-add support for the --ldap-backend-port option to provision-backendAndrew Bartlett1-13/+29
2008-04-08Add manually written Python binding for libnet_Join.Jelmer Vernooij1-0/+1
2008-04-08Add trivial test for unixinfo interface.Jelmer Vernooij1-0/+30
2008-04-08Add python bindings for drsuapi.Jelmer Vernooij2-1/+2
2008-04-08Add python bindings for unixinfo.Jelmer Vernooij1-0/+1
2008-04-08Add Python bindings for DFS.Jelmer Vernooij1-0/+1
2008-04-04Clean up provision and rootdse module to hard-code less stuff.Andrew Bartlett1-21/+21
2008-04-03provision: Remove backup group mappingKai Blin1-10/+3
2008-04-02provision: Set up id mappings in the idmap db, only map Administrator.Kai Blin3-70/+120
2008-04-02Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchangeJelmer Vernooij1-21/+30
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij3-0/+3
2008-04-02Fix merge of my host GUID removal and the IPv6 addition to provisionAndrew Bartlett1-10/+26
2008-04-01provision: Add support for IPv6 (bz #4593).Andrew Kroeger1-9/+25
2008-04-02Remove references to setting the host GUID, as the repl_meta_dataAndrew Bartlett1-12/+5
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