summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2008-05-27Use new dynconfig.h location.Jelmer Vernooij1-1/+1
2008-05-26Remove unused literal EJS bindings.Jelmer Vernooij3-800/+1
2008-05-26Remove unused libjs functions.Jelmer Vernooij3-252/+0
2008-05-26Remove unused param ejs bindings.Jelmer Vernooij3-261/+0
2008-05-26Remove unused rand EJS bindings.Jelmer Vernooij2-111/+0
2008-05-26Remove unused EJS net bindings.Jelmer Vernooij7-975/+0
2008-05-26Revert "remove unused credentials ejs module."Jelmer Vernooij3-0/+277
2008-05-26Remove unused datablob and nbt ejs bindings.Jelmer Vernooij4-392/+0
2008-05-26remove unused credentials ejs module.Jelmer Vernooij3-277/+0
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-26Remove obsolete ejs winreg example.Jelmer Vernooij1-107/+0
2008-05-26Move some scripts to examples directory since they're not really generically ...Jelmer Vernooij3-3/+3
2008-05-26Cope with no server being active.Jelmer Vernooij1-3/+9
2008-05-26Finish smbstatus in Python.Jelmer Vernooij1-8/+15
2008-05-26Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij1-16/+23
2008-05-26Remove unused cli ejs module.Jelmer Vernooij3-724/+0
2008-05-26Remove unused nss module.Jelmer Vernooij2-168/+0
2008-05-26Remove unused EJS code.Jelmer Vernooij3-116/+0
2008-05-26Convert smbstatus to Python.Jelmer Vernooij1-96/+63
2008-05-25Fix missing colon.Jelmer Vernooij1-1/+1
2008-05-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij7-45/+267
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-25Add initial work for script that uses probing to figure out IDL.Jelmer Vernooij1-0/+161
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-24Remove remaining EJS RPC code, was unused.Jelmer Vernooij5-1145/+1
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 Vernooij43-1998/+807
2008-05-23Fix bugs in samr python tests.Jelmer Vernooij2-4/+4
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-23Remove unused ejs library functions.Jelmer Vernooij2-461/+0
2008-05-23Convert samr test to python.Jelmer Vernooij2-0/+116
2008-05-23Fix bug after reprocessing swig files with newer version of SWIG.Jelmer Vernooij2-4/+4
2008-05-23Fix imports for minschema.Jelmer Vernooij1-0/+2
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