summaryrefslogtreecommitdiff
path: root/lib/replace/system
AgeCommit message (Expand)AuthorFilesLines
2012-04-25lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2-16/+55
2012-04-18replace: added ENOATTR define if undefinedAndrew Tridgell1-0/+8
2012-01-31Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master.Ira Cooper1-0/+2
2011-10-27replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider2-0/+24
2011-10-27Include uid_wrapper correctly.Andreas Schneider1-0/+11
2011-09-08lib/replace: include <sys/uio.h> in "system/filesys.h" in order to have struc...Stefan Metzmacher1-0/+4
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-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-04libreplace: move "struct timespec" checks into libreplace (where timespec is ...Günther Deschner1-0/+7
2011-02-28libreplace: poll based on selectVolker Lendecke2-0/+40
2011-02-03Revert "replace: Try to fix broken sys/capabilites.h on Linux."Stefan Metzmacher2-5/+0
2011-02-02replace: Try to fix broken sys/capabilites.h on Linux.Andreas Schneider2-0/+5
2010-12-12replace: add comments to make the #ifdef/#else/endif more readableMatthieu Patou1-3/+3
2010-09-14libreplace: use CLOCK_HIGHRES when availableBjörn Jacke1-3/+5
2010-08-31libreplace: make a define for a best effort monotonic clockBjörn Jacke1-0/+7
2010-08-31libreplace: add clock_gettime replacement function for systems that don't hav...Björn Jacke1-0/+6
2010-08-31libreplace: move gettimeofday TZ arg check hereBjörn Jacke1-0/+10
2010-06-03libreplace: Fix readline build with libedit.James Peach1-1/+7
2010-05-30libreplace: include sys/file.h only when availableBjörn Jacke2-1/+3
2010-04-24lib/replace: add replacement for IPV6_V6ONLY on linux systems with broken hea...Stefan Metzmacher1-0/+7
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: updated configure checks or new syntaxAndrew Tridgell1-8/+8
2010-04-06build: added checks for solaris getXXent_r() functionsAndrew Tridgell1-0/+24
2010-02-23libreplace: Remove the obsolete signal type cast.Andreas Schneider1-4/+0
2010-02-08libreplace: add check for NSS_WRAPPER_DISABLE similar to SOCKET_WRAPPER_DISABLEStefan Metzmacher1-2/+4
2009-09-15libreplace: white space cleanupsBjörn Jacke2-12/+12
2009-08-12libreplace: undef AI_ADDRCONFIG on QNX 6.3.0 (fix bug #6630)Matt Kraai1-0/+14
2009-06-12s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett1-1/+5
2009-06-08Add langinfo.h to the system/locale.hTimur I. Bakeyev2-1/+5
2009-06-08replace: add fallback define for IOV_MAXStefan Metzmacher1-0/+16
2009-05-30nss_wrapper: try to fix the build of nss_wrapper on solaris.Günther Deschner1-0/+1
2009-04-20Only define waitpid replacement if wait4 is available. (It isn't onJelmer Vernooij1-0/+4
2009-04-20Cope with the fact that only _mkdir() exists on Windows and that itJelmer Vernooij1-0/+4
2009-03-11lib/replace: make sure we include <sys/uio.h> before socket_wrapper.hStefan Metzmacher1-0/+4
2009-02-26libreplace: make it possible to disable socket_wrapper via -DSOCKET_WRAPPER_D...Stefan Metzmacher1-2/+4
2009-01-31lib/replace: move MAXHOSTNAMELEN to system/network.hStefan Metzmacher1-1/+5
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij19-0/+1573