Go to file
Kurt Zeilenga 6b7cee69c2 Patch: 'ldapmodify -c' should return error on failure (ITS#2133)
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.

'ldapmodify -c' returned the error status from the _last_ LDIF entry,
so a bad entry followed by a good entry returns success.
This patch makes it return the status of the last _failed_ entry,
or 0 if all entries succeeded.
2002-10-12 04:35:42 +00:00
build Update to 1.6.1 2002-10-09 21:16:56 +00:00
clients Patch: 'ldapmodify -c' should return error on failure (ITS#2133) 2002-10-12 04:35:42 +00:00
contrib Add ldapsasl 2002-09-02 22:18:49 +00:00
doc Clarify new "entry" ACLs 2002-10-10 04:27:23 +00:00
include Patch: Delete the buggy surrogate parent code (ITS#1815) 2002-10-10 20:28:36 +00:00
libraries Prefer thr_yield over sched_yield for Solaris 2002-10-12 01:21:21 +00:00
servers More fixes for ITS#2136, make sure all error returns set *text. 2002-10-11 17:12:56 +00:00
tests s/umich.edu/example.com/ 2002-10-04 20:58:20 +00:00
acconfig.h Moved stdio replacements from liblutil lutil_* to liblber ber_pvt_*. 2002-09-10 00:47:32 +00:00
acinclude.m4
aclocal.m4 Update Cyrus SASL detection to always look for <sasl.h> regardless 2002-02-10 17:51:19 +00:00
configure Prefer thr_yield over sched_yield for Solaris 2002-10-12 01:26:59 +00:00
configure.in Prefer thr_yield over sched_yield for Solaris 2002-10-12 01:21:21 +00:00
COPYRIGHT Remove info@openldap.org address. 2002-06-02 07:28:55 +00:00
INSTALL Updates from SDF 2002-02-18 18:10:25 +00:00
LICENSE
Makefile.in Misc. DN fixes and cleanups, namely don't muck with AVA_BINARY values 2002-02-13 06:35:27 +00:00
README

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/

---
$OpenLDAP$