Go to file
Ryan Tandy 38f9dd2fb8 ITS#7878 Replace uint32_t with unsigned in back-mdb
init.c: align mi_dbenv_flags and flags with mdb_dbi_open, which declares
flags as unsigned int.

search.c: align mi_rtxn_size with ARG_UINT; adjust ww_ctx.nentries to
silence a warning about signed/unsigned comparison.

config.c: parse checkpoint config more carefully. Reject negative or
unreasonably large values for kbytes and minutes. Ensure both values are
parsed successfully before making any changes.

Fixes a compilation failure under MinGW, where stdint.h types are not
implicitly pulled in by other headers.
2020-04-14 10:04:33 -07:00
build ITS#9177 - Finish updating migration to latest autoconf and related build tools 2020-04-10 17:44:56 +00:00
clients ITS#8675 - Fix tools to not continue on TLS error 2020-03-26 18:45:00 +00:00
contrib ITS#9203 Remove default values from slapd-pw-argon2.5 2020-04-14 09:26:19 -07:00
doc ITS#8245 Use Relax control to avoid uniqueness checks 2020-04-06 20:44:09 +00:00
include ITS#6567 - More cleanup 2020-04-13 17:19:35 +00:00
libraries ITS#6567 - More cleanup 2020-04-13 17:19:35 +00:00
servers ITS#7878 Replace uint32_t with unsigned in back-mdb 2020-04-14 10:04:33 -07:00
tests ITS#8245 Use Relax control to avoid uniqueness checks 2020-04-06 20:44:09 +00:00
.gitattributes
.gitignore ITS#6567 - More cleanup 2020-04-13 17:19:35 +00:00
.gitlab-ci.yml Temporarily disable asyncmeta until deadlock is fixed 2020-04-10 15:05:32 +00:00
aclocal.m4 ITS#9177 - Finish updating migration to latest autoconf and related build tools 2020-04-10 17:44:56 +00:00
configure ITS#9177 -- regenerate 2020-04-10 18:14:45 +00:00
configure.in ITS#9177 - Finish updating migration to latest autoconf and related build tools 2020-04-10 17:44:56 +00:00
COPYRIGHT Happy New Year! 2020-01-09 16:50:21 +00:00
INSTALL Happy New Year! 2020-01-09 16:50:21 +00:00
LICENSE
Makefile.in Happy New Year! 2020-01-09 16:50:21 +00:00
README Happy New Year! 2020-01-09 16:50:21 +00:00

OpenLDAP Devel README
	This software was obtained from a development branch 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-2020 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.