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
/
lib
/
ldb
/
tests
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:Descriptor tests clean-up.
Nadezhda Ivanova
2010-06-14
1
-153
/
+67
*
s4-test: Use smb.conf path set in environment rather than using
Jelmer Vernooij
2010-06-13
1
-2
/
+2
*
Adjusted ACL tests to use encripted connection.
Nadezhda Ivanova
2010-06-11
1
-120
/
+69
*
s4:passwords.py - set the "dSHeuristics"
Matthias Dieter Wallnöfer
2010-06-11
1
-0
/
+33
*
s4:passwords.py - use "self" before "enable_account" to make really sure whic...
Matthias Dieter Wallnöfer
2010-06-11
1
-1
/
+1
*
s4:ldap.py - check how the directory server behaves when the 'distinguishedNa...
Matthias Dieter Wallnöfer
2010-06-11
1
-2
/
+12
*
s4:ldap.py - check if the "name" of an entry was really ignored
Matthias Dieter Wallnöfer
2010-06-11
1
-2
/
+7
*
s4:ldap.py - add testcase which demonstrates the reset of the "primaryGroupID"
Matthias Dieter Wallnöfer
2010-06-10
1
-0
/
+7
*
s4:ldap.py - add a test to demonstrate the 'instanceType' behaviour
Matthias Dieter Wallnöfer
2010-06-10
1
-0
/
+39
*
s4 python: add more unit tests to verify the compare tests
Matthieu Patou
2010-06-07
1
-0
/
+19
*
s4:ldap.py - add some "objectclass" behaviour tests
Matthias Dieter Wallnöfer
2010-06-07
1
-0
/
+190
*
s4:ldap.py - enhance the attributes testcase to demonstrate how the attribute...
Matthias Dieter Wallnöfer
2010-06-07
1
-2
/
+75
*
s4:ldap.py - enhance the rename tests to demonstrate the functionality
Matthias Dieter Wallnöfer
2010-06-07
1
-0
/
+37
*
s4:ldap.py - enhance the RDN name test to show that invalid "name" attributes...
Matthias Dieter Wallnöfer
2010-06-06
1
-1
/
+3
*
s4:urgent_replication.py - specify the "dnsRoot" attribute which is requested...
Matthias Dieter Wallnöfer
2010-06-06
1
-0
/
+1
*
s4:ldap.py - make sure that also the "posixuser" will be deleted on test brea...
Matthias Dieter Wallnöfer
2010-06-06
1
-0
/
+1
*
s4:tests/python/passwords.py - fix filter
Matthias Dieter Wallnöfer
2010-05-30
1
-1
/
+1
*
s4:ldap.py - add a test which shows the modification behaviour of important a...
Matthias Dieter Wallnöfer
2010-05-30
1
-0
/
+104
*
s4:ldap.py - add more test cases to show invalid primary group change behaviour
Matthias Dieter Wallnöfer
2010-05-30
1
-0
/
+23
*
s4:passwords.py - add a python unittest for additional testing of my password...
Matthias Dieter Wallnöfer
2010-05-10
1
-0
/
+579
*
s4/test: Implement tests for msDS-isRODC constructed attribute
Anatoliy Atanasov
2010-05-03
1
-0
/
+39
*
s4/test: schemaInfo may not to be set yet
Kamen Mazdrashki
2010-04-29
1
-7
/
+15
*
Removed more excess looping and fixed problem with incorrect IO flag handling.
Nadezhda Ivanova
2010-04-20
1
-0
/
+33
*
s4:Added a test for correct CO expansion in SD creation.
Nadezhda Ivanova
2010-04-17
1
-0
/
+13
*
s4:Added a test to make sure we ignore ACEs with ID flag set.
Nadezhda Ivanova
2010-04-15
1
-0
/
+13
*
s4/schema: Torture test for schemaInfo implementation
Kamen Mazdrashki
2010-04-09
1
-0
/
+209
*
s4-python: Move load_partition_usn to dsdb module.
Jelmer Vernooij
2010-04-08
1
-28
/
+28
*
s4-python: More cleanups.
Jelmer Vernooij
2010-04-08
2
-6
/
+5
*
s4-python: rename samba.glue to samba._glue to indicate it's private.
Jelmer Vernooij
2010-04-08
1
-26
/
+26
*
urgent_replication: Use standard comments rather than docstrings.
Jelmer Vernooij
2010-04-07
1
-29
/
+28
*
s4-python: Move ldb_set_utf8_casefold to pyldb-samba.
Jelmer Vernooij
2010-04-06
1
-1
/
+0
*
s4-python: Avoid importing glue directly.
Jelmer Vernooij
2010-04-04
1
-4
/
+2
*
s4-python: Move dsdb constants to a separate python module.
Jelmer Vernooij
2010-04-04
3
-38
/
+12
*
s4-python: Remove unused imports, duplicate definitions of SECINFO_ constants.
Jelmer Vernooij
2010-04-03
1
-7
/
+5
*
s4-python: Install external included packages only if they're not present on ...
Jelmer Vernooij
2010-03-31
2
-7
/
+2
*
ldap.py: Fix syntax error.
Jelmer Vernooij
2010-03-29
1
-1
/
+1
*
s4-python: Format to PEP8, simplify tests.
Jelmer Vernooij
2010-03-29
2
-21
/
+22
*
python: use '#!/usr/bin/env python' to cope with varying install locations
Andrew Tridgell
2010-03-25
7
-7
/
+7
*
Fixed a bug in acl tests - python error when we create user/group/ou with a d...
Nadezhda Ivanova
2010-03-09
1
-23
/
+23
*
Added a check for permissions to modify the RDN attribute on rename.
Nadezhda Ivanova
2010-03-09
1
-0
/
+32
*
s4:ldap.py - give the "primaryGroupToken" test a better name
Matthias Dieter Wallnöfer
2010-03-04
1
-3
/
+3
*
s4:ldap.py - add test for "tokenGroups"
Matthias Dieter Wallnöfer
2010-03-04
1
-0
/
+44
*
Refactored ACL python tests
Nadezhda Ivanova
2010-03-04
1
-441
/
+256
*
s4-ldb: fixed permissions on urgent_replication.py
Andrew Tridgell
2010-02-15
1
-0
/
+0
*
s4-test: minor fixes to urgent_replication.py
Andrew Tridgell
2010-02-15
1
-27
/
+4
*
s4-drs: Test situations for Urgent Replication
Fernando J V da Silva
2010-02-15
1
-0
/
+414
*
s4-ldbtest: fixed python import
Andrew Tridgell
2010-01-28
1
-2
/
+2
*
s4-drs: implementation of some delete test cases
Eduardo Lima
2010-01-28
1
-0
/
+200
*
ldap: Fix test failure that seemed to go unreported previously.
Jelmer Vernooij
2010-01-17
1
-2
/
+1
*
ldap.py: Remove unused imports.
Jelmer Vernooij
2010-01-17
1
-18
/
+4
[next]