Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | r18078: these tests came from talloc | Andrew Tridgell | 2006-09-05 | 1 | -0/+3 | |
| | | | ||||||
| | * | r18077: move some configure tests out of talloc that are now in libreplace | Andrew Tridgell | 2006-09-05 | 1 | -22/+0 | |
| | | | ||||||
| | * | r18076: convert talloc to the new libreplace system | Andrew Tridgell | 2006-09-05 | 4 | -7/+23 | |
| | | | ||||||
| | * | r18075: with the new scheme, we now use config.h again (thanks jelmer!) | Andrew Tridgell | 2006-09-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | r18074: config.m4 is now libreplace.m4 | Andrew Tridgell | 2006-09-05 | 2 | -1/+1 | |
| | | | ||||||
| | * | r18073: next step in grab libreplace plan - see IRC logs for very detailed | Andrew Tridgell | 2006-09-05 | 3 | -56/+20 | |
| | | | | | | | | | | | | discussion wity metze and jelmer! | |||||
| | * | r18067: some tweaks for irix and hpux | Andrew Tridgell | 2006-09-05 | 3 | -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 | |||||
| | * | r18064: merge from samba3 | Stefan Metzmacher | 2006-09-05 | 1 | -6/+9 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18061: this should fix the libreplace build on us4 with gcc | Andrew Tridgell | 2006-09-05 | 2 | -0/+9 | |
| | | | ||||||
| | * | r18060: use gmake for libreplace if available | Andrew Tridgell | 2006-09-05 | 1 | -0/+2 | |
| | | | ||||||
| | * | r18059: another cpp error | Andrew Tridgell | 2006-09-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | r18058: we don't actually need __VA_ARGS__ yet (its another C99 feature which | Andrew Tridgell | 2006-09-05 | 1 | -4/+5 | |
| | | | | | | | | | | | | I don't think we use anywhere) | |||||
| | * | r18057: fixed an #ifdef | Andrew Tridgell | 2006-09-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | r18056: includes needed for O_CREAT | Andrew Tridgell | 2006-09-05 | 1 | -1/+3 | |
| | | | ||||||
| | * | r18055: aix needs time.h for timegm.c to compile | Andrew Tridgell | 2006-09-05 | 2 | -0/+9 | |
| | | | ||||||
| | * | r18054: snprintf.c needs to use replace.h to get the rep_vasprintf and related | Andrew Tridgell | 2006-09-05 | 1 | -5/+1 | |
| | | | | | | | | | | | | macros | |||||
| | * | r18053: the sig_atomic_t test needs to be in libreplace for getpass.c to | Andrew Tridgell | 2006-09-05 | 1 | -0/+13 | |
| | | | | | | | | | | | | compile on hpux | |||||
| | * | r18052: discard_const_p() isn't part of the libreplace API, so we can't use it | Andrew Tridgell | 2006-09-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | inside libreplace. | |||||
| | * | r18051: - add gcc warning flags | Andrew Tridgell | 2006-09-04 | 2 | -46/+60 | |
| | | | | | | | | | | | | - fix piles of warnings and ftruncate bug in libreplace testsuite | |||||
| | * | r18046: Add 'z' specifier support and a configure test. | Simo Sorce | 2006-09-04 | 2 | -16/+51 | |
| | | | | | | | | | | | | Jeremy should I backport this to samba3 too? | |||||
| | * | r18045: Update format, list "test" target as phony. | Jelmer Vernooij | 2006-09-04 | 2 | -1/+3 | |
| | | | ||||||
| | * | r18044: timegm.c needs to be in a separate file | Andrew Tridgell | 2006-09-04 | 3 | -35/+4 | |
| | | | ||||||
| | * | r18043: added strlcpy() test | Andrew Tridgell | 2006-09-04 | 1 | -2/+23 | |
| | | | ||||||
| | * | r18042: testsuite needs to link to libreplace.a :-) | Andrew Tridgell | 2006-09-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | r18041: started on the bodies of the testsuite functions for libreplace | Andrew Tridgell | 2006-09-04 | 2 | -2/+44 | |
| | | | ||||||
| | * | r18040: Use only one strnlen implementation | Jelmer Vernooij | 2006-09-04 | 1 | -14/+1 | |
| | | | ||||||
| | * | r18039: Include header with time_t if needed. | Jelmer Vernooij | 2006-09-04 | 1 | -5/+10 | |
| | | | ||||||
| | * | r18038: make test fns static | Andrew Tridgell | 2006-09-04 | 1 | -43/+43 | |
| | | | ||||||
| | * | r18037: added 'make installcheck' target | Andrew Tridgell | 2006-09-04 | 1 | -0/+2 | |
| | | | ||||||
| | * | r18036: Add missing file | Jelmer Vernooij | 2006-09-04 | 2 | -0/+60 | |
| | | | ||||||
| | * | r18035: - fixed 'make clean' to remove test objects | Andrew Tridgell | 2006-09-04 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | - fixed 'make install' to create target dir should be ready to go into the build farm as a standalone build now? | |||||
| | * | r18034: fixed build of libreplace outside of source directory | Andrew Tridgell | 2006-09-04 | 1 | -1/+3 | |
| | | | ||||||
| | * | r18033: added install-sh, needed for standalone libreplace build | Andrew Tridgell | 2006-09-04 | 1 | -0/+238 | |
| | | | ||||||
| | * | r18032: added a 'make distclean' | Andrew Tridgell | 2006-09-04 | 1 | -1/+9 | |
| | | | ||||||
| | * | r18031: Merge my replace fixes: | Jelmer Vernooij | 2006-09-04 | 26 | -272/+893 | |
| | | | | | | | | | | | | | | | | | | * libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace | |||||
| | * | r18027: Fix some 64-bit warnings | Volker Lendecke | 2006-09-04 | 2 | -10/+19 | |
| | | | ||||||
| | * | r18022: Increment number of records converted, and print number of records ↵ | Andrew Bartlett | 2006-09-04 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | skipped. Andrew Bartlett | |||||
| | * | r18018: Fix the build on OpenBSD. No license problem this time, I've written ↵ | Volker Lendecke | 2006-09-03 | 2 | -2/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | strnlen from scratch. Volker | |||||
| | * | r17992: reverted r17842 | Andrew Tridgell | 2006-09-01 | 4 | -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? | |||||
| | * | r17980: handle NULL arguments without crashing in strcasecmp_m() and | Andrew Tridgell | 2006-09-01 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | strncasecmp_m(). This makes the use of these functions in sorting routines with RPC replies sane | |||||
| | * | r17978: make the ldap backend test for ldb work both with and without modules | Andrew Tridgell | 2006-09-01 | 2 | -2/+19 | |
| | | | | | | | | | | | | (so it works on both redhat and debian, for example) | |||||
| | * | r17966: remove all generated files | Stefan Metzmacher | 2006-08-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17965: make talloc build more portable | Stefan Metzmacher | 2006-08-31 | 1 | -1/+3 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17964: try to support sun* hosts | Stefan Metzmacher | 2006-08-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17963: fix install logic for talloc.3 | Stefan Metzmacher | 2006-08-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17960: try to use gmake if present on IRIX | Stefan Metzmacher | 2006-08-31 | 3 | -0/+5 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17958: as talloc_init() enabled null tracking, we should avoid to use it | Stefan Metzmacher | 2006-08-31 | 1 | -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 | |||||
| | * | r17957: don't try to use an internet connection when generating the manpage | Stefan Metzmacher | 2006-08-31 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | and only install the manpage if we build it metze | |||||
| | * | r17952: merge changes from samba3 | Stefan Metzmacher | 2006-08-31 | 1 | -1/+5 | |
| | | | | | | | | | | | | metze | |||||
| | * | r17950: sync talloc with samba3 | Stefan Metzmacher | 2006-08-31 | 1 | -0/+7 | |
| | | | | | | | | | | | | metze |