summaryrefslogtreecommitdiff
path: root/lib/replace/replace.c
Commit message (Expand)AuthorAgeFilesLines
* lib/replace: let rep_openat2() inject O_LARGEFILE as neededStefan Metzmacher2022-11-241-0/+16
* lib/replace: let DISABLE_OPATH also undef __NR_openat2Stefan Metzmacher2022-08-151-0/+8
* lib/replace: add fallback defines for __NR_openat2Stefan Metzmacher2022-08-151-0/+20
* lib/replace: use syscall(__NR_openat2) if availableStefan Metzmacher2022-08-151-0/+8
* lib/replace: always include <sys/syscall.h> in replace.c if availableStefan Metzmacher2022-08-151-3/+4
* lib/replace: add a replacement for openat2() that returns ENOSYSStefan Metzmacher2022-08-151-0/+9
* replace: copy_file_range()Ralph Boehme2021-06-301-0/+25
* Spelling fixes s/convertion/conversion/Mathieu Parent2019-09-011-2/+2
* replace: Add check for variable program_invocation_short_nameMartin Schwenke2018-11-131-5/+5
* lib:replace: Do not leak the file pointer in rep_getprogname()Andreas Schneider2018-11-131-5/+12
* lib:replace: Add getprogname()Andreas Schneider2018-11-121-0/+71
* replace: Add memset_s() if not availableAndreas Schneider2018-10-161-0/+31
* s4:smbd: call setproctitle_initGary Lockyer2017-09-261-0/+5
* strerror_r: provide XSI-compliant strerror_rGary Lockyer2017-06-131-0/+18
* lib/replace: Make sure that replacement strto[u]ll does not reset errno unexp...Felix Janda2015-10-311-2/+4
* lib/replace: Replace BSD strtoull by wrapping strtoull instead of strtouqFelix Janda2015-10-311-6/+3
* libreplace: Fix the build on SolarisVolker Lendecke2015-10-011-1/+1
* replace: Fix bug 11455Volker Lendecke2015-08-191-0/+1
* lib: replace: Add strsep function (missing on Solaris).Jeremy Allison2015-07-291-0/+20
* replace: Replace BSD strtoll by wrapping strtoll instead of strtoqFelix Janda2015-06-221-6/+2
* replace: clean-up strlcpy and add note on return valueDavid Disseldorp2015-03-261-4/+12
* replace: fix typo in variable nameDavid Disseldorp2013-11-281-1/+1
* replace: Don't run over dst in strlcatVolker Lendecke2013-11-281-1/+1
* heimdal_build: Try again to sort out the strerror_r messAndrew Bartlett2013-01-191-1/+1
* replace: Fix compilation of rep_mkstempJesper Larsen2013-01-091-1/+1
* lib/replace: Do not use STRERROR_R_PROTO_COMPATIBLE as only roken.h sets thisAndrew Bartlett2012-11-221-1/+1
* lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher2012-11-141-2/+2
* replace: Avoid returning value in void setproctitle() replacement.Jelmer Vernooij2012-09-251-1/+0
* replace: Support setproctitle().Jelmer Vernooij2012-09-241-0/+7
* lib/replace: Remove unused nap and therefore the SCO defineAndrew Bartlett2012-09-231-10/+0
* replace: Fix use of mktempSimo Sorce2012-04-261-2/+2
* replace: Avoid DEBUG(), which is not available in libreplace.Jelmer Vernooij2012-03-251-1/+1
* libreplace: Add usleep implementation.Jelmer Vernooij2012-03-241-0/+14
* 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-241-0/+28
* replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij2012-03-241-0/+32
* lib/replace: fix rep_strtoull() prototypeStefan Metzmacher2010-10-231-1/+1
* replace: use a wrapper around strtoll if it didn't behave as expectedMatthieu Patou2010-10-221-2/+48
* libreplace: clock_gettime sets errnoBjörn Jacke2010-09-101-1/+2
* libreplace: add clock_gettime replacement function for systems that don't hav...Björn Jacke2010-08-311-0/+21
* s4-waf: use the libreplace strerror_r if neededAndrew Tridgell2010-03-291-4/+9
* libreplace: strerror_r() is needed by heimdal on solaris8Andrew Tridgell2010-03-261-0/+8
* libreplace: fixed declaration of dprintf() on FreeBSDAndrew Tridgell2010-03-241-2/+2
* replace: added get_current_dir_name()Andrew Tridgell2010-03-051-0/+12
* Spelling fixes for libreplace.Brad Hards2010-02-221-1/+1
* libreplace: added replacements for dprintf() and vdprintf()Andrew Tridgell2010-02-111-0/+31
* libreplace: Fix a C++ warningVolker Lendecke2010-01-231-2/+2
* libreplace: some systems don't have memmem()Andrew Tridgell2010-01-021-0/+23
* Error out at runtime when seteuid/setresuid or setegid/setresgid are notJelmer Vernooij2009-04-201-2/+4