summaryrefslogtreecommitdiff
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* replace: Add test for sin6_len in sockaddr_in6 structureAmitay Isaacs2018-07-101-0/+4
* lib/replace: define __[u]intptr_t_defined if we prove an replacementStefan Metzmacher2018-04-201-0/+2
* lib:replace: Fix linking when libtirpc-devel overwrites system headersNoel Power2018-04-061-1/+9
* waf: Fix NFS quota support with libtirpcAndreas Schneider2018-01-251-1/+1
* build: deal with recent glibc sunrpc header removalGünther Deschner2018-01-251-5/+33
* include: Create system/nis.h in libreplaceAndreas Schneider2018-01-251-0/+83
* lib/replace: apply readline -Wstrict-prototypes workaroundUri Simchoni2017-11-241-0/+3
* build: detect availability of -Wno-unused-functionUri Simchoni2017-11-221-0/+3
* replace: Link to -lbsd when building replace.c by handAndrew Bartlett2017-10-201-3/+9
* s4:smbd: call setproctitle_initGary Lockyer2017-09-263-0/+11
* configure: Centralize check for posix_fallocateVolker Lendecke2017-08-241-0/+12
* waf:lib/replace: Fix building with older GCC versionsBjörn Baumbach2017-06-231-1/+7
* strerror_r: provide XSI-compliant strerror_rGary Lockyer2017-06-133-1/+26
* libbreplace: compatibility fix for AIXGuillaume Xavier Taillon2017-06-131-1/+9
* waf: Do not trhow a format-truncation error for test/snprintf.cAndreas Schneider2017-06-011-1/+1
* replace: Use the same size as d_name member of struct direntAndreas Schneider2017-06-011-1/+1
* password_hash: conditional compilation for crypt_rGary Lockyer2017-06-011-0/+1
* replace: Fix compiler warning flagAmitay Isaacs2017-03-161-1/+1
* Correct "seperate" typos.Chris Lamb2017-02-221-1/+1
* Correct "formated" typos.Chris Lamb2017-02-221-1/+1
* lib/replace: validate xattr namespace prefix on FreeBSDRalph Boehme2017-02-101-24/+81
* lib/replace tests: prevent GCC fretting over snprintf sizesDouglas Bagnall2017-02-101-3/+4
* replace: fix some trailing whitespacesBjörn Jacke2017-01-211-10/+10
* replace: Include sysmacros.hAndreas Schneider2017-01-081-0/+4
* WAF: Fix detection of IPv6Lukas Slebodnik2017-01-021-1/+1
* lib replace: Fix detection of featuresLukas Slebodnik2017-01-023-3/+9
* replace: make sure we have a SCOPE_DELIMITER defineBjörn Jacke2016-12-091-0/+4
* replace: Include libgen.h if availableAmitay Isaacs2016-12-011-0/+4
* libreplace: Ask for eventfd(2)Volker Lendecke2016-08-241-0/+3
* lib: Add a little closefrom() testVolker Lendecke2016-06-131-0/+33
* libreplace: Add a closefrom() implementationVolker Lendecke2016-06-133-0/+150
* lib: replace: snprintf - Fix length calculation for hex/octal 64-bit values.Lorinczy Zsigmond2016-06-031-3/+3
* Fix CHECK_CODE usage in atomics builtin detectionJérémie Courrèges-Anglas2016-04-261-12/+4
* lib:replace: Missing semicolon on function definition.Jeremy Allison2016-04-021-1/+1
* libreplace: use HAVE___ATTRIBUTE__ instead of __GNUC__Douglas Bagnall2016-03-241-2/+2
* libreplace: Only check for malloc.h if neededVolker Lendecke2015-11-191-1/+8
* libreplace: Put the malloc.h check on a line of its ownVolker Lendecke2015-11-191-1/+3
* libreplace: Only check malloc.h onceVolker Lendecke2015-11-191-1/+1
* build:wafsamba: Remove samba_utils.runonceThomas Nagy2015-11-061-2/+2
* 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
* build:wafsamba: dead code removal in gettext detectionThomas Nagy2015-10-271-11/+0
* libreplace: Fix the build on SolarisVolker Lendecke2015-10-012-1/+6
* replace: Fix check for gettimeofday()Andreas Schneider2015-09-101-1/+3
* replace: Fix bug 11455Volker Lendecke2015-08-191-0/+1
* lib: replace: Add strsep function (missing on Solaris).Jeremy Allison2015-07-293-2/+27
* replace: Replace BSD strtoll by wrapping strtoll instead of strtoqFelix Janda2015-06-221-6/+2
* lib/replace: remove unused HAVE_DECL_PTHREAD_{MUTEXATTR_SETROBUST,MUTEX_CONSI...Stefan Metzmacher2015-06-121-10/+0
* lib/replace: fix PTHREAD_MUTEX_ROBUST fallback to PTHREAD_MUTEX_ROBUST_NP on ...Stefan Metzmacher2015-06-122-6/+9
* lib/replace: add signal related configure checksStefan Metzmacher2015-06-101-0/+1