Age | Commit message (Expand) | Author | Files | Lines |
2008-01-11 | python/ldap: Fix a couple more tests. | Jelmer Vernooij | 1 | -18/+18 |
2008-01-11 | Make a few more tests pass. | Jelmer Vernooij | 1 | -129/+115 |
2008-01-11 | python/ldap: Get further. | Jelmer Vernooij | 1 | -2/+4 |
2008-01-11 | python/ldap: Fix some tests. | Jelmer Vernooij | 1 | -9/+15 |
2008-01-11 | python: More work getting the LDAP test to compile again. | Jelmer Vernooij | 1 | -36/+23 |
2008-01-11 | python: Specify right arguments for the ldap test, fix some more calls. | Jelmer Vernooij | 1 | -37/+30 |
2008-01-11 | ldap/python: Fix some more calls. | Jelmer Vernooij | 1 | -74/+47 |
2008-01-11 | python/ldap: Support controls argument to ldb.search(). | Jelmer Vernooij | 1 | -9/+13 |
2008-01-11 | python/ldap: Wrap parse_control_strings(). | Jelmer Vernooij | 1 | -0/+5 |
2008-01-11 | ldb/python: Allow comparing a MessageElement to a list or a singleton. | Jelmer Vernooij | 1 | -0/+6 |
2008-01-11 | ldb/python: Implement __len__ for MessageElement. | Jelmer Vernooij | 1 | -0/+4 |
2008-01-11 | python/ldb: Add __getitem__ implementation for LdbMessageElement. | Jelmer Vernooij | 1 | -0/+6 |
2007-12-28 | r26623: python: Allow specifying URL rather than host name on the command-line. | Jelmer Vernooij | 1 | -2/+4 |
2007-12-27 | r26617: Load smb.conf. | Jelmer Vernooij | 1 | -2/+8 |
2007-12-27 | r26615: Fix Python syntax | Jelmer Vernooij | 1 | -1161/+772 |
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a bunch... | Jelmer Vernooij | 2 | -0/+1372 |
2007-12-24 | r26567: Allow registering new ldb modules from python. | Jelmer Vernooij | 1 | -0/+8 |
2007-12-21 | r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}). | Jelmer Vernooij | 1 | -0/+10 |
2007-12-21 | r26480: Add utility class for testing LDB code. | Jelmer Vernooij | 1 | -1/+4 |
2007-12-21 | r26068: Import improved Python bindings for LDB, including tests. | Jelmer Vernooij | 1 | -0/+353 |
2007-12-21 | r25842: Start working on test for loading dso's in ldb. | Jelmer Vernooij | 2 | -0/+75 |
2007-10-10 | r25218: After discussion with Simo, remove the subclass support from LDB. | Andrew Bartlett | 2 | -22/+0 |
2007-10-10 | r20464: Make it clear what does the process group stuff | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r20106: Optional ONE Level indexing for ldb_tdb | Simo Sorce | 1 | -0/+51 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r19461: Make sqlite3 work again (semi-async) | Simo Sorce | 1 | -6/+9 |
2007-10-10 | r19273: - fixed error handling with the ldap backend | Andrew Tridgell | 3 | -9/+20 |
2007-10-10 | r18538: we need a pipe here, not a logical OR | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r18536: fixed the loading of external binary files from ldif into ldb | Andrew Tridgell | 1 | -3/+6 |
2007-10-10 | r18535: move the AC_CANONICAL_HOST and host specific flag tests into | Andrew Tridgell | 2 | -4/+6 |
2007-10-10 | r18515: Remove calls to "time" for now as some sh implementations don't have it, | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r18347: run slapd in the foreground so timelimit can kill it | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r18346: make sure we kill off the slapd process | Andrew Tridgell | 2 | -4/+26 |
2007-10-10 | r18244: more portable shell scripting | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r17978: make the ldap backend test for ldb work both with and without modules | Andrew Tridgell | 2 | -2/+19 |
2007-10-10 | r17765: fix handling of old solaris /bin/sh in ldb build/test | Andrew Tridgell | 2 | -4/+8 |
2007-10-10 | r17726: not having slapd installed isn't a ldb test failure | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r17718: don't consider a slapadd failure in the ldap backend tests as a ldb | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r17708: make the automated testing of the ldb ldap backend more portable | Andrew Tridgell | 2 | -7/+9 |
2007-10-10 | r17679: - fix 'make test-ldap' to skip ldb specials | Andrew Tridgell | 5 | -12/+29 |
2007-10-10 | r17504: Do not use the invented unixID but use the rfc2307 uidNumber and gidN... | Simo Sorce | 1 | -1/+2 |
2007-10-10 | r13742: Fix tests to work better with ldap | Simo Sorce | 5 | -12/+16 |
2007-10-10 | r13348: Put a reminder for now. | Simo Sorce | 1 | -0/+2 |
2007-10-10 | r12828: add a test to check white spaces comparison | Simo Sorce | 2 | -1/+10 |
2007-10-10 | r12777: use TEST_DATA_PREFIX if available | Stefan Metzmacher | 1 | -5/+6 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r10856: we need aclocal.m4 in ldb for standalone configure | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r10423: minor changes to the ldb test suite to allow it to work correctly with | Andrew Tridgell | 2 | -7/+15 |
2007-10-10 | r10251: some more work on ldb_sqlite3 | Simo Sorce | 1 | -2/+23 |
2007-10-10 | r10232: Some work on ldb_sqlite3. | Simo Sorce | 1 | -1/+13 |