Commit Graph

52 Commits

Author SHA1 Message Date
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
Kurt Zeilenga
6680465d02 notices 2003-11-28 20:00:23 +00:00
Hallvard Furuseth
f8fe312a16 test -e' is broken on SunOS 5.8. Replace with test -r'. 2003-11-05 14:53:48 +00:00
Kurt Zeilenga
f5a79a34cc Fix ucdata to link within objdir 2003-10-31 18:41:51 +00:00
Hallvard Furuseth
13ef3206ef Fix ucdata symlink 2003-10-31 17:17:17 +00:00
Kurt Zeilenga
11534f4cee Add/update server startup scripts 2003-10-24 03:35:20 +00:00
Kurt Zeilenga
6a4570999a Revent last change. Must use TOPSRCDIR for VPATH support. 2003-10-22 17:15:16 +00:00
Jong Hyuk Choi
049a28d74a fix ucdata path 2003-10-22 17:04:12 +00:00
Kurt Zeilenga
6308a45de6 Find scripts by short names (test000, rootdse) 2003-10-22 07:06:28 +00:00
Kurt Zeilenga
e0df7582b8 Rework test scripts to use single 'testrun' directory.
Split glue test in two.
Remove (slurpd) subtree replication test.
Reorder syncrepl/proxy tests
2003-10-22 05:14:08 +00:00
Kurt Zeilenga
4439c88fbe Fix -w option 2003-10-21 03:18:15 +00:00
Kurt Zeilenga
b8ff29abfd Rework test suite to use run script.
A little rough around the edges still.
2003-10-21 03:08:08 +00:00