Annuaire LDAP
Find a file
Howard Chu bcf7ab26e4 ITS#2465 fix? ber_get_next must read at least sizeof(tag)+sizeof(len)
which should be at most 8 bytes. However if we read more than the minimum
message length, we have a problem because we steal bytes from any following
message, and there is no buffer mechanism to push back excess data.
The shortest legitimate message is Unbind at 7 bytes, but there shouldn't
be anything following it. Abandon at 8 bytes is next, so always requesting
at least 8 bytes should be safe. Always requesting 9 was a problem.

Please double-check these assumptions...
2003-04-24 02:10:18 +00:00
build Backout autoconf 2.57 changes. Too much work for now. 2003-04-07 22:23:24 +00:00
clients Add -y support 2003-04-12 03:46:45 +00:00
contrib ITS#2423 don't malloc prompt results 2003-04-06 00:52:24 +00:00
doc Fix file: URL examples 2003-04-23 03:35:37 +00:00
include Rebuild configure scripts with --enable-hdb support 2003-04-23 16:50:56 +00:00
libraries ITS#2465 fix? ber_get_next must read at least sizeof(tag)+sizeof(len) 2003-04-24 02:10:18 +00:00
servers ber, bv memory cleanup 2003-04-23 16:29:31 +00:00
tests Rebuild configure scripts with --enable-hdb support 2003-04-23 16:50:56 +00:00
acconfig.h Re-add <ac/localize.h> 2003-04-07 22:44:15 +00:00
acinclude.m4 Happy new year 2003-01-03 20:20:47 +00:00
aclocal.m4 Backout autoconf 2.57 changes. Too much work for now. 2003-04-07 22:23:24 +00:00
configure Rebuild configure scripts with --enable-hdb support 2003-04-23 16:50:56 +00:00
configure.in Added back-hdb 2003-04-23 09:13:24 +00:00
COPYRIGHT Added hyc & Symas 2003-04-17 04:31:32 +00:00
INSTALL Change "-Ddef" example to something harmless and hopefully more obvious. 2003-02-13 23:58:54 +00:00
LICENSE Update to 2.7 2001-09-08 04:30:14 +00:00
Makefile.in Backout autoconf 2.57 changes. Too much work for now. 2003-04-07 22:23:24 +00:00
README Add CONTRIBUTING section to HEAD's README 2003-04-23 02:25:39 +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$