summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r26185: No need to depend on ldap, shared lib already has that info.Jelmer Vernooij2007-12-211-1/+1
* r26181: Set version to 1.1.1, as 1.1.0 has already been released.Jelmer Vernooij2007-12-211-1/+1
* r26180: Allow prebuilding swig output files.Jelmer Vernooij2007-12-213-3/+10
* r26179: Fix symlink.Jelmer Vernooij2007-12-211-3/+4
* r26178: Link against -ldl as well to prevent undefined symbols.Jelmer Vernooij2007-12-211-1/+1
* r26177: Allow prebuilding swig wrapper, install ldb.py.Jelmer Vernooij2007-12-213-4/+10
* r26131: Ensure we show the right errors in the NULL base DN case. Based onAndrew Bartlett2007-12-211-0/+2
* r26129: Specify path explicitly in case an external ldb installation is used.Jelmer Vernooij2007-12-211-2/+1
* r26124: Install ldb_handlers.h, required by ldb_samba.Jelmer Vernooij2007-12-211-1/+3
* r26119: Fix warnings.Jelmer Vernooij2007-12-211-2/+2
* r26117: Fix DESTDIR use for bindir.Jelmer Vernooij2007-12-211-1/+1
* r26114: Allow keyword-arguments.Jelmer Vernooij2007-12-212-1/+2
* r26112: Do proper error checking in __contains__.Jelmer Vernooij2007-12-211-18/+8
* r26108: Add makefile rules for building, installing and checking python bindi...Jelmer Vernooij2007-12-212-4/+19
* r26107: Add more tests.Jelmer Vernooij2007-12-211-0/+22
* r26106: Add targets for building, installing and checking python bindings.Jelmer Vernooij2007-12-212-6/+20
* r26105: Add targets for building and installing the python bindings.Jelmer Vernooij2007-12-212-2/+15
* r26102: libreplace: remove system/printing.h as it only contains samba3 stuffStefan Metzmacher2007-12-212-51/+0
* r26090: Make building tdb python bindings independent of use of external tdb.Jelmer Vernooij2007-12-212-8/+3
* r26089: Move python detection to a separate file, and don't make it an error ...Jelmer Vernooij2007-12-211-32/+0
* r26088: Import some native-python python modules and move original python swi...Jelmer Vernooij2007-12-211-3/+2
* r26087: Fix include, add setup.py for tdbJelmer Vernooij2007-12-212-0/+9
* r26080: Import updated LDB bindings.Jelmer Vernooij2007-12-211-133/+460
* r26077: Import updated TDB bindings.Jelmer Vernooij2007-12-215-274/+351
* r26073: Import Python bindings for the registry.Jelmer Vernooij2007-12-213-1/+190
* r26072: Import trivial SWIG wrapper for talloc.Jelmer Vernooij2007-12-211-0/+24
* r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij2007-12-216-215/+357
* r26066: Use TALLOC_CTX consistently for talloc contexts rather than void \* (...Jelmer Vernooij2007-12-211-36/+36
* r26027: libreplace: rename AC_LIBREPLACE_LD_ALLOW_SHLIB_UNDEF_FLAG into AC_LI...Stefan Metzmacher2007-12-211-7/+7
* r26026: libreplace: split some linker macrosStefan Metzmacher2007-12-211-21/+58
* r26025: libreplace: AC_LIBREPLACE_LD_ALLOW_SHLIB_UNDEF_FLAG should fill LD_AL...Stefan Metzmacher2007-12-211-6/+9
* r26020: GENCACHE depends on TDB_WRAPStefan Metzmacher2007-12-211-1/+2
* r26019: use <tdb.h> instead of "tdb.h"Stefan Metzmacher2007-12-211-1/+1
* r26018: dsdb/schema/proto.h doesn't exist anymoreStefan Metzmacher2007-12-211-1/+0
* r26017: db_wrap.h doesn't exist anymore and we now need tdb_wrap.hStefan Metzmacher2007-12-211-1/+1
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-2113-119/+251
* r26002: Use osf rather than tru64 - pointed out by metze.Jelmer Vernooij2007-12-211-1/+1
* r26001: Share some code between macros, add macro specifically for testing th...Jelmer Vernooij2007-12-211-36/+14
* r25999: libreplace: add AC_LIBREPLACE_STLD and AC_LIBREPLACE_STLD_FLAGSStefan Metzmacher2007-12-211-0/+15
* r25998: Add test for run time library path environment variable.Jelmer Vernooij2007-12-211-0/+29
* r25992: ldb: use AC_LIBREPLACE_SHLD and use it for linking shared librariesStefan Metzmacher2007-12-212-2/+4
* r25991: tdb: use AC_LIBREPLACE_SHLD and use it for linking the shared libraryStefan Metzmacher2007-12-212-1/+3
* r25990: talloc: use AC_LIBREPLACE_SHLD and use it for linking the shared libraryStefan Metzmacher2007-12-212-1/+3
* r25988: libreplace: add AC_LIBREPLACE_SHLDStefan Metzmacher2007-12-211-0/+13
* r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher2007-12-214-4/+4
* r25986: libreplace: warn about unresolved symbols when link shared librariesStefan Metzmacher2007-12-211-1/+4
* r25984: ldb: use MDLD macros from libreplace and use results to build share m...Stefan Metzmacher2007-12-212-2/+7
* r25983: ldb: link shared library against $(LDAP_LIBS)Stefan Metzmacher2007-12-211-1/+1
* r25982: libreplace: try to ignore unresolved symbols in modules on Tru64Stefan Metzmacher2007-12-211-0/+3
* r25977: libreplace: add AC_LIBREPLACE_MDLD and AC_LIBREPLACE_MDLD_FLAGS macrosStefan Metzmacher2007-12-211-0/+50