- 18 Oct, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 25 Apr, 2003 2 commits
-
-
Kurt Zeilenga authored
re-add objectClass pretty routines
-
Kurt Zeilenga authored
-
- 16 Apr, 2003 1 commit
-
-
Pierangelo Masarati authored
-
- 14 Apr, 2003 1 commit
-
-
Howard Chu authored
-
- 12 Apr, 2003 1 commit
-
-
Howard Chu authored
-
- 11 Apr, 2003 1 commit
-
-
Howard Chu authored
-
- 05 Apr, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 17 Mar, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 01 Mar, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 27 Feb, 2003 1 commit
-
-
Kurt Zeilenga authored
schema engine updated (but not schema routines so things don't run yet) nvalues mostly populated, enough for tests 0-2 to pass schema routines needs lots of work modify/mods codes needs lots of work
-
- 26 Feb, 2003 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 03 Jan, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 04 Dec, 2002 1 commit
-
-
Howard Chu authored
calling value_find with already-normalized DNs
-
- 25 Nov, 2002 1 commit
-
-
Pierangelo Masarati authored
-
- 24 Nov, 2002 1 commit
-
-
Pierangelo Masarati authored
-
- 01 Nov, 2002 1 commit
-
-
Julius Enarusai authored
Converted ch_malloc, ch_calloc and ch_realloc calls to SLAP_MALLOC and SLAP_CALLOC in add_value/add_value_one functions and propagated errors to all functions that use these functions.
-
- 21 Sep, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 02 Sep, 2002 1 commit
-
-
Pierangelo Masarati authored
* The original code performs ( n ) normalizations * and ( n * ( n - 1 ) / 2 ) matches, which hide * the same number of normalizations. The new code * performs the same number of normalizations ( n ) * and ( n * ( n - 1 ) / 2 ) mem compares, far less * expensive than an entire match, if a match is * equivalent to a normalization and a mem compare ... * * This is far more memory expensive than the previous, * but it can heavily improve performances when big * chunks of data are added (typical example is a group * with thousands of DN-syntax members; on my system: * for members of 5-RDN DNs, members orig bvmatch (dirty) new 1000 0m38.456s 0m0.553s 0m0.608s 2000 2m33.341s 0m0.851s 0m1.003s * Moreover, 100 groups with 10000 members each were * added in 37m27.933s (an analogous LDIF file was * loaded into Active Directory in 38m28.682s, BTW). * * Maybe we could switch to the new algorithm when * the number of values overcomes a given threshold? */
-
- 23 Aug, 2002 1 commit
-
-
Pierangelo Masarati authored
added attr_merge/value_add functions that dela with single attribute; bervals for '*', '+' and '1.1' made available
-
- 01 Mar, 2002 2 commits
-
-
Kurt Zeilenga authored
where value has not yet been validated.
-
Kurt Zeilenga authored
calls as needed (compare/filters).
-
- 14 Jan, 2002 1 commit
-
-
Howard Chu authored
liblber:ber_bvarray_{add,free}.
-
- 04 Jan, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 02 Jan, 2002 2 commits
-
-
Kurt Zeilenga authored
-
Howard Chu authored
-
- 30 Dec, 2001 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 29 Dec, 2001 1 commit
-
-
Howard Chu authored
-
- 05 Dec, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 27 Nov, 2001 1 commit
-
-
Kurt Zeilenga authored
SLAP_MR_ASSERTION_SYNTAX_MATCH SLAP_MR_VALUE_SYNTAX_MATCH SLAP_MR_VALUE_SYNTAX_CONVERTED_MATCH, add supporting evaluation macros, and update code as needed. Misc other code cleanup included.
-
- 17 Nov, 2001 1 commit
-
-
Pierangelo Masarati authored
-
- 23 Oct, 2001 2 commits
-
-
Julio Sánchez Fernández authored
Apparently, we refuse to index ;binary attributes. That is mostly bogus. Whether it is indexable or not depends on whether we know how to or not, nothing more. I.e., the existance of indexer and filter functions for the matching rules that are relevant to the attribute type.
-
Julio Sánchez Fernández authored
Now we will be able to fix compares.
-
- 22 Oct, 2001 1 commit
-
-
Julio Sánchez Fernández authored
if needed. This is controlled by SLAP_MR_VALUE_IS_IN_MR_SYNTAX, a new flag that should be set when evaluating filters such as in searches and compares and unset otherwise (such as in modify). Now, some callers of value_match, notably value_find, don't know whether to set it or not. We'll see to that.
-
- 20 Jul, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 26 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
type. Add type to core.schema. Not yet populated on add nor checked on modify.
-
- 19 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
an undefined matched. unrecognized objectIdentifer in OID form shall result in false match.
-
- 06 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
-