summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r25976: libreplace: not all platforms like _XOPEN_SOURCE=600Stefan Metzmacher2007-12-211-2/+5
* r25974: libreplace: see what the build-farm says if we use _XOPEN_SOURCE=600Stefan Metzmacher2007-12-211-0/+1
* r25973: talloc: fix usage of SONAMEFLAGStefan Metzmacher2007-12-211-2/+1
* r25972: tdb: fix usage of SONAMEFLAGStefan Metzmacher2007-12-211-3/+2
* r25971: libreplace: remove AC_EXTENSION_FLAG as it's the same as AC_N_DEFINEStefan Metzmacher2007-12-212-15/+2
* r25970: libreplace: fix AC_N_DEFINE() so that some appears in config.hStefan Metzmacher2007-12-211-5/+12
* r25969: ldb: link libnss_ldb.so.2 against the shared libraryStefan Metzmacher2007-12-211-2/+2
* r25968: ldb: we need to use @SONAMEFLAG@ directly so that the '#' trick can workStefan Metzmacher2007-12-211-3/+2
* r25967: ldb: a module doesn't need to link against $(LIBS)Stefan Metzmacher2007-12-211-1/+1
* r25965: Remove duplicate block - thanks metze!Andrew Bartlett2007-12-211-18/+0
* r25964: Fix comment and use talloc hirachy in ldb_tdb initialisation.Andrew Bartlett2007-12-211-4/+2
* r25963: libreplace: samba3 doesn't use SONAMEFLAG on Mac OS 10, so also try thisStefan Metzmacher2007-12-211-1/+1
* r25962: Move to more modern ldb functions loading module list.Andrew Bartlett2007-12-211-11/+12
* r25959: Add a new special DN to LDB: @OPTIONSAndrew Bartlett2007-12-213-17/+144
* r25958: Callers of gendb_search_dn() don't expect to getAndrew Bartlett2007-12-211-0/+3
* r25956: Try metze's suggestion for Mac OS X shld flags.Jelmer Vernooij2007-12-211-1/+1
* r25955: libreplace: add a useful link about linking shared librariesStefan Metzmacher2007-12-211-0/+5
* r25953: AIX make doesn't support $^.Jelmer Vernooij2007-12-213-3/+3
* r25945: Fix flags for MacOS X.Jelmer Vernooij2007-12-211-1/+2
* r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t...Jelmer Vernooij2007-12-214-3/+7
* r25943: Fix soname on hpux.Jelmer Vernooij2007-12-211-1/+1
* r25935: Fix registry tests.Jelmer Vernooij2007-12-212-8/+5
* r25934: Handle a LDB_ERR_NO_SUCH_OBJECT return value when looking for theAndrew Bartlett2007-12-211-13/+16
* r25933: LDB: Don't free errstring until after the printf, in case it is one ofAndrew Bartlett2007-12-211-1/+3
* r25932: Remove unnecessary include - should fix the build on hosts without popt.Jelmer Vernooij2007-12-214-4/+0
* r25931: Add config .mk file for crypto lib.Jelmer Vernooij2007-12-212-24/+27
* r25930: fix test nameJelmer Vernooij2007-12-211-1/+1
* r25928: Split up torture-local a bit.Jelmer Vernooij2007-12-213-8/+28
* r25926: Move iconv test to iconv code directory.Jelmer Vernooij2007-12-212-0/+424
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-213-41/+53
* r25912: Two patchesStefan Metzmacher2007-12-211-0/+1
* r25911: Remove more fstring/pstring bad useage. Go talloc !Stefan Metzmacher2007-12-211-1/+1
* r25910: Try and fix the Solaris build by adding a missing defineStefan Metzmacher2007-12-211-0/+5
* r25909: Fix the snprintf checks, and fix a typo in pointer indirection.Stefan Metzmacher2007-12-211-5/+5
* r25908: add some wikipedia links about LDAP and LDIFStefan Metzmacher2007-12-211-5/+6
* r25906: libreplace: we need to link to make sure the functions are availableStefan Metzmacher2007-12-211-1/+1
* r25903: Move more files out of torture/Jelmer Vernooij2007-12-211-0/+145
* r25902: Move messaging tests to same directory as code.Jelmer Vernooij2007-12-212-0/+409
* r25893: Fix ldb, tdb builds (and one warning).Jeremy Allison2007-12-213-2/+4
* r25892: Keep the tdb code in sync between 3.2.x and 4.0.Jeremy Allison2007-12-219-5/+84
* r25888: Attempt to fix standalone tdb build.Jelmer Vernooij2007-12-211-6/+8
* r25887: Build Samba-specific ldb modules as dso's.Jelmer Vernooij2007-12-211-0/+2
* r25886: Try to fix building dso's on hpux with gccJelmer Vernooij2007-12-211-1/+5
* r25884: Specify shldflags first, as required by some compilers.Jelmer Vernooij2007-12-212-2/+2
* r25883: Fix tdb dependency.Jelmer Vernooij2007-12-211-5/+9
* r25882: Build shared library of talloc as well.Jelmer Vernooij2007-12-212-2/+22
* r25881: Add ability to build .so of tdb.Jelmer Vernooij2007-12-212-7/+28
* r25880: Try to get some more flags right.Jelmer Vernooij2007-12-212-6/+6
* r25879: Don't use shared library for command-line utilities for now - breaks ...Jelmer Vernooij2007-12-211-13/+12
* r25877: Add libreplace macro for soname flags.Jelmer Vernooij2007-12-213-5/+59