summaryrefslogtreecommitdiff
path: root/python/samba
AgeCommit message (Expand)AuthorFilesLines
2015-03-06provision: Give a more helpful message when find_provision_key_parameters() f...Andrew Bartlett1-2/+5
2015-03-06samba-tool: Add -P to options.CredentialsOptionsAndrew Bartlett1-5/+21
2015-03-06Implement TestCase.assertIsNotNone for python < 2.7.Jelmer Vernooij1-6/+9
2015-03-06Implement TestCase.assertIn for older versions of Python.Jelmer Vernooij1-0/+3
2015-03-06Implement assertIsNone for Python < 2.7.Jelmer Vernooij1-0/+3
2015-03-06Handle skips when running on python2.6.Jelmer Vernooij1-9/+57
2015-03-06Run cleanup after tearDown, for consistency with Python >= 2.7.Jelmer Vernooij1-2/+3
2015-03-06Use samba TestCase so we get all compatibility functions on Python < 2.7.Jelmer Vernooij1-1/+1
2015-03-06Provide TestCase.assertIsInstance for python < 2.7.Jelmer Vernooij1-0/+4
2015-03-06Add replacement addCleanup.Jelmer Vernooij1-0/+11
2015-03-06Add custom implementations of TestCase.assertIs and TestCase.assertIsNot, for...Jelmer Vernooij1-0/+8
2015-03-06Fix use of TestCase.skipTest on python2.6 now that we no longer use testtools.Jelmer Vernooij2-3/+7
2015-03-06Drop support for failfast mode, rather than adding support for it everywhere.Jelmer Vernooij1-38/+7
2015-03-06Remove 'external' python module support code - use the third_party directory ...Jelmer Vernooij1-16/+0
2015-03-06Support using third party iso8601 module if system doesn't provide one.Jelmer Vernooij1-0/+5
2015-03-06Import UTC definition from utc8601 module.Jelmer Vernooij2-24/+3
2015-03-06Rename TestSkipped to Skiptest, consistent with Python 2.7.Jelmer Vernooij4-13/+11
2015-03-06Avoid importing TestCase and TestSkipped from testtools.Jelmer Vernooij1-11/+8
2015-03-06Set default testRunner rather than requiring the user pass it in.Jelmer Vernooij1-2/+3
2015-03-06Add RemoteTestCase and RemoteError to samba.subunit.Jelmer Vernooij1-0/+59
2015-03-06Use Samba-only subunit module in selftest/tests/.Jelmer Vernooij2-19/+30
2015-03-06Fix copyright headers for python/samba/subunit.Jelmer Vernooij2-0/+22
2015-03-06subunitrun: Use new samba.subunit.run module.Jelmer Vernooij1-10/+2
2015-03-06Add simple subunit runner outputting subunit v1.Jelmer Vernooij2-0/+750
2015-02-25s4/scripting/devel: Add tool to roll over the krbtgt passwordAndrew Bartlett1-0/+19
2015-02-17group.py: Fix wrong example option, remove wrong comment lineMarc Muehlfeld1-2/+1
2015-02-17rpc_talloc: Update instructions to use standard unittest runner.Jelmer Vernooij1-1/+1
2015-02-03samba-tool: Create NIS enabled users and unixHomeDirectory attributeMarc Muehlfeld2-4/+39
2015-02-03s4-dsdb-test: Implement samdb_connect_env() to rely solely on environmentKamen Mazdrashki1-0/+21
2015-02-03s4-dsdb: Tests for security checks on undelete operationNadezhda Ivanova1-4/+4
2015-02-03s4-tests: Print out what the error is in delete_force()Kamen Mazdrashki1-2/+2
2015-02-01python/samba/tests: don't lower case path names in connect_samdb()Stefan Metzmacher1-1/+0
2015-01-16samba3.py: Correctly initialize cache directory for passdb testChristof Schmitt1-0/+1
2014-12-22dns.py: Always remove the test zone in tearDown()Andrew Bartlett1-0/+8
2014-12-22dns.py: Test dns server reload zones from DSDB when are created or deletedSamuel Cabrero1-0/+78
2014-12-08s4-tests/env_loadparm: Throw KeyError in case SMB_CONF_PATHKamen Mazdrashki1-1/+1
2014-12-02Minor spelling correction in samba-tool domainDaniel Cotton1-1/+1
2014-11-30Reduce number of places where sys.path is (possibly) updated for external mod...Jelmer Vernooij2-3/+3
2014-11-26samba-tool: Fix the IP output of "samba-tool dns serverinfo <some_server>"Guenter Kukkukk1-5/+8
2014-11-26samba-tool: Fix enum values in dns.pyGuenter Kukkukk1-1/+1
2014-11-22sec_descriptor test: Simplify, use samba.tests.subunitrun module.Jelmer Vernooij1-0/+0
2014-11-22Move option handling into samba.tests.subunitrun.Jelmer Vernooij1-3/+8
2014-11-22Move option parsing to samba.tests.subunitrun.Jelmer Vernooij1-8/+19
2014-11-22Add convenience class for old-style Samba subunit python tests.Jelmer Vernooij1-0/+59
2014-11-12Add samba.ensure_third_party_module() function, loading external python modul...Jelmer Vernooij1-5/+30
2014-10-25s4-dns: Add support for BIND 9.10Amitay Isaacs1-1/+5
2014-10-25s4-dns: Update template variables, change BIND98 --> BIND9_8Amitay Isaacs1-6/+6
2014-10-23samba-tool group add: Add option --nis-domain and --gidMarc Muehlfeld2-3/+25
2014-10-23samba-tool: Add exception when trying to add/remove none existent users from ...Marc Muehlfeld1-1/+1
2014-10-23Add missing parameters to drs_Replicate in rodc.pyMichael Brown1-1/+3