+++ /dev/null
-OpenLDAP Change Log
-
-Changes included in OpenLDAP Stable
- CVS Tag: OPENLDAP_STABLE
- Updated README, INSTALL files
- Updated Linux platform defaults
- Updated FreeBSD 2 & 3 platform defaults
- Added SCHED_YIELD_MISSING flag
- Added LDAP_ALLOW_NULL_SEARCH_BASE flag
- Added core removal to tests/Make-template
- Fixed slapd/acl debug trace problem
- Fixed ud/auth.c bound_dn problem
- Fixed back-ldbm/idl.c CLDAP include <sys/socket.h> problem.
- Fixed Makefile $(CC) problem
- Fixed LIBEXEC/SBIN creation problem
- Fixed gmake RUNDIR not defaulting problem
-
-Changes included in OpenLDAP 1.0.1
-CVS Tag: OPENLDAP_STABLE_980907
- Added GNU Make Support
- Added OpenBSD Support
- Added FreeBSD 2.x vs 3.x detection
- Fixed slapd LDAP_TCP_WRAPPER build problem
- Fixed slapd NO_THREADS busy loop problem
- Fixed slurpd NULL termination problem
- Fixed misc build/install problems
- Removed junked binary files from repository/distribution
-
-Changes included in OpenLDAP 1.0
-CVS Tag: OPENLDAP_1-0
- Added TCP Wrapper support to slapd
- Added POSIX Threads (final) support
- Added ACL enhancements including
- Access by Groups
- POSIX regex support
- platform updates, and
- numerous bug fixes and build changes.
-
-Base Version: University of Michigan LDAP v3.3
-CVS Tag: UMICH_3_3
1. untar the distribution and cd to the top:
% tar xfz openldap-VERSION.tgz
- % cd ldap
+ % cd openldap-VERSION
If you are reading this file, you probably have already done this!
* Including alternative compilers
Use the CC environment variable to tell configure to
- use a specific compiler. For example, to use ecgs
- instead of the compiler configure choose, use:
+ use a specific compiler. For example, to use GNU
+ C Compiler instead of the compiler configure choose,
+ use:
- [env] CC=egcc ./configure
+ [env] CC=gcc ./configure
You can also use CC use specific flags with the
specified compiler. For example, to require strict
/*
- * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted only
+ * as authorized by the OpenLDAP Public License. A copy of this
+ * license is available at http://www.OpenLDAP.org/license.html or
+ * in file LICENSE in the top-level directory of the distribution.
*/
#ifndef _LUTIL_H