- 17 May, 2000 1 commit
-
-
Kurt Zeilenga authored
Calls value_normalize per substr component (like old code), likely should have/call substr_normalize which takes all components at once (to allow more sophisticated normalization)
-
- 15 May, 2000 3 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 13 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 10 May, 2000 1 commit
-
-
Howard Chu authored
LDAP clients themselves still need this definition.
-
- 25 Apr, 2000 2 commits
-
-
Kurt Zeilenga authored
external store, but not yet tested. [Intent is to support both in same server... may not be doable]
-
Kurt Zeilenga authored
-
- 02 Mar, 2000 1 commit
-
-
Kurt Zeilenga authored
non-bind requests while a multi-step SASL bind process is under to connection.c. Return LDAP_OPERATIONS_ERROR, not LDAP_SASL_BIND_IN_PROGRESS.
-
- 29 Feb, 2000 1 commit
-
-
Kurt Zeilenga authored
Only return SLAPD_DISCONNECT with a send_ldap_disconnect() was called. Add initial code for support predetermined filter results when filter is undefined (or known to be true or false).
-
- 28 Feb, 2000 1 commit
-
-
Kurt Zeilenga authored
limited subtype support, modlist handling, filter updates, lastmod attribute handling.
-
- 25 Feb, 2000 1 commit
-
-
Kurt Zeilenga authored
impl of slap_modlist2mods() and is_at_subtype().
-
- 22 Feb, 2000 1 commit
-
-
Kurt Zeilenga authored
Not hidden "NULLDN" to "<anonymous>" in modify stats
-
- 15 Feb, 2000 1 commit
-
-
Kurt Zeilenga authored
Not hidden: "<anonymous>" modifiersname
-
- 14 Feb, 2000 1 commit
-
-
Kurt Zeilenga authored
plus these changes unhidden changes: remove now meaning --enable-discreteaci configure option fix ITS#451, slapd filters Add ber_bvecadd() to support above constify ldap_pvt_find_wildcard() and misc slapd routines renamed some slap.h macros likely broken something
-
- 07 Feb, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 06 Feb, 2000 1 commit
-
-
Kurt Zeilenga authored
Changes outside of #ifdef include three value filter processing.
-
- 05 Feb, 2000 1 commit
-
-
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.
-
- 01 Feb, 2000 2 commits
-
-
Kurt Zeilenga authored
additional schema items.
-
Kurt Zeilenga authored
OID for experimental syntax.
-
- 31 Jan, 2000 3 commits
-
-
Kurt Zeilenga authored
-
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.
-
- 29 Jan, 2000 2 commits
-
-
Kurt Zeilenga authored
filters.
-
Kurt Zeilenga authored
-
- 28 Jan, 2000 4 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Move AttrInfo from back-ldbm.h to attr.c
-
Kurt Zeilenga authored
Still not usable.
-
Kurt Zeilenga authored
MUST be defined).
-
- 26 Jan, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 25 Jan, 2000 2 commits
-
-
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
-
- 24 Jan, 2000 1 commit
-
-
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.
-
- 02 Jan, 2000 1 commit
-
-
Luke Howard authored
support for DCE slash-delimited, left-to-right DNs; support for a domain socket transport (enable with --enable-ldapi); and extensions to URL parsing to support the latter transport.
-
- 18 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 15 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
Updates to extended operation framework to support arbitrary referrals and extended results without OIDs. Updated passwd extended operation to support returning update_refs as needed. Needs replog support.
-
- 12 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
Modify tests to use -h "ldap://localhost:port/" instead of -p port.
-
- 10 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
Add controls to extended ops API signatures, need impl. Update password to support optional server side generation of new password, verification of old password, and changing of non-bound user's passwords.
-
- 09 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
Rework lutil_passwd routines to use struct berval instead of strings.
-
- 08 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
user password. Likely to be modified to use bind control instead. Use of modify deprecated in favor mechanisms that support passwords stored externally to the directory (such as in a SASL service). Modified slapd extended operation infrastructure to support backend provided extended operations.
-