summaryrefslogtreecommitdiffstats
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* replace: make the INT64_MAX define more portableBjörn Jacke2012-07-041-1/+1
* Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison2012-06-292-3/+5
* replace: define INT64_MAX when not definedBjörn Jacke2012-06-281-0/+4
* attr: Look for attr/attributes.h too.Jelmer Vernooij2012-06-163-2/+4
* lib/replace: define HAVE_WORKING_STRPTIME instead of REPLACE_STRPTIMEStefan Metzmacher2012-06-143-10/+16
* lib/replace: execute strptime.c testsStefan Metzmacher2012-06-141-0/+1
* Revert "replace: use replace for non 'samba' compliant strptime"Stefan Metzmacher2012-06-141-19/+0
* lib/replace: add more condition to add snprintf.cStefan Metzmacher2012-06-141-1/+3
* Revert "lib/replace: Fix snprintf() override for systems with a broken snprin...Stefan Metzmacher2012-06-141-1/+1
* lib/replace: s/execute=1/execute=TrueStefan Metzmacher2012-06-141-1/+1
* replace: fix unused variable warningBjörn Jacke2012-06-131-3/+6
* Revert "replace: fix unused variable warning"Björn Jacke2012-06-131-5/+4
* replace: fix unused variable warningBjörn Jacke2012-06-131-4/+5
* lib/replace: Fix snprintf() override for systems with a broken snprintf()Andrew Bartlett2012-06-061-1/+1
* libreplace: Add copyrights to ease tracking of this file in futureAndrew Bartlett2012-06-051-0/+2
* libreplace: Remove autoconf build systemAndrew Bartlett2012-06-059-3648/+0
* libreplace: Ensure we link xattr.c on MacOSAndrew Bartlett2012-06-041-1/+1
* librepace: put #defines after #include "sys/xattr.h"Andrew Bartlett2012-06-032-40/+8
* lib/replace: Undo change of 0 -> NULLAndrew Bartlett2012-06-031-1/+1
* libreplace: Fix up MacOS xattr functionsAndrew Bartlett2012-06-031-0/+18
* libreplace: Link libreplace against attr when requiredAndrew Bartlett2012-06-031-1/+8
* libreplace: Use true rather than True in xattr.cAndrew Bartlett2012-06-031-2/+2
* libreplace: Fix build on MacOS where we have the same fn name but more argumentsAndrew Bartlett2012-06-021-8/+8
* libreplace: Solaris needs system/dir.h for that xattr wrapper implementationAndrew Bartlett2012-06-021-0/+1
* libreplace: Add missing tests for HAVE_MREMAP and HAVE_SHARED_MMAPAndrew Bartlett2012-06-021-0/+10
* libreplace: Fix autoconf build on platforms needing xattrsAndrew Bartlett2012-06-021-1/+1
* lib/replace: Relicence xattr.c to LGPLv3Andrew Bartlett2012-06-021-11/+14
* lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett2012-06-025-32/+34
* s4-xattr: Use libreplace xattr functions directlyAndrew Bartlett2012-06-021-0/+6
* lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett2012-06-024-1/+172
* lib/replace: We cannot use strchr_m in lib/replaceAndrew Bartlett2012-06-021-6/+6
* lib/replace: DEBUG is not acceptable here, as this may not be linked into SambaAndrew Bartlett2012-06-021-7/+0
* lib/replace: Copy lib/system.c xattr wrappers to lib/replaceAndrew Bartlett2012-06-021-0/+703
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-1/+1
* libreplace: Fix symbol names for snprintf/asprintf/vasprintf.Jelmer Vernooij2012-05-131-6/+6
* replace: Fix use of mktempSimo Sorce2012-04-261-2/+2
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-252-16/+55
* replace: added ENOATTR define if undefinedAndrew Tridgell2012-04-181-0/+8
* Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ...Jeremy Allison2012-04-121-12/+2
* On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...Jeremy Allison2012-04-103-8/+14
* Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...Jeremy Allison2012-04-092-0/+10
* libreplace: We have a poll replacement based on selectVolker Lendecke2012-04-091-0/+1
* lib/replace: Add getconf LFS_CFLAGS support to autoconf buildAndrew Bartlett2012-04-051-0/+8
* replace: Avoid DEBUG(), which is not available in libreplace.Jelmer Vernooij2012-03-251-1/+1
* libreplace: Add usleep implementation.Jelmer Vernooij2012-03-242-0/+20
* replace: Work around socket wrapper.Jelmer Vernooij2012-03-241-0/+1
* replace: Add system/network.h for ucred struct.Jelmer Vernooij2012-03-241-0/+1
* libreplace: Add getpeereid implementation.Jelmer Vernooij2012-03-244-0/+71
* replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij2012-03-244-3/+45
* lib/replace: test for incoherent mmap.Rusty Russell2012-03-223-0/+97