summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2010-04-09Support --version in python scripts.Jelmer Vernooij1-0/+8
2010-04-09s4-net: Convert machinepw command to python.Jelmer Vernooij4-63/+114
2010-04-09s4-net: Convert vampire command over to Python.Jelmer Vernooij2-0/+117
2010-04-09s4-net: Convert user subcommand to Python.Jelmer Vernooij2-0/+76
2010-04-09s4/dsdb: Set schemaInfo attribute value during provisioningKamen Mazdrashki3-0/+31
2010-04-08s4-net: Convert 'net time' to python.Jelmer Vernooij2-0/+47
2010-04-08net: Convert time command to python.Jelmer Vernooij1-1/+1
2010-04-08s4-net: Use new Net() object in net export keytab.Jelmer Vernooij1-2/+2
2010-04-08pynet: Create a net class.Jelmer Vernooij1-3/+4
2010-04-08s4-python: Fix formatting, use standard convention to call instance methods.Jelmer Vernooij6-49/+51
2010-04-08s4-python: Cancel transaction properly in case of exceptions, fix formatting.Jelmer Vernooij1-29/+33
2010-04-08s4-python: Move load_partition_usn to dsdb module.Jelmer Vernooij2-48/+3
2010-04-08s4-python: More cleanups.Jelmer Vernooij6-22/+30
2010-04-08s4-python: rename samba.glue to samba._glue to indicate it's private.Jelmer Vernooij5-18/+18
2010-04-08s4-python: Fix formatting, import of FLG_NOSYNC.Jelmer Vernooij2-2/+2
2010-04-08s4-python: Simplify code, improve formatting.Jelmer Vernooij7-227/+203
2010-04-08s4-python: Remove obsolete and broken torture modules.Jelmer Vernooij5-963/+0
2010-04-08s4-python: samdb: Default to using global schema.Jelmer Vernooij1-2/+1
2010-04-08Migrate 'net export keytab' to python.Jelmer Vernooij2-0/+59
2010-04-08s4-net: Simplify SamDB connect code.Jelmer Vernooij8-49/+10
2010-04-08s4-python: Move set_global_schema to pydsdb.Jelmer Vernooij2-19/+1
2010-04-08build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy1-1/+2
2010-04-07s4-samdb: Allow skipping global schema.Jelmer Vernooij3-8/+9
2010-04-07s4-provision: Proper handling of exceptions, use SamDB class but skip global ...Jelmer Vernooij1-10/+17
2010-04-07s4-python: Move samdb_ntds_objectGUID to pydsdb.Jelmer Vernooij5-162/+52
2010-04-07s4:provision - add a comment which explains why "paths.dns_keytab" is stored ...Matthias Dieter Wallnöfer1-0/+3
2010-04-07s4-python: Use standard infrastructure for finding included testtools, subuni...Jelmer Vernooij1-2/+0
2010-04-06s4-python: Move set_session_info to PySambaLdb.Jelmer Vernooij3-31/+4
2010-04-06s4-python: Move register_samba_handlers to PySambaLdb.Jelmer Vernooij2-20/+1
2010-04-06s4-python: Move ldb_set_utf8_casefold to pyldb-samba.Jelmer Vernooij2-29/+3
2010-04-06Move glue.set_credentials hack to samba.Ldb.Jelmer Vernooij2-27/+0
2010-04-06Add C-based Samba-specific subclass of Ldb.Jelmer Vernooij2-30/+2
2010-04-06s4-waf: updates for the new python installer from jelmerAndrew Tridgell2-13/+0
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell4-0/+8
2010-04-06s4-waf: install the rest of our python filesAndrew Tridgell2-0/+13
2010-04-06s4-waf: forgot these filesAndrew Tridgell1-0/+4
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-1/+7
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell2-0/+42
2010-04-05s4:python/samba/__init__.py - import "sys" for "ensure_external_module" methodMatthias Dieter Wallnöfer1-1/+1
2010-04-04s4-python: Move dsdb_convert_schema_to_openldap to dsdb.Jelmer Vernooij2-26/+1
2010-04-04s4-python: Move set_opaque_integer -> dsdb.Jelmer Vernooij2-63/+1
2010-04-04s4-python: Avoid importing glue directly.Jelmer Vernooij3-12/+18
2010-04-04s4-python: Remove convenience macro PyErr_SetStringError.Jelmer Vernooij1-2/+2
2010-04-04s4-python: Move samdb_server_site_name to dsdb module.Jelmer Vernooij2-30/+2
2010-04-04s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij5-87/+4
2010-04-03s4-python: Remove remaining constants.Jelmer Vernooij1-6/+0
2010-04-03s4-python: Remove unused imports, duplicate definitions of SECINFO_ constants.Jelmer Vernooij1-6/+0
2010-04-03s4-python: Remove duplicate definition of GUID_DRS_* constants.Jelmer Vernooij4-43/+10
2010-04-02s4-python: added --debuglevel to our python scriptsAndrew Tridgell1-0/+10
2010-04-02s4-pyglue: setup talloc logging in python modulesAndrew Tridgell1-0/+2