summaryrefslogtreecommitdiffstats
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
...
* lib/replace: Remove unused nap and therefore the SCO defineAndrew Bartlett2012-09-231-10/+0
* lib/replace: Try to fix build on HP-UX for os2_delete testAndrew Bartlett2012-09-234-17/+6
* ntdb: Try to fix the build on Solaris which does not have errAndrew Bartlett2012-09-231-0/+13
* replace: fix 520c9b0b0ae33Björn Jacke2012-09-181-1/+1
* libreplace: Bug 8107, Fix poll replacement to become a msleep replacementJoachim Schmitz2012-09-171-1/+1
* replace: add some includes for poll.hBjörn Jacke2012-09-161-0/+6
* lib/replace: remove duplicate check for inotifyMichael Adam2012-09-111-1/+1
* osX define uint64_t as long long intMatthieu Patou2012-09-101-1/+1
* build: define _BSD_TYPES on IRIX to have types like u_shortBjörn Jacke2012-09-072-0/+2
* s3/aio_fork: fix build on irixBjörn Jacke2012-07-262-0/+5
* 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