Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/openldap/dist OpenLDAP 2.4.45 Release (2017/06/01)
details: https://anonhg.NetBSD.org/src/rev/b78a4260871d
branches: trunk
changeset: 359259:b78a4260871d
user: christos <christos%NetBSD.org@localhost>
date: Tue Feb 06 01:53:05 2018 +0000
description:
OpenLDAP 2.4.45 Release (2017/06/01)
Added slapd support for OpenSSL 1.1.0 series (ITS#8353, ITS#8533, ITS#8634)
Fixed libldap to fail ldap_result if the handle is already bad (ITS#8585)
Fixed libldap to expose error if user specified CA doesn't exist (ITS#8529)
Fixed libldap handling of Diffie-Hellman parameters (ITS#7506)
Fixed libldap GnuTLS use after free (ITS#8385)
Fixed libldap SASL initialization (ITS#8648)
Fixed slapd bconfig rDN escape handling (ITS#8574)
Fixed slapd segfault with invalid hostname (ITS#8631)
Fixed slapd sasl SEGV rebind in same session (ITS#8568)
Fixed slapd syncrepl filter handling (ITS#8413)
Fixed slapd syncrepl infinite looping mods with delta-sync MMR (ITS#8432)
Fixed slapd callback struct so older modules without writewait should function.
Custom modules may need to be updated for sc_writewait callback (ITS#8435)
Fixed slapd-ldap/meta broken LDAP_TAILQ macro (ITS#8576)
Fixed slapd-mdb so it passes ITS6794 regression test (ITS#6794)
Fixed slapd-mdb double free with size zero paged result (ITS#8655)
Fixed slapd-meta uninitialized diagnostic message (ITS#8442)
Fixed slapo-accesslog to honor pauses during purge for cn=config update (ITS#8423)
Fixed slapo-accesslog with multiple modifications to the same attribute (ITS#6545)
Fixed slapo-relay to correctly initialize sc_writewait (ITS#8428)
Fixed slapo-sssvlv double free (ITS#8592)
Fixed slapo-unique with empty modifications (ITS#8266)
Build Environment
Added test065 for proxyauthz (ITS#8571)
Fix test008 to be portable (ITS#8414)
Fix test064 to wait for slapd to start (ITS#8644)
Fix its4336 regression test (ITS#8534)
Fix its4337 regression test (ITS#8535)
Fix regression tests to execute on all backends (ITS#8539)
Contrib
Added slapo-autogroup(5) man page (ITS#8569)
Added passwd missing conversion scripts for apr1 (ITS#6826)
Fixed contrib modules where the writewait callback was not correctly initialized (ITS#8435)
Fixed smbk5pwd to build with newer OpenSSL releases (ITS#8525)
Documentation
admin24 fixed tls_cipher_suite bindconf option (ITS#8099)
admin24 fixed typo cn=config to be slapd.d (ITS#8449)
admin24 fixed slapo-syncprov information to be curent (ITS#8253)
admin24 fixed typo in access control docs (ITS#7341, ITS#8391)
admin24 fixed minor typo in tuning guide (ITS#8499)
admin24 fixed information about the limits option (ITS#7700)
admin24 fixed missing options for syncrepl configuration (ITS#7700)
admin24 fixed accesslog documentation to note it should not be replicated (ITS#8344)
Fixed ldap.conf(5) missing information on SASL_NOCANON option (ITS#7177)
Fixed ldapsearch(1) information on the V[V] flag behavior (ITS#7177, ITS#6339)
Fixed slapd-config(5), slapd.conf(5) clarification on interval keyword for refreshAndPersist (ITS#8538)
Fixed slapd-config(5), slapd.conf(5) clarify serverID requirements (ITS#8635)
Fixed slapd-config(5), slapd.conf(5) clarification on loglevel settings (ITS#8123)
Fixed slapo-ppolicy(5) to clearly note rootdn requirement (ITS#8565)
Fixed slapo-memberof(5) to note it is not safe to use with replication (ITS#8613)
Fixed slapo-syncprov(5) documentation to be current (ITS#8253)
Fixed slapadd(8) manpage to note slapd-mdb (ITS#8215)
Fixed various minor grammar issues in the man pages (ITS#8544)
Fixed various typos (ITS#8587)
diffstat:
external/bsd/openldap/dist/ANNOUNCEMENT | 2 +-
external/bsd/openldap/dist/CHANGES | 68 +-
external/bsd/openldap/dist/COPYRIGHT | 2 +-
external/bsd/openldap/dist/INSTALL | 2 +-
external/bsd/openldap/dist/Makefile.in | 2 +-
external/bsd/openldap/dist/README | 2 +-
external/bsd/openldap/dist/build/dir.mk | 2 +-
external/bsd/openldap/dist/build/info.mk | 2 +-
external/bsd/openldap/dist/build/lib-shared.mk | 2 +-
external/bsd/openldap/dist/build/lib-static.mk | 2 +-
external/bsd/openldap/dist/build/lib.mk | 2 +-
external/bsd/openldap/dist/build/ltmain.sh | 2 +-
external/bsd/openldap/dist/build/man.mk | 2 +-
external/bsd/openldap/dist/build/missing | 2 +-
external/bsd/openldap/dist/build/mkdep | 2 +-
external/bsd/openldap/dist/build/mkdep.aix | 2 +-
external/bsd/openldap/dist/build/mkrelease | 2 +-
external/bsd/openldap/dist/build/mkvers.bat | 2 +-
external/bsd/openldap/dist/build/mod.mk | 2 +-
external/bsd/openldap/dist/build/openldap.m4 | 2 +-
external/bsd/openldap/dist/build/rules.mk | 2 +-
external/bsd/openldap/dist/build/srv.mk | 2 +-
external/bsd/openldap/dist/build/top.mk | 2 +-
external/bsd/openldap/dist/build/version.h | 6 +-
external/bsd/openldap/dist/build/version.sh | 2 +-
external/bsd/openldap/dist/build/version.var | 10 +-
external/bsd/openldap/dist/clients/Makefile.in | 2 +-
external/bsd/openldap/dist/clients/tools/Makefile.in | 2 +-
external/bsd/openldap/dist/clients/tools/common.h | 4 +-
external/bsd/openldap/dist/clients/tools/ldapcompare.c | 6 +-
external/bsd/openldap/dist/clients/tools/ldapdelete.c | 6 +-
external/bsd/openldap/dist/clients/tools/ldapexop.c | 6 +-
external/bsd/openldap/dist/clients/tools/ldapmodify.c | 6 +-
external/bsd/openldap/dist/clients/tools/ldapmodrdn.c | 6 +-
external/bsd/openldap/dist/clients/tools/ldappasswd.c | 6 +-
external/bsd/openldap/dist/clients/tools/ldapsearch.c | 6 +-
external/bsd/openldap/dist/clients/tools/ldapurl.c | 6 +-
external/bsd/openldap/dist/clients/tools/ldapwhoami.c | 6 +-
external/bsd/openldap/dist/configure | 48 +-
external/bsd/openldap/dist/configure.in | 14 +-
external/bsd/openldap/dist/contrib/ldapc++/COPYRIGHT | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/Makefile.am | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/Makefile.in | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/configure | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/configure.in | 6 +-
external/bsd/openldap/dist/contrib/ldapc++/examples/Makefile.am | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/examples/Makefile.in | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/examples/main.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/examples/readSchema.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/examples/startTls.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/examples/urlTest.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAddRequest.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAddRequest.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAsynConnection.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAsynConnection.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAttrType.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAttrType.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAttribute.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAttribute.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAttributeList.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAttributeList.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPBindRequest.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPBindRequest.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPCompareRequest.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPCompareRequest.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPConnection.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPConnection.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPConstraints.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPConstraints.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPControl.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPControl.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPControlSet.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPControlSet.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPDeleteRequest.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPDeleteRequest.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPEntry.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPEntry.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPEntryList.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPEntryList.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPException.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPException.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPExtRequest.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPExtRequest.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPExtResult.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPExtResult.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPMessage.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPMessage.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPMessageQueue.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPMessageQueue.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModDNRequest.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModDNRequest.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModList.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModList.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModification.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModification.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModifyRequest.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModifyRequest.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPObjClass.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPObjClass.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPRebind.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPRebind.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPRebindAuth.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPRebindAuth.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPReferenceList.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPReferenceList.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPRequest.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPRequest.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPResult.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPResult.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSaslBindResult.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSaslBindResult.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSchema.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSchema.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchReference.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchReference.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchRequest.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchRequest.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchResult.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchResult.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchResults.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchResults.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPUrl.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPUrl.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPUrlList.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPUrlList.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LdifReader.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LdifReader.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LdifWriter.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/LdifWriter.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/Makefile.am | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/Makefile.in | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/SaslInteraction.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/SaslInteraction.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/SaslInteractionHandler.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/SaslInteractionHandler.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/StringList.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/StringList.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/TlsOptions.cpp | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/src/TlsOptions.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/ac/time.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/src/debug.h | 4 +-
external/bsd/openldap/dist/contrib/ldapc++/version.sh | 2 +-
external/bsd/openldap/dist/contrib/ldapc++/version.var | 2 +-
external/bsd/openldap/dist/contrib/ldaptcl/COPYRIGHT | 2 +-
external/bsd/openldap/dist/contrib/ldaptcl/neoXldap.c | 2 +-
external/bsd/openldap/dist/contrib/ldaptcl/tclAppInit.c | 2 +-
external/bsd/openldap/dist/contrib/ldaptcl/tkAppInit.c | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/README | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/acl/README.posixgroup | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/acl/gssacl.c | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/acl/posixgroup.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/addpartial/README | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/addpartial/addpartial-overlay.c | 6 +-
external/bsd/openldap/dist/contrib/slapd-modules/allop/README | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/allop/allop.c | 6 +-
external/bsd/openldap/dist/contrib/slapd-modules/allop/slapo-allop.5 | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/allowed/Makefile | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/allowed/README | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/allowed/allowed.c | 6 +-
external/bsd/openldap/dist/contrib/slapd-modules/autogroup/README | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/autogroup/autogroup.c | 6 +-
external/bsd/openldap/dist/contrib/slapd-modules/autogroup/slapo-autogroup.5 | 102 +
external/bsd/openldap/dist/contrib/slapd-modules/cloak/cloak.c | 6 +-
external/bsd/openldap/dist/contrib/slapd-modules/cloak/slapo-cloak.5 | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/comp_match/Makefile | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/comp_match/asn.h | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/comp_match/asn_to_syn_mr.c | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/comp_match/authorityKeyIdentifier.c | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/comp_match/authorityKeyIdentifier.h | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/comp_match/certificate.c | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/comp_match/certificate.h | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/comp_match/componentlib.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/comp_match/componentlib.h | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/comp_match/crl.c | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/comp_match/crl.h | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/comp_match/init.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/denyop/denyop.c | 10 +-
external/bsd/openldap/dist/contrib/slapd-modules/dsaschema/README | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/dsaschema/dsaschema.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/dupent/Makefile | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/dupent/dupent.c | 6 +-
external/bsd/openldap/dist/contrib/slapd-modules/kinit/README | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/kinit/kinit.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/lastbind/lastbind.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/lastmod/lastmod.c | 18 +-
external/bsd/openldap/dist/contrib/slapd-modules/lastmod/slapo-lastmod.5 | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/noopsrch/Makefile | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/noopsrch/noopsrch.c | 6 +-
external/bsd/openldap/dist/contrib/slapd-modules/nops/nops.c | 6 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/Makefile | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/README | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/alias.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/ether.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/group.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/host.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/netgroup.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/network.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/attrs.h | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/nslcd-prot.h | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/nslcd.h | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/tio.h | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/nssov.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/nssov.h | 6 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/pam.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/passwd.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/protocol.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/rpc.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/service.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/shadow.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/nssov/slapo-nssov.5 | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/passwd/README | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/passwd/apr1-atol.pl | 29 +
external/bsd/openldap/dist/contrib/slapd-modules/passwd/apr1-ltoa.pl | 31 +
external/bsd/openldap/dist/contrib/slapd-modules/passwd/apr1.c | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/passwd/kerberos.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/passwd/netscape.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/passwd/pbkdf2/README | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/passwd/pbkdf2/pw-pbkdf2.c | 6 +-
external/bsd/openldap/dist/contrib/slapd-modules/passwd/radius.c | 6 +-
external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/README | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/sha2.c | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/sha2.h | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/slapd-sha2.c | 6 +-
external/bsd/openldap/dist/contrib/slapd-modules/proxyOld/Makefile | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/proxyOld/README | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/proxyOld/proxyOld.c | 4 +-
external/bsd/openldap/dist/contrib/slapd-modules/samba4/Makefile | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/samba4/README | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/samba4/pguid.c | 6 +-
external/bsd/openldap/dist/contrib/slapd-modules/samba4/rdnval.c | 6 +-
external/bsd/openldap/dist/contrib/slapd-modules/samba4/vernum.c | 6 +-
external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/Makefile | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/README | 2 +-
external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/smbk5pwd.c | 14 +-
external/bsd/openldap/dist/contrib/slapd-modules/trace/trace.c | 18 +-
external/bsd/openldap/dist/contrib/slapd-tools/README | 2 +-
external/bsd/openldap/dist/contrib/slapd-tools/statslog | 2 +-
external/bsd/openldap/dist/contrib/slapi-plugins/addrdnvalues/README | 2 +-
external/bsd/openldap/dist/contrib/slapi-plugins/addrdnvalues/addrdnvalues.c | 4 +-
external/bsd/openldap/dist/doc/Makefile.in | 2 +-
external/bsd/openldap/dist/doc/devel/template.c | 2 +-
external/bsd/openldap/dist/doc/guide/admin/Makefile | 2 +-
external/bsd/openldap/dist/doc/guide/admin/README.spellcheck | 2 +-
external/bsd/openldap/dist/doc/guide/admin/abstract.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/access-control.sdf | 10 +-
external/bsd/openldap/dist/doc/guide/admin/admin.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/appendix-changes.sdf | 12 +-
external/bsd/openldap/dist/doc/guide/admin/appendix-common-errors.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/appendix-configs.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/appendix-contrib.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/appendix-deployments.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/appendix-ldap-result-codes.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/appendix-recommended-versions.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/appendix-upgrading.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/aspell.en.pws | 1 -
external/bsd/openldap/dist/doc/guide/admin/backends.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/config.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/dbtools.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/glossary.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/guide.html | 181 +-
external/bsd/openldap/dist/doc/guide/admin/guide.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/index.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/install.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/intro.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/limits.sdf | 24 +-
external/bsd/openldap/dist/doc/guide/admin/maintenance.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/master.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/monitoringslapd.sdf | 4 +-
external/bsd/openldap/dist/doc/guide/admin/overlays.sdf | 15 +-
external/bsd/openldap/dist/doc/guide/admin/preface.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/quickstart.sdf | 6 +-
external/bsd/openldap/dist/doc/guide/admin/referrals.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/replication.sdf | 51 +-
external/bsd/openldap/dist/doc/guide/admin/runningslapd.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/sasl.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/schema.sdf | 4 +-
external/bsd/openldap/dist/doc/guide/admin/security.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/slapdconf2.sdf | 16 +-
external/bsd/openldap/dist/doc/guide/admin/slapdconfig.sdf | 58 +-
external/bsd/openldap/dist/doc/guide/admin/title.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/tls.sdf | 16 +-
external/bsd/openldap/dist/doc/guide/admin/troubleshooting.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/admin/tuning.sdf | 4 +-
external/bsd/openldap/dist/doc/guide/images/src/README.fonts | 2 +-
external/bsd/openldap/dist/doc/guide/plain.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/preamble.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/release/copyright-plain.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/release/copyright.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/release/install.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/release/license-plain.sdf | 2 +-
external/bsd/openldap/dist/doc/guide/release/license.sdf | 2 +-
external/bsd/openldap/dist/doc/man/Makefile.in | 2 +-
external/bsd/openldap/dist/doc/man/Project | 2 +-
external/bsd/openldap/dist/doc/man/man1/Makefile.in | 2 +-
external/bsd/openldap/dist/doc/man/man1/ldapcompare.1 | 2 +-
external/bsd/openldap/dist/doc/man/man1/ldapdelete.1 | 2 +-
external/bsd/openldap/dist/doc/man/man1/ldapmodify.1 | 2 +-
external/bsd/openldap/dist/doc/man/man1/ldapmodrdn.1 | 2 +-
external/bsd/openldap/dist/doc/man/man1/ldappasswd.1 | 2 +-
external/bsd/openldap/dist/doc/man/man1/ldapsearch.1 | 5 +-
external/bsd/openldap/dist/doc/man/man1/ldapurl.1 | 4 +-
external/bsd/openldap/dist/doc/man/man1/ldapwhoami.1 | 2 +-
external/bsd/openldap/dist/doc/man/man3/Makefile.in | 2 +-
external/bsd/openldap/dist/doc/man/man3/lber-decode.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/lber-encode.3 | 4 +-
external/bsd/openldap/dist/doc/man/man3/lber-memory.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/lber-sockbuf.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/lber-types.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_abandon.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_add.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_bind.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_compare.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_controls.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_delete.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_dup.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_error.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_extended_operation.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_first_attribute.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_first_entry.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_first_message.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_first_reference.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_get_dn.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_get_option.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_get_values.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_memory.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_modify.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_modrdn.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_open.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_parse_reference.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_parse_result.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_parse_sort_control.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_parse_vlv_control.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_rename.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_result.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_schema.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_search.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_sort.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_sync.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_tls.3 | 2 +-
external/bsd/openldap/dist/doc/man/man3/ldap_url.3 | 2 +-
external/bsd/openldap/dist/doc/man/man5/Makefile.in | 2 +-
external/bsd/openldap/dist/doc/man/man5/ldap.conf.5 | 11 +-
external/bsd/openldap/dist/doc/man/man5/ldif.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd-bdb.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd-config.5 | 52 +-
external/bsd/openldap/dist/doc/man/man5/slapd-dnssrv.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd-ldap.5 | 10 +-
external/bsd/openldap/dist/doc/man/man5/slapd-ldbm.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd-ldif.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd-mdb.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd-meta.5 | 16 +-
external/bsd/openldap/dist/doc/man/man5/slapd-monitor.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd-ndb.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd-null.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd-passwd.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd-relay.5 | 4 +-
external/bsd/openldap/dist/doc/man/man5/slapd-shell.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd-sock.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd-sql.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd.access.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd.backends.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd.conf.5 | 48 +-
external/bsd/openldap/dist/doc/man/man5/slapd.overlays.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapd.plugin.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapo-accesslog.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapo-auditlog.5 | 4 +-
external/bsd/openldap/dist/doc/man/man5/slapo-chain.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapo-collect.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapo-constraint.5 | 6 +-
external/bsd/openldap/dist/doc/man/man5/slapo-dds.5 | 10 +-
external/bsd/openldap/dist/doc/man/man5/slapo-dyngroup.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapo-dynlist.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapo-memberof.5 | 7 +-
external/bsd/openldap/dist/doc/man/man5/slapo-pbind.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapo-pcache.5 | 4 +-
external/bsd/openldap/dist/doc/man/man5/slapo-ppolicy.5 | 7 +-
external/bsd/openldap/dist/doc/man/man5/slapo-refint.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapo-retcode.5 | 4 +-
external/bsd/openldap/dist/doc/man/man5/slapo-rwm.5 | 8 +-
external/bsd/openldap/dist/doc/man/man5/slapo-sssvlv.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapo-syncprov.5 | 10 +-
external/bsd/openldap/dist/doc/man/man5/slapo-translucent.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapo-unique.5 | 2 +-
external/bsd/openldap/dist/doc/man/man5/slapo-valsort.5 | 4 +-
external/bsd/openldap/dist/doc/man/man8/Makefile.in | 2 +-
external/bsd/openldap/dist/doc/man/man8/slapacl.8 | 2 +-
external/bsd/openldap/dist/doc/man/man8/slapadd.8 | 4 +-
external/bsd/openldap/dist/doc/man/man8/slapauth.8 | 2 +-
external/bsd/openldap/dist/doc/man/man8/slapcat.8 | 3 +-
external/bsd/openldap/dist/doc/man/man8/slapd.8 | 6 +-
external/bsd/openldap/dist/doc/man/man8/slapdn.8 | 2 +-
external/bsd/openldap/dist/doc/man/man8/slapindex.8 | 2 +-
external/bsd/openldap/dist/doc/man/man8/slappasswd.8 | 2 +-
external/bsd/openldap/dist/doc/man/man8/slapschema.8 | 2 +-
external/bsd/openldap/dist/doc/man/man8/slaptest.8 | 2 +-
external/bsd/openldap/dist/include/ac/alloca.h | 4 +-
external/bsd/openldap/dist/include/ac/assert.h | 4 +-
external/bsd/openldap/dist/include/ac/bytes.h | 4 +-
external/bsd/openldap/dist/include/ac/crypt.h | 4 +-
external/bsd/openldap/dist/include/ac/ctype.h | 4 +-
external/bsd/openldap/dist/include/ac/dirent.h | 4 +-
external/bsd/openldap/dist/include/ac/errno.h | 4 +-
external/bsd/openldap/dist/include/ac/fdset.h | 4 +-
external/bsd/openldap/dist/include/ac/localize.h | 4 +-
external/bsd/openldap/dist/include/ac/param.h | 4 +-
external/bsd/openldap/dist/include/ac/regex.h | 4 +-
external/bsd/openldap/dist/include/ac/setproctitle.h | 4 +-
external/bsd/openldap/dist/include/ac/signal.h | 4 +-
external/bsd/openldap/dist/include/ac/socket.h | 4 +-
external/bsd/openldap/dist/include/ac/stdarg.h | 4 +-
external/bsd/openldap/dist/include/ac/stdlib.h | 4 +-
external/bsd/openldap/dist/include/ac/string.h | 4 +-
external/bsd/openldap/dist/include/ac/sysexits.h | 4 +-
external/bsd/openldap/dist/include/ac/syslog.h | 4 +-
external/bsd/openldap/dist/include/ac/termios.h | 4 +-
external/bsd/openldap/dist/include/ac/time.h | 4 +-
external/bsd/openldap/dist/include/ac/unistd.h | 4 +-
external/bsd/openldap/dist/include/ac/wait.h | 4 +-
external/bsd/openldap/dist/include/avl.h | 4 +-
external/bsd/openldap/dist/include/getopt-compat.h | 4 +-
external/bsd/openldap/dist/include/lber.h | 6 +-
external/bsd/openldap/dist/include/lber_pvt.h | 4 +-
external/bsd/openldap/dist/include/lber_types.hin | 2 +-
external/bsd/openldap/dist/include/ldap.h | 4 +-
external/bsd/openldap/dist/include/ldap_cdefs.h | 4 +-
external/bsd/openldap/dist/include/ldap_config.hin | 2 +-
external/bsd/openldap/dist/include/ldap_defaults.h | 4 +-
external/bsd/openldap/dist/include/ldap_features.hin | 2 +-
external/bsd/openldap/dist/include/ldap_int_thread.h | 4 +-
external/bsd/openldap/dist/include/ldap_log.h | 4 +-
external/bsd/openldap/dist/include/ldap_pvt.h | 4 +-
external/bsd/openldap/dist/include/ldap_pvt_thread.h | 4 +-
external/bsd/openldap/dist/include/ldap_pvt_uc.h | 4 +-
external/bsd/openldap/dist/include/ldap_rq.h | 4 +-
external/bsd/openldap/dist/include/ldap_schema.h | 4 +-
external/bsd/openldap/dist/include/ldap_utf8.h | 4 +-
external/bsd/openldap/dist/include/ldif.h | 4 +-
external/bsd/openldap/dist/include/lutil.h | 4 +-
external/bsd/openldap/dist/include/lutil_hash.h | 4 +-
external/bsd/openldap/dist/include/lutil_ldap.h | 4 +-
external/bsd/openldap/dist/include/lutil_lockf.h | 4 +-
external/bsd/openldap/dist/include/lutil_md5.h | 4 +-
external/bsd/openldap/dist/include/lutil_meter.h | 4 +-
external/bsd/openldap/dist/include/lutil_sha1.h | 4 +-
external/bsd/openldap/dist/include/rewrite.h | 4 +-
external/bsd/openldap/dist/include/slapi-plugin.h | 4 +-
external/bsd/openldap/dist/include/sysexits-compat.h | 4 +-
external/bsd/openldap/dist/libraries/Makefile.in | 2 +-
external/bsd/openldap/dist/libraries/liblber/Makefile.in | 2 +-
external/bsd/openldap/dist/libraries/liblber/assert.c | 6 +-
external/bsd/openldap/dist/libraries/liblber/bprint.c | 6 +-
external/bsd/openldap/dist/libraries/liblber/debug.c | 6 +-
external/bsd/openldap/dist/libraries/liblber/decode.c | 6 +-
external/bsd/openldap/dist/libraries/liblber/dtest.c | 6 +-
external/bsd/openldap/dist/libraries/liblber/encode.c | 6 +-
external/bsd/openldap/dist/libraries/liblber/etest.c | 6 +-
external/bsd/openldap/dist/libraries/liblber/idtest.c | 6 +-
external/bsd/openldap/dist/libraries/liblber/io.c | 6 +-
external/bsd/openldap/dist/libraries/liblber/lber-int.h | 4 +-
external/bsd/openldap/dist/libraries/liblber/memory.c | 6 +-
external/bsd/openldap/dist/libraries/liblber/nt_err.c | 6 +-
external/bsd/openldap/dist/libraries/liblber/options.c | 6 +-
external/bsd/openldap/dist/libraries/liblber/sockbuf.c | 6 +-
external/bsd/openldap/dist/libraries/liblber/stdio.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/Makefile.in | 2 +-
external/bsd/openldap/dist/libraries/libldap/abandon.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/add.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/addentry.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/apitest.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/assertion.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/bind.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/cancel.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/charray.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/compare.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/controls.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/cyrus.c | 23 +-
external/bsd/openldap/dist/libraries/libldap/dds.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/delete.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/deref.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/dnssrv.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/dntest.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/error.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/extended.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/fetch.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/filter.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/free.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/ftest.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/getattr.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/getdn.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/getentry.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/getvalues.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/gssapi.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/init.c | 12 +-
external/bsd/openldap/dist/libraries/libldap/ldap-int.h | 4 +-
external/bsd/openldap/dist/libraries/libldap/ldap-tls.h | 4 +-
external/bsd/openldap/dist/libraries/libldap/ldap_sync.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/ldif.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/messages.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/modify.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/modrdn.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/open.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/options.c | 10 +-
external/bsd/openldap/dist/libraries/libldap/pagectrl.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/passwd.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/ppolicy.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/print.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/references.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/request.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/result.c | 9 +-
external/bsd/openldap/dist/libraries/libldap/sasl.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/sbind.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/schema.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/search.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/sort.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/sortctrl.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/stctrl.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/string.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/t61.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/test.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/tls2.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/tls_g.c | 50 +-
external/bsd/openldap/dist/libraries/libldap/tls_m.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/turn.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/txn.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/unbind.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/url.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/urltest.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/utf-8-conv.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/utf-8.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/util-int.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/vlvctrl.c | 6 +-
external/bsd/openldap/dist/libraries/libldap/whoami.c | 6 +-
external/bsd/openldap/dist/libraries/libldap_r/Makefile.in | 2 +-
external/bsd/openldap/dist/libraries/libldap_r/ldap_thr_debug.h | 4 +-
external/bsd/openldap/dist/libraries/libldap_r/rdwr.c | 6 +-
external/bsd/openldap/dist/libraries/libldap_r/rmutex.c | 6 +-
external/bsd/openldap/dist/libraries/libldap_r/rq.c | 6 +-
external/bsd/openldap/dist/libraries/libldap_r/thr_cthreads.c | 6 +-
external/bsd/openldap/dist/libraries/libldap_r/thr_debug.c | 6 +-
external/bsd/openldap/dist/libraries/libldap_r/thr_nt.c | 6 +-
external/bsd/openldap/dist/libraries/libldap_r/thr_posix.c | 6 +-
external/bsd/openldap/dist/libraries/libldap_r/thr_pth.c | 6 +-
external/bsd/openldap/dist/libraries/libldap_r/thr_stub.c | 6 +-
external/bsd/openldap/dist/libraries/libldap_r/thr_thr.c | 6 +-
external/bsd/openldap/dist/libraries/libldap_r/threads.c | 6 +-
external/bsd/openldap/dist/libraries/libldap_r/tpool.c | 6 +-
external/bsd/openldap/dist/libraries/liblmdb/CHANGES | 30 +
external/bsd/openldap/dist/libraries/liblmdb/COPYRIGHT | 2 +-
external/bsd/openldap/dist/libraries/liblmdb/Doxyfile | 2 +-
external/bsd/openldap/dist/libraries/liblmdb/Makefile | 5 +-
external/bsd/openldap/dist/libraries/liblmdb/intro.doc | 2 +-
external/bsd/openldap/dist/libraries/liblmdb/lmdb.h | 32 +-
external/bsd/openldap/dist/libraries/liblmdb/mdb.c | 1155 +++++----
external/bsd/openldap/dist/libraries/liblmdb/mdb_copy.1 | 5 +-
external/bsd/openldap/dist/libraries/liblmdb/mdb_copy.c | 4 +-
external/bsd/openldap/dist/libraries/liblmdb/mdb_dump.1 | 4 +-
external/bsd/openldap/dist/libraries/liblmdb/mdb_dump.c | 4 +-
external/bsd/openldap/dist/libraries/liblmdb/mdb_load.1 | 4 +-
external/bsd/openldap/dist/libraries/liblmdb/mdb_load.c | 7 +-
external/bsd/openldap/dist/libraries/liblmdb/mdb_stat.1 | 4 +-
external/bsd/openldap/dist/libraries/liblmdb/mdb_stat.c | 4 +-
external/bsd/openldap/dist/libraries/liblmdb/midl.c | 3 +-
external/bsd/openldap/dist/libraries/liblmdb/midl.h | 3 +-
external/bsd/openldap/dist/libraries/liblmdb/mtest.c | 4 +-
external/bsd/openldap/dist/libraries/liblmdb/mtest2.c | 4 +-
external/bsd/openldap/dist/libraries/liblmdb/mtest3.c | 4 +-
external/bsd/openldap/dist/libraries/liblmdb/mtest4.c | 4 +-
external/bsd/openldap/dist/libraries/liblmdb/mtest5.c | 4 +-
external/bsd/openldap/dist/libraries/liblmdb/mtest6.c | 4 +-
external/bsd/openldap/dist/libraries/liblmdb/sample-bdb.txt | 2 +-
external/bsd/openldap/dist/libraries/liblmdb/sample-mdb.txt | 2 +-
external/bsd/openldap/dist/libraries/liblunicode/Makefile.in | 2 +-
external/bsd/openldap/dist/libraries/liblunicode/ucdata/ucdata.c | 6 +-
external/bsd/openldap/dist/libraries/liblunicode/ucdata/ucdata.h | 4 +-
external/bsd/openldap/dist/libraries/liblunicode/ucdata/ucgendat.c | 6 +-
external/bsd/openldap/dist/libraries/liblunicode/ucdata/ucpgba.c | 6 +-
external/bsd/openldap/dist/libraries/liblunicode/ucdata/ucpgba.h | 6 +-
external/bsd/openldap/dist/libraries/liblunicode/ucdata/uctable.h | 2 +-
external/bsd/openldap/dist/libraries/liblunicode/ucstr.c | 6 +-
external/bsd/openldap/dist/libraries/liblunicode/ure/ure.c | 6 +-
external/bsd/openldap/dist/libraries/liblunicode/ure/ure.h | 6 +-
external/bsd/openldap/dist/libraries/liblunicode/ure/urestubs.c | 6 +-
external/bsd/openldap/dist/libraries/liblunicode/utbm/utbm.c | 4 +-
external/bsd/openldap/dist/libraries/liblunicode/utbm/utbm.h | 6 +-
external/bsd/openldap/dist/libraries/liblunicode/utbm/utbmstub.c | 4 +-
external/bsd/openldap/dist/libraries/liblutil/Makefile.in | 2 +-
external/bsd/openldap/dist/libraries/liblutil/avl.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/base64.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/entropy.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/getopt.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/getpass.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/getpeereid.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/hash.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/lockf.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/memcmp.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/meter.c | 4 +-
external/bsd/openldap/dist/libraries/liblutil/ntservice.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/passfile.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/ptest.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/sasl.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/setproctitle.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/sha1.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/signal.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/slapdmsg.h | 2 +-
external/bsd/openldap/dist/libraries/liblutil/sockpair.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/tavl.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/testavl.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/testtavl.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/utils.c | 6 +-
external/bsd/openldap/dist/libraries/liblutil/uuid.c | 6 +-
external/bsd/openldap/dist/libraries/librewrite/Makefile.in | 2 +-
external/bsd/openldap/dist/libraries/librewrite/config.c | 4 +-
external/bsd/openldap/dist/libraries/librewrite/context.c | 4 +-
external/bsd/openldap/dist/libraries/librewrite/info.c | 4 +-
external/bsd/openldap/dist/libraries/librewrite/ldapmap.c | 4 +-
external/bsd/openldap/dist/libraries/librewrite/map.c | 4 +-
external/bsd/openldap/dist/libraries/librewrite/params.c | 4 +-
external/bsd/openldap/dist/libraries/librewrite/parse.c | 4 +-
external/bsd/openldap/dist/libraries/librewrite/rewrite-int.h | 4 +-
external/bsd/openldap/dist/libraries/librewrite/rewrite-map.h | 4 +-
external/bsd/openldap/dist/libraries/librewrite/rewrite.c | 4 +-
external/bsd/openldap/dist/libraries/librewrite/rule.c | 4 +-
external/bsd/openldap/dist/libraries/librewrite/subst.c | 4 +-
external/bsd/openldap/dist/libraries/librewrite/var.c | 4 +-
external/bsd/openldap/dist/libraries/librewrite/xmap.c | 4 +-
external/bsd/openldap/dist/servers/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/abandon.c | 6 +-
external/bsd/openldap/dist/servers/slapd/aci.c | 6 +-
external/bsd/openldap/dist/servers/slapd/acl.c | 6 +-
external/bsd/openldap/dist/servers/slapd/aclparse.c | 6 +-
external/bsd/openldap/dist/servers/slapd/ad.c | 6 +-
external/bsd/openldap/dist/servers/slapd/add.c | 6 +-
external/bsd/openldap/dist/servers/slapd/alock.c | 6 +-
external/bsd/openldap/dist/servers/slapd/alock.h | 6 +-
external/bsd/openldap/dist/servers/slapd/at.c | 6 +-
external/bsd/openldap/dist/servers/slapd/attr.c | 6 +-
external/bsd/openldap/dist/servers/slapd/ava.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/add.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/attr.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/back-bdb.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/bind.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/cache.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/compare.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/config.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/dbcache.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/delete.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/dn2entry.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/dn2id.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/error.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/extended.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/filterindex.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/id2entry.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/idl.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/idl.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/index.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/init.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/key.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/modify.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/modrdn.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/monitor.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/nextid.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/operational.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/proto-bdb.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/referral.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/search.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/tools.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-bdb/trans.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-dnssrv/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-dnssrv/bind.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-dnssrv/compare.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-dnssrv/config.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-dnssrv/init.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-dnssrv/proto-dnssrv.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-dnssrv/referral.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-dnssrv/search.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-hdb/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-hdb/back-bdb.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/add.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/back-ldap.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/bind.c | 8 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/chain.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/compare.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/config.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/delete.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/distproc.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/extended.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/init.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/modify.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/modrdn.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/monitor.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/pbind.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/proto-ldap.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/search.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-ldap/unbind.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-ldif/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-ldif/ldif.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/add.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/attr.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/back-mdb.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/bind.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/compare.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/config.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/delete.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/dn2entry.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/dn2id.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/extended.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/filterindex.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/id2entry.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/idl.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/idl.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/index.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/init.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/key.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/modify.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/modrdn.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/monitor.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/nextid.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/operational.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/proto-mdb.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/referral.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/search.c | 9 +-
external/bsd/openldap/dist/servers/slapd/back-mdb/tools.c | 14 +-
external/bsd/openldap/dist/servers/slapd/back-meta/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-meta/add.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-meta/back-meta.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-meta/bind.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-meta/candidates.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-meta/compare.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-meta/config.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-meta/conn.c | 8 +-
external/bsd/openldap/dist/servers/slapd/back-meta/delete.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-meta/dncache.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-meta/init.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-meta/map.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-meta/modify.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-meta/modrdn.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-meta/proto-meta.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-meta/search.c | 9 +-
external/bsd/openldap/dist/servers/slapd/back-meta/suffixmassage.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-meta/unbind.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/back-monitor.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/backend.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/bind.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/cache.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/compare.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/conn.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/database.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/entry.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/init.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/listener.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/log.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/modify.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/operation.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/operational.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/overlay.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/proto-back-monitor.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/rww.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/search.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/sent.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/thread.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-monitor/time.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-ndb/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-ndb/add.cpp | 2 +-
external/bsd/openldap/dist/servers/slapd/back-ndb/back-ndb.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-ndb/bind.cpp | 2 +-
external/bsd/openldap/dist/servers/slapd/back-ndb/compare.cpp | 2 +-
external/bsd/openldap/dist/servers/slapd/back-ndb/config.cpp | 2 +-
external/bsd/openldap/dist/servers/slapd/back-ndb/delete.cpp | 2 +-
external/bsd/openldap/dist/servers/slapd/back-ndb/init.cpp | 2 +-
external/bsd/openldap/dist/servers/slapd/back-ndb/modify.cpp | 2 +-
external/bsd/openldap/dist/servers/slapd/back-ndb/modrdn.cpp | 2 +-
external/bsd/openldap/dist/servers/slapd/back-ndb/ndbio.cpp | 2 +-
external/bsd/openldap/dist/servers/slapd/back-ndb/proto-ndb.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-ndb/search.cpp | 2 +-
external/bsd/openldap/dist/servers/slapd/back-ndb/tools.cpp | 2 +-
external/bsd/openldap/dist/servers/slapd/back-null/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-null/null.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-passwd/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-passwd/back-passwd.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-passwd/config.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-passwd/init.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-passwd/proto-passwd.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-passwd/search.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-perl/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-perl/SampleLDAP.pm | 2 +-
external/bsd/openldap/dist/servers/slapd/back-perl/add.c | 4 +-
external/bsd/openldap/dist/servers/slapd/back-perl/asperl_undefs.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-perl/bind.c | 4 +-
external/bsd/openldap/dist/servers/slapd/back-perl/close.c | 4 +-
external/bsd/openldap/dist/servers/slapd/back-perl/compare.c | 4 +-
external/bsd/openldap/dist/servers/slapd/back-perl/config.c | 4 +-
external/bsd/openldap/dist/servers/slapd/back-perl/delete.c | 4 +-
external/bsd/openldap/dist/servers/slapd/back-perl/init.c | 4 +-
external/bsd/openldap/dist/servers/slapd/back-perl/modify.c | 4 +-
external/bsd/openldap/dist/servers/slapd/back-perl/modrdn.c | 4 +-
external/bsd/openldap/dist/servers/slapd/back-perl/perl_back.h | 6 +-
external/bsd/openldap/dist/servers/slapd/back-perl/proto-perl.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-perl/search.c | 4 +-
external/bsd/openldap/dist/servers/slapd/back-relay/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-relay/back-relay.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-relay/init.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-relay/op.c | 7 +-
external/bsd/openldap/dist/servers/slapd/back-relay/proto-back-relay.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-shell/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-shell/add.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-shell/bind.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-shell/compare.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-shell/config.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-shell/delete.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-shell/fork.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-shell/init.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-shell/modify.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-shell/modrdn.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-shell/proto-shell.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-shell/result.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-shell/search.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-shell/searchexample.conf | 2 +-
external/bsd/openldap/dist/servers/slapd/back-shell/searchexample.sh | 2 +-
external/bsd/openldap/dist/servers/slapd/back-shell/shell.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-shell/unbind.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sock/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-sock/add.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sock/back-sock.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-sock/bind.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sock/compare.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sock/config.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sock/delete.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sock/init.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sock/modify.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sock/modrdn.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sock/opensock.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sock/proto-sock.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-sock/result.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sock/search.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sock/searchexample.conf | 2 +-
external/bsd/openldap/dist/servers/slapd/back-sock/searchexample.pl | 2 +-
external/bsd/openldap/dist/servers/slapd/back-sock/unbind.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sql/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/back-sql/add.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sql/api.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sql/back-sql.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-sql/bind.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sql/compare.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sql/config.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sql/delete.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sql/entry-id.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sql/init.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sql/modify.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sql/modrdn.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sql/operational.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sql/proto-sql.h | 4 +-
external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/Makefile | 2 +-
external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/dnreverse.cpp | 2 +-
external/bsd/openldap/dist/servers/slapd/back-sql/schema-map.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sql/search.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sql/sql-wrap.c | 6 +-
external/bsd/openldap/dist/servers/slapd/back-sql/util.c | 6 +-
external/bsd/openldap/dist/servers/slapd/backend.c | 6 +-
external/bsd/openldap/dist/servers/slapd/backglue.c | 6 +-
external/bsd/openldap/dist/servers/slapd/backover.c | 7 +-
external/bsd/openldap/dist/servers/slapd/bconfig.c | 94 +-
external/bsd/openldap/dist/servers/slapd/bind.c | 6 +-
external/bsd/openldap/dist/servers/slapd/cancel.c | 6 +-
external/bsd/openldap/dist/servers/slapd/ch_malloc.c | 6 +-
external/bsd/openldap/dist/servers/slapd/compare.c | 6 +-
external/bsd/openldap/dist/servers/slapd/component.c | 6 +-
external/bsd/openldap/dist/servers/slapd/component.h | 6 +-
external/bsd/openldap/dist/servers/slapd/config.c | 6 +-
external/bsd/openldap/dist/servers/slapd/config.h | 4 +-
external/bsd/openldap/dist/servers/slapd/connection.c | 6 +-
external/bsd/openldap/dist/servers/slapd/controls.c | 8 +-
external/bsd/openldap/dist/servers/slapd/cr.c | 6 +-
external/bsd/openldap/dist/servers/slapd/ctxcsn.c | 6 +-
external/bsd/openldap/dist/servers/slapd/daemon.c | 8 +-
external/bsd/openldap/dist/servers/slapd/delete.c | 6 +-
external/bsd/openldap/dist/servers/slapd/dn.c | 6 +-
external/bsd/openldap/dist/servers/slapd/entry.c | 6 +-
external/bsd/openldap/dist/servers/slapd/extended.c | 6 +-
external/bsd/openldap/dist/servers/slapd/filterentry.c | 6 +-
external/bsd/openldap/dist/servers/slapd/frontend.c | 6 +-
external/bsd/openldap/dist/servers/slapd/globals.c | 6 +-
external/bsd/openldap/dist/servers/slapd/index.c | 6 +-
external/bsd/openldap/dist/servers/slapd/init.c | 6 +-
external/bsd/openldap/dist/servers/slapd/ldapsync.c | 6 +-
external/bsd/openldap/dist/servers/slapd/limits.c | 6 +-
external/bsd/openldap/dist/servers/slapd/lock.c | 6 +-
external/bsd/openldap/dist/servers/slapd/main.c | 6 +-
external/bsd/openldap/dist/servers/slapd/matchedValues.c | 6 +-
external/bsd/openldap/dist/servers/slapd/modify.c | 6 +-
external/bsd/openldap/dist/servers/slapd/modrdn.c | 6 +-
external/bsd/openldap/dist/servers/slapd/mods.c | 6 +-
external/bsd/openldap/dist/servers/slapd/module.c | 6 +-
external/bsd/openldap/dist/servers/slapd/mr.c | 6 +-
external/bsd/openldap/dist/servers/slapd/mra.c | 6 +-
external/bsd/openldap/dist/servers/slapd/nt_svc.c | 6 +-
external/bsd/openldap/dist/servers/slapd/oc.c | 6 +-
external/bsd/openldap/dist/servers/slapd/oidm.c | 6 +-
external/bsd/openldap/dist/servers/slapd/operation.c | 6 +-
external/bsd/openldap/dist/servers/slapd/operational.c | 6 +-
external/bsd/openldap/dist/servers/slapd/overlays/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/overlays/accesslog.c | 18 +-
external/bsd/openldap/dist/servers/slapd/overlays/auditlog.c | 6 +-
external/bsd/openldap/dist/servers/slapd/overlays/collect.c | 6 +-
external/bsd/openldap/dist/servers/slapd/overlays/constraint.c | 8 +-
external/bsd/openldap/dist/servers/slapd/overlays/dds.c | 8 +-
external/bsd/openldap/dist/servers/slapd/overlays/dyngroup.c | 6 +-
external/bsd/openldap/dist/servers/slapd/overlays/dynlist.c | 10 +-
external/bsd/openldap/dist/servers/slapd/overlays/memberof.c | 8 +-
external/bsd/openldap/dist/servers/slapd/overlays/overlays.c | 6 +-
external/bsd/openldap/dist/servers/slapd/overlays/pcache.c | 14 +-
external/bsd/openldap/dist/servers/slapd/overlays/ppolicy.c | 6 +-
external/bsd/openldap/dist/servers/slapd/overlays/refint.c | 6 +-
external/bsd/openldap/dist/servers/slapd/overlays/retcode.c | 6 +-
external/bsd/openldap/dist/servers/slapd/overlays/rwm.c | 6 +-
external/bsd/openldap/dist/servers/slapd/overlays/rwm.h | 4 +-
external/bsd/openldap/dist/servers/slapd/overlays/rwmconf.c | 6 +-
external/bsd/openldap/dist/servers/slapd/overlays/rwmdn.c | 6 +-
external/bsd/openldap/dist/servers/slapd/overlays/rwmmap.c | 6 +-
external/bsd/openldap/dist/servers/slapd/overlays/seqmod.c | 6 +-
external/bsd/openldap/dist/servers/slapd/overlays/sssvlv.c | 110 +-
external/bsd/openldap/dist/servers/slapd/overlays/syncprov.c | 8 +-
external/bsd/openldap/dist/servers/slapd/overlays/translucent.c | 6 +-
external/bsd/openldap/dist/servers/slapd/overlays/unique.c | 35 +-
external/bsd/openldap/dist/servers/slapd/overlays/valsort.c | 6 +-
external/bsd/openldap/dist/servers/slapd/passwd.c | 6 +-
external/bsd/openldap/dist/servers/slapd/phonetic.c | 6 +-
external/bsd/openldap/dist/servers/slapd/proto-slap.h | 4 +-
external/bsd/openldap/dist/servers/slapd/referral.c | 6 +-
external/bsd/openldap/dist/servers/slapd/result.c | 6 +-
external/bsd/openldap/dist/servers/slapd/root_dse.c | 6 +-
external/bsd/openldap/dist/servers/slapd/sasl.c | 10 +-
external/bsd/openldap/dist/servers/slapd/saslauthz.c | 6 +-
external/bsd/openldap/dist/servers/slapd/schema.c | 6 +-
external/bsd/openldap/dist/servers/slapd/schema/README | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/collective.ldif | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/collective.schema | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/corba.ldif | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/corba.schema | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/core.ldif | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/core.schema | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/cosine.ldif | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/cosine.schema | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/duaconf.ldif | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/duaconf.schema | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/dyngroup.ldif | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/dyngroup.schema | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/inetorgperson.ldif | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/inetorgperson.schema | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/java.ldif | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/java.schema | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/misc.ldif | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/misc.schema | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/nis.ldif | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/nis.schema | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/openldap.ldif | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/openldap.schema | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/pmi.ldif | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/pmi.schema | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/ppolicy.ldif | 2 +-
external/bsd/openldap/dist/servers/slapd/schema/ppolicy.schema | 2 +-
external/bsd/openldap/dist/servers/slapd/schema_check.c | 6 +-
external/bsd/openldap/dist/servers/slapd/schema_init.c | 6 +-
external/bsd/openldap/dist/servers/slapd/schema_prep.c | 6 +-
external/bsd/openldap/dist/servers/slapd/schemaparse.c | 6 +-
external/bsd/openldap/dist/servers/slapd/search.c | 6 +-
external/bsd/openldap/dist/servers/slapd/sets.c | 6 +-
external/bsd/openldap/dist/servers/slapd/sets.h | 4 +-
external/bsd/openldap/dist/servers/slapd/shell-backends/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/shell-backends/passwd-shell.c | 6 +-
external/bsd/openldap/dist/servers/slapd/shell-backends/shellutil.c | 6 +-
external/bsd/openldap/dist/servers/slapd/shell-backends/shellutil.h | 4 +-
external/bsd/openldap/dist/servers/slapd/sl_malloc.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slap.h | 6 +-
external/bsd/openldap/dist/servers/slapd/slapacl.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slapadd.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slapauth.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slapcat.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slapcommon.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slapcommon.h | 4 +-
external/bsd/openldap/dist/servers/slapd/slapdn.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slapi/Makefile.in | 2 +-
external/bsd/openldap/dist/servers/slapd/slapi/plugin.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slapi/printmsg.c | 4 +-
external/bsd/openldap/dist/servers/slapd/slapi/proto-slapi.h | 4 +-
external/bsd/openldap/dist/servers/slapd/slapi/slapi.h | 4 +-
external/bsd/openldap/dist/servers/slapd/slapi/slapi_dn.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slapi/slapi_ext.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slapi/slapi_ops.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slapi/slapi_overlay.c | 9 +-
external/bsd/openldap/dist/servers/slapd/slapi/slapi_pblock.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slapi/slapi_utils.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slapindex.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slappasswd.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slapschema.c | 6 +-
external/bsd/openldap/dist/servers/slapd/slaptest.c | 6 +-
external/bsd/openldap/dist/servers/slapd/starttls.c | 6 +-
external/bsd/openldap/dist/servers/slapd/str2filter.c | 6 +-
external/bsd/openldap/dist/servers/slapd/syncrepl.c | 77 +-
external/bsd/openldap/dist/servers/slapd/syntax.c | 6 +-
external/bsd/openldap/dist/servers/slapd/txn.c | 6 +-
external/bsd/openldap/dist/servers/slapd/unbind.c | 6 +-
external/bsd/openldap/dist/servers/slapd/user.c | 6 +-
external/bsd/openldap/dist/servers/slapd/value.c | 6 +-
external/bsd/openldap/dist/servers/slapd/zn_malloc.c | 6 +-
external/bsd/openldap/dist/tests/Makefile.in | 27 +-
external/bsd/openldap/dist/tests/data/ditcontentrules.conf | 2 +-
external/bsd/openldap/dist/tests/data/ndb.conf | 2 +-
external/bsd/openldap/dist/tests/data/regressions/its4184/its4184 | 2 +-
external/bsd/openldap/dist/tests/data/regressions/its4326/its4326 | 4 +-
external/bsd/openldap/dist/tests/data/regressions/its4326/slapd.conf | 2 +-
external/bsd/openldap/dist/tests/data/regressions/its4336/its4336 | 4 +-
external/bsd/openldap/dist/tests/data/regressions/its4336/slapd.conf | 5 +-
external/bsd/openldap/dist/tests/data/regressions/its4337/its4337 | 6 +-
external/bsd/openldap/dist/tests/data/regressions/its4337/slapd.conf | 5 +-
external/bsd/openldap/dist/tests/data/regressions/its4448/its4448 | 2 +-
external/bsd/openldap/dist/tests/data/regressions/its4448/slapd-meta.conf | 2 +-
external/bsd/openldap/dist/tests/data/regressions/its6794/its6794 | 2 +-
external/bsd/openldap/dist/tests/data/regressions/its6794/slapd-glue.conf | 2 +-
external/bsd/openldap/dist/tests/data/regressions/its8521/its8521 | 331 ++
external/bsd/openldap/dist/tests/data/regressions/its8521/slapd-consumer.ldif | 59 +
external/bsd/openldap/dist/tests/data/regressions/its8521/slapd-provider.ldif | 59 +
external/bsd/openldap/dist/tests/data/retcode.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-2db.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-aci.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-acl.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-cache-master-proxyauthz.conf | 47 +
external/bsd/openldap/dist/tests/data/slapd-cache-master.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-chain1.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-chain2.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-component.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-dds.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-deltasync-master.conf | 3 +-
external/bsd/openldap/dist/tests/data/slapd-deltasync-slave.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-dn.conf | 4 +-
external/bsd/openldap/dist/tests/data/slapd-dnssrv.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-dynlist.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-emptydn.conf | 4 +-
external/bsd/openldap/dist/tests/data/slapd-glue-ldap.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-glue-syncrepl1.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-glue-syncrepl2.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-glue.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-idassert.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-ldapglue.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-ldapgluegroups.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-ldapgluepeople.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-limits.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-master.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-meta-target1.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-meta-target2.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-meta.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-nis-master.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-passwd.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-ppolicy.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-proxyauthz.conf | 79 +
external/bsd/openldap/dist/tests/data/slapd-proxycache.conf | 4 +-
external/bsd/openldap/dist/tests/data/slapd-pw.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-ref-slave.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-referrals.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-refint.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-relay.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-repl-slave-remote.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-retcode.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-schema.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-sql-syncrepl-master.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-sql.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-syncrepl-master.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-syncrepl-multiproxy.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-syncrepl-slave-persist-ldap.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-syncrepl-slave-persist1.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-syncrepl-slave-persist3.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-syncrepl-slave-refresh1.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-syncrepl-slave-refresh2.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-translucent-local.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-translucent-remote.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-unique.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-valregex.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd-valsort.conf | 4 +-
external/bsd/openldap/dist/tests/data/slapd-whoami.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd.conf | 2 +-
external/bsd/openldap/dist/tests/data/slapd2.conf | 2 +-
external/bsd/openldap/dist/tests/data/test.schema | 2 +-
external/bsd/openldap/dist/tests/progs/Makefile.in | 2 +-
external/bsd/openldap/dist/tests/progs/ldif-filter.c | 6 +-
external/bsd/openldap/dist/tests/progs/slapd-addel.c | 6 +-
external/bsd/openldap/dist/tests/progs/slapd-bind.c | 6 +-
external/bsd/openldap/dist/tests/progs/slapd-common.c | 6 +-
external/bsd/openldap/dist/tests/progs/slapd-common.h | 4 +-
external/bsd/openldap/dist/tests/progs/slapd-modify.c | 6 +-
external/bsd/openldap/dist/tests/progs/slapd-modrdn.c | 6 +-
external/bsd/openldap/dist/tests/progs/slapd-mtread.c | 6 +-
external/bsd/openldap/dist/tests/progs/slapd-read.c | 6 +-
external/bsd/openldap/dist/tests/progs/slapd-search.c | 6 +-
external/bsd/openldap/dist/tests/progs/slapd-tester.c | 6 +-
external/bsd/openldap/dist/tests/run.in | 5 +-
external/bsd/openldap/dist/tests/scripts/all | 4 +-
external/bsd/openldap/dist/tests/scripts/conf.sh | 6 +-
external/bsd/openldap/dist/tests/scripts/defines.sh | 4 +-
external/bsd/openldap/dist/tests/scripts/its-all | 2 +-
external/bsd/openldap/dist/tests/scripts/monitor_data.sh | 2 +-
external/bsd/openldap/dist/tests/scripts/passwd-search | 2 +-
external/bsd/openldap/dist/tests/scripts/relay | 2 +-
external/bsd/openldap/dist/tests/scripts/sql-all | 2 +-
external/bsd/openldap/dist/tests/scripts/sql-test000-read | 2 +-
external/bsd/openldap/dist/tests/scripts/sql-test001-concurrency | 2 +-
external/bsd/openldap/dist/tests/scripts/sql-test900-write | 2 +-
external/bsd/openldap/dist/tests/scripts/sql-test901-syncrepl | 2 +-
external/bsd/openldap/dist/tests/scripts/start-server | 2 +-
external/bsd/openldap/dist/tests/scripts/start-server-nolog | 2 +-
external/bsd/openldap/dist/tests/scripts/start-server2 | 2 +-
external/bsd/openldap/dist/tests/scripts/start-server2-nolog | 2 +-
external/bsd/openldap/dist/tests/scripts/startup_nis_ldap_server.sh | 2 +-
external/bsd/openldap/dist/tests/scripts/test000-rootdse | 2 +-
external/bsd/openldap/dist/tests/scripts/test001-slapadd | 2 +-
external/bsd/openldap/dist/tests/scripts/test002-populate | 2 +-
external/bsd/openldap/dist/tests/scripts/test003-search | 2 +-
external/bsd/openldap/dist/tests/scripts/test004-modify | 2 +-
external/bsd/openldap/dist/tests/scripts/test005-modrdn | 2 +-
external/bsd/openldap/dist/tests/scripts/test006-acls | 2 +-
external/bsd/openldap/dist/tests/scripts/test008-concurrency | 5 +-
external/bsd/openldap/dist/tests/scripts/test009-referral | 2 +-
external/bsd/openldap/dist/tests/scripts/test010-passwd | 2 +-
external/bsd/openldap/dist/tests/scripts/test011-glue-slapadd | 2 +-
external/bsd/openldap/dist/tests/scripts/test012-glue-populate | 2 +-
external/bsd/openldap/dist/tests/scripts/test013-language | 2 +-
external/bsd/openldap/dist/tests/scripts/test014-whoami | 2 +-
external/bsd/openldap/dist/tests/scripts/test015-xsearch | 2 +-
external/bsd/openldap/dist/tests/scripts/test016-subref | 2 +-
external/bsd/openldap/dist/tests/scripts/test017-syncreplication-refresh | 2 +-
external/bsd/openldap/dist/tests/scripts/test018-syncreplication-persist | 2 +-
external/bsd/openldap/dist/tests/scripts/test019-syncreplication-cascade | 2 +-
external/bsd/openldap/dist/tests/scripts/test020-proxycache | 2 +-
external/bsd/openldap/dist/tests/scripts/test021-certificate | 2 +-
external/bsd/openldap/dist/tests/scripts/test022-ppolicy | 2 +-
external/bsd/openldap/dist/tests/scripts/test023-refint | 2 +-
external/bsd/openldap/dist/tests/scripts/test024-unique | 17 +-
external/bsd/openldap/dist/tests/scripts/test025-limits | 2 +-
external/bsd/openldap/dist/tests/scripts/test026-dn | 2 +-
external/bsd/openldap/dist/tests/scripts/test027-emptydn | 2 +-
external/bsd/openldap/dist/tests/scripts/test028-idassert | 2 +-
external/bsd/openldap/dist/tests/scripts/test029-ldapglue | 2 +-
external/bsd/openldap/dist/tests/scripts/test030-relay | 2 +-
external/bsd/openldap/dist/tests/scripts/test031-component-filter | 2 +-
external/bsd/openldap/dist/tests/scripts/test032-chain | 2 +-
external/bsd/openldap/dist/tests/scripts/test033-glue-syncrepl | 2 +-
external/bsd/openldap/dist/tests/scripts/test034-translucent | 2 +-
external/bsd/openldap/dist/tests/scripts/test035-meta | 2 +-
external/bsd/openldap/dist/tests/scripts/test036-meta-concurrency | 2 +-
external/bsd/openldap/dist/tests/scripts/test037-manage | 2 +-
external/bsd/openldap/dist/tests/scripts/test038-retcode | 2 +-
external/bsd/openldap/dist/tests/scripts/test039-glue-ldap-concurrency | 2 +-
external/bsd/openldap/dist/tests/scripts/test040-subtree-rename | 2 +-
external/bsd/openldap/dist/tests/scripts/test041-aci | 2 +-
external/bsd/openldap/dist/tests/scripts/test042-valsort | 2 +-
external/bsd/openldap/dist/tests/scripts/test043-delta-syncrepl | 5 +-
external/bsd/openldap/dist/tests/scripts/test044-dynlist | 2 +-
external/bsd/openldap/dist/tests/scripts/test045-syncreplication-proxied | 2 +-
external/bsd/openldap/dist/tests/scripts/test046-dds | 2 +-
external/bsd/openldap/dist/tests/scripts/test047-ldap | 2 +-
external/bsd/openldap/dist/tests/scripts/test048-syncrepl-multiproxy | 2 +-
external/bsd/openldap/dist/tests/scripts/test049-sync-config | 2 +-
external/bsd/openldap/dist/tests/scripts/test050-syncrepl-multimaster | 2 +-
external/bsd/openldap/dist/tests/scripts/test051-config-undo | 2 +-
external/bsd/openldap/dist/tests/scripts/test052-memberof | 2 +-
external/bsd/openldap/dist/tests/scripts/test054-syncreplication-parallel-load | 2 +-
external/bsd/openldap/dist/tests/scripts/test055-valregex | 2 +-
external/bsd/openldap/dist/tests/scripts/test056-monitor | 2 +-
external/bsd/openldap/dist/tests/scripts/test057-memberof-refint | 2 +-
external/bsd/openldap/dist/tests/scripts/test058-syncrepl-asymmetric | 4 +-
external/bsd/openldap/dist/tests/scripts/test059-slave-config | 16 +-
external/bsd/openldap/dist/tests/scripts/test060-mt-hot | 2 +-
external/bsd/openldap/dist/tests/scripts/test061-syncreplication-initiation | 2 +-
external/bsd/openldap/dist/tests/scripts/test063-delta-multimaster | 19 +-
external/bsd/openldap/dist/tests/scripts/test064-constraint | 18 +
external/bsd/openldap/dist/tests/scripts/test065-proxyauthz | 255 ++
1181 files changed, 4842 insertions(+), 3151 deletions(-)
diffs (truncated from 26306 to 300 lines):
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/ANNOUNCEMENT
--- a/external/bsd/openldap/dist/ANNOUNCEMENT Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/ANNOUNCEMENT Tue Feb 06 01:53:05 2018 +0000
@@ -106,6 +106,6 @@
---
OpenLDAP is a registered trademark of the OpenLDAP Foundation.
-Copyright 1999-2016 The OpenLDAP Foundation, Redwood City,
+Copyright 1999-2017 The OpenLDAP Foundation, Redwood City,
California, USA. All Rights Reserved. Permission to copy and
distribute verbatim copies of this document is granted.
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/CHANGES
--- a/external/bsd/openldap/dist/CHANGES Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/CHANGES Tue Feb 06 01:53:05 2018 +0000
@@ -1,5 +1,61 @@
OpenLDAP 2.4 Change Log
+OpenLDAP 2.4.45 Release (2017/06/01)
+ Added slapd support for OpenSSL 1.1.0 series (ITS#8353, ITS#8533, ITS#8634)
+ Fixed libldap to fail ldap_result if the handle is already bad (ITS#8585)
+ Fixed libldap to expose error if user specified CA doesn't exist (ITS#8529)
+ Fixed libldap handling of Diffie-Hellman parameters (ITS#7506)
+ Fixed libldap GnuTLS use after free (ITS#8385)
+ Fixed libldap SASL initialization (ITS#8648)
+ Fixed slapd bconfig rDN escape handling (ITS#8574)
+ Fixed slapd segfault with invalid hostname (ITS#8631)
+ Fixed slapd sasl SEGV rebind in same session (ITS#8568)
+ Fixed slapd syncrepl filter handling (ITS#8413)
+ Fixed slapd syncrepl infinite looping mods with delta-sync MMR (ITS#8432)
+ Fixed slapd callback struct so older modules without writewait should function.
+ Custom modules may need to be updated for sc_writewait callback (ITS#8435)
+ Fixed slapd-ldap/meta broken LDAP_TAILQ macro (ITS#8576)
+ Fixed slapd-mdb so it passes ITS6794 regression test (ITS#6794)
+ Fixed slapd-mdb double free with size zero paged result (ITS#8655)
+ Fixed slapd-meta uninitialized diagnostic message (ITS#8442)
+ Fixed slapo-accesslog to honor pauses during purge for cn=config update (ITS#8423)
+ Fixed slapo-accesslog with multiple modifications to the same attribute (ITS#6545)
+ Fixed slapo-relay to correctly initialize sc_writewait (ITS#8428)
+ Fixed slapo-sssvlv double free (ITS#8592)
+ Fixed slapo-unique with empty modifications (ITS#8266)
+ Build Environment
+ Added test065 for proxyauthz (ITS#8571)
+ Fix test008 to be portable (ITS#8414)
+ Fix test064 to wait for slapd to start (ITS#8644)
+ Fix its4336 regression test (ITS#8534)
+ Fix its4337 regression test (ITS#8535)
+ Fix regression tests to execute on all backends (ITS#8539)
+ Contrib
+ Added slapo-autogroup(5) man page (ITS#8569)
+ Added passwd missing conversion scripts for apr1 (ITS#6826)
+ Fixed contrib modules where the writewait callback was not correctly initialized (ITS#8435)
+ Fixed smbk5pwd to build with newer OpenSSL releases (ITS#8525)
+ Documentation
+ admin24 fixed tls_cipher_suite bindconf option (ITS#8099)
+ admin24 fixed typo cn=config to be slapd.d (ITS#8449)
+ admin24 fixed slapo-syncprov information to be curent (ITS#8253)
+ admin24 fixed typo in access control docs (ITS#7341, ITS#8391)
+ admin24 fixed minor typo in tuning guide (ITS#8499)
+ admin24 fixed information about the limits option (ITS#7700)
+ admin24 fixed missing options for syncrepl configuration (ITS#7700)
+ admin24 fixed accesslog documentation to note it should not be replicated (ITS#8344)
+ Fixed ldap.conf(5) missing information on SASL_NOCANON option (ITS#7177)
+ Fixed ldapsearch(1) information on the V[V] flag behavior (ITS#7177, ITS#6339)
+ Fixed slapd-config(5), slapd.conf(5) clarification on interval keyword for refreshAndPersist (ITS#8538)
+ Fixed slapd-config(5), slapd.conf(5) clarify serverID requirements (ITS#8635)
+ Fixed slapd-config(5), slapd.conf(5) clarification on loglevel settings (ITS#8123)
+ Fixed slapo-ppolicy(5) to clearly note rootdn requirement (ITS#8565)
+ Fixed slapo-memberof(5) to note it is not safe to use with replication (ITS#8613)
+ Fixed slapo-syncprov(5) documentation to be current (ITS#8253)
+ Fixed slapadd(8) manpage to note slapd-mdb (ITS#8215)
+ Fixed various minor grammar issues in the man pages (ITS#8544)
+ Fixed various typos (ITS#8587)
+
OpenLDAP 2.4.44 Release (2016/02/05)
Fixed slapd-bdb/hdb missing olcDbChecksum config attr (ITS#8337)
Fixed slapd-mdb behavior with long lived read transactions (ITS#8226)
@@ -19,7 +75,7 @@
Fixed libldap microsecond timer for windows (ITS#8295)
Fixed slap tools minor one time memory leak (ITS#8082)
Fixed slapd to avoid redundant processing of abandon ops (ITS#8232)
- Fixed slapd syncrepl segv when present list is NULL (ITS#8231, ITS#8042)
+ Fixed slapd syncrepl SEGV when present list is NULL (ITS#8231, ITS#8042)
Fixed slapd segfault with invalid SASL URI (ITS#8218)
Fixed slapd configuration parser with unbalanced quotes (ITS#8233)
Fixed slapd syncrepl check with config db on windows (ITS#8277)
@@ -681,13 +737,15 @@
Fixed libldap libfetch dependancy (ITS#6889)
Documentation
ldap_get_dn(3) add man page (ITS#6959)
- slapo-nssov(5) Fixed typo (ITS#6934)
slapd-backends(5) update recommended database backend (ITS#6904)
slapd-bdb(5) update recommended database backend (ITS#6904)
slapd-hdb(5) update recommended database backend (ITS#6904)
+ slapo-nssov(5) Fixed typo (ITS#6934)
admin24 update that cn=config is preferred (ITS#6905)
admin24 update information about indexes (ITS#6906)
admin24 fix --enable-wrappers option (ITS#6971)
+ admin24 fix typos (ITS#8562)
+ admin24 fix replication sections to include back-mdb (ITS#8563)
OpenLDAP 2.4.25 Release (2011/03/26)
Fixed ldapsearch pagedresults loop (ITS#6755)
@@ -1395,7 +1453,7 @@
Fixed slapd-null read controls support (ITS#5757)
Fixed slapd-sql value length with right index (ITS#5779)
Fixed slapo-chain/translucent back-config support (ITS#5736)
- Fixed slapo-chain segv with search references (ITS#5742)
+ Fixed slapo-chain SEGV with search references (ITS#5742)
Fixed slapo-collect compile with C89 (ITS#5747)
Added slapo-constraint support for LDAP URI constraints (ITS#5704)
Added slapo-constraint support for constraining rename (ITS#5703)
@@ -1650,7 +1708,7 @@
Fixed slapd overlay ordering when moving to slapd.d (ITS#5284)
Fixed slapd NULL printf (ITS#5264)
Fixed slapd NULL set values (ITS#5286)
- Fixed slapd segv with SASL/OTP (ITS#5259)
+ Fixed slapd SEGV with SASL/OTP (ITS#5259)
Fixed slapd timestamp race condition (ITS#5370)
Fixed slapd cn=config crash on delete (ITS#5343)
Fixed slapd cn=config global acls (ITS#5352)
@@ -1664,7 +1722,7 @@
Fixed slapd invalid entryUUID filter (ITS#5386)
Fixed slapd-bdb idlcache on adds (ITS#5086)
Fixed slapd-bdb crash with modrdn (ITS#5358)
- Fixed slapd-bdb segv with bdb4.6 (ITS#5322)
+ Fixed slapd-bdb SEGV with bdb4.6 (ITS#5322)
Fixed slapd-bdb modrdn to same dn (ITS#5319)
Fixed slapd-bdb MMR (ITS#5332)
Added slapd-bdb/slapd-hdb DB encryption (ITS#5359)
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/COPYRIGHT
--- a/external/bsd/openldap/dist/COPYRIGHT Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/COPYRIGHT Tue Feb 06 01:53:05 2018 +0000
@@ -1,4 +1,4 @@
-Copyright 1998-2016 The OpenLDAP Foundation
+Copyright 1998-2017 The OpenLDAP Foundation
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/INSTALL
--- a/external/bsd/openldap/dist/INSTALL Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/INSTALL Tue Feb 06 01:53:05 2018 +0000
@@ -107,7 +107,7 @@
This work is part of OpenLDAP Software <http://www.openldap.org/>.
-Copyright 1998-2016 The OpenLDAP Foundation.
+Copyright 1998-2017 The OpenLDAP Foundation.
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/Makefile.in
--- a/external/bsd/openldap/dist/Makefile.in Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/Makefile.in Tue Feb 06 01:53:05 2018 +0000
@@ -2,7 +2,7 @@
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
-## Copyright 1998-2016 The OpenLDAP Foundation.
+## Copyright 1998-2017 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/README
--- a/external/bsd/openldap/dist/README Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/README Tue Feb 06 01:53:05 2018 +0000
@@ -78,7 +78,7 @@
This work is part of OpenLDAP Software <http://www.openldap.org/>.
-Copyright 1998-2016 The OpenLDAP Foundation.
+Copyright 1998-2017 The OpenLDAP Foundation.
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/build/dir.mk
--- a/external/bsd/openldap/dist/build/dir.mk Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/build/dir.mk Tue Feb 06 01:53:05 2018 +0000
@@ -1,7 +1,7 @@
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
-## Copyright 1998-2016 The OpenLDAP Foundation.
+## Copyright 1998-2017 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/build/info.mk
--- a/external/bsd/openldap/dist/build/info.mk Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/build/info.mk Tue Feb 06 01:53:05 2018 +0000
@@ -1,7 +1,7 @@
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
-## Copyright 1998-2016 The OpenLDAP Foundation.
+## Copyright 1998-2017 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/build/lib-shared.mk
--- a/external/bsd/openldap/dist/build/lib-shared.mk Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/build/lib-shared.mk Tue Feb 06 01:53:05 2018 +0000
@@ -1,7 +1,7 @@
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
-## Copyright 1998-2016 The OpenLDAP Foundation.
+## Copyright 1998-2017 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/build/lib-static.mk
--- a/external/bsd/openldap/dist/build/lib-static.mk Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/build/lib-static.mk Tue Feb 06 01:53:05 2018 +0000
@@ -1,7 +1,7 @@
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
-## Copyright 1998-2016 The OpenLDAP Foundation.
+## Copyright 1998-2017 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/build/lib.mk
--- a/external/bsd/openldap/dist/build/lib.mk Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/build/lib.mk Tue Feb 06 01:53:05 2018 +0000
@@ -1,7 +1,7 @@
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
-## Copyright 1998-2016 The OpenLDAP Foundation.
+## Copyright 1998-2017 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/build/ltmain.sh
--- a/external/bsd/openldap/dist/build/ltmain.sh Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/build/ltmain.sh Tue Feb 06 01:53:05 2018 +0000
@@ -28,7 +28,7 @@
# configuration script generated by Autoconf, and is distributable
# under the same distributions terms as OpenLDAP itself.
-## Portions Copyright 1998-2016 The OpenLDAP Foundation.
+## Portions Copyright 1998-2017 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/build/man.mk
--- a/external/bsd/openldap/dist/build/man.mk Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/build/man.mk Tue Feb 06 01:53:05 2018 +0000
@@ -1,7 +1,7 @@
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
-## Copyright 1998-2016 The OpenLDAP Foundation.
+## Copyright 1998-2017 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/build/missing
--- a/external/bsd/openldap/dist/build/missing Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/build/missing Tue Feb 06 01:53:05 2018 +0000
@@ -29,7 +29,7 @@
# configuration script generated by Autoconf, and is distributable
# under the same distributions terms as OpenLDAP itself.
-## Copyright 1998-2016 The OpenLDAP Foundation.
+## Copyright 1998-2017 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/build/mkdep
--- a/external/bsd/openldap/dist/build/mkdep Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/build/mkdep Tue Feb 06 01:53:05 2018 +0000
@@ -2,7 +2,7 @@
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
-## Copyright 1998-2016 The OpenLDAP Foundation.
+## Copyright 1998-2017 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/build/mkdep.aix
--- a/external/bsd/openldap/dist/build/mkdep.aix Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/build/mkdep.aix Tue Feb 06 01:53:05 2018 +0000
@@ -1,7 +1,7 @@
#! /bin/sh
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
-## Copyright 1998-2016 The OpenLDAP Foundation.
+## Copyright 1998-2017 The OpenLDAP Foundation.
## All rights reserved.
##
## Redistribution and use in source and binary forms, with or without
diff -r e09e124e4605 -r b78a4260871d external/bsd/openldap/dist/build/mkrelease
--- a/external/bsd/openldap/dist/build/mkrelease Mon Feb 05 23:56:01 2018 +0000
+++ b/external/bsd/openldap/dist/build/mkrelease Tue Feb 06 01:53:05 2018 +0000
@@ -2,7 +2,7 @@
# $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
Home |
Main Index |
Thread Index |
Old Index