]> git.sur5r.net Git - openldap/commitdiff
Minor updates to various docs with 1.1 release information.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 2 Dec 1998 02:25:44 +0000 (02:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 2 Dec 1998 02:25:44 +0000 (02:25 +0000)
ANNOUNCEMENT
doc/devel/todo
doc/install/hints/Solaris

index d6234d69a34c96e0479760622f75c68293414bee..e894607c212ce25bdc485d610e003aec89130650 100644 (file)
@@ -45,7 +45,7 @@ CHANGES
 
        Changes from U. Mich release 3.3
        - TCP Wrappers support added to slapd,
-       - Berkely DB2 compatibility added to slapd,
+       - Berkeley DB2 compatibility added to slapd,
        - ACL enhancements including Access by Group and POSIX regex(3) support,
        - platforms updates, and
        - numerous bug fixes and build changes.
index a0a0854cd7bf1625f1f5ce90a063dedab297ad51..4a7ea2ea53134ba1a98230f4f739b036d07767fa 100644 (file)
@@ -19,9 +19,10 @@ LDAPv3 support <kurt@openldap.org>
 LDAP C API (draft-ietf-ldapext-ldap-c-api-xx) support <kurt@openldap.org>
 Schema Repository
 
+
 Large projects
 --------------
-redesign slapd threading
+Redesign slapd threading (thread pooling)
 Modify -lldap to be session-level multithreaded <kurt@openldap.org>
 Port slapd (incl back-ldbm & tools) to NT
 MajorLDAP - Design and implement an LDAP aware mailing list manager
@@ -30,14 +31,15 @@ MajorLDAP - Design and implement an LDAP aware mailing list manager
 Medium projects
 ---------------
 Modify -lldap to be reentrant/threadsafe <kurt@openldap.org>
-Modify -llthread to have private interface 
+Modify -llthread to hide thread implementation
 Extend configure.in to support autodetect of ISODE features.
 Port slurpd to NT
 
 
 Small projects
 --------------
-Modify -lldap to not use non-reentrant library functions <kurt@openldap.org>
+Modify servers to use reentrant library functions <kurt@openldap.org>
+Modify -lldap to use reentrant library functions <kurt@openldap.org>
 Create ldapurl (from ldapsearch?) to support searching by URL
 Create ldappasswd to support generation of crypt, sha1, md5 passwords.
 Extend configure.in to support autodetect of Kerberos features.
index 8744c6a8fca195b8ed2336f975a1d9897119574e..7969df586df36bd6acddaebfb811d58f7c6dd1c5 100644 (file)
@@ -25,3 +25,8 @@ OR use Solaris (LWP) Threads
 OR disable threads: 
        ./configure --without-threads
 
+
+NDBM on Solaris
+
+Solaris NDBM and OpenLDAP appears to be incompatible.  Use
+GDBM or Berkeley DB2.