Kurt Zeilenga
7e82da744b
Fix entry_schema_check call
2005-05-20 18:12:22 +00:00
Kurt Zeilenga
1e436aba37
Sync with HEAD
2005-05-18 18:29:20 +00:00
Kurt Zeilenga
e39c218599
Sync with HEAD
2005-05-10 21:06:22 +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
cdf3e8d741
honor disclose not ready for release
2005-03-19 19:32:13 +00:00
Kurt Zeilenga
4e62fde619
Sync with HEAD
2005-03-18 17:35:33 +00:00
Kurt Zeilenga
8671fa7b6c
Sync with HEAD
2005-03-18 00:32:27 +00:00
Kurt Zeilenga
99a7b2d24f
Misc updates
2005-03-18 00:16:02 +00:00
Kurt Zeilenga
65587fea65
Sync with HEAD
2005-03-17 23:29:48 +00:00
Kurt Zeilenga
a050bdee68
Sync with HEAD
2005-03-14 23:24:58 +00:00
Kurt Zeilenga
8434d901a9
Sync with HEAD
2005-03-14 23:24:50 +00:00
Kurt Zeilenga
0f819b6aab
Sync with HEAD
2005-02-04 16:35:32 +00:00
Kurt Zeilenga
7d101bcd98
Sync with HEAD
...
ready for 1alpha release
2005-02-02 18:32:43 +00:00
Kurt Zeilenga
bbe6cc4ec6
Sync with HEAD
2005-01-28 21:31:48 +00:00
Kurt Zeilenga
b008f1e881
Sync with HEAD
2005-01-28 18:29:47 +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
Kurt Zeilenga
3e332e82fa
Trim schema
2005-01-07 22:34:56 +00:00
Kurt Zeilenga
c9156d7995
cleanup
2004-12-31 12:02:35 +00:00
Kurt Zeilenga
3ea0f0cd0b
Move test.schema to tests/data
2004-12-31 04:32:49 +00:00
Kurt Zeilenga
951159447b
Cleanup
2004-12-30 19:15:52 +00:00
Pierangelo Masarati
f1427fd871
remap compare attribute; fix erroneous pointers; minor cleanup
2004-12-30 17:46:38 +00:00
Pierangelo Masarati
ba6ac023ad
works now
2004-12-30 17:45:07 +00:00
Pierangelo Masarati
7b6d707d92
TODO: rewrite/remap the newRDN and related stuff both in back-meta and in rwm overlay
2004-12-30 15:06:58 +00:00
Pierangelo Masarati
bf2653ef8b
use normalized new superior
2004-12-30 14:49:30 +00:00
Pierangelo Masarati
889b20e358
fix error return when there's no write access to naming attributes (ITS#3450)
2004-12-29 13:45:16 +00:00
Pierangelo Masarati
4b8e57e11f
rework operations in a table-driven manner; better exception handling
2004-12-29 12:31:06 +00:00
Pierangelo Masarati
564d1a6aff
fix previous commit (for compilers that require at least one statement after a label)
2004-12-28 22:48:43 +00:00
Kurt Zeilenga
4a618959bb
PROTOS fix
2004-12-28 19:05:52 +00:00
Pierangelo Masarati
7a1537c640
list permissive in supported controls (ITS#3453)
2004-12-28 10:54:49 +00:00
Pierangelo Masarati
7198e9e4b9
fix typos leading to memory issues
2004-12-23 10:43:58 +00:00
Sang Seok Lim
263b8e72d5
Bug fix
...
support for multi-values attribute in Component Matching
2004-12-23 05:44:52 +00:00
Sang Seok Lim
65026f4300
Adjusting an initial buffer size for x509Certificate
2004-12-22 01:24:12 +00:00
Sang Seok Lim
e3ab329d4e
Fixing bug in extensible filter indexing
2004-12-22 01:23:27 +00:00
Sang Seok Lim
79d9ef9c87
Buf size adjustment
2004-12-21 04:46:44 +00:00
Sang Seok Lim
94ed6b410d
Cleanup unused fields of ComponentDesc
2004-12-21 04:46:21 +00:00
Jong Hyuk Choi
706e7f819a
misc cleanup
2004-12-20 22:07:17 +00:00
Jong Hyuk Choi
35c19ef342
misc fix for the component indexing commit
2004-12-20 20:28:30 +00:00
Sang Seok Lim
ccd3acc98e
return value mising
2004-12-20 04:48:16 +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
b3dfae907f
Remove obsolete comment
2004-12-17 10:24:54 +00:00
Howard Chu
a2a1ffb05d
Revert previous, unnecessary
2004-12-17 09:48:26 +00:00
Howard Chu
090270e965
Use of bzero is not portable
2004-12-16 19:52:38 +00:00
Jong Hyuk Choi
238f6333d2
ITS#3445
2004-12-16 15:59:35 +00:00
Howard Chu
3c0ee263b5
Move mkdir def. It should really go somewhere else...
2004-12-16 15:41:49 +00:00
Howard Chu
8d4281d843
ITS#3443 fix shutdown test
2004-12-16 13:48:36 +00:00
Jong Hyuk Choi
5162c4477b
adaptive caching code
2004-12-14 17:25:35 +00:00
Jong Hyuk Choi
273052b573
adaptive caching implementation
2004-12-14 17:22:22 +00:00