summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba
Commit message (Expand)AuthorAgeFilesLines
* Fix missing colon.Jelmer Vernooij2008-05-251-1/+1
* Expose transfer and abstract syntax.Jelmer Vernooij2008-05-252-5/+12
* Add support for secondary contexts from Python.Jelmer Vernooij2008-05-252-0/+17
* 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
* 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
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-242-2/+4
* 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-2314-126/+337
|\
| * Fix bugs in samr python tests.Jelmer Vernooij2008-05-231-1/+1
| * Add another test toe the python samr testsuite.Jelmer Vernooij2008-05-231-2/+18
| * Convert samr test to python.Jelmer Vernooij2008-05-231-0/+2
| * Fix bug after reprocessing swig files with newer version of SWIG.Jelmer Vernooij2008-05-231-3/+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
| * 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
| * Make sure the default ldb modules dir gets initialized.Jelmer Vernooij2008-05-221-0/+2
| * Fix dependencies and imports.Jelmer Vernooij2008-05-222-2/+2
| * Move more modules inside of the samba package.Jelmer Vernooij2008-05-212-2/+2
| * provision: Create instructions for enabling DNS GSS-TSIG updates.Andrew Kroeger2008-05-181-7/+25
| * make sure to always use string version of uuid rather than object.Jelmer Vernooij2008-05-112-6/+7
| * Use consistent function names with the standard Python uuid module that is av...Jelmer Vernooij2008-05-112-6/+6
| * Fix the expectations on the unixinfo test.Andrew Bartlett2008-04-171-2/+2
| * Re-add 'db' subdirectory for LDAP backend provisionAndrew Bartlett2008-04-151-3/+3
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-151-0/+2
| |\
| | * Fix pointers when pushing strings to python during pidl generation.Jelmer Vernooij2008-04-151-0/+2
| * | Fix provision-backend scriptAndrew Bartlett2008-04-151-3/+4
| |/
| * Use RpcInterfaceTestCase everywhere.Jelmer Vernooij2008-04-146-17/+14
| * Make sure credentials are specified when running the Python winreg RPC tests.Jelmer Vernooij2008-04-141-2/+2
| * Allow command line options in the subunitrun script.Jelmer Vernooij2008-04-141-7/+5
| * Also look in the environment for smb.conf path.Jelmer Vernooij2008-04-141-4/+6
| * Add convenience TestCase class for testing RPC interfaces.Jelmer Vernooij2008-04-142-5/+11
| * Fix newuser and setpassword scripts, and port to idmap.Andrew Bartlett2008-04-142-1/+34
| * Don't reopen the sam.ldb againAndrew Bartlett2008-04-111-2/+0
| * Far less cryptic traceback when you have an existing smb.confAndrew Bartlett2008-04-111-6/+21
| * Fix merge errors on C provision interface after jelmer's good work.Andrew Bartlett2008-04-111-1/+1
| |\
| | * Add infrastructure for returning ProvisionResult in C provision code.Jelmer Vernooij2008-04-101-1/+1
| * | Fix up provision to specify SERVERDN in more places.Andrew Bartlett2008-04-091-0/+5
| * | Don't fill in the secrets DB unless we make the entries.Andrew Bartlett2008-04-091-7/+8
| |/
| * Add docstring, PEP8.Jelmer Vernooij2008-04-091-5/+15
| * Remove length arguments, add tests for unixinfo.GidToSid and unixinfo.UidToSid.Jelmer Vernooij2008-04-082-3/+9
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-081-0/+30
| |\
| | * Add trivial test for unixinfo interface.Jelmer Vernooij2008-04-081-0/+30
| * | Re-add support for the --ldap-backend-port option to provision-backendAndrew Bartlett2008-04-081-13/+29
| * | Clean up provision and rootdse module to hard-code less stuff.Andrew Bartlett2008-04-041-21/+21
| |/
* | More PEP8 compliancy.Jelmer Vernooij2008-04-061-9/+16