summaryrefslogtreecommitdiff
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* replace: Only add bsd dependency when bsd library was found.Jelmer Vernooij2012-02-021-1/+4
* replace: Add include for bsd/string.h.Jelmer Vernooij2012-02-011-0/+4
* Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master.Ira Cooper2012-01-312-0/+13
* replace: Only include C files from which there are actually functions used.Jelmer Vernooij2012-01-311-2/+21
* replace: use libbsd for strlcat/strlcpy when available.Jelmer Vernooij2012-01-311-15/+21
* libreplace: Don't check for standards.h on darwin (Lion)Volker Lendecke2011-12-251-2/+10
* replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider2011-10-272-0/+24
* Include uid_wrapper correctly.Andreas Schneider2011-10-271-0/+11
* replace: Add checks for setreuid and setregid.Andreas Schneider2011-10-272-3/+4
* replace: Make sure we compile without uid_wrapper.Andreas Schneider2011-10-271-1/+1
* libreplace: add a missing "eval" to the AC_VERIFY_C_PROTOTYPE macroMichael Adam2011-10-141-1/+1
* config.h: define HAVE_LIBREPLACERusty Russell2011-10-132-0/+3
* lib/replace: include <sys/uio.h> in "system/filesys.h" in order to have struc...Stefan Metzmacher2011-09-081-0/+4
* replace: Check if we have mremap() availableSimo Sorce2011-08-142-0/+55
* Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sign...Jeremy Allison2011-08-011-4/+0
* replace: remove waring if IOV_MAX is not definedBjörn Jacke2011-05-311-2/+0
* replace: fix build issues on GNU Hurd (#7998)Björn Jacke2011-05-301-1/+1
* Fix bug found when building on an IPv6-only system by Kai Blin.Jeremy Allison2011-05-191-3/+16
* lib/replace: fix an #if HAVE_GSSAPI_GSSAPI_EXT_H to be an #ifdefMichael Adam2011-05-101-1/+1
* Fix Samba3 on OpenIndiana.Gordon Ross2011-05-071-1/+3
* kerberos: Only include gssapi/gssapi_krb5.h when availableAndrew Bartlett2011-04-301-0/+2
* libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/authAndrew Bartlett2011-04-271-0/+10
* libcli/auth Move krb5 wrapper functions from s3 into commonAndrew Bartlett2011-04-141-105/+5
* lib/replace/test: Add missing include for prototype.Jelmer Vernooij2011-03-191-0/+1
* libreplace: Fix prototypes for all functions.Jelmer Vernooij2011-03-194-1/+8
* libreplace: move "struct timespec" checks into libreplace (where timespec is ...Günther Deschner2011-03-043-0/+31
* libreplace: poll based on selectVolker Lendecke2011-02-285-0/+182
* s3-waf: move the KRB5_DEPRECATED configure check out of lib/replaceAndrew Tridgell2011-02-171-8/+0
* replace: Add missing eval to m4 scriptSumit Bose2011-02-101-2/+2
* waf: add clock_gettime clock ID checks to libreplace wscript.Günther Deschner2011-02-071-1/+17
* build: removed the old autogen.sh and autogen-waf.sh scriptsAndrew Tridgell2011-02-072-12/+0
* replace: Try to fix broken sys/capabilites.h on Linux.Stefan Metzmacher2011-02-033-1/+10
* Revert "replace: Try to fix broken sys/capabilites.h on Linux."Stefan Metzmacher2011-02-033-6/+1
* replace: Try to fix broken sys/capabilites.h on Linux.Andreas Schneider2011-02-023-1/+6
* waf: ensure "make dist" works from a clean git tree for all librariesAndrew Tridgell2011-01-081-2/+4
* lib/replace/testsuite.c - fix test outputMatthias Dieter Wallnöfer2010-12-231-1/+1
* change searched name from _ss_family to __ss_familyMatthieu Patou2010-12-121-1/+1
* build: add a check for _ss_family as it used on aix to replace ss_familyMatthieu Patou2010-12-121-0/+2
* replace: add comments to make the #ifdef/#else/endif more readableMatthieu Patou2010-12-121-3/+3
* build: add a dependency on lib iconv for lib intl if we are not able to find itMatthieu Patou2010-12-111-1/+12
* replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer2010-11-281-2/+2
* build: a more portable way of finding waf in makefilesAndrew Tridgell2010-11-031-3/+1
* replace/wscript: add size checks for stdint.h typesStefan Metzmacher2010-11-031-0/+1
* replace/wscript: do the size checks directly after the type checksStefan Metzmacher2010-11-031-4/+4
* replace/wscript: define bool to int instead of off_tStefan Metzmacher2010-11-031-1/+1
* replace/wscript: check for uint8_tStefan Metzmacher2010-11-031-0/+1
* replace/talloc: Avoid automatically pulling in new configure/Makefile,Jelmer Vernooij2010-10-311-6/+0