- Jan 27, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
UTF-8 internally.
-
Kurt Zeilenga authored
-
- Jan 26, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jan 25, 2000
-
-
Kurt Zeilenga authored
syntax.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Revert normalization to matching rule per discussions with Julio. May need separate normalization routines for stored value and asserted value. Currently rely on passed in syntax/mr to allow "special" behavior. Reworked filters to pass struct berval * instead of char *. (needs work) Validation, normalization and matching needed.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Well help when we split assertion options out from the description.
-
- Jan 24, 2000
-
-
Kurt Zeilenga authored
routine. Could be combined into one routine. Modify slapd matching rule struct to only have match function. Modify old attribute such that 'bin' implies octetString, not 'binary'. Add compatibility for IA5 strings. Only directoryStrings were handled before. Treat attribute types without syntax as incomplete, not default. Add OctetStringValidate (always returns okay). Add {UTF8,IA5}StringValidate/Normalize (IA5 based loosely on case_exact_normalize). Need case{Exact,Ignore}UTFMatch, using IA5 versions for now. Removed default of syntax/mr handlders, should just skip registration of syntax/mr's without handlers. Added comments to slap.h about types versus descriptions.
-
- Jan 23, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
s/case_ignore_compare/caseIgnoreIA5Match/ s/case_exact_normalize/caseExactIA5Normalize/ s/case_exact_compare/caseExactIA5Match/ to make room for UTF-8 and T.61 varients.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Add US ASCII optimizations macros. #ifdef out unused routines Ready to hack getdn.c and others to support UTF-8
-
Kurt Zeilenga authored
-
- Jan 22, 2000
-
-
Kurt Zeilenga authored
We may likely want to expose the routines at a later date (ldap_utf8.h?).
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
ldap_utf8_strcspn, ldap_utf8_strtok.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jan 21, 2000
-
-
Kurt Zeilenga authored
-
- Jan 20, 2000
-
-
Kurt Zeilenga authored
code has been committed. Add item to implement SASL/TLS to clients. (This is not to imply that the code is complete)
-
- Jan 17, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Add creat* modify* attributes
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jan 16, 2000
-
-
Luke Howard authored
-
- Jan 15, 2000
-
-
Howard Chu authored
In tls_verify_cb() use CRYPTO_free instead of free (necessary on NT due to use of different heaps). Changed update_flags to use SSL_get_error() to check success/status. This fixes the problem of sb->sb_trans_needs_read getting set on dead sockets.
-
Howard Chu authored
nondefault objectclass was given
-
- Jan 14, 2000
-
-
Kurt Zeilenga authored
-
- Jan 13, 2000
-
-
Kurt Zeilenga authored
-