Annuaire LDAP
Find a file
Howard Chu 712129fe11 Parser rewrite:
use liblutil's ldif_read_record instead of read_one_record
  track line numbers across entire LDIF instead of just for a single
	entry, to allow easier locating of errors. (we can also add the
	-j jump option later.)
  split Add/Modify parse paths, precompute size of pmods instead of
  	continuously using realloc.

Entry processing is now linear time instead of n^2 with entry size.
2006-11-24 17:05:45 +00:00
build Reject BDB version 4.3; it is too unstable. 2006-11-16 20:48:45 +00:00
clients Parser rewrite: 2006-11-24 17:05:45 +00:00
contrib add LDAP_OPT_DIAGNOSTIC_MESSAGE; replace deprecated option names 2006-10-14 17:04:17 +00:00
doc add "report" to "onerr" modes: continue a search in case one target returns an error, and only propagate the error at the end 2006-11-23 23:50:36 +00:00
include s/ldap_int_discard/ldap_pvt_discard/ 2006-10-28 18:13:12 +00:00
libraries revert previous commit; disable RESTART from ldap.conf 2006-11-13 23:51:52 +00:00
servers fix ITS#4760 differently 2006-11-24 13:02:26 +00:00
tests add support for extra ops after bind; allow to skip bind for slapd-search/read 2006-11-18 18:25:46 +00:00
aclocal.m4 Update libtool to 1.5.20 2005-10-29 23:37:13 +00:00
configure allow to select the desired ODBC sequence (ITS#4735) 2006-11-07 00:38:12 +00:00
configure.in allow to select the desired ODBC sequence (ITS#4735) 2006-11-07 00:38:12 +00:00
COPYRIGHT Update UM-LDAP URL 2006-01-05 09:17:06 +00:00
INSTALL Remove mention of LDBM 2006-01-13 18:16:07 +00:00
LICENSE Fix typos 2003-11-24 19:42:08 +00:00
Makefile.in Happy new year! 2006-01-03 23:11:52 +00:00
README more cleanup 2006-08-29 07:28:22 +00:00

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$

This work is part of OpenLDAP Software <http://www.openldap.org/>.

Copyright 1998-2006 The OpenLDAP Foundation.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted only as authorized by the OpenLDAP
Public License.

A copy of this license is available in the file LICENSE in the
top-level directory of the distribution or, alternatively, at
<http://www.OpenLDAP.org/license.html>.

OpenLDAP is a registered trademark of the OpenLDAP Foundation.