Rein Tollevik
537c07dde0
Use backticks, $(...) is not in old shells.
2009-01-28 22:43:39 +00:00
Quanah Gibson-Mount
85a75c4ca9
If we're looping more than once, print out the iteration
2009-01-27 02:27:23 +00:00
Quanah Gibson-Mount
70fd27c8d5
Add an option to run a test in a loop using -l or -loop
2009-01-27 02:00:50 +00:00
Kurt Zeilenga
4af9eb9715
Update copyright notices
2009-01-22 00:40:04 +00:00
Pierangelo Masarati
1fbc8aa1df
allow overriding of SYNCMODE
2008-12-27 16:20:01 +00:00
Pierangelo Masarati
2c6b5c0ea9
allow each (back-config) syncrepl test to use the preferred sync type, but allow changing it via the -s switch for ./run
2008-11-15 15:05:12 +00:00
Howard Chu
f6edefa25d
Add back-ndb
2008-08-26 21:48:17 +00:00
Kurt Zeilenga
c890c96d13
Happy New Year (belated)
2008-01-08 00:19:56 +00:00
Pierangelo Masarati
9f3f281df0
fix test when slapo-memberof(5) built as module (ITS#5132)
2007-09-13 17:58:10 +00:00
Hallvard Furuseth
73aaead5bd
Re-fixing ITS#2667: test -a and test -o unportable, use && and ||.
2007-05-18 15:23:28 +00:00
Howard Chu
94a11462a1
Fixes (mostly from Buchan Milne) to make all generated files relative
...
to $TESTDIR
2007-03-09 09:34:41 +00:00
Kurt Zeilenga
da6d9eb046
happy new year
2007-01-02 20:00:42 +00:00
Howard Chu
da33140d7c
Fix use of generated passwords
2006-06-24 02:00:31 +00:00
Howard Chu
40053ac203
Generate random configpw, use dynamic config for translucent test
2006-06-24 01:36:18 +00:00
Pierangelo Masarati
a8c073fac1
only allow back-ldap/meta as modules if --enable-dynamic (ITS#4564)
2006-06-12 18:09:30 +00:00
Kurt Zeilenga
02408c930d
remove more LDBM cruft
2006-04-11 18:48:26 +00:00
Pierangelo Masarati
339b9c371e
rfc2589 support (ITS#4293)
2006-01-06 17:46:52 +00:00
Kurt Zeilenga
acbb5cf689
Happy new year!
2006-01-03 23:11:52 +00:00
Pierangelo Masarati
d572ba8aa6
fix ITS#4141 (better fix: split into 3 slapd; but it all makes little sense without threads...)
2005-12-16 16:38:15 +00:00
Pierangelo Masarati
f56253b9d7
really fix ITS#4208
2005-11-24 01:21:10 +00:00
Pierangelo Masarati
b9bb1cd66a
add dynlist testing...
2005-11-22 18:50:39 +00:00
Howard Chu
5ed8778de5
Add var for accesslog
2005-10-15 06:14:52 +00:00
Hallvard Furuseth
d551fd3be8
Source scripts/defines.sh _after_ the variables it uses have been set
2005-09-29 23:19:28 +00:00
Hallvard Furuseth
fe104b5e46
Don't refuse to ./run -b sql just because none of bdb, hdb & ldbm is configured
2005-09-29 23:07:35 +00:00
Pierangelo Masarati
96e2da71a0
parametrize all directories
2005-09-28 23:38:15 +00:00
Hallvard Furuseth
262c8cd5b5
Remove variable AC_glue, set from the deleted configure variable BUILD_GLUE.
2005-09-26 05:04:07 +00:00
Hallvard Furuseth
ad2ec8effa
More POSIX 1003.1-2001 support: Replace test -a with &&. Replace egrep
...
with $EGREP_CMD from configure. (Renamed from configure's $EGREP just
in case egrep variants exist that use the EGREP environment variable.)
2005-09-17 22:44:03 +00:00
Pierangelo Masarati
190d5c65e8
fix ACI detection (please rebuild)
2005-08-27 16:27:12 +00:00
Howard Chu
27467a79e7
ITS#3968 Add tests for valsort overlay, with fixes.
2005-08-24 08:55:12 +00:00
Pierangelo Masarati
9e9137cb74
add ACI test
2005-08-22 17:58:36 +00:00
Pierangelo Masarati
9b60480293
add support for retcode overlay (configure needs be regenerated)
2005-06-19 22:43:00 +00:00
Pierangelo Masarati
eaf860ad40
allow to test other backend types
2005-05-30 14:02:16 +00:00
Howard Chu
aad140151e
More for translucent
2005-03-10 04:35:57 +00:00
Kurt Zeilenga
dc0eacd40b
Happy New Year!
2005-01-01 20:49:32 +00:00
Pierangelo Masarati
407e58343b
add back-meta to relay testing; disabled by now, needs work to line up with the rwm overlay
2004-12-30 15:10:31 +00:00
Howard Chu
82e6b94b7d
Delete backglue in favor of glue overlay
2004-12-04 19:43:22 +00:00
Howard Chu
3a5bde98ba
Disable back-bdb native syncrepl support, enable syncprov overlay,
...
remove syncrepl stuff from Operation struct
2004-11-25 21:16:54 +00:00
Sang Seok Lim
71e78dd7f9
Component Matching module
...
See "contrib/slapd-modules/comp_match/README" to understand
what's the purpose of this patch is and how to use it.
2004-10-27 19:37:02 +00:00
Sang Seok Lim
2af6457771
This patch is for a component filter. please refer ITS#3260 for detail
...
and "implementing GSER and Component Matching" in ODD 2004.
All codes are #ifdef'd with LDAP_COMP_MATCH.
test031-component-filter works correctly only when the LDAP_COMP_MATCH macro is set.
To disable it, set AC_WITH_COMP_MATCH "no" in "openldap_src/tests/run.in".
2004-08-26 00:06:39 +00:00
Pierangelo Masarati
3052ce6ffd
added back-sql test under conditions; needs a README...
2004-08-20 12:44:32 +00:00
Pierangelo Masarati
3c50386b88
ad test for back-relay and rwm overlay
2004-07-12 00:19:15 +00:00
Pierangelo Masarati
49d64acdf6
add test for idassert
2004-06-19 10:05:07 +00:00
Howard Chu
6a41ca53ad
ucdata is now hardcoded
2004-05-31 05:45:11 +00:00
Howard Chu
f203ce2c54
Added referential integrity and attribute uniqueness overlays
2004-04-17 08:35:18 +00:00
Howard Chu
c564301d34
Added tests for password policy overlay
2004-03-16 10:16:21 +00:00
Kurt Zeilenga
3c598e89fb
Happy new year
2004-01-01 19:15:16 +00:00
Howard Chu
1f5c0b41dc
Use proxy cache overlay
2003-12-06 11:46:26 +00:00
Howard Chu
37964b63e3
ITS#2740, #2859 fixes for dynamic backends
2003-12-04 11:15:07 +00:00
Howard Chu
ff2c3ddce5
ITS#2859 fix up backend selection
2003-12-03 21:52:07 +00:00
Kurt Zeilenga
971cb362cd
Add rcsid
2003-12-01 00:19:13 +00:00