summaryrefslogtreecommitdiff
path: root/source4/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18280: more portability tidyups, ensuring we use libreplace everywhereAndrew Tridgell1-8/+12
2007-10-10r18278: move more header checks and _GNU_SOURCE into libreplaceAndrew Tridgell2-1/+10
2007-10-10r18221: moved more configure checks into lib/replace/Andrew Tridgell1-0/+32
2007-10-10r18219: move some more portability checks out of samba4 and info lib/replaceAndrew Tridgell1-0/+31
2007-10-10r18216: a special override for the broken HP-UX C compiler. It does supportAndrew Tridgell1-0/+10
2007-10-10r18206: need rep_ macro for setlinebufAndrew Tridgell1-0/+5
2007-10-10r18205: need rep_ macros for seteuid and setegidAndrew Tridgell1-0/+10
2007-10-10r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCCStefan Metzmacher1-0/+9
2007-10-10r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell7-60/+36
2007-10-10r18159: always recreate the the archive and use -s (which does the same as ra...Stefan Metzmacher1-2/+1
2007-10-10r18156: fix platforms that need timegm replacementAndrew Tridgell1-1/+2
2007-10-10r18152: move our AC macros into lib/replace/libreplace_macros.m4Stefan Metzmacher3-21/+182
2007-10-10r18151: remove testfileStefan Metzmacher1-0/+1
2007-10-10r18147: add make realdistcleanStefan Metzmacher1-4/+4
2007-10-10r18146: we need signal.h in some placesAndrew Tridgell1-0/+2
2007-10-10r18145: rename cc_feature.m4 into libreplace_macros.m4Stefan Metzmacher2-1/+1
2007-10-10r18144: make the logic a bit more cut&paste friendlyStefan Metzmacher1-10/+21
2007-10-10r18143: the 'showflags' convention from Samba is useful for the other packagesAndrew Tridgell1-1/+6
2007-10-10r18141: an accidental nested C comment!Andrew Tridgell1-1/+1
2007-10-10r18140: and this reduces warnings about toupper()Andrew Tridgell1-0/+1
2007-10-10r18139: irix needs system/network.h hereAndrew Tridgell1-0/+1
2007-10-10r18138: LIBREPLACE provides stuff from -ldl so it should depend on itStefan Metzmacher1-1/+1
2007-10-10r18132: getpass can't depend on fns in lib/util/Andrew Tridgell1-2/+28
2007-10-10r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell23-41/+1160
2007-10-10r18127: Add macro AC_CHECK_DECL() for systems that don't have it.Jelmer Vernooij1-0/+13
2007-10-10r18125: Remove obsolete file.Jelmer Vernooij1-58/+0
2007-10-10r18124: Keep right libs when looking for dl*() functionsJelmer Vernooij1-2/+2
2007-10-10r18122: Fix warnings related to errno declaration.Jelmer Vernooij1-1/+3
2007-10-10r18121: Simplify m4 code, hopefully fix Samba4 build problems.Jelmer Vernooij3-28/+6
2007-10-10r18111: base inclusion of replacement printf fns on function existance, notAndrew Tridgell1-8/+13
2007-10-10r18094: try to fix the samba4 buildStefan Metzmacher2-1/+28
2007-10-10r18093: check for the headers first and check all functionsStefan Metzmacher1-2/+2
2007-10-10r18088: sometimes autoconf picks up some old stuff:Stefan Metzmacher1-0/+3
2007-10-10r18085: using m4_include() instead of sinclude() means we get an error if theAndrew Tridgell2-5/+5
2007-10-10r18084: we don't need the double sinclude() any moreAndrew Tridgell1-2/+0
2007-10-10r18081: libreplace now uses config.h againAndrew Tridgell1-5/+0
2007-10-10r18079: fix for in-tree build with samba4 dir layoutAndrew Tridgell1-1/+1
2007-10-10r18078: these tests came from tallocAndrew Tridgell1-0/+3
2007-10-10r18075: with the new scheme, we now use config.h again (thanks jelmer!)Andrew Tridgell1-1/+1
2007-10-10r18074: config.m4 is now libreplace.m4Andrew Tridgell2-1/+1
2007-10-10r18073: next step in grab libreplace plan - see IRC logs for very detailedAndrew Tridgell3-56/+20
2007-10-10r18067: some tweaks for irix and hpuxAndrew Tridgell3-6/+50
2007-10-10r18061: this should fix the libreplace build on us4 with gccAndrew Tridgell2-0/+9
2007-10-10r18060: use gmake for libreplace if availableAndrew Tridgell1-0/+2
2007-10-10r18059: another cpp errorAndrew Tridgell1-1/+1
2007-10-10r18058: we don't actually need __VA_ARGS__ yet (its another C99 feature whichAndrew Tridgell1-4/+5
2007-10-10r18057: fixed an #ifdefAndrew Tridgell1-1/+1
2007-10-10r18056: includes needed for O_CREATAndrew Tridgell1-1/+3
2007-10-10r18055: aix needs time.h for timegm.c to compileAndrew Tridgell2-0/+9
2007-10-10r18054: snprintf.c needs to use replace.h to get the rep_vasprintf and relatedAndrew Tridgell1-5/+1