summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2015-05-28kcc: Remove unused is_sitelink callGarming Sam1-8/+0
2015-05-28kcc: Remove DN translation for Site GUIDGarming Sam1-6/+8
2015-05-28kcc: Factor out MAX_DWORDGarming Sam1-3/+5
2015-05-28kcc: convert identification of sites from DN to GUIDGarming Sam1-1/+7
2015-05-28kcc: Convert transport identification from DN to GUIDGarming Sam1-0/+1
2015-05-28samba_kcc: Add basic skeleton for KCC intersite algorithmGarming Sam1-15/+70
2015-05-28kcc_utils: Create the new classes for the intersite algorithmGarming Sam1-1/+83
2015-05-28samba_kcc: Fix compile failures and correctly implement MS-ADTS 6.2.2.3.1 IST...Andrew Bartlett1-10/+47
2015-05-28kcc: typo fix in AttributeError ExceptionGarming Sam1-1/+1
2015-05-28kcc: Fix typos in original samba_kccGarming Sam1-1/+1
2015-05-28samba_kcc: Fix existing syntax errors preventing samba_kcc from runningGarming Sam1-5/+5
2015-05-19Fix a typo in the name of the default domain levelMatthieu Patou1-1/+1
2015-05-02param: Remove unused P_SEP and P_SEPARATORMichael Adam1-2/+0
2015-03-31doc: "prune stale" and "sequence timeout" fssd parametersDavid Disseldorp1-1/+1
2015-03-17python: Remove ntdb referencesVolker Lendecke2-9/+2
2015-03-17autobuild: Remove ntdb targetVolker Lendecke2-2/+2
2015-03-17Remove ntdb from scriptsVolker Lendecke2-2/+2
2015-03-16selftest: rename env dc to ad_dc_ntvfsMichael Adam2-2/+2
2015-03-16selftest: rename env plugin_s4_dc to ad_dcMichael Adam2-5/+5
2015-03-16samba-tool drs: Ensure we do not replicate all secrets to an RODC, even with ...Andrew Bartlett1-1/+4
2015-03-16s4.2/fsmo.py: fixed fsmo transfer exceptionSteve Howells1-1/+0
2015-03-12selftest: modify python.samba.test.posixacl to cope with nss_winbind activeMichael Adam1-4/+28
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