summaryrefslogtreecommitdiff
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* libreplace: add a missing "eval" to the AC_VERIFY_C_PROTOTYPE macroMichael Adam2013-07-031-1/+1
* Bug 8997: change libreplace GPL source to LGPLDavid Disseldorp2013-06-143-31/+43
* lib/replace: Include sys/ucontext.h if available.Jeremy Allison2013-01-161-0/+4
* lib/replace: Add ucontext configure autoconf checks.Jeremy Allison2013-01-161-0/+13
* lib/replace: Add missing check for sys/wait.hJeremy Allison2013-01-161-1/+1
* Fix bug 9548: Correctly detect O_DIRECTVolker Lendecke2013-01-151-11/+10
* lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher2012-11-153-17/+34
* libreplace: Fix symbol names for snprintf/asprintf/vasprintf.Jelmer Vernooij2012-11-151-6/+6
* libreplace: Bug 8107, Fix poll replacement to become a msleep replacementJoachim Schmitz2012-10-091-1/+1
* replace: add some includes for poll.hBjörn Jacke2012-10-091-0/+6
* Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master.Ira Cooper2012-02-032-0/+13
* Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sign...Jeremy Allison2011-08-021-4/+0
* Revert "Fix bug 8196 - Many (newer) header files don't have copyright / GPL h...Karolin Seeger2011-06-074-65/+0
* Fix bug 8196 - Many (newer) header files don't have copyright / GPL header co...Jeremy Allison2011-06-074-0/+65
* replace: remove waring if IOV_MAX is not definedBjörn Jacke2011-06-031-2/+0
* Fix bug #7998.Samuel Thibault2011-06-031-1/+1
* Fix bug 8153 found when building on an IPv6-only system by Kai Blin.Jeremy Allison2011-05-201-3/+16
* libreplace: move "struct timespec" checks into libreplace (where timespec is ...Günther Deschner2011-03-043-0/+31
* libreplace: poll based on selectVolker Lendecke2011-02-285-0/+182
* s3-waf: move the KRB5_DEPRECATED configure check out of lib/replaceAndrew Tridgell2011-02-171-8/+0
* replace: Add missing eval to m4 scriptSumit Bose2011-02-101-2/+2
* waf: add clock_gettime clock ID checks to libreplace wscript.Günther Deschner2011-02-071-1/+17
* build: removed the old autogen.sh and autogen-waf.sh scriptsAndrew Tridgell2011-02-072-12/+0
* replace: Try to fix broken sys/capabilites.h on Linux.Stefan Metzmacher2011-02-033-1/+10
* Revert "replace: Try to fix broken sys/capabilites.h on Linux."Stefan Metzmacher2011-02-033-6/+1
* replace: Try to fix broken sys/capabilites.h on Linux.Andreas Schneider2011-02-023-1/+6
* waf: ensure "make dist" works from a clean git tree for all librariesAndrew Tridgell2011-01-081-2/+4
* lib/replace/testsuite.c - fix test outputMatthias Dieter Wallnöfer2010-12-231-1/+1
* change searched name from _ss_family to __ss_familyMatthieu Patou2010-12-121-1/+1
* build: add a check for _ss_family as it used on aix to replace ss_familyMatthieu Patou2010-12-121-0/+2
* replace: add comments to make the #ifdef/#else/endif more readableMatthieu Patou2010-12-121-3/+3
* build: add a dependency on lib iconv for lib intl if we are not able to find itMatthieu Patou2010-12-111-1/+12
* replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer2010-11-281-2/+2
* build: a more portable way of finding waf in makefilesAndrew Tridgell2010-11-031-3/+1
* replace/wscript: add size checks for stdint.h typesStefan Metzmacher2010-11-031-0/+1
* replace/wscript: do the size checks directly after the type checksStefan Metzmacher2010-11-031-4/+4
* replace/wscript: define bool to int instead of off_tStefan Metzmacher2010-11-031-1/+1
* replace/wscript: check for uint8_tStefan Metzmacher2010-11-031-0/+1
* replace/talloc: Avoid automatically pulling in new configure/Makefile,Jelmer Vernooij2010-10-311-6/+0
* replace: Look harder for waf.Jelmer Vernooij2010-10-311-1/+8
* replace: Build using waf by default.Jelmer Vernooij2010-10-315-14/+108
* replace: Fix formatting.Jelmer Vernooij2010-10-301-8/+8
* replace: Avoid autoproto as it breaks standalone builds.Jelmer Vernooij2010-10-302-1/+10
* replace: Only build replace-test in standalone build.Jelmer Vernooij2010-10-301-7/+9
* replace: create a private replace-test libraryAndrew Tridgell2010-10-301-5/+8
* replace: restore the order for #define + rep_strtollMatthieu Patou2010-10-261-3/+3
* waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij2010-10-231-1/+1