summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18127: Add macro AC_CHECK_DECL() for systems that don't have it.Jelmer Vernooij1-0/+13
(This used to be commit 589a1c250934a61db0f86c1e98962e195e681c79)
2007-10-10r18126: Fix -ldl dependency problemJelmer Vernooij1-1/+1
(This used to be commit ce31b736a9418889538b5778ceb0b18071cdfebd)
2007-10-10r18125: Remove obsolete file.Jelmer Vernooij1-58/+0
(This used to be commit 27aa34eb55afdbc27f36cebae074d6fef5fc822c)
2007-10-10r18124: Keep right libs when looking for dl*() functionsJelmer Vernooij1-2/+2
(This used to be commit 12ce4cef2fcdb4224fdf15c9ecf952ceb797f02c)
2007-10-10r18123: Fix manual file build.Jelmer Vernooij1-1/+1
(This used to be commit e84b6c70a19a5113d5a100820a1f430077e52c50)
2007-10-10r18122: Fix warnings related to errno declaration.Jelmer Vernooij1-1/+3
(This used to be commit c30abc8e491d482c1771e7ac06cb511bae578467)
2007-10-10r18121: Simplify m4 code, hopefully fix Samba4 build problems.Jelmer Vernooij15-75/+30
(This used to be commit 1adf65b4d7c5d2d4f65d4b28575bdf2368a42139)
2007-10-10r18120: Remove generating dependencies for .d files for now as this wasJelmer Vernooij1-3/+3
causing make to loop. (This used to be commit 35c8d39e6e30e3ba3dcf1db34c6256489a1a2f46)
2007-10-10r18119: forgot to commit thisAndrew Tridgell1-0/+27
(This used to be commit 37588bbf3ffa9637598881bfeef408b394c6213f)
2007-10-10r18118: its the job of libreplace to handle things like thisAndrew Tridgell1-6/+0
(This used to be commit fa47301c0ea482612f9f452b027aa2787b3f93a7)
2007-10-10r18117: first steps in making samba4 use libreplaceAndrew Tridgell13-43/+23
(This used to be commit c079cedb084d621c5a0aac59310b237ba375df20)
2007-10-10r18115: comparison_fn_t is defined in libreplace nowAndrew Tridgell1-3/+0
(This used to be commit e9ee8b1053875fd3ddc950e3b21feb106eb3850c)
2007-10-10r18112: really make use of libreplace in ldbAndrew Tridgell1-7/+1
(This used to be commit 2057159c7575479c9808aeffe711fc861e53f3c8)
2007-10-10r18111: base inclusion of replacement printf fns on function existance, notAndrew Tridgell1-8/+13
declaration. Otherwise _GNU_SOURCE and _BSD_SOURCE stuffs things up (possibly fixable, but not now) (This used to be commit 68caf1bba73fe68f452c7db2ac3895a451645dec)
2007-10-10r18110: renamed config.m4 for poptAndrew Tridgell2-38/+14
(This used to be commit 495fcdddb2ead6f2cd6d1479cade1f025997f8ba)
2007-10-10r18109: move ldb to use the same build methodsAndrew Tridgell6-102/+15
(This used to be commit 28dcbb512fecd825428c5d5f343ec16e4a6906f9)
2007-10-10r18108: move tdb to use the same build methodsAndrew Tridgell3-4/+16
(This used to be commit 05521650c622c933a742b833dc38b7e9b32836be)
2007-10-10r18106: Add new samr domain NET tests.Rafal Szczesniak1-0/+2
rafal (This used to be commit 9bc7fb5aead32996656477b33ccc4ab3c2b5bead)
2007-10-10r18105: Fix samr domain open, and implement samr domain close test.Rafal Szczesniak1-5/+82
rafal (This used to be commit 1b8213ba054f7c78c7ff961dd68f85c6c58c48a9)
2007-10-10r18104: A couple of important fixes to samr domain open so thatRafal Szczesniak1-3/+6
the corresponding test may pass. rafal (This used to be commit f0eb209e8478f08e36fa38ae199cfa753f9a8255)
2007-10-10r18103: add torture test for 'RAW_OPEN_OPENX without a leading slash on the ↵Derrell Lipman1-0/+46
path', known to fail on NetApp filers (This used to be commit 9a8c7b0a7673c36a8a48a28ea7ea21caf0c521fa)
2007-10-10r18102: Fix close lsa NET test.Rafal Szczesniak1-28/+43
rafal (This used to be commit df230ad0cabfd858e09df7af68b6d5bd4da8ef9d)
2007-10-10r18101: Use composite_create function and add monitor function pointerRafal Szczesniak1-3/+8
to the state structure. rafal (This used to be commit 76d73bc97dfcbba0667b8d831bfbf3113a8edfcb)
2007-10-10r18100: actually make usage of libreplace :-)Stefan Metzmacher1-1/+1
metze (This used to be commit 357882e6ec20b559b7053a8dffb72b7dec26b82f)
2007-10-10r18098: use m4_include() instead of sinclude()Stefan Metzmacher2-9/+9
this breaks ./autogen.sh in lib/ldb/, but the ldb build is broken anyway metze (This used to be commit 816fa197a73f5f309b6a113d997d21a70423361e)
2007-10-10r18097: use m4_include(), so we notice that build/m4/core.m4 was goneStefan Metzmacher1-5/+4
a while ago metze (This used to be commit 2a1cde835fcba9e941b5d5d5326fc4612e1b36e1)
2007-10-10r18096: try to make tcc happy and don't the same struct names in a global andStefan Metzmacher1-11/+7
a local scope metze (This used to be commit b787259365eb3dbbc5e8a82a95f0beeea0015682)
2007-10-10r18095: correctly rebuild the dependencies not only the object fileStefan Metzmacher1-3/+3
metze (This used to be commit 8e0497c5d217470bef5bd537c5d2b7be9ae89602)
2007-10-10r18094: try to fix the samba4 buildStefan Metzmacher3-2/+29
metze (This used to be commit 3c00983e2cda2ea55585c25926014e7374d613ce)
2007-10-10r18093: check for the headers first and check all functionsStefan Metzmacher1-2/+2
metze (This used to be commit 5bb8a5ce32a3e85355d8554974d226708df41970)
2007-10-10r18092: pass -Ilib/replace to autoconf/autoheaderStefan Metzmacher1-4/+6
to hopefully fix the samba4 build metze (This used to be commit 7be45d275d8d021357281dff86093941946e4db8)
2007-10-10r18091: sometimes autoconf picks up some old stuff:Stefan Metzmacher1-1/+4
- remove configure and config.h.in - cleanup after autoconf and autoheader are done metze (This used to be commit ce94fb008dd427856faa523285fb3b6fe35c3f04)
2007-10-10r18090: sometimes autoconf picks up some old stuff:Stefan Metzmacher1-0/+5
- remove configure and config.h.in - cleanup after autoconf and autoheader are done metze (This used to be commit 57531074439140da75e2d279b052224e6809a79d)
2007-10-10r18089: sometimes autoconf picks up some old stuff:Stefan Metzmacher1-0/+5
- remove configure and config.h.in - cleanup after autoconf and autoheader are done metze (This used to be commit 8246d8ecd2679af59e32901174638a166ed69222)
2007-10-10r18088: sometimes autoconf picks up some old stuff:Stefan Metzmacher1-0/+3
- remove configure and config.h.in - cleanup after autoconf and autoheader are done metze (This used to be commit c4f91114a3cc741538b358e3e44dc8eb0d13188a)
2007-10-10r18087: use m4_include() do notice missing filesStefan Metzmacher3-53/+52
metze (This used to be commit 77948d26f046ac2857260918bd01172bf2166e21)
2007-10-10r18086: here tooAndrew Tridgell1-2/+2
(This used to be commit e485b25a39ebbbfaf150fad1946e138830bdbfec)
2007-10-10r18085: using m4_include() instead of sinclude() means we get an error if theAndrew Tridgell2-5/+5
include fails - thats better than the compile failing mysteriously (This used to be commit b4df3c73913557297e0eb1ea89cb42a8e7920de8)
2007-10-10r18084: we don't need the double sinclude() any moreAndrew Tridgell1-2/+0
(This used to be commit 2dab7886c1c0abfd95374c8a796f0fde029de8b6)
2007-10-10r18083: i should sleep more ....Andrew Tridgell2-1/+1
(This used to be commit 9bc583cf6c66130df4b9fd2ee1ab3ea486e22b8a)
2007-10-10r18082: bring talloc in line with new conventionsAndrew Tridgell2-2/+3
(This used to be commit 7f7c85fa2feb1398050ea6b2929628f83b6bdb11)
2007-10-10r18081: libreplace now uses config.h againAndrew Tridgell1-5/+0
(This used to be commit 037196538a9850be194c1577f59c0c6a03ea8b9a)
2007-10-10r18080: added distclean target to tallocAndrew Tridgell1-0/+7
(This used to be commit 1185dd044b40f722d06b0e148824582e7efcb380)
2007-10-10r18079: fix for in-tree build with samba4 dir layoutAndrew Tridgell1-1/+1
(This used to be commit 8eccdc1cd1fcf59a3bb9683f31a8613f748a1bfc)
2007-10-10r18078: these tests came from tallocAndrew Tridgell1-0/+3
(This used to be commit 1e5e311233c5253d107bf043dc78dfd21057bb35)
2007-10-10r18077: move some configure tests out of talloc that are now in libreplaceAndrew Tridgell1-22/+0
(This used to be commit b5d519eb1eea507a749cb252d8dd9265022f7054)
2007-10-10r18076: convert talloc to the new libreplace systemAndrew Tridgell4-7/+23
(This used to be commit 968a4e97cfa6585b06f0c5e64d746715a1297461)
2007-10-10r18075: with the new scheme, we now use config.h again (thanks jelmer!)Andrew Tridgell1-1/+1
(This used to be commit c45c48786180fc97e2bb53edbdd5ebddfe85e291)
2007-10-10r18074: config.m4 is now libreplace.m4Andrew Tridgell2-1/+1
(This used to be commit b2e680500e07742d82735bcc05ba2030a5deb603)
2007-10-10r18073: next step in grab libreplace plan - see IRC logs for very detailedAndrew Tridgell3-56/+20
discussion wity metze and jelmer! (This used to be commit f18c913b6cf772c44dfaa8a3164cc78f6554e4a9)