index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
torture
/
drs
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce number of places where sys.path is (possibly) updated for external mod...
Jelmer Vernooij
2014-11-30
1
-5
/
+1
*
dsdb tests: Add member/memberOf checking to delete_objects testing
Andrew Bartlett
2013-07-30
1
-21
/
+257
*
torture/drs: Expand an error message to aid debugging
Andrew Bartlett
2013-07-25
1
-1
/
+1
*
torture: Add tests of rename behaviour to replica_sync.py
Andrew Bartlett
2013-05-28
1
-0
/
+104
*
selftests-drs: make our generated class subclass of classschema
Matthieu Patou
2013-05-14
1
-1
/
+2
*
torture-drs: Fix comment in replica_sync test
Andrew Bartlett
2013-02-22
1
-1
/
+1
*
torture-drs: Make the samba4.drs.repl_schema.python emit failures, not errors...
Andrew Bartlett
2013-02-22
1
-1
/
+5
*
torture: Fix fsmo test to use correct -H samba-tool syntax
Andrew Bartlett
2013-01-17
1
-2
/
+2
*
s4-repl: Add tests for add replication conflicts and use of LostAndFound
Andrew Bartlett
2012-07-31
2
-0
/
+309
*
s4-selftest: Test samba-tool drs replicate --local --full-sync
Andrew Bartlett
2012-06-11
2
-1
/
+11
*
s4/test/getnc_exop: Tune the the test to work against windows
Kamen Mazdrashki
2011-05-13
1
-17
/
+27
*
s4/getnc_exop: Initial implementation of a testsuite for GetNCChanges extende...
Kamen Mazdrashki
2011-05-11
1
-0
/
+136
*
s4-fsmo: samba-tool fsmo takes a URL, not a hostname
Andrew Tridgell
2011-03-29
1
-2
/
+2
*
s4/drs-test: Remove unused imports
Kamen Mazdrashki
2011-02-27
3
-25
/
+0
*
s4/drs-test: remove netReplicateCmd test from 'deleted object' test case
Kamen Mazdrashki
2011-02-27
1
-10
/
+4
*
s4/drs-tests: Disable replication during 'deleted object' test
Kamen Mazdrashki
2011-02-27
1
-17
/
+10
*
s4/drs-tests: Move enable/disable replication methods to DrsBase class so we ...
Kamen Mazdrashki
2011-02-27
2
-12
/
+11
*
s4/drs-tests:Blackbox test to verify DsReplicaSync handling
Kamen Mazdrashki
2011-02-20
1
-0
/
+91
*
s4/drs-tests: Allow _net_drs_replicate to force replication and return output...
Kamen Mazdrashki
2011-02-20
1
-2
/
+4
*
s4/drs-tests: Split samba-tool command line generation into separate method
Kamen Mazdrashki
2011-02-20
1
-7
/
+12
*
s4/drs-tests: Inherit DrsReplSchemaTestCase from DrsBaseTestCase
Kamen Mazdrashki
2011-02-20
1
-45
/
+2
*
s4/drs-tests: Inherit DrsFsmoTestCase from DrsBaseTestCase
Kamen Mazdrashki
2011-02-20
1
-35
/
+2
*
s4/drs-tests: Inherit DrsDeleteObjectTestCase from DrsBaseTestCase
Kamen Mazdrashki
2011-02-20
1
-44
/
+2
*
s4/drs-tests: Add a base class to hold common functionality for all DRS pytho...
Kamen Mazdrashki
2011-02-20
1
-0
/
+104
*
s4-python Ensure we add the Samba python path first.
Andrew Bartlett
2011-02-02
3
-3
/
+3
*
s4-test/delete_object: Remove global ldb connections
Kamen Mazdrashki
2011-01-25
1
-26
/
+7
*
remove unnecessary use of pass.
Jelmer Vernooij
2011-01-03
1
-8
/
+0
*
Use TestCase.get_credentials() where possible.
Jelmer Vernooij
2011-01-03
3
-3
/
+3
*
s4-test/repl_schema: remove unused and commented out code
Kamen Mazdrashki
2010-12-15
1
-3
/
+0
*
s4-test/repl_schema: Make sure every object is with unique name
Kamen Mazdrashki
2010-12-15
1
-2
/
+5
*
s4-test/repl_schema: use 'top' as default base class for our test classSchema...
Kamen Mazdrashki
2010-12-15
1
-1
/
+1
*
s4-test/repl_schema: New test to test a classSchema with custom attribute
Kamen Mazdrashki
2010-12-15
1
-0
/
+24
*
s4-test/repl_schema: Test class inheritance through subClassOf
Kamen Mazdrashki
2010-12-02
1
-1
/
+26
*
s4-test/fsmo: Remove unused imports
Kamen Mazdrashki
2010-12-02
1
-2
/
+0
*
s4-test/delete_object: Remove unused imports
Kamen Mazdrashki
2010-12-02
1
-3
/
+4
*
s4-test/repl_schema: Make ERR_NO_SUCH_OBJECT visible to us
Kamen Mazdrashki
2010-12-02
1
-0
/
+1
*
s4-test/repl_schema: Test classSchema and attributeSchema replication in sepa...
Kamen Mazdrashki
2010-12-02
1
-0
/
+18
*
s4-test/schema: Extend the test to replicate a Class with Attribute with "may...
Kamen Mazdrashki
2010-12-01
1
-2
/
+10
*
s4-repl_schema: fixed ldb exception handling
Andrew Tridgell
2010-11-29
1
-2
/
+4
*
s4-python: Fix formatting of docstrings for the purpose of pydoctor.
Jelmer Vernooij
2010-11-28
1
-4
/
+6
*
s4:torture/drs/python/fsmo.py - fix comments and an error message
Matthias Dieter Wallnöfer
2010-11-27
1
-3
/
+3
*
s4-test/repl_schema: Refactor the test a little bit to
Kamen Mazdrashki
2010-11-23
1
-31
/
+59
*
s4-test/repl_schema: Remote global ldb connections
Kamen Mazdrashki
2010-11-22
1
-25
/
+7
*
s4-test: repl_schema - Make sure LdbError and ERR_NO_SUCH_OBJECT are visible
Kamen Mazdrashki
2010-11-11
1
-0
/
+1
*
s4-test: Initial implementation for Schema replication black box test
Kamen Mazdrashki
2010-11-08
1
-0
/
+174
*
s4 net: rename to samba-tool in order to not clash with s3 net
Kai Blin
2010-10-28
2
-7
/
+7
*
s4-test-fsmo.py: Implement kind of busy-wait for role transfer
Kamen Mazdrashki
2010-10-03
1
-18
/
+36
*
s4-test-fsmo.py: Use common implementation for env_get_var_value()
Kamen Mazdrashki
2010-10-03
1
-8
/
+2
*
s4-test-delete_object.py: Use common implementation for env_get_var_value()
Kamen Mazdrashki
2010-10-03
1
-8
/
+2
*
s4-test-fsmo.py: Use common implementation for connect_samdb()
Kamen Mazdrashki
2010-10-03
1
-22
/
+2
[next]