summaryrefslogtreecommitdiff
path: root/source4/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18053: the sig_atomic_t test needs to be in libreplace for getpass.c toAndrew Tridgell1-0/+13
2007-10-10r18052: discard_const_p() isn't part of the libreplace API, so we can't use itAndrew Tridgell1-1/+1
2007-10-10r18051: - add gcc warning flagsAndrew Tridgell2-46/+60
2007-10-10r18046: Add 'z' specifier support and a configure test.Simo Sorce2-16/+51
2007-10-10r18045: Update format, list "test" target as phony.Jelmer Vernooij2-1/+3
2007-10-10r18044: timegm.c needs to be in a separate fileAndrew Tridgell3-35/+4
2007-10-10r18043: added strlcpy() testAndrew Tridgell1-2/+23
2007-10-10r18042: testsuite needs to link to libreplace.a :-)Andrew Tridgell1-1/+1
2007-10-10r18041: started on the bodies of the testsuite functions for libreplaceAndrew Tridgell2-2/+44
2007-10-10r18040: Use only one strnlen implementationJelmer Vernooij1-14/+1
2007-10-10r18039: Include header with time_t if needed.Jelmer Vernooij1-5/+10
2007-10-10r18038: make test fns staticAndrew Tridgell1-43/+43
2007-10-10r18037: added 'make installcheck' targetAndrew Tridgell1-0/+2
2007-10-10r18035: - fixed 'make clean' to remove test objectsAndrew Tridgell1-1/+2
2007-10-10r18034: fixed build of libreplace outside of source directoryAndrew Tridgell1-1/+3
2007-10-10r18033: added install-sh, needed for standalone libreplace buildAndrew Tridgell1-0/+238
2007-10-10r18032: added a 'make distclean'Andrew Tridgell1-1/+9
2007-10-10r18031: Merge my replace fixes:Jelmer Vernooij15-112/+916
2007-10-10r18018: Fix the build on OpenBSD. No license problem this time, I've written ...Volker Lendecke1-1/+17
2007-10-10r17992: reverted r17842Andrew Tridgell2-47/+1
2007-10-10r17884: Shape up the snprintf fix after Metzes commentsVolker Lendecke1-2/+2
2007-10-10r17849: Next round for RPC-SAMBA3-SHARESECVolker Lendecke1-2/+2
2007-10-10r17842: After talking to Simo, apply the next attempt to resolve the strnlenVolker Lendecke2-1/+47
2007-10-10r17841: Revert 17840, libldb.a defines strnlen. Sorry for the noiseVolker Lendecke2-15/+1
2007-10-10r17840: A step towards building on Solaris which appears not to have strnlen.Volker Lendecke2-1/+15
2007-10-10r17790: replace uses -ldl and should directly depend on itStefan Metzmacher1-1/+1
2007-10-10r17789: remove compiler warningsStefan Metzmacher1-3/+3
2007-10-10r17763: moved setenv to ldb/replace/Andrew Tridgell2-20/+1
2007-10-10r17750: these have moved to ldb/replace/ nowAndrew Tridgell4-126/+2
2007-10-10r17658: several replacement snprintf() fixes.Andrew Tridgell1-15/+40
2007-10-10r16556: Add mkdtemp to libreplace. This is apparantly available on LinuxJames Peach4-2/+22
2007-10-10r16012: do the type checks before anythingelseStefan Metzmacher1-11/+12
2007-10-10r16003: Tru64 doesn't have strtoll/strtoull but the size of 'long' is equal toStefan Metzmacher1-0/+4
2007-10-10r16001: we don't use u_intX_t any moreStefan Metzmacher2-7/+2
2007-10-10r15986: Declare struct tmJelmer Vernooij1-0/+1
2007-10-10r15953: our timegm() replacement still doesn't work, so grab the one fromAndrew Tridgell4-13/+77
2007-10-10r15896: we're getting a lot of crashes on the build farm due to peopleAndrew Tridgell1-0/+1
2007-10-10r15882: I forgot to add in this prototype for strtok_r()Andrew Tridgell1-0/+4
2007-10-10r15879: strtok_r() replacement, for solarisAndrew Tridgell2-1/+28
2007-10-10r15868: Add replacement macro for __STRING()Jelmer Vernooij2-1/+4
2007-10-10r15719: Fix build on systems (AIX) that don't have vsyslog or strcasestr, withJim McDonough1-0/+2
2007-10-10r15575: Fix getpass testJelmer Vernooij1-1/+1
2007-10-10r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij1-1/+0
2007-10-10r15406: Move 'smbreadline' out of libreplace as it doesn't replace functionalityJelmer Vernooij5-255/+1
2007-10-10r15382: Use grp.h in this block; it has been cleaned out of the other headers...Paul Green1-0/+3
2007-10-10r15377: Remove sys_select() code as it's no longer used.Jelmer Vernooij1-0/+45
2007-10-10r15375: Rename readline.h to smbreadline.h avoid clashes with system header.Jelmer Vernooij1-0/+0
2007-10-10r15321: Reduce the size of rewrite.m4 a bit moreJelmer Vernooij2-1/+3
2007-10-10r15303: Re-add SMB readline replacement headerJelmer Vernooij1-0/+9
2007-10-10r15295: Fix some dependenciesJelmer Vernooij2-8/+4