summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba
AgeCommit message (Expand)AuthorFilesLines
2008-06-19Add a blackbox test for the provision-backend script.Andrew Bartlett1-27/+30
2008-06-16Try to get a bit further with provisioningSimo Sorce1-1/+4
2008-05-30Fix samdb python test.Jelmer Vernooij2-5/+5
2008-05-30Fix the samba4.dcerpc.bare.python test.Andrew Bartlett1-5/+6
2008-05-30Fix rpcecho test.Andrew Bartlett1-1/+1
2008-05-30Fix up provision and samdb tests.Andrew Bartlett2-7/+23
2008-05-29Fix samdb test and enable it.Jelmer Vernooij1-2/+6
2008-05-29Update after changes to the provision API, make sure temp dir gets cleanedJelmer Vernooij1-10/+19
2008-05-29Check test directory is cleaned up by Python tests.Jelmer Vernooij1-0/+1
2008-05-29Print prefixMap in a human-readable format.Andrew Bartlett1-2/+10
2008-05-28provision: Add missing string parameter token when assigning ldap_backend.Andrew Kroeger1-1/+1
2008-05-25Fix missing colon.Jelmer Vernooij1-1/+1
2008-05-25Expose transfer and abstract syntax.Jelmer Vernooij2-5/+12
2008-05-25Add support for secondary contexts from Python.Jelmer Vernooij2-0/+17
2008-05-24Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij1-0/+30
2008-05-24Add convenience functions for setting Python objects from errors.Jelmer Vernooij1-0/+5
2008-05-24Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.Jelmer Vernooij2-0/+13
2008-05-24Add convenience functions for packing/unpacking structs in python.Jelmer Vernooij1-0/+27
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij2-2/+4
2008-05-23Fix indentation, add docstring in provisioning script.Jelmer Vernooij1-14/+15
2008-05-23Some more PEP improvements.Jelmer Vernooij1-17/+18
2008-05-23Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgiJelmer Vernooij14-126/+337
2008-05-23Fix bugs in samr python tests.Jelmer Vernooij1-1/+1
2008-05-23Add another test toe the python samr testsuite.Jelmer Vernooij1-2/+18
2008-05-23Convert samr test to python.Jelmer Vernooij1-0/+2
2008-05-23Fix bug after reprocessing swig files with newer version of SWIG.Jelmer Vernooij1-3/+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-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-22Make sure the default ldb modules dir gets initialized.Jelmer Vernooij1-0/+2
2008-05-22Fix dependencies and imports.Jelmer Vernooij2-2/+2
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij2-2/+2
2008-05-18provision: Create instructions for enabling DNS GSS-TSIG updates.Andrew Kroeger1-7/+25
2008-05-11make sure to always use string version of uuid rather than object.Jelmer Vernooij2-6/+7
2008-05-11Use consistent function names with the standard Python uuid module that is av...Jelmer Vernooij2-6/+6
2008-04-17Fix the expectations on the unixinfo test.Andrew Bartlett1-2/+2
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 Bartlett1-0/+2
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-14Use RpcInterfaceTestCase everywhere.Jelmer Vernooij6-17/+14
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-14Fix newuser and setpassword scripts, and port to idmap.Andrew Bartlett2-1/+34
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