summaryrefslogtreecommitdiffstats
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* lib: tevent: make TEVENT_SIG_INCREMENT atomic.Jeremy Allison2014-06-072-0/+30
* libreplace: Define PTHREAD_MUTEX_ROBUST along with pthread_mutexattr_setrobustVolker Lendecke2014-05-221-0/+8
* libreplace-waf: Only check for _np functions if standard functions are not av...Volker Lendecke2014-05-221-8/+14
* libreplace: Add support for pthread_mutex_consistentVolker Lendecke2014-05-222-2/+17
* libreplace: Add support for pthread_mutexattr_setrobustVolker Lendecke2014-05-222-0/+49
* libreplace: only add PTHREAD CFLAGS and LDFLAGS globally if asked forStefan Metzmacher2014-05-221-2/+3
* libreplace: Move thread checks from source3/wscriptVolker Lendecke2014-05-221-0/+32
* Remove special socket_wrapper code.Andreas Schneider2014-04-173-13/+1
* replace: Add socket_wrapper_enabled().Andreas Schneider2014-04-172-0/+6
* Remove special nss_wrapper codeAndreas Schneider2014-04-172-13/+1
* replace: Add nss_wrapper_hosts_enabled().Andreas Schneider2014-04-172-0/+6
* replace: Add nss_wrapper_enabled().Andreas Schneider2014-04-172-0/+6
* Remove uid_wrapper related code.Andreas Schneider2014-04-171-1/+1
* lib: Change uid_wrapper to preloadable version.Andreas Schneider2014-04-173-33/+0
* replace: Add uid_wrapper_enabled().Andreas Schneider2014-04-173-0/+34
* auth: Remove plaintext OSF1 password supportAndrew Bartlett2014-04-151-3/+0
* waf:lib/replace fix iconv checks on HP/UXChristian Ambach2014-02-131-1/+1
* libreplace: free() deals fine with NULL pointersVolker Lendecke2014-01-241-6/+2
* waf:lib/replace gettext configure checksChristian Ambach2014-01-171-0/+9
* waf:lib/replace fix gettext detectionChristian Ambach2014-01-031-0/+7
* waf:lib/replace change detection of gettextChristian Ambach2014-01-031-4/+5
* waf:lib/replace fix up libintl related checksChristian Ambach2014-01-031-0/+1
* waf:lib/replace correct detection of libiconvChristian Ambach2014-01-031-1/+1
* waf: Fix the FreeBSD build with libinotifyVolker Lendecke2014-01-061-1/+5
* lib/replace remove orphaned codeChristian Ambach2013-12-042-349/+0
* replace: fix typo in variable nameDavid Disseldorp2013-11-281-1/+1
* replace: Don't run over dst in strlcatVolker Lendecke2013-11-281-1/+1
* replace: Fix developer build on BSD.Andreas Schneider2013-11-211-0/+1
* xattr: fix listing EAs on *BSD for non-root usersBjörn Jacke2013-11-081-0/+4
* waf: consolidate libintl related checksChristian Ambach2013-08-091-10/+36
* Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().Bill Parker2013-07-171-0/+29
* 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