summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-17tests: Allow "max open files" to differ from the documentationAndrew Bartlett1-1/+2
2014-10-14urgent_replication: Use subunit reporting, remove allow_empty_output.Jelmer Vernooij1-2/+5
2014-10-14samba.tests.unicodenames: Fix docstring formatting so pydoctor understands it.Jelmer Vernooij1-3/+2
2014-10-14samba_tool_drs: Fix docstring formatting so pydoctor groks it.Jelmer Vernooij1-23/+28
2014-10-14samba.tests.source: Fix lint.Jelmer Vernooij1-2/+2
2014-10-14Remove obsolete pep8 test.Jelmer Vernooij1-54/+0
2014-10-14Fix more pep8 issues in code I touched recently.Jelmer Vernooij6-27/+41
2014-10-14Remove last instances of pep8 error E602 (old style exceptions).Jelmer Vernooij1-3/+3
2014-10-14Remove last instance of pep8 error E701 (more statements on one line).Jelmer Vernooij1-1/+2
2014-10-14Remove remaining instance of pep8 E211 (too many spaces before operator).Jelmer Vernooij4-19/+19
2014-10-08tests: Pass the test context as lp_ctx for messaging testsMatthieu Patou1-1/+2
2014-09-30provision: Change the default functional level of new Samba domains to 2008R2.Andrew Bartlett2-3/+3
2014-09-27provision: explain why this is requiredAndrew Bartlett1-0/+8
2014-09-08samba-tool: fix reply when zero day pwd expiry is setBjörn Jacke1-4/+4
2014-09-02join.py: Set NT ACL on crossRef object for new partitionAndrew Bartlett2-4/+14
2014-09-02samba-tool/ldapcmp: update the list of non replicated attributesStefan Metzmacher1-13/+49
2014-09-01join.py: Ensure to fill in samAccountName so we get the domain$ accountAndrew Bartlett1-1/+2
2014-09-01provision: Only create hard links for ForestDnsZones if it exists on this DCAndrew Bartlett1-4/+8
2014-09-01join.py: Ensure we set the SID of the parent domain on the trust recordAndrew Bartlett1-1/+2
2014-09-01python: Use the security.dom_sid type for ctx.domsid in join.py and provisionAndrew Bartlett5-9/+11
2014-09-01provision: Use names.domainsid and names.domainguidAndrew Bartlett3-46/+55
2014-09-01provision: Only calculate ForestDNSZone GUID if we need itAndrew Bartlett1-5/+4
2014-09-01join.py: Reinstate full_nc_list and make creation of NTDS-DSA object commonAndrew Bartlett1-32/+34
2014-08-31samba.netcmd.domain: desactivating -> deactivating.Jelmer Vernooij1-1/+1
2014-08-31samba.netcmd.domain: Fix incorrect variable names, causing NameErrors.Jelmer Vernooij1-4/+4
2014-08-31samba.netcmd.domain: Remove unused import.Jelmer Vernooij1-1/+0
2014-08-31samba.netcmd.domain: Just catch ImportError, not any parsing errors in cmd_do...Jelmer Vernooij1-2/+3
2014-08-26python/join: use lowercase for the dnshostname.Stefan Metzmacher1-2/+2