summaryrefslogtreecommitdiff
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* Bug 8997: change libreplace GPL source to LGPLDavid Disseldorp2013-06-033-31/+43
* build: Remove autoconf build systemAndrew Bartlett2013-05-2812-2174/+0
* lib/replace: Remove unused install-shAndrew Bartlett2013-05-271-238/+0
* lib/replace: Set BROKEN_STRNLEN and BROKEN_STRNDUP on all AIXAndrew Bartlett2013-05-231-0/+13
* waf: only use -fstack-protector when both compiler and linker support itChristian Ambach2013-05-171-1/+1
* lib/replace: add SCNx macrosChristian Ambach2013-05-061-0/+39
* lib/replace: prefer inttypes.h over stdint.hChristian Ambach2013-05-061-4/+4
* waf: add -fstack-protector to LDFLAGS if detected.Ira Cooper2013-03-061-0/+1
* waf: Correctly check for prctl in just one place.Andreas Schneider2013-03-051-1/+14
* lib/replace: add AC_CHECK_VALUEOF() macroStefan Metzmacher2013-03-011-0/+15
* build: use -fstack-protector if availableBjörn Jacke2013-02-221-0/+3
* Revert "wafbuild: use -Wstack-protector if available"Björn Jacke2013-02-221-3/+0
* heimdal_build: Try again to sort out the strerror_r messAndrew Bartlett2013-01-192-2/+3
* build(waf)-libreplace: remove redundant check for flistea functionBjörn Baumbach2013-01-151-1/+1
* lib/replace: Include sys/ucontext.h if available.Jeremy Allison2013-01-151-0/+4
* lib/replace: Add ucontext configure autoconf checks.Jeremy Allison2013-01-151-0/+13
* lib/replace: Add ucontext configure waf checks.Jeremy Allison2013-01-151-1/+10
* lib/replace: Add missing check for sys/wait.hJeremy Allison2013-01-151-1/+1
* Fix bug 9548: Correctly detect O_DIRECTVolker Lendecke2013-01-142-11/+21
* replace: Fix compilation of rep_mkstempJesper Larsen2013-01-091-1/+1
* replace: Remove deprecated getpass() support.Andreas Schneider2012-12-038-285/+0
* lib/replace: Do not use STRERROR_R_PROTO_COMPATIBLE as only roken.h sets thisAndrew Bartlett2012-11-222-4/+2
* lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher2012-11-143-17/+34
* wafbuild: use -Wstack-protector if availableBjörn Jacke2012-10-301-0/+3
* wafbuild: reorder the Werror checks so that the ambigous w2 option is being c...Björn Jacke2012-10-301-1/+5
* wafbuild: merge the missing IBM compiler Werror flag "-qhalt=w" to wafBjörn Jacke2012-10-301-1/+1
* wfabuild: fix the -errwarn compile flag testBjörn Jacke2012-10-301-1/+1
* lib/replace: Return size of xattr if size argument is 0Andrew Bartlett2012-10-281-3/+12
* lib/replace: Fix configure on FreeBSD: define_ret is not correct hereAndrew Bartlett2012-10-231-1/+0
* lib/replace: Fix detection of rpcsrv/yp_prot.h on FreeBSDAndrew Bartlett2012-10-231-1/+4
* lib/replace: Add test for what flag we need for -Werror behaviourAndrew Bartlett2012-09-291-0/+9
* replace: Avoid returning value in void setproctitle() replacement.Jelmer Vernooij2012-09-251-1/+0
* replace: Support setproctitle().Jelmer Vernooij2012-09-244-0/+19
* lib/replace: Look for special flags needed for c99Andrew Bartlett2012-09-241-0/+10
* lib/replace: Improve mkstemp test in autoconf and wafAndrew Bartlett2012-09-242-4/+34
* lib/replace: Remove unused nap and therefore the SCO defineAndrew Bartlett2012-09-231-10/+0
* lib/replace: Try to fix build on HP-UX for os2_delete testAndrew Bartlett2012-09-234-17/+6
* ntdb: Try to fix the build on Solaris which does not have errAndrew Bartlett2012-09-231-0/+13
* replace: fix 520c9b0b0ae33Björn Jacke2012-09-181-1/+1
* libreplace: Bug 8107, Fix poll replacement to become a msleep replacementJoachim Schmitz2012-09-171-1/+1
* replace: add some includes for poll.hBjörn Jacke2012-09-161-0/+6
* lib/replace: remove duplicate check for inotifyMichael Adam2012-09-111-1/+1
* osX define uint64_t as long long intMatthieu Patou2012-09-101-1/+1
* build: define _BSD_TYPES on IRIX to have types like u_shortBjörn Jacke2012-09-072-0/+2
* s3/aio_fork: fix build on irixBjörn Jacke2012-07-262-0/+5
* replace: make the INT64_MAX define more portableBjörn Jacke2012-07-041-1/+1
* Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison2012-06-292-3/+5
* replace: define INT64_MAX when not definedBjörn Jacke2012-06-281-0/+4
* attr: Look for attr/attributes.h too.Jelmer Vernooij2012-06-163-2/+4
* lib/replace: define HAVE_WORKING_STRPTIME instead of REPLACE_STRPTIMEStefan Metzmacher2012-06-143-10/+16