summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* samba-tool/ldapcmp: update the list of non replicated attributesStefan Metzmacher2014-09-021-13/+49
* join.py: Ensure to fill in samAccountName so we get the domain$ accountAndrew Bartlett2014-09-011-1/+2
* provision: Only create hard links for ForestDnsZones if it exists on this DCAndrew Bartlett2014-09-011-4/+8
* join.py: Ensure we set the SID of the parent domain on the trust recordAndrew Bartlett2014-09-011-1/+2
* python: Use the security.dom_sid type for ctx.domsid in join.py and provisionAndrew Bartlett2014-09-015-9/+11
* provision: Use names.domainsid and names.domainguidAndrew Bartlett2014-09-013-46/+55
* provision: Only calculate ForestDNSZone GUID if we need itAndrew Bartlett2014-09-011-5/+4
* join.py: Reinstate full_nc_list and make creation of NTDS-DSA object commonAndrew Bartlett2014-09-011-32/+34
* samba.netcmd.domain: desactivating -> deactivating.Jelmer Vernooij2014-08-311-1/+1
* samba.netcmd.domain: Fix incorrect variable names, causing NameErrors.Jelmer Vernooij2014-08-311-4/+4
* samba.netcmd.domain: Remove unused import.Jelmer Vernooij2014-08-311-1/+0
* samba.netcmd.domain: Just catch ImportError, not any parsing errors in cmd_do...Jelmer Vernooij2014-08-311-2/+3