Age | Commit message (Expand) | Author | Files | Lines |
2013-02-22 | build: use -fstack-protector if available | Björn Jacke | 1 | -0/+3 |
2013-02-22 | Revert "wafbuild: use -Wstack-protector if available" | Björn Jacke | 1 | -3/+0 |
2013-01-15 | build(waf)-libreplace: remove redundant check for flistea function | Björn Baumbach | 1 | -1/+1 |
2013-01-15 | lib/replace: Add ucontext configure waf checks. | Jeremy Allison | 1 | -1/+10 |
2013-01-14 | Fix bug 9548: Correctly detect O_DIRECT | Volker Lendecke | 1 | -0/+11 |
2012-12-03 | replace: Remove deprecated getpass() support. | Andreas Schneider | 1 | -12/+0 |
2012-10-30 | wafbuild: use -Wstack-protector if available | Björn Jacke | 1 | -0/+3 |
2012-10-30 | wafbuild: reorder the Werror checks so that the ambigous w2 option is being c... | Björn Jacke | 1 | -1/+5 |
2012-10-30 | wafbuild: merge the missing IBM compiler Werror flag "-qhalt=w" to waf | Björn Jacke | 1 | -1/+1 |
2012-10-30 | wfabuild: fix the -errwarn compile flag test | Björn Jacke | 1 | -1/+1 |
2012-10-23 | lib/replace: Fix configure on FreeBSD: define_ret is not correct here | Andrew Bartlett | 1 | -1/+0 |
2012-10-23 | lib/replace: Fix detection of rpcsrv/yp_prot.h on FreeBSD | Andrew Bartlett | 1 | -1/+4 |
2012-09-29 | lib/replace: Add test for what flag we need for -Werror behaviour | Andrew Bartlett | 1 | -0/+9 |
2012-09-24 | replace: Support setproctitle(). | Jelmer Vernooij | 1 | -0/+2 |
2012-09-24 | lib/replace: Look for special flags needed for c99 | Andrew Bartlett | 1 | -0/+10 |
2012-09-24 | lib/replace: Improve mkstemp test in autoconf and waf | Andrew Bartlett | 1 | -1/+16 |
2012-09-11 | lib/replace: remove duplicate check for inotify | Michael Adam | 1 | -1/+1 |
2012-09-07 | build: define _BSD_TYPES on IRIX to have types like u_short | Björn Jacke | 1 | -0/+1 |
2012-07-26 | s3/aio_fork: fix build on irix | Björn Jacke | 1 | -0/+4 |
2012-06-29 | Move back to using per-thread credentials on Linux. Fixes the glibc native AI... | Jeremy Allison | 1 | -2/+2 |
2012-06-16 | attr: Look for attr/attributes.h too. | Jelmer Vernooij | 1 | -1/+1 |
2012-06-14 | lib/replace: define HAVE_WORKING_STRPTIME instead of REPLACE_STRPTIME | Stefan Metzmacher | 1 | -8/+11 |
2012-06-14 | lib/replace: execute strptime.c tests | Stefan Metzmacher | 1 | -0/+1 |
2012-06-14 | Revert "replace: use replace for non 'samba' compliant strptime" | Stefan Metzmacher | 1 | -19/+0 |
2012-06-14 | lib/replace: add more condition to add snprintf.c | Stefan Metzmacher | 1 | -1/+3 |
2012-06-14 | Revert "lib/replace: Fix snprintf() override for systems with a broken snprin... | Stefan Metzmacher | 1 | -1/+1 |
2012-06-14 | lib/replace: s/execute=1/execute=True | Stefan Metzmacher | 1 | -1/+1 |
2012-06-06 | lib/replace: Fix snprintf() override for systems with a broken snprintf() | Andrew Bartlett | 1 | -1/+1 |
2012-06-04 | libreplace: Ensure we link xattr.c on MacOS | Andrew Bartlett | 1 | -1/+1 |
2012-06-02 | libreplace: Add missing tests for HAVE_MREMAP and HAVE_SHARED_MMAP | Andrew Bartlett | 1 | -0/+10 |
2012-06-02 | lib/replace: Merge remaining xattr test details from lib/util | Andrew Bartlett | 1 | -6/+8 |
2012-06-02 | s4-xattr: Use libreplace xattr functions directly | Andrew Bartlett | 1 | -0/+6 |
2012-06-02 | lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.c | Andrew Bartlett | 1 | -1/+29 |
2012-04-10 | On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ... | Jeremy Allison | 1 | -0/+2 |
2012-03-24 | libreplace: Add getpeereid implementation. | Jelmer Vernooij | 1 | -0/+10 |
2012-03-24 | replace: Move memalign() from lib/util/system.c to libreplace. | Jelmer Vernooij | 1 | -2/+2 |
2012-03-22 | lib/replace: test for incoherent mmap. | Rusty Russell | 1 | -0/+7 |
2012-02-20 | build: Add libbsd as a dep for LIBREPLACE_HOSTCC | Andrew Bartlett | 1 | -4/+5 |
2012-02-02 | replace: Only add bsd dependency when bsd library was found. | Jelmer Vernooij | 1 | -1/+4 |
2012-01-31 | replace: Only include C files from which there are actually functions used. | Jelmer Vernooij | 1 | -2/+21 |
2012-01-31 | replace: use libbsd for strlcat/strlcpy when available. | Jelmer Vernooij | 1 | -15/+21 |
2011-10-27 | replace: Add checks for setreuid and setregid. | Andreas Schneider | 1 | -2/+2 |
2011-10-27 | replace: Make sure we compile without uid_wrapper. | Andreas Schneider | 1 | -1/+1 |
2011-10-13 | config.h: define HAVE_LIBREPLACE | Rusty Russell | 1 | -0/+1 |
2011-03-04 | libreplace: move "struct timespec" checks into libreplace (where timespec is ... | Günther Deschner | 1 | -0/+1 |
2011-02-28 | libreplace: poll based on select | Volker Lendecke | 1 | -0/+4 |
2011-02-17 | s3-waf: move the KRB5_DEPRECATED configure check out of lib/replace | Andrew Tridgell | 1 | -8/+0 |
2011-02-07 | waf: add clock_gettime clock ID checks to libreplace wscript. | Günther Deschner | 1 | -1/+17 |
2011-02-03 | replace: Try to fix broken sys/capabilites.h on Linux. | Stefan Metzmacher | 1 | -1/+1 |
2011-02-03 | Revert "replace: Try to fix broken sys/capabilites.h on Linux." | Stefan Metzmacher | 1 | -1/+1 |