summaryrefslogtreecommitdiffstats
path: root/source/scripting
Commit message (Expand)AuthorAgeFilesLines
* Add a blackbox test for the provision-backend script.Andrew Bartlett2008-06-191-27/+30
* Try to get a bit further with provisioningSimo Sorce2008-06-161-1/+4
* Clarify error when SWIG can't be found - it's not required unless youJelmer Vernooij2008-06-111-1/+1
* Add working Python bindings for NBT.Jelmer Vernooij2008-06-111-0/+28
* Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett2008-05-311-1/+1
* Fix samdb python test.Jelmer Vernooij2008-05-302-5/+5
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij2008-05-304-13/+30
|\
| * Fix the samba4.dcerpc.bare.python test.Andrew Bartlett2008-05-301-5/+6
| * Fix rpcecho test.Andrew Bartlett2008-05-301-1/+1
| * Fix up provision and samdb tests.Andrew Bartlett2008-05-302-7/+23
* | Move CFLAGS handling out of smb_build.Jelmer Vernooij2008-05-301-1/+1
|/
* Fix samdb test and enable it.Jelmer Vernooij2008-05-291-2/+6
* Update after changes to the provision API, make sure temp dir gets cleanedJelmer Vernooij2008-05-291-10/+19
* Check test directory is cleaned up by Python tests.Jelmer Vernooij2008-05-291-0/+1
* Print prefixMap in a human-readable format.Andrew Bartlett2008-05-291-2/+10
* provision: Add missing string parameter token when assigning ldap_backend.Andrew Kroeger2008-05-281-1/+1
* Use new dynconfig.h location.Jelmer Vernooij2008-05-271-1/+1
* Remove unused literal EJS bindings.Jelmer Vernooij2008-05-263-800/+1
* Remove unused libjs functions.Jelmer Vernooij2008-05-263-252/+0
* Remove unused param ejs bindings.Jelmer Vernooij2008-05-263-261/+0
* Remove unused rand EJS bindings.Jelmer Vernooij2008-05-262-111/+0
* Remove unused EJS net bindings.Jelmer Vernooij2008-05-267-975/+0
* Revert "remove unused credentials ejs module."Jelmer Vernooij2008-05-263-0/+277
* Remove unused datablob and nbt ejs bindings.Jelmer Vernooij2008-05-264-392/+0
* remove unused credentials ejs module.Jelmer Vernooij2008-05-263-277/+0
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij2008-05-261-1/+1
|\
| * Fix missing colon.Jelmer Vernooij2008-05-251-1/+1
* | Fix import.Jelmer Vernooij2008-05-261-1/+1
* | Remove obsolete ejs winreg example.Jelmer Vernooij2008-05-261-107/+0
* | Move some scripts to examples directory since they're not really generically ...Jelmer Vernooij2008-05-263-3/+3
* | Cope with no server being active.Jelmer Vernooij2008-05-261-3/+9
* | Finish smbstatus in Python.Jelmer Vernooij2008-05-261-8/+15
* | Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij2008-05-261-16/+23
* | Remove unused cli ejs module.Jelmer Vernooij2008-05-263-724/+0
* | Remove unused nss module.Jelmer Vernooij2008-05-262-168/+0
* | Remove unused EJS code.Jelmer Vernooij2008-05-263-116/+0
* | Convert smbstatus to Python.Jelmer Vernooij2008-05-261-96/+63
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij2008-05-257-45/+267
|\|
| * Expose transfer and abstract syntax.Jelmer Vernooij2008-05-252-5/+12
| * Add support for secondary contexts from Python.Jelmer Vernooij2008-05-252-0/+17
| * Add initial work for script that uses probing to figure out IDL.Jelmer Vernooij2008-05-251-0/+161
| * Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij2008-05-241-0/+30
| * Add convenience functions for setting Python objects from errors.Jelmer Vernooij2008-05-241-0/+5
| * Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij2008-05-242-6/+7
| * Share struct used for interfaces in Python code.Jelmer Vernooij2008-05-241-39/+0
| * Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.Jelmer Vernooij2008-05-242-0/+13
| * Add convenience functions for packing/unpacking structs in python.Jelmer Vernooij2008-05-241-0/+27
* | Remove remaining EJS RPC code, was unused.Jelmer Vernooij2008-05-245-1145/+1
|/
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-245-5/+23
* Fix indentation, add docstring in provisioning script.Jelmer Vernooij2008-05-231-14/+15