s4/torture: Fix misplaced positional arguments for u64 comparison
[gd/samba-autobuild/.git] / lib / replace / replace.h
2024-03-12 Volker Lendeckelib: Simplify _hexcharval
2023-08-14 Joseph Suttonlib/replace: Ensure that __STDC_WANT_LIB_EXT1__ is...
2023-08-08 Joseph Suttonlib/replace: Const-qualify sys_errlist
2023-03-22 Stefan Metzmacherreplace: add ARRAY_INSERT_ELEMENT() helper
2023-01-05 Ralph Boehmelibreplace: require TLS support if pthread support...
2022-10-27 Andreas Schneiderlib:replace: Require bool from C99
2022-08-26 Pavel Filipenskýlib:replace: Add macro BURN_STR() to zero memory of...
2022-07-28 Andreas Schneiderlib:replace: Add macros to burn data from memory
2022-03-23 Stefan Metzmacherreplace: add explicit function pointer casting from...
2022-03-23 Andrew Bartlettlib/replace: Do not typedef int bool
2021-11-30 Stefan Metzmacherlib/replace: use dlsym(RTLD_DEFAULT,) for {nss,nss_host...
2021-06-30 Ralph Boehmereplace: copy_file_range()
2021-01-08 Volker Lendeckelib: Add "hex_byte()" to replace.h
2020-10-16 Björn Jackereplace: also use portable __has_attribute macro to...
2020-05-24 Björn Jackereplace, attr.: use function attributes only if support...
2020-03-26 Volker Lendeckelib: Add macro ARRAY_DEL_ELEMENT()
2020-02-27 Peter ErikssonUndef ARRAY_SIZE, if defined, before define to avoid...
2019-09-19 Andrew Bartlettreplace: Remove crypt() reimplementation
2019-04-30 Andreas Schneiderreplace: Add ZERO_ARRAY_LEN() macro
2019-04-26 Günther DeschnerRevert "lib/replace: define NAME_MAX for platforms...
2019-04-16 Günther Deschnerlib/replace: define NAME_MAX for platforms that don...
2019-01-29 Stefan Metzmacherwafsamba/replace: move __STDC_WANT_LIB_EXT1__ to CFLAGS
2018-12-20 Andreas Schneiderreplace: Use memset_s for ZERO_* macros
2018-12-20 Andreas Schneiderreplace: Cleanup comments for ZERO_*
2018-12-16 Andreas Schneiderreplace: Fix checking for config.h #define in replace.h
2018-11-30 Andreas Schneiderreplace: Correctly check for 'extern char **environ...
2018-11-28 Andreas Schneiders3: Remove unsused MMAP_BLACKLIST ifdef checks
2018-11-28 Andreas Schneiderlib:replace: Check if HAVE_DECL_ENVIRON is defined...
2018-11-12 Andreas Schneiderlib:replace: Add getprogname()
2018-10-16 Andreas Schneiderreplace: Add memset_s() if not available
2018-04-03 Stefan Metzmacherlib/replace: define __[u]intptr_t_defined if we prove...
2018-03-01 Andreas Schneiderlib:replace: Add FALL_THROUGH support
2017-09-25 Gary Lockyers4:smbd: call setproctitle_init
2017-06-13 Gary Lockyerstrerror_r: provide XSI-compliant strerror_r
2017-01-08 Andreas Schneiderreplace: Include sysmacros.h
2016-06-13 Volker Lendeckelibreplace: Add a closefrom() implementation
2016-03-24 Douglas Bagnalllibreplace: use HAVE___ATTRIBUTE__ instead of __GNUC__
2015-07-29 Jeremy Allisonlib: replace: Add strsep function (missing on Solaris).
2014-09-16 Volker Lendeckereplace: Make EWOULDBLOCK always available
2014-06-07 Jeremy Allisonlib: tevent: make TEVENT_SIG_INCREMENT atomic.
2014-04-17 Andreas Schneiderreplace: Add socket_wrapper_enabled().
2014-04-17 Andreas Schneiderreplace: Add nss_wrapper_hosts_enabled().
2014-04-17 Andreas Schneiderreplace: Add nss_wrapper_enabled().
2014-04-17 Andreas Schneiderreplace: Add uid_wrapper_enabled().
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-05-06 Christian Ambachlib/replace: add SCNx macros
2013-05-06 Christian Ambachlib/replace: prefer inttypes.h over stdint.h
2013-01-19 Andrew Bartlettheimdal_build: Try again to sort out the strerror_r...
2012-12-03 Andreas Schneiderreplace: Remove deprecated getpass() support.
2012-11-22 Andrew Bartlettlib/replace: Do not use STRERROR_R_PROTO_COMPATIBLE...
2012-11-14 Stefan Metzmacherlib/replace: replace all *printf function if we replace...
2012-09-24 Jelmer Vernooijreplace: Support setproctitle().
2012-09-10 Matthieu PatouosX define uint64_t as long long int
2012-07-04 Björn Jackereplace: make the INT64_MAX define more portable
2012-06-27 Björn Jackereplace: define INT64_MAX when not defined
2012-06-14 Stefan Metzmacherlib/replace: define HAVE_WORKING_STRPTIME instead of...
2012-06-03 Andrew Bartlettlibrepace: put #defines after #include "sys/xattr.h"
2012-06-02 Andrew Bartlettlibreplace: Fix build on MacOS where we have the same...
2012-06-02 Andrew Bartlettlib/replace: Merge remaining xattr test details from...
2012-06-02 Andrew Bartlettlib/replace: xattr wrappers in lib/replace rather than...
2012-04-10 Jeremy AllisonOn advice from Jelmer and Andrew, move the blksize_t...
2012-04-09 Jeremy AllisonMove blksize_t and blkcnt_t to replace.h from includes...
2012-03-24 Jelmer Vernooijlibreplace: Add usleep implementation.
2012-03-24 Jelmer Vernooijlibreplace: Add getpeereid implementation.
2012-03-24 Jelmer Vernooijreplace: Move memalign() from lib/util/system.c to...
2012-02-01 Jelmer Vernooijreplace: Add include for bsd/string.h.
2012-01-31 Ira CooperFix bug #8729 - getpass regressions on Solaris/Illumos...
2011-02-28 Volker Lendeckelibreplace: poll based on select
2011-02-03 Stefan Metzmacherreplace: Try to fix broken sys/capabilites.h on Linux.
2010-10-26 Matthieu Patoureplace: restore the order for #define + rep_strtoll
2010-10-23 Stefan Metzmacherlib/replace: fix rep_strtoull() prototype
2010-10-21 Matthieu Patoureplace: use a wrapper around strtoll if it didn't...
2010-10-19 Andrew Tridgellreplace: cope with systems that have fdatasync(), but...
2010-09-22 Björn Jackelibreplace: fix endless strerror_r has been redefined...
2010-08-31 Björn Jackelibreplace: add clock_gettime replacement function...
2010-08-23 Jelmer Vernooijreplace: Fix ifndefs for formatting defines.
2010-04-18 Andrew Tridgelllibreplace: added _PUBLIC_ and _PRIVATE_ to replace.h
2010-03-29 Andrew Tridgells4-waf: use the libreplace strerror_r if needed
2010-03-26 Andrew Tridgelllibreplace: strerror_r() is needed by heimdal on solaris8
2010-03-24 Andrew Tridgelllibreplace: fixed declaration of dprintf() on FreeBSD
2010-03-05 Andrew Tridgellreplace: added get_current_dir_name()
2010-02-13 Andrew Tridgelllibreplace: add fdatasync() if not available
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-01 Andrew Tridgelllibreplace: some systems don't have memmem()
2009-09-18 Andrew Tridgelllibreplace: added likely()/unlikely() macros for gcc
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-17 Andrew Tridgelllibreplace: added likely()/unlikely() macros for gcc
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-19 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-07-19 Matt Kraaiinclude unix.h if it's available
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-22 Brad HardsAvoid using deprecated form of AC_CHECK_TYPE.
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-31 Stefan Metzmacherlib/replace: move MAXHOSTNAMELEN to system/network.h
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Stefan Metzmacherlib/replace: add defines to let the callers find out...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Jelmer VernooijSamba3: Remove more configure tests already done by...
2008-11-01 Jelmer VernooijFix return type of readlink().
next