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