Kurt Zeilenga
4e825f675d
Sync with HEAD
2005-08-29 22:16:38 +00:00
Kurt Zeilenga
434c8180d0
Additional tests from HEAD
2005-08-29 20:50:01 +00:00
Kurt Zeilenga
1661c7c9ac
Merge in new buildenv from HEAD
2005-08-29 20:45:58 +00:00
Kurt Zeilenga
53a6e46dec
Sync with HEAD
2005-08-26 02:17:33 +00:00
Kurt Zeilenga
863b6a6be1
Sync with HEAD (need to update CHANGES)
2005-08-25 07:01:14 +00:00
Kurt Zeilenga
ce357b52c2
Sync with HEAD
...
ready for 2.3.6?
2005-08-19 20:09:03 +00:00
Kurt Zeilenga
35b4094381
Sync with HEAD
2005-08-17 23:33:44 +00:00
Kurt Zeilenga
827819d176
Pick up last remaining changes
2005-08-13 19:17:30 +00:00
Kurt Zeilenga
88c0396075
Sync with HEAD
2005-08-09 23:03:43 +00:00
Kurt Zeilenga
dcf3cc2962
Add missing SQL files
2005-06-13 22:27:11 +00:00
Kurt Zeilenga
f5de8af238
Sync with HEAD
...
Ready for release
2005-06-09 18:30:59 +00:00
Kurt Zeilenga
2e53c5ab6b
Merge in recent changes to HEAD
2005-06-03 21:54:13 +00:00
Kurt Zeilenga
77a925d7f6
Sync with HEAD in prep for 2.3.3beta
2005-05-10 18:06:47 +00:00
Kurt Zeilenga
dfdc3baace
Merge from HEAD
2005-05-06 18:42:38 +00:00
Kurt Zeilenga
04391a9ec6
Initial round of changes for 2.3 beta
2005-04-29 23:28:51 +00:00
Kurt Zeilenga
a050bdee68
Sync with HEAD
2005-03-14 23:24:58 +00:00
Kurt Zeilenga
7d101bcd98
Sync with HEAD
...
ready for 1alpha release
2005-02-02 18:32:43 +00:00
Kurt Zeilenga
521fa9168d
Sync with HEAD
2005-01-24 22:28:46 +00:00
Kurt Zeilenga
b4cb3e39c6
Sync with HEAD
2005-01-20 19:03:41 +00:00
Pierangelo Masarati
9f26171f79
allow to select what relays to use
2004-12-30 18:05:20 +00:00
Pierangelo Masarati
ba6ac023ad
works now
2004-12-30 17:45:07 +00:00
Pierangelo Masarati
48187a6ba0
merged in test030
2004-12-30 15:15:49 +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
Pierangelo Masarati
565ae9ab7a
cleanup
2004-12-30 14:09:47 +00:00
Pierangelo Masarati
d29bfaead3
test030 and test032 actually do the same things
2004-12-30 14:07:23 +00:00
Pierangelo Masarati
091434048f
line up test030 and test032; first step toward their merge
2004-12-30 13:49:52 +00:00
Kurt Zeilenga
07c424a7c3
Additional command line argument ordering fixes
2004-12-30 12:48:14 +00:00
Pierangelo Masarati
20e7b45555
fix args order to client tools; use -M instead of -e manageDSAit
2004-12-30 09:33:55 +00:00
Pierangelo Masarati
c68bdb0c14
fix test after ldapmodify
2004-12-30 00:23:49 +00:00
Pierangelo Masarati
97ce6c3044
fix test after ldapmodify
2004-12-30 00:18:30 +00:00
Kurt Zeilenga
17e9073104
Fail is proxy cannot be started
2004-12-29 21:20:18 +00:00
Sang Seok Lim
28a967584d
Component Indexing support for BDB
...
- only for equality matching
- only components of ASN.1 types used in an X.509 certificate can be indexed
(composite types except for RDN and DN are not supported yet)
- how to use
index [attribute name].[component reference] eq
Ex)
index userCertificate eq
index userCertificate.toBeSigned.issuer.rdnSequence eq
index userCertificate.toBeSigned.serialNumber eq
index userCertificate.toBeSigned.version eq
2004-12-20 03:31:44 +00:00
Howard Chu
69ca6c9b59
Additional check for ITS#3425
2004-12-19 07:40:59 +00:00
Sang Seok Lim
3492452a5b
1) <select> and <content> type component reference support
...
2) attribute aliasing support
- x509CertificateIssuer
- x509CertificateSerial
- x509CertificateIssuerAndIssuer
3) AuthorityKeyIdentifier support(one of certificate extension)
4) Misc. improvement
- integrate OID and its decoder mapping table
- normalize and validate the values of both component asserions and
extracted components
5) Misc. bug fix
2004-12-13 16:26:58 +00:00
Howard Chu
65a527eb9e
Detect regression of ITS#3425:
...
Stop consumer, then restart after more mods are done to master.
2004-12-12 07:09:04 +00:00
Howard Chu
0c8851ff9b
Use glue overlay
2004-12-05 00:21:27 +00:00
Howard Chu
82e6b94b7d
Delete backglue in favor of glue overlay
2004-12-04 19:43:22 +00:00
Sang Seok Lim
98485f5247
1) existing matching rules support in component filter
...
2) remove double buffering for decoded component values
3) caching decoded component assertion values
2004-12-01 22:11:55 +00:00
Sang Seok Lim
decfd7217f
1) <all> type component reference support
...
2) nibble type memory support when decoding
3) description type object identifier support
4) OPTIONAL, DEFAULT support in certificate decoder/extractor/matching
5) Misc bug fix
2004-11-29 20:21:38 +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
a90e63fde0
ComponentFilterMatch support for userCertificate
2004-11-14 20:11:38 +00:00
Pierangelo Masarati
3412c26535
line up tests with back-ldap and rwm
2004-11-13 15:04:01 +00:00
Pierangelo Masarati
6b6e41092d
add test for proxy massaging, in view of using rwm for back-ldap massaging
2004-11-13 12:23:01 +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
Pierangelo Masarati
e10186f1a5
add support for entryUUID and entryCSN operational attributes (entryUUID is honored in filters as well)
2004-10-04 01:19:53 +00:00
Kurt Zeilenga
7ccd03da88
Add reveresed oc delete test (just in case that ever becomes a problem)
2004-09-28 16:23:01 +00:00
Kurt Zeilenga
71ba3b8ebf
Add test case for ITS#3346
2004-09-27 23:10:22 +00:00
Pierangelo Masarati
71e1868e9e
fix typo
2004-09-26 22:53:26 +00:00
Pierangelo Masarati
cfae4e5a5c
cleanup
2004-09-11 16:17:10 +00:00
Sang Seok Lim
d997105915
.conf and .schema files for test31-component-filter
2004-08-28 03:53:41 +00:00