summaryrefslogtreecommitdiffstats
path: root/source4/scripting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some more PEP improvements.Jelmer Vernooij2008-05-231-17/+18
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgiJelmer Vernooij2008-05-2343-1998/+807
|\
| * Fix bugs in samr python tests.Jelmer Vernooij2008-05-232-4/+4
| * Create new context in pytalloc to avoid problems with talloc_free() freeing t...Jelmer Vernooij2008-05-231-1/+8
| * UFollow conventions for __repr__ contents for talloc python wrapper.Jelmer Vernooij2008-05-231-1/+1
| * Add another test toe the python samr testsuite.Jelmer Vernooij2008-05-231-2/+18
| * Remove unused ejs library functions.Jelmer Vernooij2008-05-232-461/+0
| * Convert samr test to python.Jelmer Vernooij2008-05-232-0/+116
| * Fix bug after reprocessing swig files with newer version of SWIG.Jelmer Vernooij2008-05-232-4/+4
| * Fix imports for minschema.Jelmer Vernooij2008-05-231-0/+2
| * dcerpc is now samba.dcerpc, avoid including source code in API documentation.Jelmer Vernooij2008-05-231-1/+3
| * Add docstrings to samba3 and getopt modules.Jelmer Vernooij2008-05-232-0/+18
| * Use restructuredText formatting for docstrings.Jelmer Vernooij2008-05-236-0/+12
| * Add docstrings in misc python module.Jelmer Vernooij2008-05-233-33/+129
| * provision: Generate krb5.conf template separate from named.conf template.Andrew Kroeger2008-05-211-22/+52
| * Fix import in provision test.Jelmer Vernooij2008-05-221-1/+1
| * Move DCE/RPC python bindings into samba package.Jelmer Vernooij2008-05-224-4/+4
| * Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-221-1/+1
| * Make sure the default ldb modules dir gets initialized.Jelmer Vernooij2008-05-221-0/+2
| * Fix dependencies and imports.Jelmer Vernooij2008-05-223-4/+4
| * Move more modules inside of the samba package.Jelmer Vernooij2008-05-214-5/+10
| * Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-0/+2
| * Merge branch 'v4-0-local' of git://git.id10ts.net/samba into 4-0-localAndrew Bartlett2008-05-211-7/+25
| |\
| | * provision: Create instructions for enabling DNS GSS-TSIG updates.Andrew Kroeger2008-05-181-7/+25