summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move option parsing to samba.tests.subunitrun.Jelmer Vernooij2014-11-221-8/+19
* Add convenience class for old-style Samba subunit python tests.Jelmer Vernooij2014-11-221-0/+59
* Add samba.ensure_third_party_module() function, loading external python modul...Jelmer Vernooij2014-11-121-5/+30
* s4-dns: Add support for BIND 9.10Amitay Isaacs2014-10-251-1/+5
* s4-dns: Update template variables, change BIND98 --> BIND9_8Amitay Isaacs2014-10-251-6/+6
* samba-tool group add: Add option --nis-domain and --gidMarc Muehlfeld2014-10-232-3/+25
* samba-tool: Add exception when trying to add/remove none existent users from ...Marc Muehlfeld2014-10-231-1/+1
* Add missing parameters to drs_Replicate in rodc.pyMichael Brown2014-10-231-1/+3
* tests: Allow "max open files" to differ from the documentationAndrew Bartlett2014-10-171-1/+2
* urgent_replication: Use subunit reporting, remove allow_empty_output.Jelmer Vernooij2014-10-141-2/+5
* samba.tests.unicodenames: Fix docstring formatting so pydoctor understands it.Jelmer Vernooij2014-10-141-3/+2
* samba_tool_drs: Fix docstring formatting so pydoctor groks it.Jelmer Vernooij2014-10-141-23/+28
* samba.tests.source: Fix lint.Jelmer Vernooij2014-10-141-2/+2
* Remove obsolete pep8 test.Jelmer Vernooij2014-10-141-54/+0
* Fix more pep8 issues in code I touched recently.Jelmer Vernooij2014-10-146-27/+41
* Remove last instances of pep8 error E602 (old style exceptions).Jelmer Vernooij2014-10-141-3/+3
* Remove last instance of pep8 error E701 (more statements on one line).Jelmer Vernooij2014-10-141-1/+2
* Remove remaining instance of pep8 E211 (too many spaces before operator).Jelmer Vernooij2014-10-144-19/+19
* tests: Pass the test context as lp_ctx for messaging testsMatthieu Patou2014-10-081-1/+2
* provision: Change the default functional level of new Samba domains to 2008R2.Andrew Bartlett2014-09-302-3/+3
* provision: explain why this is requiredAndrew Bartlett2014-09-271-0/+8
* samba-tool: fix reply when zero day pwd expiry is setBjörn Jacke2014-09-081-4/+4
* join.py: Set NT ACL on crossRef object for new partitionAndrew Bartlett2014-09-022-4/+14