Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-10 | ldb: use #include <ldb.h> for ldb | Andrew Tridgell | 1 | -2/+2 | |
thi ensures we are using the header corresponding to the version of ldb we're linking against. Otherwise we could use the system ldb for link and the in-tree one for include Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -6/+6 | |
This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104 | |||||
2010-11-19 | s4:torture/ldb/ldb.c - add a small test for a DN with an escaped comma | Matthias Dieter Wallnöfer | 1 | -0/+6 | |
2010-09-11 | s4:ldb_register_samba_handlers - fix up and convert result codes to LDB/LDAP ↵ | Matthias Dieter Wallnöfer | 1 | -5/+5 | |
results | |||||
2010-05-10 | s4/tort: Add test for comparing special DNs | Kamen Mazdrashki | 1 | -0/+18 | |
2009-11-13 | s4-ldb: changed the DN checks for \n to warnings | Andrew Tridgell | 1 | -3/+5 | |
a \n is sometimes allowed in AD (eg in deleted DNs). Until we know when is really is allowed, treat it as a warning only. | |||||
2009-10-22 | s4:torture Silence const warning by use of data_blob_const() | Andrew Bartlett | 1 | -2/+1 | |
This was inspired by one of mdw's const patches Andrew Bartlett | |||||
2009-10-15 | s4-ldb: removed incorrect rDN length test | Andrew Tridgell | 1 | -13/+0 | |
This is a property of AD, not ldb, so should be in our ldb modules. | |||||
2009-09-30 | s4:torture: data_blob_hex_string() output is now lowercase. | Andrew Kroeger | 1 | -2/+2 | |
Based on the change in commit fb84edabbe9f358031117de2cf78613c704ac600, these tests needs to expect lowercase output. | |||||
2009-09-21 | Add tests for MS-ADTS:3.1.1.5.1.2 Naming Constraints | Anatoliy Atanasov | 1 | -0/+29 | |
2009-04-24 | Rename the top-level LDB test to LOCAL-LDB, so it gets picked up by the | Jelmer Vernooij | 1 | -6/+9 | |
script that determines the tests to run. | |||||
2009-04-24 | s4:torture Add tests for prefixMap custom attribute handler | Andrew Bartlett | 1 | -0/+34 | |
2008-12-17 | s4:torture: add ldb tests | Andrew Bartlett | 1 | -0/+735 | |
These tests are for both the new extended DN functionality (and were vital in finding bugs during implementation) and for the normal DN parsing and comparison routines. Signed-off-by: Stefan Metzmacher <metze@samba.org> |