summaryrefslogtreecommitdiff
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* lib: replace: Add strsep function (missing on Solaris).Jeremy Allison2015-08-043-2/+27
* lib/replace: remove unused HAVE_DECL_PTHREAD_{MUTEXATTR_SETROBUST,MUTEX_CONSI...Stefan Metzmacher2015-06-201-10/+0
* lib/replace: fix PTHREAD_MUTEX_ROBUST fallback to PTHREAD_MUTEX_ROBUST_NP on ...Stefan Metzmacher2015-06-202-6/+9
* lib/replace: add signal related configure checksStefan Metzmacher2015-06-201-0/+1
* replace: Remove superfluous check for gcrypt header.Andreas Schneider2015-03-241-1/+1
* snprintf: Try to support %jVolker Lendecke2015-03-011-0/+4
* Add Solaris ports as a tevent backend.Jeremy Allison2015-03-012-0/+9
* wafsamba: move -fvisibility=hidden checks from lib/replace to wafsambaStefan Metzmacher2015-01-271-7/+0
* wafsamba: move '-fstack-protector' checks from lib/replace to wafsambaStefan Metzmacher2015-01-271-4/+0
* wafsamba: move WERROR_CFLAGS checks from lib/replace to wafsambaStefan Metzmacher2015-01-271-13/+0
* wafsamba: move compiler / cflags related stuff from lib/replace to wafsambaStefan Metzmacher2015-01-271-21/+0
* Don't use a nested function when testing for visibility attribute support.Jelmer Vernooij2015-01-271-2/+2
* replace: Fix includes of unistd.hMartin Schwenke2014-09-193-4/+9
* replace: Make EWOULDBLOCK always availableVolker Lendecke2014-09-172-0/+5
* Look for system setproctitle before trying -lbsd.Jelmer Vernooij2014-08-311-2/+2
* replace: remove tabs.Jelmer Vernooij2014-08-311-4/+4
* replace: remove unused and duplicate imports.Jelmer Vernooij2014-08-311-2/+2
* replace: Remove unused item returned by FAILED()Martin Schwenke2014-08-201-1/+1
* replace:build: improve detection of srcdirMichael Adam2014-06-201-1/+1
* 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