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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldb: add a new control bypassioperationnal
Matthieu Patou
2010-06-20
3
-0
/
+37
*
python: Use samba.tests.TestCase, make sure base class tearDown and
Jelmer Vernooij
2010-06-19
8
-25
/
+32
*
acl: Clean up formatting, use samba.tests.TestCase.
Jelmer Vernooij
2010-06-19
1
-124
/
+128
*
python/passwords: Clean up imports.
Jelmer Vernooij
2010-06-19
1
-8
/
+7
*
dsdb_schema_info: Clean up imports, avoid using rpc test case for
Jelmer Vernooij
2010-06-19
1
-9
/
+2
*
s4:instancetype LDB module - "instanceType" is single-valued - MS-ADTS 3.1.1....
Matthias Dieter Wallnöfer
2010-06-19
1
-0
/
+9
*
ldb:ldb_dn.c - don't support "ldb_dn_add_child" on a "" parent DN
Matthias Dieter Wallnöfer
2010-06-19
1
-0
/
+7
*
ldb:api.py - add a small test for the enhanced "py_ldb_delete" syntax
Matthias Dieter Wallnöfer
2010-06-19
1
-0
/
+9
*
ldb:python bindings - some small cleanup & improvements in "py_ldb_add"
Matthias Dieter Wallnöfer
2010-06-19
1
-14
/
+13
*
ldb:python bindings - let also "py_ldb_delete" support controls
Matthias Dieter Wallnöfer
2010-06-19
1
-6
/
+50
*
wafsamba: Fix typo: noextenion -> noextension.
Jelmer Vernooij
2010-06-19
1
-1
/
+1
*
ldb: Remove dependency on self.
Jelmer Vernooij
2010-06-18
1
-1
/
+1
*
ldbsamba: Build as subsystem to prevent infinite recursion issues.
Jelmer Vernooij
2010-06-18
1
-1
/
+1
*
ldb: Don't build pyldb_util as python module but rather as subsystem, so as t...
Jelmer Vernooij
2010-06-18
1
-2
/
+2
*
ldb-samba: Don't build pyldbsamba as python module but rather as subsystem, s...
Jelmer Vernooij
2010-06-18
1
-1
/
+1
*
s4:ldif_handlers.c - fix warning
Matthias Dieter Wallnöfer
2010-06-16
1
-3
/
+4
*
s4:ldap.py - add another test about linked attributes
Matthias Dieter Wallnöfer
2010-06-16
1
-1
/
+90
*
s4:ldif-handlers Add a custom handler for DNs that knows about deleted values
Andrew Bartlett
2010-06-16
1
-0
/
+78
*
s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.
Stefan Metzmacher
2010-06-16
5
-14
/
+7
*
s4-waf: Fix build of libldb_ildap against system ldb.
Jelmer Vernooij
2010-06-15
1
-1
/
+1
*
wafsamba: Fix include path inheritance from module subsystems.
Jelmer Vernooij
2010-06-15
1
-10
/
+0
*
ldb: Bump version number, use same ABI version for Samba4 and non-Samba 4 ver...
Jelmer Vernooij
2010-06-15
2
-5
/
+221
*
ldb: Fix included ldb build.
Jelmer Vernooij
2010-06-15
2
-1
/
+14
*
ldb: Only build standard ldb modules when building bundled ldb.
Jelmer Vernooij
2010-06-15
1
-72
/
+70
*
ldb-samba: Add missing dependency on credentials code.
Jelmer Vernooij
2010-06-15
1
-1
/
+1
*
s4:Descriptor tests clean-up.
Nadezhda Ivanova
2010-06-14
1
-153
/
+67
*
Support system talloc/tevent headers.
Jelmer Vernooij
2010-06-13
1
-2
/
+2
*
s4-test: Use smb.conf path set in environment rather than using
Jelmer Vernooij
2010-06-13
1
-2
/
+2
*
s4:ldif_read_prefixMap - don't cause memory leaks on error conditions
Matthias Dieter Wallnöfer
2010-06-12
1
-2
/
+2
*
s4:dsdb Allow a binary prefix map to be specified in the LDIF
Andrew Bartlett
2010-06-12
1
-0
/
+14
*
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
*
ldb:ldb_sqlite3 backend - remove a warning which has already been resolved
Matthias Dieter Wallnöfer
2010-06-11
1
-1
/
+0
*
ldb:ldb_sqlite3 backend - remove checks which are now done elsewhere
Matthias Dieter Wallnöfer
2010-06-11
1
-29
/
+0
*
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
*
ldb:pyldb.c - we cannot use "ldb_dn_compare" if both message DNs are NULL in ...
Matthias Dieter Wallnöfer
2010-06-07
1
-3
/
+5
*
s4 python: add more unit tests to verify the compare tests
Matthieu Patou
2010-06-07
1
-0
/
+19
*
s4:objectclass_attrs LDB module - move the single-valued attribute check into...
Matthias Dieter Wallnöfer
2010-06-07
1
-44
/
+0
*
s4:rdn_name LDB module - move the "distinguishedName" write prevent check here
Matthias Dieter Wallnöfer
2010-06-07
2
-7
/
+6
*
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:ldb python bindings - implement comparison on Python LDB Message objects
Matthieu Patou
2010-06-07
1
-2
/
+38
*
ldb:ldb_msg_remove_attr - provide a better implementation
Matthias Dieter Wallnöfer
2010-06-06
1
-2
/
+3
*
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:rdn_name LDB module - use "ldb_msg_remove_attr" for deleting attributes
Matthias Dieter Wallnöfer
2010-06-06
1
-4
/
+2
[next]