Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-25 | ldb: Fix a wrong changetype in unit test | Matthieu Patou | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-24 | s4-ldb: use CHECK_XSLTPROC_MANPAGES() | Andrew Tridgell | 1 | -1/+1 | |
2010-06-24 | s4-python: python is not always in /usr/bin | Andrew Tridgell | 1 | -1/+1 | |
Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-06-24 | s4/ldb: ldb_msg_el_map_remote() should rename the remote attribute names ↵ | Endi S. Dewata | 1 | -1/+15 | |
into local names as defined in simple_ldap_map.c. | |||||
2010-06-23 | libds:common Remove DS_DC_* domain functionality flags | Andrew Bartlett | 1 | -8/+8 | |
These are just a subset of the DS_DOMAIN_ functionality flags, are compared and often confused with each other. Just make them one set. Andrew Bartlett | |||||
2010-06-22 | s4/dsdb-test: fix usage comment | Kamen Mazdrashki | 1 | -2/+2 | |
2010-06-20 | s4:ldap.py - test subtree deletes through a new testcase | Matthias Dieter Wallnöfer | 1 | -0/+48 | |
2010-06-20 | ldb:controls - add the "TREE_DELETE" control for allowing subtree deletes | Matthias Dieter Wallnöfer | 2 | -0/+34 | |
2010-06-20 | ldb:ldb.h - add classifications to the control declarations | Matthias Dieter Wallnöfer | 1 | -7/+13 | |
This makes it easier to understand which standard specifies which control. | |||||
2010-06-20 | ldb:pyldb.c - introduce a "mem_ctx" also on "py_ldb_search" | Matthias Dieter Wallnöfer | 1 | -12/+19 | |
To prevent memory leaks | |||||
2010-06-20 | ldb:pyldb.c - some cleanups and adequations also in "py_ldb_modify" and ↵ | Matthias Dieter Wallnöfer | 1 | -19/+28 | |
"py_ldb_rename" To make them consistent. | |||||
2010-06-20 | s4:ldb: only do ABI checking for the standalone build for now | Stefan Metzmacher | 1 | -12/+24 | |
Otherwise we fail to build samba4 with a system ldb. metze Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | ldb: Add ABI file for use when including ildap in the build. | Jelmer Vernooij | 1 | -0/+224 | |
2010-06-20 | ldb: Change LDBSAMBA back to subsystem, update comments, use different | Jelmer Vernooij | 1 | -2/+7 | |
ABI file based on whether ldb_ildap is included. | |||||
2010-06-20 | Move a few more samdb-specific methods to SamDB, away from Ldb. | Jelmer Vernooij | 1 | -2/+2 | |
2010-06-20 | ldb: add a new control bypassioperationnal | Matthieu Patou | 3 | -0/+37 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-19 | python: Use samba.tests.TestCase, make sure base class tearDown and | Jelmer Vernooij | 6 | -21/+24 | |
setUp methods are called, fix formatting. | |||||
2010-06-19 | acl: Clean up formatting, use samba.tests.TestCase. | Jelmer Vernooij | 1 | -124/+128 | |
2010-06-19 | python/passwords: Clean up imports. | Jelmer Vernooij | 1 | -8/+7 | |
2010-06-19 | dsdb_schema_info: Clean up imports, avoid using rpc test case for | Jelmer Vernooij | 1 | -9/+2 | |
non-RPC tests. | |||||
2010-06-19 | s4:instancetype LDB module - "instanceType" is single-valued - MS-ADTS ↵ | Matthias Dieter Wallnöfer | 1 | -0/+9 | |
3.1.1.5.2.2 | |||||
2010-06-19 | ldb:ldb_dn.c - don't support "ldb_dn_add_child" on a "" parent DN | Matthias Dieter Wallnöfer | 1 | -0/+7 | |
It's meaningless and could end in DNs as "cn=child,". | |||||
2010-06-19 | ldb:api.py - add a small test for the enhanced "py_ldb_delete" syntax | Matthias Dieter Wallnöfer | 1 | -0/+9 | |
2010-06-19 | ldb:python bindings - some small cleanup & improvements in "py_ldb_add" | Matthias Dieter Wallnöfer | 1 | -14/+13 | |
Also to make it similar to "py_ldb_delete". | |||||
2010-06-19 | ldb:python bindings - let also "py_ldb_delete" support controls | Matthias Dieter Wallnöfer | 1 | -6/+50 | |
2010-06-19 | wafsamba: Fix typo: noextenion -> noextension. | Jelmer Vernooij | 1 | -1/+1 | |
2010-06-18 | ldb: Remove dependency on self. | Jelmer Vernooij | 1 | -1/+1 | |
2010-06-18 | ldb: Don't build pyldb_util as python module but rather as subsystem, so as ↵ | Jelmer Vernooij | 1 | -2/+2 | |
to not delute /usr/lib. | |||||
2010-06-16 | s4:ldap.py - add another test about linked attributes | Matthias Dieter Wallnöfer | 1 | -1/+90 | |
In addition this test makes sure that the bug regarding the search with deleted linked attributes in the filter has been fixed. | |||||
2010-06-15 | s4-waf: Fix build of libldb_ildap against system ldb. | Jelmer Vernooij | 1 | -1/+1 | |
2010-06-15 | wafsamba: Fix include path inheritance from module subsystems. | Jelmer Vernooij | 1 | -10/+0 | |
2010-06-15 | ldb: Bump version number, use same ABI version for Samba4 and non-Samba 4 ↵ | Jelmer Vernooij | 2 | -5/+221 | |
versions.s | |||||
2010-06-15 | ldb: Fix included ldb build. | Jelmer Vernooij | 2 | -1/+14 | |
2010-06-15 | ldb: Only build standard ldb modules when building bundled ldb. | Jelmer Vernooij | 1 | -72/+70 | |
2010-06-14 | s4:Descriptor tests clean-up. | Nadezhda Ivanova | 1 | -153/+67 | |
A bit of refactoring and modified the tests to use encrypted connection so that they pass against Windows unconditionally. | |||||
2010-06-13 | Support system talloc/tevent headers. | Jelmer Vernooij | 1 | -2/+2 | |
2010-06-13 | s4-test: Use smb.conf path set in environment rather than using | Jelmer Vernooij | 1 | -2/+2 | |
command-line options. This is the first step towards supporting custom test runners. | |||||
2010-06-11 | Adjusted ACL tests to use encripted connection. | Nadezhda Ivanova | 1 | -120/+69 | |
This way we get rid of the conditional if.Samba checks, because users are successfully created and enabled. | |||||
2010-06-11 | s4:passwords.py - set the "dSHeuristics" | Matthias Dieter Wallnöfer | 1 | -0/+33 | |
As per Nadia's request and abartlet's suggestion the test now also sets the "dSHeuristics" attribute properly to be able to perform the tests also against Windows without further configuration. The code has the neat feature that it undoes the change and resets the behaviour as it was before. | |||||
2010-06-11 | s4:passwords.py - use "self" before "enable_account" to make really sure ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
which LDB connection should be used | |||||
2010-06-11 | s4:ldap.py - check how the directory server behaves when the ↵ | Matthias Dieter Wallnöfer | 1 | -2/+12 | |
'distinguishedName' attribute wasn't set correctly (On add operations the server does completely ignore it and uses the "header" DN) | |||||
2010-06-11 | s4:ldap.py - check if the "name" of an entry was really ignored | Matthias Dieter Wallnöfer | 1 | -2/+7 | |
2010-06-11 | ldb:ldb_sqlite3 backend - remove a warning which has already been resolved | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-06-11 | ldb:ldb_sqlite3 backend - remove checks which are now done elsewhere | Matthias Dieter Wallnöfer | 1 | -29/+0 | |
(In SAMBA LDB modules) | |||||
2010-06-10 | s4:ldap.py - add testcase which demonstrates the reset of the "primaryGroupID" | Matthias Dieter Wallnöfer | 1 | -0/+7 | |
2010-06-10 | s4:ldap.py - add a test to demonstrate the 'instanceType' behaviour | Matthias Dieter Wallnöfer | 1 | -0/+39 | |
2010-06-07 | ldb:pyldb.c - we cannot use "ldb_dn_compare" if both message DNs are NULL in ↵ | Matthias Dieter Wallnöfer | 1 | -3/+5 | |
"py_ldb_msg_compare" Discovered by the testcase. | |||||
2010-06-07 | s4 python: add more unit tests to verify the compare tests | Matthieu Patou | 1 | -0/+19 | |
2010-06-07 | s4:objectclass_attrs LDB module - move the single-valued attribute check ↵ | Matthias Dieter Wallnöfer | 1 | -44/+0 | |
into this module It seems to me more consistent (and also to keep the same behaviour on all backends). Also the DRS hack should therefore not be needed anymore since the "repl_meta_data" module launches requests behind "objectclass_attrs". | |||||
2010-06-07 | s4:rdn_name LDB module - move the "distinguishedName" write prevent check here | Matthias Dieter Wallnöfer | 2 | -7/+6 | |
In my eyes it fits better here than in the TDB backend code. |