- May 14, 2004
-
-
Kurt Zeilenga authored
-
- Jan 01, 2004
-
-
Kurt Zeilenga authored
-
- Dec 06, 2003
-
-
Luke Howard authored
-
- Nov 27, 2003
-
-
Kurt Zeilenga authored
-
- Apr 05, 2003
-
-
Kurt Zeilenga authored
-
- Feb 26, 2003
-
-
Pierangelo Masarati authored
-
- Feb 25, 2003
-
-
Kurt Zeilenga authored
-
- Jan 03, 2003
-
-
Kurt Zeilenga authored
-
- Nov 01, 2002
-
-
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.
-
- Oct 09, 2002
-
-
Kurt Zeilenga authored
-
- Sep 29, 2002
-
-
Kurt Zeilenga authored
-
- Aug 31, 2002
-
-
Pierangelo Masarati authored
add {create,modify}Timestamp to subschema subentry (SHOULD per RFC2251; use server startup time to be conservative)
-
- Aug 29, 2002
-
-
Pierangelo Masarati authored
-
- Aug 10, 2002
-
-
Howard Chu authored
inaccessible, this is original code, not contributed.)
-
- Mar 11, 2002
-
-
Kurt Zeilenga authored
Not sure how best to populate matchingRuleUses...
-
- Jan 10, 2002
-
-
Kurt Zeilenga authored
-
- Jan 04, 2002
-
-
Kurt Zeilenga authored
-
- Jan 02, 2002
-
-
Howard Chu authored
-
- Dec 29, 2001
-
-
Howard Chu authored
-
- Dec 26, 2001
-
-
Kurt Zeilenga authored
Fix nameAndOptionalIdentifer syntax.
-
Howard Chu authored
-
Howard Chu authored
Use typedefs for all backend functions, to minimize work in future API updates. (back-*/external.h will never need updating in the future.)
-
- Dec 19, 2001
-
-
Kurt Zeilenga authored
from input. This likely needs to be done by the frontend instead. Add structuralObjectClass to the root and subschema dses.
-
- Jun 06, 2000
-
-
Kurt Zeilenga authored
-
- May 22, 2000
-
-
Kurt Zeilenga authored
SASL mech removed from backend bind callback (as SASL is managed by frontend) Changes to some backends are untested (as I don't have all dependent software install)
-
- May 16, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
to caller (do_search) such that info can be used by other operations (ie: do_compare). SLAPD_SCHEMA_NOT_COMPAT: Add additional code to support filters (needs work)
-
- May 15, 2000
-
-
Kurt Zeilenga authored
-
- May 13, 2000
-
-
Kurt Zeilenga authored
-
- Mar 03, 2000
-
-
Kurt Zeilenga authored
Don't use LDAP_OPERATIONS_ERROR for internal errors. Use LDAP_OTHER instead. (more changes needed in this area)
-
- Feb 05, 2000
-
-
Kurt Zeilenga authored
basic structures for handing language tags and binary option (but less actual code to actually support them). Provided for reference only. Will not even compile.
-
- Jan 31, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
rewrite.
-
Kurt Zeilenga authored
Attribute subtyping, especially that using attribute description options, will have to reengineered.
-
Kurt Zeilenga authored
attributes of the syntax. Such attribute values be transferred using binary syntax unless ber2str/str2ber routines are provided. Used in conjunction with ";binary" attribute description option and/or the Binary syntax.
-
- Jan 29, 2000
-
-
Kurt Zeilenga authored
routines to separate file to keep schema.c of managable size.
-
- Jan 28, 2000
-
-
Kurt Zeilenga authored
MUST be defined).
-
- Jan 27, 2000
-
-
Kurt Zeilenga authored
behind -USLAPD_SCHEMA_COMPAT.
-
Kurt Zeilenga authored
ldap_ucs2_t is a short. The unicode routines may break if sizeof(short) != 2...
-