Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15582: Commit some forgotten stuff that have been setting on my private tree... | Simo Sorce | 2 | -2/+23 |
2007-10-10 | r15573: Fix build of systems that have iconv headers in non-standard locations | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15389: Add some better torture tests for LdbMessage. | Tim Potter | 2 | -1/+35 |
2007-10-10 | r15388: Fix cut&paste typo. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r15372: Don't look at possibly undefined controls in failure cases. | Andrew Bartlett | 1 | -3/+0 |
2007-10-10 | r15370: Fix more dependencies for shared libs | Jelmer Vernooij | 6 | -6/+6 |
2007-10-10 | r15348: Start adding a dict interface and tests to LdbMessage class. | Tim Potter | 1 | -3/+20 |
2007-10-10 | r15346: Doc. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r15343: Some small cleanups. | Tim Potter | 1 | -5/+8 |
2007-10-10 | r15315: - reenable the ildap backend | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r15301: Use static libraries internally. This required a few hacks in the build | Jelmer Vernooij | 2 | -3/+2 |
2007-10-10 | r15300: Only enable SWIG shared libs if python is available | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15298: Fix the build using a few hacks in the build system. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15295: Fix some dependencies | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit... | Jelmer Vernooij | 3 | -3/+3 |
2007-10-10 | r15246: flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15245: forgot one header | Simo Sorce | 1 | -0/+9 |
2007-10-10 | r15242: allow to use LDB_FLG_RECONNECT | Simo Sorce | 1 | -0/+4 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -16/+16 |
2007-10-10 | r15178: Fix ldb function calls after big swig rename. | Tim Potter | 1 | -25/+55 |
2007-10-10 | r15177: Wrap ldb_strerror() function. | Tim Potter | 1 | -0/+1 |
2007-10-10 | r15176: Ensure we don't segfault when we try and delete @FOO records. | Andrew Bartlett | 1 | -5/+10 |
2007-10-10 | r15113: Add a ldb_strerror() function. | Tim Potter | 2 | -0/+100 |
2007-10-10 | r15110: Start rewriting higher level ldb wrapper. | Tim Potter | 1 | -52/+54 |
2007-10-10 | r15109: Wrap ldb_global_init() | Tim Potter | 1 | -0/+2 |
2007-10-10 | r15097: Add constants for ldb errors. | Tim Potter | 1 | -0/+50 |
2007-10-10 | r15096: Fix typo. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r15095: Fix up typemap for struct ldb_val so that ldb_msg_add_value() wrapper | Tim Potter | 1 | -14/+13 |
2007-10-10 | r15092: Remove some swig stuff that didn't work out and the %rename call. | Tim Potter | 1 | -60/+13 |
2007-10-10 | r15091: Raise LdbError instead of IOError when ldb function calls return an | Tim Potter | 1 | -7/+14 |
2007-10-10 | r15065: Remove duplicate prototype. | Tim Potter | 1 | -1/+0 |
2007-10-10 | r14970: Add configure stuff for Python to tdb and ldb standalone builds. | Tim Potter | 1 | -0/+31 |
2007-10-10 | r14968: Move tdb and ldb swig wrappers in to lib/tdb and lib/ldb directories. | Tim Potter | 3 | -0/+330 |
2007-10-10 | r14860: create libcli/security/security.h | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14660: Install ldb_errors.h | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14606: Fix paths in developer mode. This allows 'make quicktest' to work when | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r14604: Support 'aliases' for ldb modules | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14603: Fix building of ejs modules as shared libs | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r14599: Pass ACLs down the registry layer. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14594: Fix some dependencies (required for shared library build) | Jelmer Vernooij | 2 | -4/+7 |
2007-10-10 | r14592: Add support for loading shared modules to LDB. | Jelmer Vernooij | 10 | -6/+75 |
2007-10-10 | r14590: Fix ldb standalone build... | Jelmer Vernooij | 2 | -2/+1 |
2007-10-10 | r14572: Give libraries saner names, remove some .pc files, make some things | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone. | Jelmer Vernooij | 1 | -5/+0 |
2007-10-10 | r14436: mixing of boolean expressions and integers isn't allowed | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r14433: sort_result must be initialised when we call do_result | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r14431: don't call qsort with a null array | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r14430: ret can be NULL at the end of this loop | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r14391: rdn_name -> async | Simo Sorce | 2 | -7/+176 |