summaryrefslogtreecommitdiff
path: root/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2011-09-08lib/replace: include <sys/uio.h> in "system/filesys.h" in order to have struc...Stefan Metzmacher1-0/+4
2011-08-14replace: Check if we have mremap() availableSimo Sorce2-0/+55
2011-08-01Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sign...Jeremy Allison1-4/+0
2011-05-31replace: remove waring if IOV_MAX is not definedBjörn Jacke1-2/+0
2011-05-30replace: fix build issues on GNU Hurd (#7998)Björn Jacke1-1/+1
2011-05-19Fix bug found when building on an IPv6-only system by Kai Blin.Jeremy Allison1-3/+16
2011-05-10lib/replace: fix an #if HAVE_GSSAPI_GSSAPI_EXT_H to be an #ifdefMichael Adam1-1/+1
2011-05-07Fix Samba3 on OpenIndiana.Gordon Ross1-1/+3
2011-04-30kerberos: Only include gssapi/gssapi_krb5.h when availableAndrew Bartlett1-0/+2
2011-04-27libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/authAndrew Bartlett1-0/+10
2011-04-14libcli/auth Move krb5 wrapper functions from s3 into commonAndrew Bartlett1-105/+5
2011-03-19lib/replace/test: Add missing include for prototype.Jelmer Vernooij1-0/+1
2011-03-19libreplace: Fix prototypes for all functions.Jelmer Vernooij4-1/+8
2011-03-04libreplace: move "struct timespec" checks into libreplace (where timespec is ...Günther Deschner3-0/+31
2011-02-28libreplace: poll based on selectVolker Lendecke5-0/+182
2011-02-17s3-waf: move the KRB5_DEPRECATED configure check out of lib/replaceAndrew Tridgell1-8/+0
2011-02-10replace: Add missing eval to m4 scriptSumit Bose1-2/+2
2011-02-07waf: add clock_gettime clock ID checks to libreplace wscript.Günther Deschner1-1/+17
2011-02-07build: removed the old autogen.sh and autogen-waf.sh scriptsAndrew Tridgell2-12/+0
2011-02-03replace: Try to fix broken sys/capabilites.h on Linux.Stefan Metzmacher3-1/+10
2011-02-03Revert "replace: Try to fix broken sys/capabilites.h on Linux."Stefan Metzmacher3-6/+1
2011-02-02replace: Try to fix broken sys/capabilites.h on Linux.Andreas Schneider3-1/+6
2011-01-08waf: ensure "make dist" works from a clean git tree for all librariesAndrew Tridgell1-2/+4
2010-12-23lib/replace/testsuite.c - fix test outputMatthias Dieter Wallnöfer1-1/+1
2010-12-12change searched name from _ss_family to __ss_familyMatthieu Patou1-1/+1
2010-12-12build: add a check for _ss_family as it used on aix to replace ss_familyMatthieu Patou1-0/+2
2010-12-12replace: add comments to make the #ifdef/#else/endif more readableMatthieu Patou1-3/+3
2010-12-11build: add a dependency on lib iconv for lib intl if we are not able to find itMatthieu Patou1-1/+12
2010-11-28replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer1-1/+1
2010-11-28replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer1-1/+1
2010-11-28replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer1-1/+1
2010-11-28replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer1-2/+2
2010-11-03build: a more portable way of finding waf in makefilesAndrew Tridgell1-3/+1
2010-11-03replace/wscript: add size checks for stdint.h typesStefan Metzmacher1-0/+1
2010-11-03replace/wscript: do the size checks directly after the type checksStefan Metzmacher1-4/+4
2010-11-03replace/wscript: define bool to int instead of off_tStefan Metzmacher1-1/+1
2010-11-03replace/wscript: check for uint8_tStefan Metzmacher1-0/+1
2010-10-31replace/talloc: Avoid automatically pulling in new configure/Makefile,Jelmer Vernooij1-6/+0
2010-10-31replace: Look harder for waf.Jelmer Vernooij1-1/+8
2010-10-31replace: Build using waf by default.Jelmer Vernooij5-14/+108
2010-10-30replace: Fix formatting.Jelmer Vernooij1-8/+8
2010-10-30replace: Avoid autoproto as it breaks standalone builds.Jelmer Vernooij2-1/+10
2010-10-30replace: Only build replace-test in standalone build.Jelmer Vernooij1-7/+9
2010-10-30replace: create a private replace-test libraryAndrew Tridgell1-5/+8
2010-10-26replace: restore the order for #define + rep_strtollMatthieu Patou1-3/+3
2010-10-23waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij1-1/+1
2010-10-23lib/replace: use snprintf() in test code to avoid warnings in the IBM-CheckerStefan Metzmacher1-2/+2
2010-10-23lib/replace: fix rep_strtoull() prototypeStefan Metzmacher2-3/+3
2010-10-22replace: use replace for non 'samba' compliant strptimeMatthieu Patou1-0/+19
2010-10-22replace: use a wrapper around strtoll if it didn't behave as expectedMatthieu Patou3-2/+77