summaryrefslogtreecommitdiff
path: root/source4/scripting/python
AgeCommit message (Expand)AuthorFilesLines
2008-07-12rename sambaPassword -> userPassword.Andrew Bartlett1-3/+3
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-06-11Clarify error when SWIG can't be found - it's not required unless youJelmer Vernooij1-1/+1
2008-06-11Add working Python bindings for NBT.Jelmer Vernooij1-0/+28
2008-05-31Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett1-1/+1
2008-05-30Fix samdb python test.Jelmer Vernooij2-5/+5
2008-05-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij4-13/+30
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-30Move CFLAGS handling out of smb_build.Jelmer Vernooij1-1/+1
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-26Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij1-1/+1
2008-05-26Fix import.Jelmer Vernooij1-1/+1
2008-05-26Move some scripts to examples directory since they're not really generically ...Jelmer Vernooij2-0/+201
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-24Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij2-6/+7
2008-05-24Share struct used for interfaces in Python code.Jelmer Vernooij1-39/+0
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 Vernooij5-5/+23
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 Vernooij24-237/+566
2008-05-23Fix bugs in samr python tests.Jelmer Vernooij1-1/+1
2008-05-23Create new context in pytalloc to avoid problems with talloc_free() freeing t...Jelmer Vernooij1-1/+8
2008-05-23UFollow conventions for __repr__ contents for talloc python wrapper.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 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