Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r9446: clean up old test file | Simo Sorce | 1 | -559/+37 |
2007-10-10 | r8585: add to ldb and ldap comparison functionality | Simo Sorce | 1 | -0/+13 |
2007-10-10 | r8490: make the ldb tests more portable | Andrew Tridgell | 3 | -3/+3 |
2007-10-10 | r8485: - be friendly to shells other than bash | Andrew Tridgell | 3 | -3/+6 |
2007-10-10 | r8377: forgot an ldif test | Simo Sorce | 1 | -0/+4 |
2007-10-10 | r8373: New wildcard matching code. | Simo Sorce | 5 | -20/+13 |
2007-10-10 | r8082: large rewite of ldb_dn.c | Simo Sorce | 4 | -8/+16 |
2007-10-10 | r8071: reduce the size of the default ldb tests. We run on some pretty low po... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r8043: increase shell compatibility of ldb tests | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8039: allow ldb test suite to be run outside of the ldb directory | Andrew Tridgell | 4 | -33/+41 |
2007-10-10 | r8035: added indexing tests. current ldb fails the integer indexing, will be ... | Andrew Tridgell | 1 | -4/+24 |
2007-10-10 | r8033: - add easier valgrind testing | Andrew Tridgell | 1 | -11/+25 |
2007-10-10 | r8011: arrgh, commit the right version this time | Andrew Tridgell | 1 | -5/+4 |
2007-10-10 | r8010: added testing of wildcard attributes | Andrew Tridgell | 1 | -0/+20 |
2007-10-10 | r8009: expanded the ldb test suite. It worried me that some changes I have | Andrew Tridgell | 2 | -1/+81 |
2007-10-10 | r7834: added comment about the "((" search test | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r7833: changed ldbsearch and ldbedit to have command line syntax closer to | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7832: missed one | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7831: use cn=TEST as base of test DNs so we don't interfere with potentially... | Andrew Tridgell | 6 | -66/+66 |
2007-10-10 | r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set o... | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r7806: add test for binary files as attribute values | Simo Sorce | 3 | -0/+8 |
2007-10-10 | r7709: - convert ldb to use popt, so that it can interact with the samba | Andrew Tridgell | 2 | -3/+5 |
2007-10-10 | r7615: fix the build and simplify gendb_search_dn | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r7582: Better way to have a fast path searching for a specific DN. | Simo Sorce | 1 | -0/+2 |
2007-10-10 | r7572: fixed filter in test suite | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7564: added a test showing the search expression that w2k is actually giving | Andrew Tridgell | 1 | -0/+19 |
2007-10-10 | r7560: added tests for extended bitop search functions | Andrew Tridgell | 2 | -0/+50 |
2007-10-10 | r7338: let it be possible to run sqlite3 tests when it is compiled in | Simo Sorce | 2 | -2/+11 |
2007-10-10 | r7239: add a little test | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r6867: this code will change the way the @ATTRIBUTES object is handled | Simo Sorce | 5 | -5/+16 |
2007-10-10 | r5670: simplify and clarify ldb_modules.c code | Simo Sorce | 1 | -2/+1 |
2007-10-10 | r5374: - changed the dn key code in the ldb tdb backend to correctly honor | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r4862: - better structure schema tests | Simo Sorce | 9 | -28/+41 |
2007-10-10 | r4784: finally make schema module use a single ldb | Simo Sorce | 4 | -0/+745 |
2007-10-10 | r4477: expanded the test suite to increase code coverage a lot | Andrew Tridgell | 3 | -6/+15 |
2007-10-10 | r4474: - converted ldb to use talloc internally | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r4071: - ldap does allow adding additional attribute values with a modify | Andrew Tridgell | 2 | -2/+5 |
2007-10-10 | r4039: added a test for an element > 128 bytes in length, to ensure we test | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r4010: fixed parsing of null attributes in the ldb ldif parser | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3757: Some fixes for ldb_ldap | Simo Sorce | 5 | -7/+6 |
2007-10-10 | r3743: auto-support the RH schema location as well | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r3742: make test-ldap give a sane error message when the openldap schema file... | Andrew Tridgell | 1 | -0/+19 |
2007-10-10 | r3095: - fix a free'ing of msg.dn | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r3093: - implment ldb_rename() and ldbrename | Stefan Metzmacher | 1 | -6/+16 |
2007-10-10 | r2554: added a test for a bug that jelmer pointed out (handling of -s one) | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r1749: added some random stuff that captures some discussions volker and I | Andrew Tridgell | 1 | -0/+22 |
2007-10-10 | r574: - another attempt at const cleanliness in ldb | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r502: modified ldb to allow the use of an external pool memory | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r490: - expanded the test suite to test modify and delete operations | Andrew Tridgell | 3 | -5/+19 |
2007-10-10 | r453: added a comment about indexing on objectclass | Andrew Tridgell | 1 | -1/+4 |