- Jan 21, 1999
-
-
Kurt Zeilenga authored
-
Kurt Spanier authored
introduction of pid/agrs parameters to the test-suite slapd.conf files; creation of sub-directory test/var for storage of pid/args files during test; update of the slapd and slapd.conf man pages. (The change reduces dependency on ldapconfig.h, since SLAPD_PIDEXT and SLAPD_ARGSEXT are deleted from the code.)
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Is initialized to 0 (unknown) and then set to 2 or 3 on bind. Should also be 0->3 if a special (or any) operation occurs before the bind.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jan 20, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
BerElement argument per latest IETF ldapext draft c api spec. That is, caller is solely responsible for freeing the BerElement allocated and returned by ldap_first_attribute. Update man pages accordingly. Update applications accordingly.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jan 19, 1999
-
-
Kurt Zeilenga authored
and uppercase. (aliased_dn are stored in normalized uppercase format).
-
Kurt Zeilenga authored
is at a DNSEPARATOR. Moved DNSEPARATOR macro from dn.c to slap.h
-
Kurt Zeilenga authored
(suffixAliasing only maps input dn's, not output dn).
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
provided dn (which is normalized and uppercased). This preserved the trailing portion of the dn.
-
Kurt Zeilenga authored
Update slap_op to maintain dn and ndn (derived from conn->c_dn). Update ldbm_back_bind to return actual bound dn (including rootdn) for use in slapd_conn. Other backends use client dn. Modify other codes to use ndn (normalized uppercase dn) most everywhere. Aliasing, Suffixing and modrdn could use more work. Applied suffixing to compare and modrdn.
-
Kurt Zeilenga authored
Suggest --with-threads=posix when error is reported.
-
- Jan 18, 1999
-
-
Kurt Zeilenga authored
Once we have private types for threads, this check can be removed.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Note: we probably can replace the dn2entry_r with dn2id as only the id is needed unless we're holding the lock for filtercandidates or something
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jan 17, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
within NOTE. This is in the NOTE so rev left at 1.3.
-
Kurt Zeilenga authored
instead of a 'language'. Added paragraph 8 to clarify software that linked with OpenLDAP does NOT fall under our copyright (ie: the copyright is non-viral) and that resulting executables may be used and redistributed without restriction (including sold for profit).
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Bart Hartgers authored
Added OpenLDAP copyright to files.
-
Bart Hartgers authored
Fixed my own stupid mistake of not noticing the 'n' in #ifndef. strdup should work as it was again...
-
- Jan 16, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-