summaryrefslogtreecommitdiffstats
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
...
* replace: Fix compilation of rep_mkstempJesper Larsen2013-01-091-1/+1
* replace: Remove deprecated getpass() support.Andreas Schneider2012-12-038-285/+0
* lib/replace: Do not use STRERROR_R_PROTO_COMPATIBLE as only roken.h sets thisAndrew Bartlett2012-11-222-4/+2
* lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher2012-11-143-17/+34
* wafbuild: use -Wstack-protector if availableBjörn Jacke2012-10-301-0/+3
* wafbuild: reorder the Werror checks so that the ambigous w2 option is being c...Björn Jacke2012-10-301-1/+5
* wafbuild: merge the missing IBM compiler Werror flag "-qhalt=w" to wafBjörn Jacke2012-10-301-1/+1
* wfabuild: fix the -errwarn compile flag testBjörn Jacke2012-10-301-1/+1
* lib/replace: Return size of xattr if size argument is 0Andrew Bartlett2012-10-281-3/+12
* lib/replace: Fix configure on FreeBSD: define_ret is not correct hereAndrew Bartlett2012-10-231-1/+0
* lib/replace: Fix detection of rpcsrv/yp_prot.h on FreeBSDAndrew Bartlett2012-10-231-1/+4
* lib/replace: Add test for what flag we need for -Werror behaviourAndrew Bartlett2012-09-291-0/+9
* replace: Avoid returning value in void setproctitle() replacement.Jelmer Vernooij2012-09-251-1/+0
* replace: Support setproctitle().Jelmer Vernooij2012-09-244-0/+19
* lib/replace: Look for special flags needed for c99Andrew Bartlett2012-09-241-0/+10
* lib/replace: Improve mkstemp test in autoconf and wafAndrew Bartlett2012-09-242-4/+34
* 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