summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* r18042: testsuite needs to link to libreplace.a :-)Andrew Tridgell2007-10-101-1/+1
* r18041: started on the bodies of the testsuite functions for libreplaceAndrew Tridgell2007-10-102-2/+44
* r18040: Use only one strnlen implementationJelmer Vernooij2007-10-101-14/+1
* r18039: Include header with time_t if needed.Jelmer Vernooij2007-10-101-5/+10
* r18038: make test fns staticAndrew Tridgell2007-10-101-43/+43
* r18037: added 'make installcheck' targetAndrew Tridgell2007-10-101-0/+2
* r18035: - fixed 'make clean' to remove test objectsAndrew Tridgell2007-10-101-1/+2
* r18034: fixed build of libreplace outside of source directoryAndrew Tridgell2007-10-101-1/+3
* r18033: added install-sh, needed for standalone libreplace buildAndrew Tridgell2007-10-101-0/+238
* r18032: added a 'make distclean'Andrew Tridgell2007-10-101-1/+9
* r18031: Merge my replace fixes:Jelmer Vernooij2007-10-1015-112/+916
* r18018: Fix the build on OpenBSD. No license problem this time, I've written ...Volker Lendecke2007-10-101-1/+17
* r17992: reverted r17842Andrew Tridgell2007-10-102-47/+1
* r17884: Shape up the snprintf fix after Metzes commentsVolker Lendecke2007-10-101-2/+2
* r17849: Next round for RPC-SAMBA3-SHARESECVolker Lendecke2007-10-101-2/+2
* r17842: After talking to Simo, apply the next attempt to resolve the strnlenVolker Lendecke2007-10-102-1/+47
* r17841: Revert 17840, libldb.a defines strnlen. Sorry for the noiseVolker Lendecke2007-10-102-15/+1
* r17840: A step towards building on Solaris which appears not to have strnlen.Volker Lendecke2007-10-102-1/+15
* r17790: replace uses -ldl and should directly depend on itStefan Metzmacher2007-10-101-1/+1
* r17789: remove compiler warningsStefan Metzmacher2007-10-101-3/+3
* r17763: moved setenv to ldb/replace/Andrew Tridgell2007-10-102-20/+1
* r17750: these have moved to ldb/replace/ nowAndrew Tridgell2007-10-104-126/+2
* r17658: several replacement snprintf() fixes.Andrew Tridgell2007-10-101-15/+40
* r16556: Add mkdtemp to libreplace. This is apparantly available on LinuxJames Peach2007-10-104-2/+22
* r16012: do the type checks before anythingelseStefan Metzmacher2007-10-101-11/+12
* r16003: Tru64 doesn't have strtoll/strtoull but the size of 'long' is equal toStefan Metzmacher2007-10-101-0/+4
* r16001: we don't use u_intX_t any moreStefan Metzmacher2007-10-102-7/+2
* r15986: Declare struct tmJelmer Vernooij2007-10-101-0/+1
* r15953: our timegm() replacement still doesn't work, so grab the one fromAndrew Tridgell2007-10-104-13/+77
* r15896: we're getting a lot of crashes on the build farm due to peopleAndrew Tridgell2007-10-101-0/+1
* r15882: I forgot to add in this prototype for strtok_r()Andrew Tridgell2007-10-101-0/+4
* r15879: strtok_r() replacement, for solarisAndrew Tridgell2007-10-102-1/+28
* r15868: Add replacement macro for __STRING()Jelmer Vernooij2007-10-102-1/+4
* r15719: Fix build on systems (AIX) that don't have vsyslog or strcasestr, withJim McDonough2007-10-101-0/+2
* r15575: Fix getpass testJelmer Vernooij2007-10-101-1/+1
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-101-1/+0
* r15406: Move 'smbreadline' out of libreplace as it doesn't replace functionalityJelmer Vernooij2007-10-105-255/+1
* r15382: Use grp.h in this block; it has been cleaned out of the other headers...Paul Green2007-10-101-0/+3
* r15377: Remove sys_select() code as it's no longer used.Jelmer Vernooij2007-10-101-0/+45
* r15375: Rename readline.h to smbreadline.h avoid clashes with system header.Jelmer Vernooij2007-10-101-0/+0
* r15321: Reduce the size of rewrite.m4 a bit moreJelmer Vernooij2007-10-102-1/+3
* r15303: Re-add SMB readline replacement headerJelmer Vernooij2007-10-101-0/+9
* r15295: Fix some dependenciesJelmer Vernooij2007-10-102-8/+4
* r15280: - remove the 2nd check for __FUNCTION__Stefan Metzmacher2007-10-102-0/+12
* r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit...Jelmer Vernooij2007-10-101-3/+3
* r15226: Fix order of typedef specification - caught by kblinJelmer Vernooij2007-10-101-1/+1
* r15224: Check whether -MT is actually supported by the compiler before usingJelmer Vernooij2007-10-101-1/+1
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r15203: Allow system 'bool' type to be defined in another header then stdbool.hJelmer Vernooij2007-10-102-1/+12
* r15200: Move MIN/MAX macros to libreplace as some systems have themJelmer Vernooij2007-10-103-0/+18