Age | Commit message (Expand) | Author | Files | Lines |
2010-10-19 | s4-ldb: increase minor version for 2 new functions | Andrew Tridgell | 1 | -1/+1 |
2010-10-13 | ldb: Only build LIBLDB_MAIN when building ldb itself. | Jelmer Vernooij | 1 | -8/+8 |
2010-10-13 | ldb: raise minor version number for new ldb_msg_match_error() function | Andrew Tridgell | 1 | -1/+1 |
2010-10-13 | ldb: when running from build directory, use the build modules | Andrew Tridgell | 1 | -27/+35 |
2010-10-11 | ldb: Build ildap module as shared object. | Jelmer Vernooij | 1 | -7/+3 |
2010-10-10 | wafsamba: Fix handling of pyembed/pyext. | Jelmer Vernooij | 1 | -2/+1 |
2010-10-10 | wafsamba: Clarify needs_python argument name, use pyembed/pyext where | Jelmer Vernooij | 1 | -1/+1 |
2010-10-07 | waf: fixed exit status of test suites | Andrew Tridgell | 1 | -2/+4 |
2010-10-05 | Add missing dependencies for com_err. | Jelmer Vernooij | 1 | -1/+2 |
2010-10-03 | heimdal: convert some subsystems to libraries, consistent with upstream heimdal. | Jelmer Vernooij | 1 | -1/+1 |
2010-09-28 | ldb: Bump version because of addition of ldb_req_location. | Jelmer Vernooij | 1 | -1/+1 |
2010-09-22 | ldb: Depend directly on replace, fixes the build on systems with | Jelmer Vernooij | 1 | -0/+3 |
2010-09-04 | ldb: Add missing aliases for ldb_ildap. | Jelmer Vernooij | 1 | -0/+1 |
2010-07-07 | s4-ldb: added ldb_error() and ldb_operr() | Andrew Tridgell | 1 | -1/+1 |
2010-07-07 | s4-ldb: added ldb_options_find() | Andrew Tridgell | 1 | -1/+1 |
2010-06-24 | s4-ldb: use CHECK_XSLTPROC_MANPAGES() | Andrew Tridgell | 1 | -1/+1 |
2010-06-20 | s4:ldb: only do ABI checking for the standalone build for now | Stefan Metzmacher | 1 | -12/+24 |
2010-06-20 | ldb: Change LDBSAMBA back to subsystem, update comments, use different | Jelmer Vernooij | 1 | -2/+7 |
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 t... | Jelmer Vernooij | 1 | -2/+2 |
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 ver... | Jelmer Vernooij | 1 | -5/+2 |
2010-06-15 | ldb: Fix included ldb build. | Jelmer Vernooij | 1 | -1/+10 |
2010-06-15 | ldb: Only build standard ldb modules when building bundled ldb. | Jelmer Vernooij | 1 | -72/+70 |
2010-05-31 | pyldb_util: Remove dependency on LIBPYTHON - it's already there | Jelmer Vernooij | 1 | -2/+1 |
2010-05-31 | ldb: Install ldb_handlers.h header. | Jelmer Vernooij | 1 | -3/+3 |
2010-05-31 | ldb: Move utility functions to separate file. | Jelmer Vernooij | 1 | -4/+7 |
2010-05-31 | ldb: Fix dependencies when building with system ldb. | Jelmer Vernooij | 1 | -6/+10 |
2010-05-31 | ldb/waf: Fix build with system and bundled ldb. | Jelmer Vernooij | 1 | -4/+5 |
2010-05-31 | waf: Refactor manpage building code. | Jelmer Vernooij | 1 | -3/+5 |
2010-05-31 | Add manpages argument to SAMBA_LIBRARY(). | Jelmer Vernooij | 1 | -16/+3 |
2010-05-31 | s4-waf: Fixed the ldb build. | Stefan Metzmacher | 1 | -3/+3 |
2010-05-31 | ldb: Support building with system ldb library | Jelmer Vernooij | 1 | -13/+12 |
2010-05-31 | ldb: Remove manual pages for binaries that have already been moved to utils/. | Jelmer Vernooij | 1 | -1/+1 |
2010-05-31 | ldb-waf: Fix installation path of manpages, simplify manpage handling. | Jelmer Vernooij | 1 | -5/+3 |
2010-05-24 | ldb-waf: Install manual pages for ldb in standalone build, install | Jelmer Vernooij | 1 | -4/+23 |
2010-05-05 | s4-ldb: check for ldap_initialize | Andrew Tridgell | 1 | -1/+1 |
2010-05-04 | s4/waf: ABI update for lib/ldb | Anatoliy Atanasov | 1 | -1/+1 |
2010-04-18 | build: more adjustments for the ABI type name maps | Andrew Tridgell | 1 | -1/+1 |
2010-04-18 | ldb-waf: enable ABI checking in ldb | Andrew Tridgell | 1 | -0/+5 |
2010-04-13 | s4-waf: don't try to use the system lib for the library build | Andrew Tridgell | 1 | -4/+6 |
2010-04-12 | s4-ldb: enable waf build of ldb without ldap backend | Andrew Tridgell | 1 | -2/+3 |
2010-04-06 | s4-waf: fixed waf distcheck for our standalone libs and s4 | Andrew Tridgell | 1 | -2/+7 |
2010-04-06 | s4-waf: added simple 'waf test' support for tdb, talloc and ldb | Andrew Tridgell | 1 | -0/+6 |
2010-04-06 | s4-waf: use a common pattern for finding buildtools and libs | Andrew Tridgell | 1 | -17/+14 |
2010-04-06 | s4-waf: move to a universal method of recursing into subdirs | Andrew Tridgell | 1 | -8/+8 |
2010-04-06 | s4-waf: fixed finding of buildtools and srcdir | Andrew Tridgell | 1 | -9/+8 |
2010-04-06 | ldb-waf: fixed buildtools path | Andrew Tridgell | 1 | -1/+1 |
2010-04-06 | s4-waf: avoid having to run waf configure before waf dist | Andrew Tridgell | 1 | -3/+4 |