Age | Commit message (Expand) | Author | Files | Lines |
2012-04-26 | replace: Fix use of mktemp | Simo Sorce | 1 | -2/+2 |
2012-04-25 | lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep... | Alexander Bokovoy | 2 | -16/+55 |
2012-04-18 | replace: added ENOATTR define if undefined | Andrew Tridgell | 1 | -0/+8 |
2012-04-12 | Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ... | Jeremy Allison | 1 | -12/+2 |
2012-04-10 | On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ... | Jeremy Allison | 3 | -8/+14 |
2012-04-09 | Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl... | Jeremy Allison | 2 | -0/+10 |
2012-04-09 | libreplace: We have a poll replacement based on select | Volker Lendecke | 1 | -0/+1 |
2012-04-05 | lib/replace: Add getconf LFS_CFLAGS support to autoconf build | Andrew Bartlett | 1 | -0/+8 |
2012-03-25 | replace: Avoid DEBUG(), which is not available in libreplace. | Jelmer Vernooij | 1 | -1/+1 |
2012-03-24 | libreplace: Add usleep implementation. | Jelmer Vernooij | 2 | -0/+20 |
2012-03-24 | replace: Work around socket wrapper. | Jelmer Vernooij | 1 | -0/+1 |
2012-03-24 | replace: Add system/network.h for ucred struct. | Jelmer Vernooij | 1 | -0/+1 |
2012-03-24 | libreplace: Add getpeereid implementation. | Jelmer Vernooij | 4 | -0/+71 |
2012-03-24 | replace: Move memalign() from lib/util/system.c to libreplace. | Jelmer Vernooij | 4 | -3/+45 |
2012-03-22 | lib/replace: test for incoherent mmap. | Rusty Russell | 3 | -0/+97 |
2012-02-20 | build: Add libbsd as a dep for LIBREPLACE_HOSTCC | Andrew Bartlett | 1 | -4/+5 |
2012-02-02 | replace: Only add bsd dependency when bsd library was found. | Jelmer Vernooij | 1 | -1/+4 |
2012-02-01 | replace: Add include for bsd/string.h. | Jelmer Vernooij | 1 | -0/+4 |
2012-01-31 | Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master. | Ira Cooper | 2 | -0/+13 |
2012-01-31 | replace: Only include C files from which there are actually functions used. | Jelmer Vernooij | 1 | -2/+21 |
2012-01-31 | replace: use libbsd for strlcat/strlcpy when available. | Jelmer Vernooij | 1 | -15/+21 |
2011-12-25 | libreplace: Don't check for standards.h on darwin (Lion) | Volker Lendecke | 1 | -2/+10 |
2011-10-27 | replace: Add don't include unistd.h directly and add uid_wrapper. | Andreas Schneider | 2 | -0/+24 |
2011-10-27 | Include uid_wrapper correctly. | Andreas Schneider | 1 | -0/+11 |
2011-10-27 | replace: Add checks for setreuid and setregid. | Andreas Schneider | 2 | -3/+4 |
2011-10-27 | replace: Make sure we compile without uid_wrapper. | Andreas Schneider | 1 | -1/+1 |
2011-10-14 | libreplace: add a missing "eval" to the AC_VERIFY_C_PROTOTYPE macro | Michael Adam | 1 | -1/+1 |
2011-10-13 | config.h: define HAVE_LIBREPLACE | Rusty Russell | 2 | -0/+3 |
2011-09-08 | lib/replace: include <sys/uio.h> in "system/filesys.h" in order to have struc... | Stefan Metzmacher | 1 | -0/+4 |
2011-08-14 | replace: Check if we have mremap() available | Simo Sorce | 2 | -0/+55 |
2011-08-01 | Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sign... | Jeremy Allison | 1 | -4/+0 |
2011-05-31 | replace: remove waring if IOV_MAX is not defined | Björn Jacke | 1 | -2/+0 |
2011-05-30 | replace: fix build issues on GNU Hurd (#7998) | Björn Jacke | 1 | -1/+1 |
2011-05-19 | Fix bug found when building on an IPv6-only system by Kai Blin. | Jeremy Allison | 1 | -3/+16 |
2011-05-10 | lib/replace: fix an #if HAVE_GSSAPI_GSSAPI_EXT_H to be an #ifdef | Michael Adam | 1 | -1/+1 |
2011-05-07 | Fix Samba3 on OpenIndiana. | Gordon Ross | 1 | -1/+3 |
2011-04-30 | kerberos: Only include gssapi/gssapi_krb5.h when available | Andrew Bartlett | 1 | -0/+2 |
2011-04-27 | libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/auth | Andrew Bartlett | 1 | -0/+10 |
2011-04-14 | libcli/auth Move krb5 wrapper functions from s3 into common | Andrew Bartlett | 1 | -105/+5 |
2011-03-19 | lib/replace/test: Add missing include for prototype. | Jelmer Vernooij | 1 | -0/+1 |
2011-03-19 | libreplace: Fix prototypes for all functions. | Jelmer Vernooij | 4 | -1/+8 |
2011-03-04 | libreplace: move "struct timespec" checks into libreplace (where timespec is ... | Günther Deschner | 3 | -0/+31 |
2011-02-28 | libreplace: poll based on select | Volker Lendecke | 5 | -0/+182 |
2011-02-17 | s3-waf: move the KRB5_DEPRECATED configure check out of lib/replace | Andrew Tridgell | 1 | -8/+0 |
2011-02-10 | replace: Add missing eval to m4 script | Sumit Bose | 1 | -2/+2 |
2011-02-07 | waf: add clock_gettime clock ID checks to libreplace wscript. | Günther Deschner | 1 | -1/+17 |
2011-02-07 | build: removed the old autogen.sh and autogen-waf.sh scripts | Andrew Tridgell | 2 | -12/+0 |
2011-02-03 | replace: Try to fix broken sys/capabilites.h on Linux. | Stefan Metzmacher | 3 | -1/+10 |
2011-02-03 | Revert "replace: Try to fix broken sys/capabilites.h on Linux." | Stefan Metzmacher | 3 | -6/+1 |
2011-02-02 | replace: Try to fix broken sys/capabilites.h on Linux. | Andreas Schneider | 3 | -1/+6 |