summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* r18077: move some configure tests out of talloc that are now in libreplaceAndrew Tridgell2007-10-101-22/+0
| | | | (This used to be commit b5d519eb1eea507a749cb252d8dd9265022f7054)
* r18076: convert talloc to the new libreplace systemAndrew Tridgell2007-10-104-7/+23
| | | | (This used to be commit 968a4e97cfa6585b06f0c5e64d746715a1297461)
* r18075: with the new scheme, we now use config.h again (thanks jelmer!)Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit c45c48786180fc97e2bb53edbdd5ebddfe85e291)
* r18074: config.m4 is now libreplace.m4Andrew Tridgell2007-10-102-1/+1
| | | | (This used to be commit b2e680500e07742d82735bcc05ba2030a5deb603)
* r18073: next step in grab libreplace plan - see IRC logs for very detailedAndrew Tridgell2007-10-103-56/+20
| | | | | discussion wity metze and jelmer! (This used to be commit f18c913b6cf772c44dfaa8a3164cc78f6554e4a9)
* r18067: some tweaks for irix and hpuxAndrew Tridgell2007-10-103-6/+50
| | | | | | | | | this checks for -AC99 or -c99 to get C99 structure init to work. It's based on a similar macro metze did for Samba4. the double sinclude() is weird, but I can't see any other way to use a common config.m4 between libreplace and all the projects that use it (This used to be commit 8d80024976bc508d73b42b4cf12315fe8f7a6322)
* r18064: merge from samba3Stefan Metzmacher2007-10-101-6/+9
| | | | | metze (This used to be commit c60deff667941e462fd9c8a894a723c792fe465e)
* r18061: this should fix the libreplace build on us4 with gccAndrew Tridgell2007-10-102-0/+9
| | | | (This used to be commit 71c0a0731c52458105974e9ad727b7ba403fd992)
* r18060: use gmake for libreplace if availableAndrew Tridgell2007-10-101-0/+2
| | | | (This used to be commit 838de24dfeeb4f67d836681d8ca4b8f94b38d6e2)
* r18059: another cpp errorAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 64eff9d9d998ec2fd3d75393eb57028dfb942acf)
* r18058: we don't actually need __VA_ARGS__ yet (its another C99 feature whichAndrew Tridgell2007-10-101-4/+5
| | | | | I don't think we use anywhere) (This used to be commit bac8d5ce28e86b703a917902f44588746d7e8290)
* r18057: fixed an #ifdefAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit e4c3b9ea2fd47540f693ced2fa6b7aa55372315b)
* r18056: includes needed for O_CREATAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit 0b80ee8b3b17d4914010c9a54d5c2dcb69738990)
* r18055: aix needs time.h for timegm.c to compileAndrew Tridgell2007-10-102-0/+9
| | | | (This used to be commit 1c91de687f0078100aa9de9111416c9fced45990)
* r18054: snprintf.c needs to use replace.h to get the rep_vasprintf and relatedAndrew Tridgell2007-10-101-5/+1
| | | | | macros (This used to be commit 3917436ff733f8ee1925e646eec2331190d79663)
* r18053: the sig_atomic_t test needs to be in libreplace for getpass.c toAndrew Tridgell2007-10-101-0/+13
| | | | | compile on hpux (This used to be commit a0bd4f5c4a08f4815aa742cc2406ed8e46d7b8f5)
* r18052: discard_const_p() isn't part of the libreplace API, so we can't use itAndrew Tridgell2007-10-101-1/+1
| | | | | inside libreplace. (This used to be commit 5745ecdd826c387137a742f32ee3c8f60191a6a7)
* r18051: - add gcc warning flagsAndrew Tridgell2007-10-102-46/+60
| | | | | - fix piles of warnings and ftruncate bug in libreplace testsuite (This used to be commit f5fc88f0c4c752a2773d5280ed4d94818e2d4744)
* r18046: Add 'z' specifier support and a configure test.Simo Sorce2007-10-102-16/+51
| | | | | Jeremy should I backport this to samba3 too? (This used to be commit dc689b5579987da8ee5397b9758a42b01e44fb73)
* r18045: Update format, list "test" target as phony.Jelmer Vernooij2007-10-102-1/+3
| | | | (This used to be commit 1f431dcd0a1f9a2cd5a0a3b73fbf8b05b8bc6793)
* r18044: timegm.c needs to be in a separate fileAndrew Tridgell2007-10-103-35/+4
| | | | (This used to be commit 3ec1db7bd12cdc233c37f261073a33fc48ecd7ce)
* r18043: added strlcpy() testAndrew Tridgell2007-10-101-2/+23
| | | | (This used to be commit a68b3395199d2d47af3b23959e6da7109a9c5193)
* r18042: testsuite needs to link to libreplace.a :-)Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit d359dea98eceadb4881578f70d8f4453ec0a2b88)
* r18041: started on the bodies of the testsuite functions for libreplaceAndrew Tridgell2007-10-102-2/+44
| | | | (This used to be commit a2a6782ec721312e329cd16b609fb3eff8ad284d)
* r18040: Use only one strnlen implementationJelmer Vernooij2007-10-101-14/+1
| | | | (This used to be commit 9a421425d242f6e0385414121c114c7c62ea1aaa)
* r18039: Include header with time_t if needed.Jelmer Vernooij2007-10-101-5/+10
| | | | (This used to be commit b0cfdd24be88ba3963eb43cdbcb6317e65aed57b)
* r18038: make test fns staticAndrew Tridgell2007-10-101-43/+43
| | | | (This used to be commit 2dda101a5fcc40702df9fa2f932d6fe97ae64163)
* r18037: added 'make installcheck' targetAndrew Tridgell2007-10-101-0/+2
| | | | (This used to be commit 34f173d8cb23a3e12e94744b696343757b837066)
* r18036: Add missing fileJelmer Vernooij2007-10-102-0/+60
| | | | (This used to be commit 9ad8075d702d67fc82974e1ef2cfbcaefb2028f5)
* r18035: - fixed 'make clean' to remove test objectsAndrew Tridgell2007-10-101-1/+2
| | | | | | | - fixed 'make install' to create target dir should be ready to go into the build farm as a standalone build now? (This used to be commit 5feaeaf1dc6434874c8f4c0e913a7e6c70b87309)
* r18034: fixed build of libreplace outside of source directoryAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit 8c07569227c6f2b0c9abdfe535733f3d5cb40fe5)
* r18033: added install-sh, needed for standalone libreplace buildAndrew Tridgell2007-10-101-0/+238
| | | | (This used to be commit 652c11e4b8d5188690bbe512b205ab5ac783aee8)
* r18032: added a 'make distclean'Andrew Tridgell2007-10-101-1/+9
| | | | (This used to be commit e83ea30b72c92ecf242274d090b00009bddd8be6)
* r18031: Merge my replace fixes:Jelmer Vernooij2007-10-1026-272/+893
| | | | | | | * libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace (This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)
* r18027: Fix some 64-bit warningsVolker Lendecke2007-10-102-10/+19
| | | | (This used to be commit cd495d89314a653b5976b1690e075fd7bac2f59b)
* r18022: Increment number of records converted, and print number of records ↵Andrew Bartlett2007-10-101-1/+3
| | | | | | | skipped. Andrew Bartlett (This used to be commit 6c11501ec3d8b95d5a80d5dbca745ae9e02d3304)
* r18018: Fix the build on OpenBSD. No license problem this time, I've written ↵Volker Lendecke2007-10-102-2/+18
| | | | | | | | | strnlen from scratch. Volker (This used to be commit 2a7cdf52e4113db30a7a8b180c68cec736f6c186)
* r17992: reverted r17842Andrew Tridgell2007-10-104-49/+3
| | | | | | | | | This needs more consideration, as the patch removed the copyright notice and license from the timegm.c code. Volker, when you get a minute can you let me know what problem this patch fixed so I can find a different approach? (This used to be commit 5b9b9dd5303300778bb9e6d0479ab03fdd70c67d)
* r17980: handle NULL arguments without crashing in strcasecmp_m() andAndrew Tridgell2007-10-101-0/+10
| | | | | | strncasecmp_m(). This makes the use of these functions in sorting routines with RPC replies sane (This used to be commit 93413f84502ff308e88947b9d3bdc9d219478935)
* r17978: make the ldap backend test for ldb work both with and without modulesAndrew Tridgell2007-10-102-2/+19
| | | | | (so it works on both redhat and debian, for example) (This used to be commit 71264bb78558ada7539ef59048eb38887579c1d1)
* r17966: remove all generated filesStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 2493f670d3581df2bbbca7a0295e31ae3a09c2c0)
* r17965: make talloc build more portableStefan Metzmacher2007-10-101-1/+3
| | | | | metze (This used to be commit 64ba7ffdb866cc74366842750d95a25b47266097)
* r17964: try to support sun* hostsStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 87d88b3a47047f837101aca2180555dc35cfcf31)
* r17963: fix install logic for talloc.3Stefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 161f2c04f78ba03ae4a24667e50cc9d8a446921e)
* r17960: try to use gmake if present on IRIXStefan Metzmacher2007-10-103-0/+5
| | | | | metze (This used to be commit 18b4ae591a3a137dd25edd16a574e489cd5552bf)
* r17958: as talloc_init() enabled null tracking, we should avoid to use itStefan Metzmacher2007-10-101-0/+2
| | | | | | | | | in smbtorture, and in the LOCAL-TALLOC we should reset the null tracking also make bin/smbtorture //url/foo LOCAL-TALLOC LOCAL-TALLOC possible metze (This used to be commit d1dd3df5e4fd21f5cbd00e472438fe3eadb266e5)
* r17957: don't try to use an internet connection when generating the manpageStefan Metzmacher2007-10-101-5/+5
| | | | | | | and only install the manpage if we build it metze (This used to be commit 23c6c7a27cc966d8e948e00c41d34e9a6ad40f2c)
* r17952: merge changes from samba3Stefan Metzmacher2007-10-101-1/+5
| | | | | metze (This used to be commit ff8d044c2e14e81b4bb32eaacc56875e9602ce4d)
* r17950: sync talloc with samba3Stefan Metzmacher2007-10-101-0/+7
| | | | | metze (This used to be commit 5697841e2949d2f7a053b4766c48906943a5a04e)
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-1013-12/+121
| | | | | | | * Move dlinklist.h, smb.h to subsystem-specific directories * Clean up ads.h and move what is left of it to dsdb/ (only place where it's used) (This used to be commit f7afa1cb77f3cfa7020b57de12e6003db7cfcc42)