summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26073: Import Python bindings for the registry.Jelmer Vernooij3-1/+190
2007-12-21r26072: Import trivial SWIG wrapper for talloc.Jelmer Vernooij1-0/+24
2007-12-21r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij6-215/+357
2007-12-21r26066: Use TALLOC_CTX consistently for talloc contexts rather than void \* (...Jelmer Vernooij1-36/+36
2007-12-21r26027: libreplace: rename AC_LIBREPLACE_LD_ALLOW_SHLIB_UNDEF_FLAG into AC_LI...Stefan Metzmacher1-7/+7
2007-12-21r26026: libreplace: split some linker macrosStefan Metzmacher1-21/+58
2007-12-21r26025: libreplace: AC_LIBREPLACE_LD_ALLOW_SHLIB_UNDEF_FLAG should fill LD_AL...Stefan Metzmacher1-6/+9
2007-12-21r26020: GENCACHE depends on TDB_WRAPStefan Metzmacher1-1/+2
2007-12-21r26019: use <tdb.h> instead of "tdb.h"Stefan Metzmacher1-1/+1
2007-12-21r26018: dsdb/schema/proto.h doesn't exist anymoreStefan Metzmacher1-1/+0
2007-12-21r26017: db_wrap.h doesn't exist anymore and we now need tdb_wrap.hStefan Metzmacher1-1/+1
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij13-119/+251
2007-12-21r26002: Use osf rather than tru64 - pointed out by metze.Jelmer Vernooij1-1/+1
2007-12-21r26001: Share some code between macros, add macro specifically for testing th...Jelmer Vernooij1-36/+14
2007-12-21r25999: libreplace: add AC_LIBREPLACE_STLD and AC_LIBREPLACE_STLD_FLAGSStefan Metzmacher1-0/+15
2007-12-21r25998: Add test for run time library path environment variable.Jelmer Vernooij1-0/+29
2007-12-21r25992: ldb: use AC_LIBREPLACE_SHLD and use it for linking shared librariesStefan Metzmacher2-2/+4
2007-12-21r25991: tdb: use AC_LIBREPLACE_SHLD and use it for linking the shared libraryStefan Metzmacher2-1/+3
2007-12-21r25990: talloc: use AC_LIBREPLACE_SHLD and use it for linking the shared libraryStefan Metzmacher2-1/+3
2007-12-21r25988: libreplace: add AC_LIBREPLACE_SHLDStefan Metzmacher1-0/+13
2007-12-21r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher4-4/+4
2007-12-21r25986: libreplace: warn about unresolved symbols when link shared librariesStefan Metzmacher1-1/+4
2007-12-21r25984: ldb: use MDLD macros from libreplace and use results to build share m...Stefan Metzmacher2-2/+7
2007-12-21r25983: ldb: link shared library against $(LDAP_LIBS)Stefan Metzmacher1-1/+1
2007-12-21r25982: libreplace: try to ignore unresolved symbols in modules on Tru64Stefan Metzmacher1-0/+3
2007-12-21r25977: libreplace: add AC_LIBREPLACE_MDLD and AC_LIBREPLACE_MDLD_FLAGS macrosStefan Metzmacher1-0/+50
2007-12-21r25976: libreplace: not all platforms like _XOPEN_SOURCE=600Stefan Metzmacher1-2/+5
2007-12-21r25974: libreplace: see what the build-farm says if we use _XOPEN_SOURCE=600Stefan Metzmacher1-0/+1
2007-12-21r25973: talloc: fix usage of SONAMEFLAGStefan Metzmacher1-2/+1
2007-12-21r25972: tdb: fix usage of SONAMEFLAGStefan Metzmacher1-3/+2
2007-12-21r25971: libreplace: remove AC_EXTENSION_FLAG as it's the same as AC_N_DEFINEStefan Metzmacher2-15/+2
2007-12-21r25970: libreplace: fix AC_N_DEFINE() so that some appears in config.hStefan Metzmacher1-5/+12
2007-12-21r25969: ldb: link libnss_ldb.so.2 against the shared libraryStefan Metzmacher1-2/+2
2007-12-21r25968: ldb: we need to use @SONAMEFLAG@ directly so that the '#' trick can workStefan Metzmacher1-3/+2
2007-12-21r25967: ldb: a module doesn't need to link against $(LIBS)Stefan Metzmacher1-1/+1
2007-12-21r25965: Remove duplicate block - thanks metze!Andrew Bartlett1-18/+0
2007-12-21r25964: Fix comment and use talloc hirachy in ldb_tdb initialisation.Andrew Bartlett1-4/+2
2007-12-21r25963: libreplace: samba3 doesn't use SONAMEFLAG on Mac OS 10, so also try thisStefan Metzmacher1-1/+1
2007-12-21r25962: Move to more modern ldb functions loading module list.Andrew Bartlett1-11/+12
2007-12-21r25959: Add a new special DN to LDB: @OPTIONSAndrew Bartlett3-17/+144
2007-12-21r25958: Callers of gendb_search_dn() don't expect to getAndrew Bartlett1-0/+3
2007-12-21r25956: Try metze's suggestion for Mac OS X shld flags.Jelmer Vernooij1-1/+1
2007-12-21r25955: libreplace: add a useful link about linking shared librariesStefan Metzmacher1-0/+5
2007-12-21r25953: AIX make doesn't support $^.Jelmer Vernooij3-3/+3
2007-12-21r25945: Fix flags for MacOS X.Jelmer Vernooij1-1/+2
2007-12-21r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t...Jelmer Vernooij4-3/+7
2007-12-21r25943: Fix soname on hpux.Jelmer Vernooij1-1/+1
2007-12-21r25935: Fix registry tests.Jelmer Vernooij2-8/+5
2007-12-21r25934: Handle a LDB_ERR_NO_SUCH_OBJECT return value when looking for theAndrew Bartlett1-13/+16
2007-12-21r25933: LDB: Don't free errstring until after the printf, in case it is one ofAndrew Bartlett1-1/+3