summaryrefslogtreecommitdiff
path: root/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-1/+1
2012-05-13libreplace: Fix symbol names for snprintf/asprintf/vasprintf.Jelmer Vernooij1-6/+6
2012-04-26replace: Fix use of mktempSimo Sorce1-2/+2
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-04-12Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ...Jeremy Allison1-12/+2
2012-04-10On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...Jeremy Allison3-8/+14
2012-04-09Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...Jeremy Allison2-0/+10
2012-04-09libreplace: We have a poll replacement based on selectVolker Lendecke1-0/+1
2012-04-05lib/replace: Add getconf LFS_CFLAGS support to autoconf buildAndrew Bartlett1-0/+8
2012-03-25replace: Avoid DEBUG(), which is not available in libreplace.Jelmer Vernooij1-1/+1
2012-03-24libreplace: Add usleep implementation.Jelmer Vernooij2-0/+20
2012-03-24replace: Work around socket wrapper.Jelmer Vernooij1-0/+1
2012-03-24replace: Add system/network.h for ucred struct.Jelmer Vernooij1-0/+1
2012-03-24libreplace: Add getpeereid implementation.Jelmer Vernooij4-0/+71
2012-03-24replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij4-3/+45
2012-03-22lib/replace: test for incoherent mmap.Rusty Russell3-0/+97
2012-02-20build: Add libbsd as a dep for LIBREPLACE_HOSTCCAndrew Bartlett1-4/+5
2012-02-02replace: Only add bsd dependency when bsd library was found.Jelmer Vernooij1-1/+4
2012-02-01replace: Add include for bsd/string.h.Jelmer Vernooij1-0/+4
2012-01-31Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master.Ira Cooper2-0/+13
2012-01-31replace: Only include C files from which there are actually functions used.Jelmer Vernooij1-2/+21
2012-01-31replace: use libbsd for strlcat/strlcpy when available.Jelmer Vernooij1-15/+21
2011-12-25libreplace: Don't check for standards.h on darwin (Lion)Volker Lendecke1-2/+10
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-10-27replace: Add checks for setreuid and setregid.Andreas Schneider2-3/+4
2011-10-27replace: Make sure we compile without uid_wrapper.Andreas Schneider1-1/+1
2011-10-14libreplace: add a missing "eval" to the AC_VERIFY_C_PROTOTYPE macroMichael Adam1-1/+1
2011-10-13config.h: define HAVE_LIBREPLACERusty Russell2-0/+3
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