]> git.sur5r.net Git - openldap/commitdiff
Quick merge: everything from HEAD
authorKurt Zeilenga <kurt@openldap.org>
Tue, 13 Feb 2007 21:21:56 +0000 (21:21 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 13 Feb 2007 21:21:56 +0000 (21:21 +0000)
ANNOUNCEMENT [new file with mode: 0644]
CHANGES [new file with mode: 0644]
README
build/version.var
configure
doc/man/man5/slapo-constraint.5 [deleted file]
include/portable.hin

diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT
new file mode 100644 (file)
index 0000000..68e158d
--- /dev/null
@@ -0,0 +1,91 @@
+A N N O U N C E M E N T -- OpenLDAP 2.4
+
+    The OpenLDAP Project is pleased to announce the availability
+    of OpenLDAP Software 2.4, a suite of the Lightweight Directory
+    Access Protocol (v3) servers, clients, utilities, and
+    development tools.
+
+    This release contains the following major enhancements:
+        To be completed before BETA release
+
+    This release includes the following major components:
+
+        * slapd - a stand-alone LDAP directory server
+        * slurpd - a stand-alone LDAP replication server
+        * -lldap - a LDAP client library
+        * -llber - a lightweight BER/DER encoding/decoding library
+        * LDIF tools - data conversion tools for use with slapd
+        * LDAP tools - A collection of command line LDAP utilities
+        * Admin Guide, Manual Pages - associated documentation
+
+    In addition, there are some contributed components:
+
+        * LDAPC++ - a LDAP C++ SDK
+        * Various slapd modules and slapi plugins
+
+
+ACKNOWLEDGEMENTS
+
+    OpenLDAP Software is developed by the OpenLDAP Project.  The
+    Project consists of a team of volunteers whose use the
+    Internet to coordinate their activities.  The Project is
+    an organized activity of the OpenLDAP Foundation.
+
+    OpenLDAP Software is derived from University of Michigan LDAP,
+    release 3.3.
+
+
+AVAILABILITY
+
+    This software is available under the OpenLDAP Public License,
+    an non-restrictive, "free", open-source license.  For download
+    information is available at:
+
+        http://www.OpenLDAP.org/software/download/
+
+
+SUPPORT
+
+    OpenLDAP Software is user supported:
+
+        http://www.openldap.org/support/
+
+    The OpenLDAP Administrator's Guide, which includes quick
+    start instructions, is available at:
+
+        http://www.openldap.org/doc/admin/
+
+    The project maintains a FAQ which you may find useful:
+
+        http://www.openldap.org/faq/
+
+    In addition, there are also a number of discussion lists
+    related OpenLDAP Software.  A list of mailing lists is
+    available at:
+
+        http://www.OpenLDAP.org/lists/
+
+    To report bugs, please use project's Issue Tracking System:
+
+        http://www.openldap.org/its/
+
+    The OpenLDAP home page containing lots of interesting information
+    and online documentation is available at this URL:
+
+        http://www.OpenLDAP.org/
+
+
+SUPPORTED PLATFORMS
+
+    This release has been ported to many UNIX (and UNIX-like)
+    platforms including Darwin, FreeBSD, Linux, NetBSD, OpenBSD
+    and most commercial UNIX systems.  The release has also been
+    ported (in part or in whole) to other platforms including
+    Apple MacOS X, IBM zOS, and Microsoft Windows 2000.
+
+---
+OpenLDAP is a registered trademark of the OpenLDAP Foundation.
+
+Copyright 1999-2006 The OpenLDAP Foundation, Redwood City,
+California, USA.  All Rights Reserved.  Permission to copy and
+distribute verbatim copies of this document is granted.
diff --git a/CHANGES b/CHANGES
new file mode 100644 (file)
index 0000000..dc456dd
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,5 @@
+OpenLDAP 2.4 Change Log
+
+OpenLDAP 2.4.4alpha Release
+       Changes not tracked
+
diff --git a/README b/README
index b71852fb131ac077b5c1e41736821cd1c86dae6c..de5c8cbc23c39a15c7b6eeafbb77049051b708ec 100644 (file)
--- a/README
+++ b/README
@@ -1,26 +1,79 @@
-OpenLDAP Devel README
-       This software was obtained from the development branch (HEAD) of
-       the OpenLDAP Software Repository.  This copy is likely already
-       not current, the development branch changes frequently.  These
-       changes include code implementing experimental features and
-       unproven bug fixes.  Please do NOT redistribute copies of the
-       development branch.
-
-       The OpenLDAP Developer's FAQ is available at:
-               <http://www.openldap.org/faq/index.cgi?file=4>
-
-       Client developers seeking a suitable development platform
-       should use "release" or "stable" versions.
-               <http://www.openldap.org/software/>
-
-Contributing
-       See <http://www.openldap.org/devel/contributing.html> for how to
-       contribute code or documentation to OpenLDAP.  Use the Issue Tracking
-       System <http://www.openldap.org/its/> to submit contributions.
-       While you are encouraged to coordinate and discuss the development
-       activities on the openldap-devel@openldap.org mailing list prior
-       to submission, it is noted that contributions must be submitted
-       using the Issue Tracking System to be considered.
+OpenLDAP 2.4 README
+    For a description of what this distribution contains, see the
+    ANNOUNCEMENT file in this directory.  For a description of
+    changes from previous releases, see the CHANGES file in this
+    directory.
+
+    This is 2.4 release, it includes significant changes from prior
+    releases.
+
+REQUIRED SOFTWARE
+    Building OpenLDAP Software requires a number of software packages
+    to be preinstalled.  Additional information regarding prerequisite
+    software can be found in the OpenLDAP Administrator's Guide.
+
+    Base system (libraries and tools):
+        Standard C compiler (required)
+        Cyrus SASL 2.1.21+ (recommended)
+        OpenSSL 0.9.7+ (recommended)
+        POSIX REGEX software (required)
+
+    SLAPD:
+        BDB and HDB backends require Sleepycat Berkeley DB 4.2 or later
+
+    SLURPD:
+        LTHREAD compatible thread package
+            [POSIX threads, Mach Cthreads, select others]
+
+    CLIENTS/CONTRIB ware:
+        Depends on package.  See per package README.
+
+
+MAKING AND INSTALLING THE DISTRIBUTION
+    Please see the INSTALL file for basic instructions.  More
+    detailed instructions can be found in the OpenLDAP Admnistrator's
+    Guide (see DOCUMENTATION section).
+
+
+DOCUMENTATION
+    The OpenLDAP Administrator's Guide is available in the
+    guide.html file in the doc/guide/admin directory.  The
+    guide and a number of other documents are available at
+    <http://www.openldap.org/doc/guide/admin/guide.html>.
+
+    The distribution also includes manual pages for most programs
+    and library APIs.  See ldap(3) for details.
+
+    The OpenLDAP website is available and contains the latest LDAP
+    news, releases announcements, pointers to other LDAP resources,
+    etc..  It is located at <http://www.OpenLDAP.org/>.
+
+    The OpenLDAP Software FAQ is available at
+    <http://www.openldap.org/faq/>.
+
+
+SUPPORT / FEEDBACK / PROBLEM REPORTS / DISCUSSIONS
+    OpenLDAP Software is user supported.  If you have problems, please
+    review the OpenLDAP FAQ <http://www.openldap.org/faq/> and
+    archives of the OpenLDAP-software and OpenLDAP-bugs mailing lists
+    <http://www.openldap.org/lists/>.  If you cannot find the answer,
+    please enquire on the OpenLDAP-software list.
+
+    Issues, such as bug reports, should be reported using our our
+    Issue Tracking System <http://www.OpenLDAP.org/its/>.  Do not
+    use this system for software enquiries.  Please direct these
+    to an appropriate mailing list.
+
+
+CONTRIBUTING
+    See <http://www.openldap.org/devel/contributing.html> for
+    information regarding how to contribute code or documentation
+    to the OpenLDAP Project for inclusion in OpenLDAP Software.
+    While you are encouraged to coordinate and discuss the development
+    activities on the <openldap-devel@openldap.org> mailing list
+    prior to submission, it is noted that contributions must be
+    submitted using the Issue Tracking System
+    <http://www.openldap.org/its/> to be considered.
 
 ---
 $OpenLDAP$
index 131da34762ad962464fb2edaec9312a2441eafc6..7823dd7796ec87b35373083e34bfd74a18e30807 100644 (file)
 ## <http://www.OpenLDAP.org/license.html>.
 ol_package=OpenLDAP
 ol_major=2
-ol_minor=X
+ol_minor=4
 ol_patch=X
-ol_api_inc=000000
-ol_api_current=0
-ol_api_revision=0
-ol_api_age=0
-ol_release_date="0000/00/00"
+ol_api_inc=20404
+ol_api_current=1
+ol_api_revision=3
+ol_api_age=1
+ol_release_date="2006/10/20"
index 0ce7f34173cfaf6031374d5024d2f25bb1820686..204042d757591f6c670e52c0f7c852951d7400c0 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.645 2007/01/19 01:54:44 kurt Exp .
+# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.631.2.4 2006/10/19 20:06:32 kurt Exp .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
diff --git a/doc/man/man5/slapo-constraint.5 b/doc/man/man5/slapo-constraint.5
deleted file mode 100644 (file)
index b8ad735..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-.TH SLAPO-CONSTRAINT 5 "RELEASEDATE" "OpenLDAP LDVERSION"
-.\" Copyright 2005-2006 Hewlett-Packard Company
-.\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
-.SH NAME
-slapo-constraint \- Attribute Constraint Overlay
-.SH SYNOPSIS
-ETCDIR/slapd.conf
-.SH DESCRIPTION
-The constraint overlay is used to enforce a regular expression
-constraint on all values of specified attributes. Attributes can
-have multiple constraints placed upon them, and all must be satisfied
-when modifying an attribute value under constraint.
-.LP
-This overlay is intended to be used to force syntactic regularity upon
-certain string represented data which have well known canonical forms,
-like telephone numbers, post codes, FQDNs, etc.
-.SH CONFIGURATION
-This
-.B slapd.conf
-option applies to the constraint overlay.
-It should appear after the
-.B overlay
-directive.
-.TP
-.B constraint_attribute <attribute_name> <type> <value>
-Specifies the constraint which should apply to the attribute named as
-the first parameter.
-At the moment only one type of constraint is supported -
-.B
-regex.
-The parameter following the
-.B
-regex
-type is a Unix style regular expression (See
-.B
-regex(7))
-
-Any attempt to add or modify an attribute named as part of the
-constraint overlay specification which does not fit the regular
-expression constraint listed will fail with a
-LDAP_CONSTRAINT_VIOLATION error.
-.SH EXAMPLES
-.B
-constraint_attribute mail regex ^[:alnum:]+@mydomain.com$
-
-A specification like the above would reject any
-.B
-mail
-attribute which did not look like
-.B
-<alpha-numeric string>@mydomain.com
-.SH FILES
-.TP
-ETCDIR/slapd.conf
-default slapd configuration file
-.SH SEE ALSO
-.BR slapd.conf (5).
index 2f82be5d73b8e9aff5f9f8edecf94280f12718e3..b31e486f17c2a2dd83f59e693d5da530f13f87bf 100644 (file)
 /* Define to 1 if you have the `pthread_kill_other_threads_np' function. */
 #undef HAVE_PTHREAD_KILL_OTHER_THREADS_NP
 
-/* Define to 1 if you have the `pthread_rwlock_destroy' function. */
+/* define if you have pthread_rwlock_destroy function */
 #undef HAVE_PTHREAD_RWLOCK_DESTROY
 
 /* Define to 1 if you have the `pthread_setconcurrency' function. */