Update docs in preparation for release.

This commit is contained in:
Kurt Zeilenga 1998-12-05 03:24:27 +00:00
parent 4230bca19a
commit 5efffb41e1
5 changed files with 36 additions and 15 deletions

View 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.
@ -56,7 +56,7 @@ AVAILABILITY
This software is available under the OpenLDAP Public License.
For download information is available at:
http://www.OpenLDAP.org/download.html
http://www.OpenLDAP.org/software/download/
SUPPORT
@ -66,11 +66,10 @@ SUPPORT
OpenLDAP-bugs@OpenLDAP.org
In addition, there is a discussion list for issues relating to this
implementation of ldap:
In addition, there are also a number of discussion lists
related OpenLDAP. A list of mailing lists is available at:
http://www.OpenLDAP.org/lists/
OpenLDAP-devel@OpenLDAP.org -- discussion list
OpenLDAP-devel-request@OpenLDAP.org -- to join the list
The OpenLDAP home page containing lots of interesting information
and online documentation is available at this URL:
@ -79,11 +78,10 @@ SUPPORT
SUPPORTED PLATFORMS
This release has been ported to many UNIX platforms, including
SunOS 4.1.x, Solaris 2.x, Ultrix 4.3, HP-UX 9.05, AIX 3.2.5,
SCO, FreeBSD, NetBSD, Linux, IRIX, Digital Unix (OSF/1), and
NeXTSTEP 3.2. This release has also been ported to VMS.
This release has been ported to many UNIX (and UNIX-like) platforms
including AIX, Digital UNIX (OSF/1), FreeBSD, HP-UX, IRIX, Linux,
NetBSD, NexTSTEP, OpenBSD, SCO, Solaris, SunOS, and Ultrix.
The client libraries and some clients have also been ported to
MacOS 7.x, MSDOS (some TCP stacks), and MS Windows 3.1/95/NT.
MS Windows 95/NT.

15
CHANGES
View file

@ -1,6 +1,19 @@
OpenLDAP Change Log
Changes included in OpenLDAP 1.1-Alpha (from -devel)
Changes included in OpenLDAP 1.1-Beta (from -devel)
Updated ANNOUNCEMENT, INSTALL, README for release
Updated doc for release
Updated slapd.conf to use dc style BaseDN
Fixed aclparse debug print
Fixed slapd/add memory leak bug
Autoconf
Fixed --with-threads=yes bug
Added -pthreads check for OSF/1
Updated LDBM auto check to skip NDBM
Updated libtool for FreeBSD3 elf
Fixed pthread version test
Changes included in OpenLDAP 1.1-Beta (from -devel)
CVS Tag: OPENLDAP_REL_ENG_1_1_BETA
Added ldap.conf support
Added configuration preservation support

View file

@ -145,6 +145,9 @@ The configure script will also use your environmental
variables for determining compiler/linker options. This can
be used to manual specify features and compilation options.
NOTE: If you change environment setting, be sure to remove
any config.cache before running ./configure.
Supported Environmental Variables
CC C compiler (cc, egcc)
CFLAGS C flags (-ansi)

View 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.

View 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.