summaryrefslogtreecommitdiff
path: root/source4/scripting/python
AgeCommit message (Expand)AuthorFilesLines
2008-05-23Fix bug after reprocessing swig files with newer version of SWIG.Jelmer Vernooij2-4/+4
2008-05-23dcerpc is now samba.dcerpc, avoid including source code in API documentation.Jelmer Vernooij1-1/+3
2008-05-23Add docstrings to samba3 and getopt modules.Jelmer Vernooij2-0/+18
2008-05-23Use restructuredText formatting for docstrings.Jelmer Vernooij6-0/+12
2008-05-23Add docstrings in misc python module.Jelmer Vernooij3-33/+129
2008-05-21provision: Generate krb5.conf template separate from named.conf template.Andrew Kroeger1-22/+52
2008-05-22Fix import in provision test.Jelmer Vernooij1-1/+1
2008-05-22Move DCE/RPC python bindings into samba package.Jelmer Vernooij4-4/+4
2008-05-22Fix CFLAGS for SWIG files.Jelmer Vernooij1-1/+1
2008-05-22Make sure the default ldb modules dir gets initialized.Jelmer Vernooij1-0/+2
2008-05-22Fix dependencies and imports.Jelmer Vernooij3-4/+4
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij3-4/+9
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij1-0/+2
2008-05-21Merge branch 'v4-0-local' of git://git.id10ts.net/samba into 4-0-localAndrew Bartlett1-7/+25
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-18provision: Create instructions for enabling DNS GSS-TSIG updates.Andrew Kroeger1-7/+25
2008-05-16Install python modules by default.Jelmer Vernooij1-0/+2
2008-05-11Remove smbpython.Jelmer Vernooij3-40/+0
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 Vernooij19-92/+245
2008-04-17Fix the expectations on the unixinfo test.Andrew Bartlett1-2/+2
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 Vernooij8-15/+105
2008-04-14Fix unresolved symbols.Jelmer Vernooij1-3/+5
2008-04-14Make sure credentials are specified when running the Python winreg RPC tests.Jelmer Vernooij1-2/+2
2008-04-14Allow command line options in the subunitrun script.Jelmer Vernooij1-7/+5
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 Vernooij1-3/+6
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-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