- 28 Dec, 2001 1 commit
-
-
Howard Chu authored
-
- 26 Dec, 2001 3 commits
-
-
Kurt Zeilenga authored
Fix nameAndOptionalIdentifer syntax.
-
Howard Chu authored
-
Howard Chu authored
-
- 23 Dec, 2001 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 22 Dec, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 17 Dec, 2001 1 commit
-
-
Howard Chu authored
-
- 10 Dec, 2001 1 commit
-
-
Pierangelo Masarati authored
-
- 09 Dec, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 06 Dec, 2001 4 commits
-
-
Pierangelo Masarati authored
now dnValidate loops thru each value; added private member to LDAPAVA to hold the attribute description
-
Pierangelo Masarati authored
liberally accept many LDAPv2/LDAPv3 stuff in DN (quoted parts, ';' as rdn separator and so); enforce exact case match of normalized dn in dnMatch (let's see what happens ...); fix a ldapava_free_rdn bug
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Add flag to matching rules to indicate if DN folding is needed. Don't specify dnPretty as pretty function for DN attribute types as this works too well (it breaks tests).
-
- 05 Dec, 2001 4 commits
-
-
Kurt Zeilenga authored
A pretty routine may rewrite the representation of a value but must not alter the value itself.
-
Kurt Zeilenga authored
-
Pierangelo Masarati authored
another step towards schema aware normalization: ava sorting in rdns; now by defining USE_LDAP_DN_PARSING both the new dn parsing and the server side normalization is used. There might be, every now and then, a flaw mostly due to naive normalization of pseudo-dn (thinking about some acl/regex stuff and so)
-
Pierangelo Masarati authored
-
- 04 Dec, 2001 2 commits
-
-
Kurt Zeilenga authored
-
Pierangelo Masarati authored
reimplement dn_validate/normalize/(match) using the ldap_str2dn/dn2str stuff; need to #define USE_LDAP_DN_PARSING
-
- 02 Dec, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 17 Nov, 2001 1 commit
-
-
Pierangelo Masarati authored
-
- 16 Nov, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 09 Nov, 2001 1 commit
-
-
Mark Adamson authored
-
- 07 Nov, 2001 1 commit
-
-
Howard Chu authored
-
- 06 Nov, 2001 2 commits
-
-
Stig Venaas authored
-
Mark Adamson authored
-
- 05 Nov, 2001 1 commit
-
-
Mark Adamson authored
-
- 03 Nov, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 23 Oct, 2001 2 commits
-
-
Julio Sánchez Fernández authored
you can search efficiently the directory for a certificate. Notice that we index certificates just as serial integers. A full index should combine the issuer DN too, but I think in most scenarios that would be extremely redundant and of little benefit. We can add an option later to do full indexing.
-
Julio Sánchez Fernández authored
-
- 22 Oct, 2001 2 commits
-
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
error reporting to client and syslog. And indexing, of course. Now, the problem is that matching rules get called from different places that are inconsistent in what an assertedValue is. When doing a modify, a full certificate value is passed (to verify it isn't already there). When doing a search or compare, the passed value is in the syntax of the matching rule. Consistency would require that the caller extracts an asserted value from the full value before calling smr_match. It can do this by calling smr_convert (it was unused, was it meant to be used for this?). Unfortunately, the caller is typically value_find, value_match, etc. that have themselves little knowledge of what they are dealing with, so their interface needs to be extended, new flag values or new arguments, so that they know if they have a value in attribute type syntax or in matching rule syntax.
-
- 20 Oct, 2001 2 commits
-
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
indexing.
-
- 20 Sep, 2001 1 commit
-
-
Mark Adamson authored
-
- 07 Sep, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 01 Sep, 2001 1 commit
-
-
Kurt Zeilenga authored
and integerBitOrMatch enhancement (ITS#1302 + minor changes) from Luke Howard <lukeh@padl.com>.
-
- 27 Jul, 2001 1 commit
-
-
Stig Venaas authored
case-Exact/Ignore-Substrings-Match/Filter/Indexer with common code for the caseExact and caseIgnore cases
-
- 26 Jul, 2001 1 commit
-
-
Stig Venaas authored
but can really be removed.
-