summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * r18103: add torture test for 'RAW_OPEN_OPENX without a leading slash on the ↵Derrell Lipman2006-09-051-0/+46
| | | | | | | | | | | | | | | | path', known to fail on NetApp filers
| | | * r18102: Fix close lsa NET test.Rafal Szczesniak2006-09-051-28/+43
| | | | | | | | | | | | | | | | rafal
| | | * r18101: Use composite_create function and add monitor function pointerRafal Szczesniak2006-09-051-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to the state structure. rafal
| | | * r18100: actually make usage of libreplace :-)Stefan Metzmacher2006-09-051-1/+1
| | | | | | | | | | | | | | | | metze
| | | * r18098: use m4_include() instead of sinclude()Stefan Metzmacher2006-09-052-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this breaks ./autogen.sh in lib/ldb/, but the ldb build is broken anyway metze
| | | * r18097: use m4_include(), so we notice that build/m4/core.m4 was goneStefan Metzmacher2006-09-051-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | a while ago metze
| | | * r18096: try to make tcc happy and don't the same struct names in a global andStefan Metzmacher2006-09-051-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | a local scope metze
| | | * r18095: correctly rebuild the dependencies not only the object fileStefan Metzmacher2006-09-051-3/+3
| | | | | | | | | | | | | | | | metze
| | | * r18094: try to fix the samba4 buildStefan Metzmacher2006-09-053-2/+29
| | | | | | | | | | | | | | | | metze
| | | * r18093: check for the headers first and check all functionsStefan Metzmacher2006-09-051-2/+2
| | | | | | | | | | | | | | | | metze
| | | * r18092: pass -Ilib/replace to autoconf/autoheaderStefan Metzmacher2006-09-051-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | to hopefully fix the samba4 build metze
| | | * r18091: sometimes autoconf picks up some old stuff:Stefan Metzmacher2006-09-051-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove configure and config.h.in - cleanup after autoconf and autoheader are done metze
| | | * r18090: sometimes autoconf picks up some old stuff:Stefan Metzmacher2006-09-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove configure and config.h.in - cleanup after autoconf and autoheader are done metze
| | | * r18089: sometimes autoconf picks up some old stuff:Stefan Metzmacher2006-09-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove configure and config.h.in - cleanup after autoconf and autoheader are done metze
| | | * r18088: sometimes autoconf picks up some old stuff:Stefan Metzmacher2006-09-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove configure and config.h.in - cleanup after autoconf and autoheader are done metze
| | | * r18087: use m4_include() do notice missing filesStefan Metzmacher2006-09-053-53/+52
| | | | | | | | | | | | | | | | metze
| | | * r18086: here tooAndrew Tridgell2006-09-051-2/+2
| | | |
| | | * r18085: using m4_include() instead of sinclude() means we get an error if theAndrew Tridgell2006-09-052-5/+5
| | | | | | | | | | | | | | | | include fails - thats better than the compile failing mysteriously
| | | * r18084: we don't need the double sinclude() any moreAndrew Tridgell2006-09-051-2/+0
| | | |
| | | * r18083: i should sleep more ....Andrew Tridgell2006-09-052-1/+1
| | | |
| | | * r18082: bring talloc in line with new conventionsAndrew Tridgell2006-09-052-2/+3
| | | |
| | | * r18081: libreplace now uses config.h againAndrew Tridgell2006-09-051-5/+0
| | | |
| | | * r18080: added distclean target to tallocAndrew Tridgell2006-09-051-0/+7
| | | |
| | | * r18079: fix for in-tree build with samba4 dir layoutAndrew Tridgell2006-09-051-1/+1
| | | |
| | | * r18078: these tests came from tallocAndrew Tridgell2006-09-051-0/+3
| | | |
| | | * r18077: move some configure tests out of talloc that are now in libreplaceAndrew Tridgell2006-09-051-22/+0
| | | |
| | | * r18076: convert talloc to the new libreplace systemAndrew Tridgell2006-09-054-7/+23
| | | |
| | | * r18075: with the new scheme, we now use config.h again (thanks jelmer!)Andrew Tridgell2006-09-051-1/+1
| | | |
| | | * r18074: config.m4 is now libreplace.m4Andrew Tridgell2006-09-052-1/+1
| | | |
| | | * r18073: next step in grab libreplace plan - see IRC logs for very detailedAndrew Tridgell2006-09-053-56/+20
| | | | | | | | | | | | | | | | discussion wity metze and jelmer!
| | | * r18072: Really delete things in the base partition, after we changed where theAndrew Bartlett2006-09-051-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | default search scope points to. Andrew Bartlett
| | | * r18068: This splits the handling of multiple SASL packets between the GENSECAndrew Bartlett2006-09-055-61/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | * r18067: some tweaks for irix and hpuxAndrew Tridgell2006-09-053-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 samba3Stefan Metzmacher2006-09-051-6/+9
| | | | | | | | | | | | | | | | metze
| | | * r18061: this should fix the libreplace build on us4 with gccAndrew Tridgell2006-09-052-0/+9
| | | |
| | | * r18060: use gmake for libreplace if availableAndrew Tridgell2006-09-051-0/+2
| | | |
| | | * r18059: another cpp errorAndrew Tridgell2006-09-051-1/+1
| | | |
| | | * r18058: we don't actually need __VA_ARGS__ yet (its another C99 feature whichAndrew Tridgell2006-09-051-4/+5
| | | | | | | | | | | | | | | | I don't think we use anywhere)
| | | * r18057: fixed an #ifdefAndrew Tridgell2006-09-051-1/+1
| | | |
| | | * r18056: includes needed for O_CREATAndrew Tridgell2006-09-051-1/+3
| | | |
| | | * r18055: aix needs time.h for timegm.c to compileAndrew Tridgell2006-09-052-0/+9
| | | |
| | | * r18054: snprintf.c needs to use replace.h to get the rep_vasprintf and relatedAndrew Tridgell2006-09-051-5/+1
| | | | | | | | | | | | | | | | macros
| | | * r18053: the sig_atomic_t test needs to be in libreplace for getpass.c toAndrew Tridgell2006-09-051-0/+13
| | | | | | | | | | | | | | | | compile on hpux
| | | * r18052: discard_const_p() isn't part of the libreplace API, so we can't use itAndrew Tridgell2006-09-041-1/+1
| | | | | | | | | | | | | | | | inside libreplace.
| | | * r18051: - add gcc warning flagsAndrew Tridgell2006-09-042-46/+60
| | | | | | | | | | | | | | | | - fix piles of warnings and ftruncate bug in libreplace testsuite
| | | * r18050: Run more NET tests on the build farm.Rafal Szczesniak2006-09-041-3/+3
| | | | | | | | | | | | | | | | rafal
| | | * r18046: Add 'z' specifier support and a configure test.Simo Sorce2006-09-042-16/+51
| | | | | | | | | | | | | | | | Jeremy should I backport this to samba3 too?
| | | * r18045: Update format, list "test" target as phony.Jelmer Vernooij2006-09-042-1/+3
| | | |
| | | * r18044: timegm.c needs to be in a separate fileAndrew Tridgell2006-09-043-35/+4
| | | |
| | | * r18043: added strlcpy() testAndrew Tridgell2006-09-041-2/+23
| | | |