summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2-2/+2
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2-2/+3
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij2-15/+15
2008-05-18Use src dir.Jelmer Vernooij1-6/+6
2008-05-18Use variables for source path in libnet/ and scripting/python.Jelmer Vernooij1-6/+6
2008-05-16Install python modules by default.Jelmer Vernooij1-0/+2
2008-05-12Merge branch 'nosmbpython' into v4-0-testJelmer Vernooij8-42/+21
2008-05-11Remove obsolete provisioning library.Jelmer Vernooij1-1254/+0
2008-05-11Remove smbpython.Jelmer Vernooij3-40/+0
2008-05-11Set sys.path for running inside source tree.Jelmer Vernooij5-2/+19
2008-05-11Use system python rather than smbpython.Jelmer Vernooij1-1/+3
2008-05-11make sure to always use string version of uuid rather than object.Jelmer Vernooij2-6/+7
2008-05-11Complete dependencies for python modules (actually matters when built standal...Jelmer Vernooij1-1/+7
2008-05-11Use consistent function names with the standard Python uuid module that is av...Jelmer Vernooij3-7/+7
2008-05-10Install standalone python modules (so we can use stock python rather than smb...Jelmer Vernooij2-6/+5
2008-05-10Clean up some git merges gone wrong.Jelmer Vernooij1-2/+0
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij28-104/+278
2008-04-24libnet: Make UserInfo accept a SID as input as well, fix wb_cmd_getpwuidKai Blin1-2/+3
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij1-2/+2
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij3-3/+3
2008-04-17Fix the expectations on the unixinfo test.Andrew Bartlett1-2/+2
2008-04-17Add convenience function for getting at event context from ejs code.Jelmer Vernooij4-5/+5
2008-04-16make sure header can be included more than once.Jelmer Vernooij1-0/+5
2008-04-15Re-add 'db' subdirectory for LDAP backend provisionAndrew Bartlett1-3/+3
2008-04-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2-2/+4
2008-04-15Fix provision-backend scriptAndrew Bartlett1-3/+4
2008-04-15Fix pointers when pushing strings to python during pidl generation.Jelmer Vernooij1-0/+2
2008-04-15Saner names for Python objects.Jelmer Vernooij1-2/+2
2008-04-15Fix warnings.Jelmer Vernooij1-2/+2
2008-04-15Fix the build.Jelmer Vernooij1-10/+0
2008-04-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij6-17/+14
2008-04-14Use RpcInterfaceTestCase everywhere.Jelmer Vernooij6-17/+14
2008-04-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4Jelmer Vernooij9-16/+125
2008-04-14Fix unresolved symbols.Jelmer Vernooij2-4/+6
2008-04-14Make sure credentials are specified when running the Python winreg RPC tests.Jelmer Vernooij2-4/+3
2008-04-14Allow command line options in the subunitrun script.Jelmer Vernooij2-8/+26
2008-04-14Also look in the environment for smb.conf path.Jelmer Vernooij1-4/+6
2008-04-14Add convenience TestCase class for testing RPC interfaces.Jelmer Vernooij2-5/+11
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij3-33/+49
2008-04-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett1-16/+1
2008-04-14Move standard make compilation rules to build/make.Jelmer Vernooij1-16/+1
2008-04-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett1-0/+26
2008-04-14Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij1-0/+26
2008-04-14Re-run SWIGAndrew Bartlett2-0/+46
2008-04-14Fix newuser and setpassword scripts, and port to idmap.Andrew Bartlett2-1/+34
2008-04-14Add in a way to get at the private_path() function from pythonAndrew Bartlett1-0/+5
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