Stefan Metzmacher
ce94fb008d
r18091: sometimes autoconf picks up some old stuff:
...
- remove configure and config.h.in
- cleanup after autoconf and autoheader are done
metze
2007-10-10 14:17:15 -05:00
Stefan Metzmacher
5753107443
r18090: sometimes autoconf picks up some old stuff:
...
- remove configure and config.h.in
- cleanup after autoconf and autoheader are done
metze
2007-10-10 14:17:14 -05:00
Stefan Metzmacher
8246d8ecd2
r18089: sometimes autoconf picks up some old stuff:
...
- remove configure and config.h.in
- cleanup after autoconf and autoheader are done
metze
2007-10-10 14:17:14 -05:00
Stefan Metzmacher
c4f91114a3
r18088: sometimes autoconf picks up some old stuff:
...
- remove configure and config.h.in
- cleanup after autoconf and autoheader are done
metze
2007-10-10 14:17:14 -05:00
Stefan Metzmacher
77948d26f0
r18087: use m4_include() do notice missing files
...
metze
2007-10-10 14:17:14 -05:00
Andrew Tridgell
e485b25a39
r18086: here too
2007-10-10 14:17:14 -05:00
Andrew Tridgell
b4df3c7391
r18085: using m4_include() instead of sinclude() means we get an error if the
...
include fails - thats better than the compile failing mysteriously
2007-10-10 14:17:13 -05:00
Andrew Tridgell
2dab7886c1
r18084: we don't need the double sinclude() any more
2007-10-10 14:17:13 -05:00
Andrew Tridgell
9bc583cf6c
r18083: i should sleep more ....
2007-10-10 14:17:13 -05:00
Andrew Tridgell
7f7c85fa2f
r18082: bring talloc in line with new conventions
2007-10-10 14:17:13 -05:00
Andrew Tridgell
037196538a
r18081: libreplace now uses config.h again
2007-10-10 14:17:13 -05:00
Andrew Tridgell
1185dd044b
r18080: added distclean target to talloc
2007-10-10 14:17:12 -05:00
Andrew Tridgell
8eccdc1cd1
r18079: fix for in-tree build with samba4 dir layout
2007-10-10 14:17:12 -05:00
Andrew Tridgell
1e5e311233
r18078: these tests came from talloc
2007-10-10 14:17:12 -05:00
Andrew Tridgell
b5d519eb1e
r18077: move some configure tests out of talloc that are now in libreplace
2007-10-10 14:17:12 -05:00
Andrew Tridgell
968a4e97cf
r18076: convert talloc to the new libreplace system
2007-10-10 14:17:12 -05:00
Andrew Tridgell
c45c487861
r18075: with the new scheme, we now use config.h again (thanks jelmer!)
2007-10-10 14:17:11 -05:00
Andrew Tridgell
b2e680500e
r18074: config.m4 is now libreplace.m4
2007-10-10 14:17:11 -05:00
Andrew Tridgell
f18c913b6c
r18073: next step in grab libreplace plan - see IRC logs for very detailed
...
discussion wity metze and jelmer!
2007-10-10 14:17:11 -05:00
Andrew Bartlett
1a111817a3
r18072: Really delete things in the base partition, after we changed where the
...
default search scope points to.
Andrew Bartlett
2007-10-10 14:17:11 -05:00
Andrew Bartlett
0a098006b4
r18068: This splits the handling of multiple SASL packets between the GENSEC
...
backend (if it chooses to implement it), or the GENSEC socket code.
This is to allow us to handle DIGEST-MD5 across to cyrus-sasl.
Andrew Bartlett
2007-10-10 14:17:11 -05:00
Andrew Tridgell
8d80024976
r18067: some tweaks for irix and hpux
...
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
2007-10-10 14:17:10 -05:00
Stefan Metzmacher
c60deff667
r18064: merge from samba3
...
metze
2007-10-10 14:17:10 -05:00
Andrew Tridgell
71c0a0731c
r18061: this should fix the libreplace build on us4 with gcc
2007-10-10 14:17:10 -05:00
Andrew Tridgell
838de24dfe
r18060: use gmake for libreplace if available
2007-10-10 14:17:10 -05:00
Andrew Tridgell
64eff9d9d9
r18059: another cpp error
2007-10-10 14:17:10 -05:00
Andrew Tridgell
bac8d5ce28
r18058: we don't actually need __VA_ARGS__ yet (its another C99 feature which
...
I don't think we use anywhere)
2007-10-10 14:17:09 -05:00
Andrew Tridgell
e4c3b9ea2f
r18057: fixed an #ifdef
2007-10-10 14:17:09 -05:00
Andrew Tridgell
0b80ee8b3b
r18056: includes needed for O_CREAT
2007-10-10 14:17:09 -05:00
Andrew Tridgell
1c91de687f
r18055: aix needs time.h for timegm.c to compile
2007-10-10 14:17:09 -05:00
Andrew Tridgell
3917436ff7
r18054: snprintf.c needs to use replace.h to get the rep_vasprintf and related
...
macros
2007-10-10 14:17:09 -05:00
Andrew Tridgell
a0bd4f5c4a
r18053: the sig_atomic_t test needs to be in libreplace for getpass.c to
...
compile on hpux
2007-10-10 14:17:08 -05:00
Andrew Tridgell
5745ecdd82
r18052: discard_const_p() isn't part of the libreplace API, so we can't use it
...
inside libreplace.
2007-10-10 14:17:08 -05:00
Andrew Tridgell
f5fc88f0c4
r18051: - add gcc warning flags
...
- fix piles of warnings and ftruncate bug in libreplace testsuite
2007-10-10 14:17:08 -05:00
Rafal Szczesniak
2185e97889
r18050: Run more NET tests on the build farm.
...
rafal
2007-10-10 14:17:08 -05:00
Simo Sorce
dc689b5579
r18046: Add 'z' specifier support and a configure test.
...
Jeremy should I backport this to samba3 too?
2007-10-10 14:17:08 -05:00
Jelmer Vernooij
1f431dcd0a
r18045: Update format, list "test" target as phony.
2007-10-10 14:17:07 -05:00
Andrew Tridgell
3ec1db7bd1
r18044: timegm.c needs to be in a separate file
2007-10-10 14:17:07 -05:00
Andrew Tridgell
a68b339519
r18043: added strlcpy() test
2007-10-10 14:17:07 -05:00
Andrew Tridgell
d359dea98e
r18042: testsuite needs to link to libreplace.a :-)
2007-10-10 14:17:07 -05:00
Andrew Tridgell
a2a6782ec7
r18041: started on the bodies of the testsuite functions for libreplace
2007-10-10 14:17:07 -05:00
Jelmer Vernooij
9a421425d2
r18040: Use only one strnlen implementation
2007-10-10 14:17:06 -05:00
Jelmer Vernooij
b0cfdd24be
r18039: Include header with time_t if needed.
2007-10-10 14:17:06 -05:00
Andrew Tridgell
2dda101a5f
r18038: make test fns static
2007-10-10 14:17:06 -05:00
Andrew Tridgell
34f173d8cb
r18037: added 'make installcheck' target
2007-10-10 14:17:06 -05:00
Jelmer Vernooij
9ad8075d70
r18036: Add missing file
2007-10-10 14:17:06 -05:00
Andrew Tridgell
5feaeaf1dc
r18035: - fixed 'make clean' to remove test objects
...
- fixed 'make install' to create target dir
should be ready to go into the build farm as a standalone build now?
2007-10-10 14:17:05 -05:00
Andrew Tridgell
8c07569227
r18034: fixed build of libreplace outside of source directory
2007-10-10 14:17:05 -05:00
Andrew Tridgell
652c11e4b8
r18033: added install-sh, needed for standalone libreplace build
2007-10-10 14:17:05 -05:00
Andrew Tridgell
e83ea30b72
r18032: added a 'make distclean'
2007-10-10 14:17:05 -05:00