summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python: Remove ntdb referencesVolker Lendecke2015-03-172-9/+2
* autobuild: Remove ntdb targetVolker Lendecke2015-03-172-2/+2
* Remove ntdb from scriptsVolker Lendecke2015-03-172-2/+2
* selftest: rename env dc to ad_dc_ntvfsMichael Adam2015-03-162-2/+2
* selftest: rename env plugin_s4_dc to ad_dcMichael Adam2015-03-162-5/+5
* samba-tool drs: Ensure we do not replicate all secrets to an RODC, even with ...Andrew Bartlett2015-03-161-1/+4
* s4.2/fsmo.py: fixed fsmo transfer exceptionSteve Howells2015-03-161-1/+0
* selftest: modify python.samba.test.posixacl to cope with nss_winbind activeMichael Adam2015-03-121-4/+28
* provision: Give a more helpful message when find_provision_key_parameters() f...Andrew Bartlett2015-03-061-2/+5
* samba-tool: Add -P to options.CredentialsOptionsAndrew Bartlett2015-03-061-5/+21
* Implement TestCase.assertIsNotNone for python < 2.7.Jelmer Vernooij2015-03-061-6/+9
* Implement TestCase.assertIn for older versions of Python.Jelmer Vernooij2015-03-061-0/+3
* Implement assertIsNone for Python < 2.7.Jelmer Vernooij2015-03-061-0/+3
* Handle skips when running on python2.6.Jelmer Vernooij2015-03-061-9/+57
* Run cleanup after tearDown, for consistency with Python >= 2.7.Jelmer Vernooij2015-03-061-2/+3
* Use samba TestCase so we get all compatibility functions on Python < 2.7.Jelmer Vernooij2015-03-061-1/+1
* Provide TestCase.assertIsInstance for python < 2.7.Jelmer Vernooij2015-03-061-0/+4
* Add replacement addCleanup.Jelmer Vernooij2015-03-061-0/+11
* Add custom implementations of TestCase.assertIs and TestCase.assertIsNot, for...Jelmer Vernooij2015-03-061-0/+8
* Fix use of TestCase.skipTest on python2.6 now that we no longer use testtools.Jelmer Vernooij2015-03-062-3/+7
* Drop support for failfast mode, rather than adding support for it everywhere.Jelmer Vernooij2015-03-061-38/+7
* Remove 'external' python module support code - use the third_party directory ...Jelmer Vernooij2015-03-061-16/+0
* Support using third party iso8601 module if system doesn't provide one.Jelmer Vernooij2015-03-061-0/+5
* Import UTC definition from utc8601 module.Jelmer Vernooij2015-03-062-24/+3
* Rename TestSkipped to Skiptest, consistent with Python 2.7.Jelmer Vernooij2015-03-064-13/+11
* Avoid importing TestCase and TestSkipped from testtools.Jelmer Vernooij2015-03-061-11/+8
* Set default testRunner rather than requiring the user pass it in.Jelmer Vernooij2015-03-061-2/+3
* Add RemoteTestCase and RemoteError to samba.subunit.Jelmer Vernooij2015-03-061-0/+59
* Use Samba-only subunit module in selftest/tests/.Jelmer Vernooij2015-03-062-19/+30
* Fix copyright headers for python/samba/subunit.Jelmer Vernooij2015-03-062-0/+22
* subunitrun: Use new samba.subunit.run module.Jelmer Vernooij2015-03-061-10/+2
* Add simple subunit runner outputting subunit v1.Jelmer Vernooij2015-03-062-0/+750
* s4/scripting/devel: Add tool to roll over the krbtgt passwordAndrew Bartlett2015-02-251-0/+19
* group.py: Fix wrong example option, remove wrong comment lineMarc Muehlfeld2015-02-171-2/+1
* rpc_talloc: Update instructions to use standard unittest runner.Jelmer Vernooij2015-02-171-1/+1
* samba-tool: Create NIS enabled users and unixHomeDirectory attributeMarc Muehlfeld2015-02-032-4/+39
* s4-dsdb-test: Implement samdb_connect_env() to rely solely on environmentKamen Mazdrashki2015-02-031-0/+21
* s4-dsdb: Tests for security checks on undelete operationNadezhda Ivanova2015-02-031-4/+4
* s4-tests: Print out what the error is in delete_force()Kamen Mazdrashki2015-02-031-2/+2
* python/samba/tests: don't lower case path names in connect_samdb()Stefan Metzmacher2015-02-011-1/+0
* samba3.py: Correctly initialize cache directory for passdb testChristof Schmitt2015-01-161-0/+1
* dns.py: Always remove the test zone in tearDown()Andrew Bartlett2014-12-221-0/+8
* dns.py: Test dns server reload zones from DSDB when are created or deletedSamuel Cabrero2014-12-221-0/+78
* s4-tests/env_loadparm: Throw KeyError in case SMB_CONF_PATHKamen Mazdrashki2014-12-081-1/+1
* Minor spelling correction in samba-tool domainDaniel Cotton2014-12-021-1/+1
* Reduce number of places where sys.path is (possibly) updated for external mod...Jelmer Vernooij2014-11-302-3/+3
* samba-tool: Fix the IP output of "samba-tool dns serverinfo <some_server>"Guenter Kukkukk2014-11-261-5/+8
* samba-tool: Fix enum values in dns.pyGuenter Kukkukk2014-11-261-1/+1
* sec_descriptor test: Simplify, use samba.tests.subunitrun module.Jelmer Vernooij2014-11-221-0/+0
* Move option handling into samba.tests.subunitrun.Jelmer Vernooij2014-11-221-3/+8