summaryrefslogtreecommitdiff
path: root/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2013-08-09waf: consolidate libintl related checksChristian Ambach1-10/+36
2013-07-17Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().Bill Parker1-0/+29
2013-06-03Bug 8997: change libreplace GPL source to LGPLDavid Disseldorp3-31/+43
2013-05-28build: Remove autoconf build systemAndrew Bartlett12-2174/+0
2013-05-27lib/replace: Remove unused install-shAndrew Bartlett1-238/+0
2013-05-23lib/replace: Set BROKEN_STRNLEN and BROKEN_STRNDUP on all AIXAndrew Bartlett1-0/+13
2013-05-17waf: only use -fstack-protector when both compiler and linker support itChristian Ambach1-1/+1
2013-05-06lib/replace: add SCNx macrosChristian Ambach1-0/+39
2013-05-06lib/replace: prefer inttypes.h over stdint.hChristian Ambach1-4/+4
2013-03-06waf: add -fstack-protector to LDFLAGS if detected.Ira Cooper1-0/+1
2013-03-05waf: Correctly check for prctl in just one place.Andreas Schneider1-1/+14
2013-03-01lib/replace: add AC_CHECK_VALUEOF() macroStefan Metzmacher1-0/+15
2013-02-22build: use -fstack-protector if availableBjörn Jacke1-0/+3
2013-02-22Revert "wafbuild: use -Wstack-protector if available"Björn Jacke1-3/+0
2013-01-19heimdal_build: Try again to sort out the strerror_r messAndrew Bartlett2-2/+3
2013-01-15build(waf)-libreplace: remove redundant check for flistea functionBjörn Baumbach1-1/+1
2013-01-15lib/replace: Include sys/ucontext.h if available.Jeremy Allison1-0/+4
2013-01-15lib/replace: Add ucontext configure autoconf checks.Jeremy Allison1-0/+13
2013-01-15lib/replace: Add ucontext configure waf checks.Jeremy Allison1-1/+10
2013-01-15lib/replace: Add missing check for sys/wait.hJeremy Allison1-1/+1
2013-01-14Fix bug 9548: Correctly detect O_DIRECTVolker Lendecke2-11/+21
2013-01-09replace: Fix compilation of rep_mkstempJesper Larsen1-1/+1
2012-12-03replace: Remove deprecated getpass() support.Andreas Schneider8-285/+0
2012-11-22lib/replace: Do not use STRERROR_R_PROTO_COMPATIBLE as only roken.h sets thisAndrew Bartlett2-4/+2
2012-11-14lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher3-17/+34
2012-10-30wafbuild: use -Wstack-protector if availableBjörn Jacke1-0/+3
2012-10-30wafbuild: reorder the Werror checks so that the ambigous w2 option is being c...Björn Jacke1-1/+5
2012-10-30wafbuild: merge the missing IBM compiler Werror flag "-qhalt=w" to wafBjörn Jacke1-1/+1
2012-10-30wfabuild: fix the -errwarn compile flag testBjörn Jacke1-1/+1
2012-10-28lib/replace: Return size of xattr if size argument is 0Andrew Bartlett1-3/+12
2012-10-23lib/replace: Fix configure on FreeBSD: define_ret is not correct hereAndrew Bartlett1-1/+0
2012-10-23lib/replace: Fix detection of rpcsrv/yp_prot.h on FreeBSDAndrew Bartlett1-1/+4
2012-09-29lib/replace: Add test for what flag we need for -Werror behaviourAndrew Bartlett1-0/+9
2012-09-25replace: Avoid returning value in void setproctitle() replacement.Jelmer Vernooij1-1/+0
2012-09-24replace: Support setproctitle().Jelmer Vernooij4-0/+19
2012-09-24lib/replace: Look for special flags needed for c99Andrew Bartlett1-0/+10
2012-09-24lib/replace: Improve mkstemp test in autoconf and wafAndrew Bartlett2-4/+34
2012-09-23lib/replace: Remove unused nap and therefore the SCO defineAndrew Bartlett1-10/+0
2012-09-23lib/replace: Try to fix build on HP-UX for os2_delete testAndrew Bartlett4-17/+6
2012-09-23ntdb: Try to fix the build on Solaris which does not have errAndrew Bartlett1-0/+13
2012-09-18replace: fix 520c9b0b0ae33Björn Jacke1-1/+1
2012-09-17libreplace: Bug 8107, Fix poll replacement to become a msleep replacementJoachim Schmitz1-1/+1
2012-09-16replace: add some includes for poll.hBjörn Jacke1-0/+6
2012-09-11lib/replace: remove duplicate check for inotifyMichael Adam1-1/+1
2012-09-10osX define uint64_t as long long intMatthieu Patou1-1/+1
2012-09-07build: define _BSD_TYPES on IRIX to have types like u_shortBjörn Jacke2-0/+2
2012-07-26s3/aio_fork: fix build on irixBjörn Jacke2-0/+5
2012-07-04replace: make the INT64_MAX define more portableBjörn Jacke1-1/+1
2012-06-29Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison2-3/+5
2012-06-28replace: define INT64_MAX when not definedBjörn Jacke1-0/+4