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.48 (2019/07/24)



details:   https://anonhg.NetBSD.org/src/rev/072162842d71
branches:  trunk
changeset: 458739:072162842d71
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Aug 08 13:31:00 2019 +0000

description:
OpenLDAP 2.4.48 (2019/07/24)
        Added libldap OpenSSL Elliptic Curve support (ITS#7595)
        Added libldap Expose OpenLDAP specific interfaces via openldap.h (ITS#8671)
        Added slapd-monitor support for slapd-mdb (ITS#7770)
        Fixed liblber leaks (ITS#8727)
        Fixed liblber with partial flush (ITS#8864)
        Fixed libldap ASYNC TLS so it works (ITS#8957,ITS#8980)
        Fixed libldap ASYNC connections with Solaris 10 (ITS#8968)
        Fixed libldap with SASL_NOCANON=on and ldapi connections (ITS#7585)
        Fixed libldap to be able to unset syncrepl TLS options (ITS#7042)
        Fixed libldap race condition in ldap_int_initialize (ITS#7996, ITS#8450)
        Fixed libldap return code in ldap_create_assertion_control_value (ITS#8674)
        Fixed libldap to correctly disable IPv6 when configured to do so (ITS#8754)
        Fixed libldap to correctly close TLS connection (ITS#8755)
        Fixed libldap_r handling of deprecated OpenSSL function (ITS#8353)
        Fixed liblunicode case correspondance (ITS#8508)
        Fixed slapd with an idletimeout of less than four seconds (ITS#8952)
        Fixed slapd config parser variable for Windows64 (ITS#9012)
        Fixed slapd syncrepl fallback handling with delta-syncrepl (ITS#9015)
        Fixed slapd telephoneNumberNormalize, cert DN validation (ITS#8999)
        Fixed slapd syncrepl for relax with delta-syncrepl (ITS#8037)
        Fixed slapd to restrict rootDN proxyauthz to its own databases (ITS#9038)
        Fixed slapd to initialize SASL SSF per connection (ITS#9052)
        Fixed slapo-accesslog with SLAP_MOD_SOFT modifications (ITS#8990)
        Fixed slapd-ldap starttls connections timeout behavior (ITS#8963)
        Fixed slapd-ldap segfault when entry result doesn't match filter (ITS#8997)
        Fixed slapd-meta conversion from slapd.conf to cn=config (ITS#8743)
        Fixed slapd-meta assertion when network interface goes down (ITS#8841)
        Fixed slapd-mdb fix bitshift integer overflow (ITS#8989)
        Fixed slapd-mdb index cleanup with cn=config (ITS#8472)
        Fixed slapd-mdb to improve performance with alias deref (ITS#7657)
        Fixed slapo-accesslog possible assert with exops (ITS#8971)
        Fixed slapo-chain to correctly reject multiple chaining URIs (ITS#8637)
        Fixed slapo-chain conversion from slapd.conf to cn=config (ITS#8799)
        Fixed slapo-memberof conversion from slapd.conf to cn=config (ITS#8663)
        Fixed slapo-memberof for group name change to itself (ITS#9000)
        Fixed slapo-ppolicy behavior when pwdInHistory is changed (ITS#8349)
        Fixed slapo-rwm to not free original filter (ITS#8964)
        Fixed slapo-syncprov contextCSN generation (ITS#9015)
        Build Environment
                Fixed slapd to only link to BDB libraries with static build (ITS#8948)
                Fixed libldap implicit declaration with LDAP_CONNECTIONLESS (ITS#8794)
                Fixed libldap double inclusion of limits.h in cyrus.c (ITS#9041)
        Documentation
                General - Fixed minor typos (ITS#8764, ITS#8761)
                admin24 - Miscellaneous updates promoting mdb and fixing examples (ITS#9031)
                slapd.access(5) - Note MDB is the primary backend (ITS#8881)
                slapd.backends(5) - Note MDB is the recommended backend (ITS#8771)
                slapd-ldap(5) - Document starttls parameter (ITS#8693)
        Contrib
                Added slapo-lastbind capability to forward authTimestamp updates (ITS#7721)

OpenLDAP 2.4.47 Release (2018/12/19)
        Added slapd-sock DN qualifier for subtrees to be processed (ITS#8051)
        Added slapd-sock ability to send extended operations to external listeners (ITS#8714)
        Fixed liblber to avoid incremental access to user-supplied bv in dupbv (ITS#8752)
        Fixed libldap dn to domain parsing with bad input (ITS#8842)
        Fixed slapd slapcat to correctly honor -g option (ITS#8667)
        Fixed slapd to correctly handle NO_SUCH_OBJECT with dynamic groups (ITS#8923)
        Fixed slapd to check status of rdnNormalize (ITS#8932)
        Fixed slapd cn=config when modifying slapo-syncprov config (ITS#8616)
        Fixed slapd sasl authz-policy "all" behavior (ITS#8909)
        Fixed slapd sasl minor typo (ITS#8918)
        Fixed slapd to correctly hide hidden DBs in the rootDSE (ITS#8912)
        Fixed slapd domainScope control to match Microsoft specification (ITS#8840)
        Fixed slapd-bdb/hdb/mdb to not convert certain IDLs to ranges (ITS#8868)
        Fixed slapo-accesslog deadlock during cleanup (ITS#8752)
        Fixed slapo-memberof cn=config modifications (ITS#8663)
        Fixed slapo-ppolicy with multimaster replication (ITS#8927)
        Fixed slapo-syncprov with NULL modlist (ITS#8843)
        Build Environment
                Added slapd reproducible build support (ITS#8928)
                Fixed missing includes with OpenSSL 1.0.2 (ITS#8809)
        Contrib
                Fixed slapo-pbkdf2 hash generation (ITS#8878)
        Documentation
                admin24 fixed minor typo (ITS#8887)

OpenLDAP 2.4.46 Release (2018/03/22)
        Fixed libldap connection delete callbacks when TLS fails to start (ITS#8717)
        Fixed libldap to not reuse tls_session if TLS hostname check fails (ITS#7373)
        Fixed libldap cross-compiling with OpenSSL 1.1 (ITS#8687)
        Fixed libldap OpenSSL 1.1.1 compatibility with BIO_method (ITS#8791)
        Fixed libldap MozNSS CA certificate hash matching (ITS#7374)
        Fixed libldap MozNSS with PEM certs when also using an NSS cert db (ITS#7389)
        Fixed libldap MozNSS initialization (ITS#8484)
        Fixed libldap GnuTLS with GNUTLS_E_AGAIN (ITS#8650)
        Fixed libldap memory leak with cancel operations (ITS#8782)
        Fixed slapd Eventlog registry key creation on 64-bit Windows (ITS#8705)
        Fixed slapd to maintain SSF across SASL binds (ITS#8796)
        Fixed slapd syncrepl deadlock when updating cookie (ITS#8752)
        Fixed slapd syncrepl callback to always be last in the stack (ITS#8752)
        Fixed slapd telephoneNumberNormalize when the value is spaces and hyphens (ITS#8778)
        Fixed slapd CSN queue processing (ITS#8801)
        Fixed slapd-ldap TLS connection timeout with high latency connections (ITS#8720)
        Fixed slapd-ldap to ignore unknown schema when omit-unknown-schema is set (ITS#7520)
        Fixed slapd-mdb with an optimization for long lived read transactions (ITS#8226)
        Fixed slapd-meta assert when olcDbRewrite is modified (ITS#8404)
        Fixed slapd-sock with LDAP_MOD_INCREMENT operations (ITS#8692)
        Fixed slapo-accesslog cleanup to only occur on failed operations (ITS#8752)
        Fixed slapo-dds entryTTL to actually decrease as per RFC 2589 (ITS#7100)
        Fixed slapo-syncprov memory leak with delete operations (ITS#8690)
        Fixed slapo-syncprov to not clear pending operation when checkpointing (ITS#8444)
        Fixed slapo-syncprov to correctly record contextCSN values in the accesslog (ITS#8100)
        Fixed slapo-syncprov not to log checkpoints to accesslog db (ITS#8607)
        Fixed slapo-syncprov to process changes from this SID on REFRESH (ITS#8800)
        Fixed slapo-syncprov session log parsing to not block other operations (ITS#8486)
        Build Environment
                Fixed Windows build with newer MINGW version (ITS#8697)
                Fixed compiler warnings and removed unused variables (ITS#8578)
        Contrib
                Fixed ldapc++ Control structure (ITS#8583)
        Documentation
                Delete stub manpage for back-ldbm (ITS#8713)
                Fixed ldap_bind(3) to mention the LDAP_SASL_SIMPLE mechanism (ITS#8121)
                Fixed ldap.conf(5) to note SASL_MECH/SASL_REALM are no longer user-only (ITS#8818)
                Fixed slapd-config(5) typo for olcTLSCipherSuite (ITS#8715)
                Fixed slapo-syncprov(5) indexing requirements (ITS#5048)

diffstat:

 external/bsd/openldap/dist/ANNOUNCEMENT                                                         |     2 +-
 external/bsd/openldap/dist/CHANGES                                                              |   129 +-
 external/bsd/openldap/dist/COPYRIGHT                                                            |     2 +-
 external/bsd/openldap/dist/INSTALL                                                              |     2 +-
 external/bsd/openldap/dist/Makefile.in                                                          |     2 +-
 external/bsd/openldap/dist/README                                                               |     4 +-
 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                                                            |    16 +-
 external/bsd/openldap/dist/configure.in                                                         |    20 +-
 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                                          |     2 +-
 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                                  |     7 +-
 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/slapd-modules/README                                         |     2 +-
 external/bsd/openldap/dist/contrib/slapd-modules/acl/README.posixgroup                          |     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                    |     4 +-
 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/denyop/denyop.c                                |     6 +-
 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                            |    50 +-
 external/bsd/openldap/dist/contrib/slapd-modules/lastbind/slapo-lastbind.5                      |    11 +
 external/bsd/openldap/dist/contrib/slapd-modules/lastmod/lastmod.c                              |     6 +-
 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/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/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                      |    11 +-
 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/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                            |     4 +-
 external/bsd/openldap/dist/contrib/slapd-modules/trace/trace.c                                  |     6 +-
 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/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                                   |     2 +-
 external/bsd/openldap/dist/doc/guide/admin/admin.sdf                                            |     2 +-
 external/bsd/openldap/dist/doc/guide/admin/appendix-changes.sdf                                 |     2 +-
 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/backends.sdf                                         |     4 +-
 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                                           |   143 +-
 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                                           |     2 +-
 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                                  |     2 +-
 external/bsd/openldap/dist/doc/guide/admin/overlays.sdf                                         |    44 +-
 external/bsd/openldap/dist/doc/guide/admin/preface.sdf                                          |     2 +-
 external/bsd/openldap/dist/doc/guide/admin/quickstart.sdf                                       |     2 +-
 external/bsd/openldap/dist/doc/guide/admin/referrals.sdf                                        |     2 +-
 external/bsd/openldap/dist/doc/guide/admin/replication.sdf                                      |    69 +-
 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                                           |     2 +-
 external/bsd/openldap/dist/doc/guide/admin/security.sdf                                         |     2 +-
 external/bsd/openldap/dist/doc/guide/admin/slapdconf2.sdf                                       |    14 +-
 external/bsd/openldap/dist/doc/guide/admin/slapdconfig.sdf                                      |    10 +-
 external/bsd/openldap/dist/doc/guide/admin/title.sdf                                            |     2 +-
 external/bsd/openldap/dist/doc/guide/admin/tls.sdf                                              |    14 +-
 external/bsd/openldap/dist/doc/guide/admin/troubleshooting.sdf                                  |     2 +-
 external/bsd/openldap/dist/doc/guide/admin/tuning.sdf                                           |     2 +-
 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/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                                            |     2 +-
 external/bsd/openldap/dist/doc/man/man1/ldapurl.1                                               |     2 +-
 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                                           |     2 +-
 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                                             |     8 +-
 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                                             |     4 +-
 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                                             |     7 +-
 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                                          |    11 +-
 external/bsd/openldap/dist/doc/man/man5/slapd-dnssrv.5                                          |     2 +-
 external/bsd/openldap/dist/doc/man/man5/slapd-ldap.5                                            |    14 +-
 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                                            |     2 +-
 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                                           |     2 +-
 external/bsd/openldap/dist/doc/man/man5/slapd-shell.5                                           |     2 +-
 external/bsd/openldap/dist/doc/man/man5/slapd-sock.5                                            |    30 +-
 external/bsd/openldap/dist/doc/man/man5/slapd.access.5                                          |     6 +-
 external/bsd/openldap/dist/doc/man/man5/slapd.backends.5                                        |    11 +-
 external/bsd/openldap/dist/doc/man/man5/slapd.conf.5                                            |     9 +-
 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                                        |     2 +-
 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                                      |     2 +-
 external/bsd/openldap/dist/doc/man/man5/slapo-dds.5                                             |     2 +-
 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                                        |     2 +-
 external/bsd/openldap/dist/doc/man/man5/slapo-pbind.5                                           |     2 +-
 external/bsd/openldap/dist/doc/man/man5/slapo-pcache.5                                          |     2 +-
 external/bsd/openldap/dist/doc/man/man5/slapo-ppolicy.5                                         |     2 +-
 external/bsd/openldap/dist/doc/man/man5/slapo-refint.5                                          |     2 +-
 external/bsd/openldap/dist/doc/man/man5/slapo-retcode.5                                         |     2 +-
 external/bsd/openldap/dist/doc/man/man5/slapo-rwm.5                                             |     2 +-
 external/bsd/openldap/dist/doc/man/man5/slapo-sssvlv.5                                          |     2 +-
 external/bsd/openldap/dist/doc/man/man5/slapo-syncprov.5                                        |     4 +-
 external/bsd/openldap/dist/doc/man/man5/slapo-translucent.5                                     |     2 +-
 external/bsd/openldap/dist/doc/man/man5/slapo-unique.5                                          |     4 +-
 external/bsd/openldap/dist/doc/man/man5/slapo-valsort.5                                         |     2 +-
 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                                               |     2 +-
 external/bsd/openldap/dist/doc/man/man8/slapauth.8                                              |     2 +-
 external/bsd/openldap/dist/doc/man/man8/slapcat.8                                               |     2 +-
 external/bsd/openldap/dist/doc/man/man8/slapd.8                                                 |     2 +-
 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                                                       |     4 +-
 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                                                       |    11 +-
 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                                                   |    12 +-
 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_sha1.h                                                 |     4 +-
 external/bsd/openldap/dist/include/openldap.h                                                   |    41 +
 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                                               |    11 +-
 external/bsd/openldap/dist/libraries/liblber/lber-int.h                                         |     4 +-
 external/bsd/openldap/dist/libraries/liblber/memory.c                                           |    33 +-
 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                                              |     8 +-
 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                                        |     8 +-
 external/bsd/openldap/dist/libraries/libldap/bind.c                                             |     6 +-
 external/bsd/openldap/dist/libraries/libldap/cancel.c                                           |    18 +-
 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                                            |    45 +-
 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                                         |     7 +-
 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                                            |    12 +-
 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                                             |    42 +-
 external/bsd/openldap/dist/libraries/libldap/ldap-int.h                                         |     6 +-
 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                                           |     8 +-
 external/bsd/openldap/dist/libraries/libldap/modrdn.c                                           |     6 +-
 external/bsd/openldap/dist/libraries/libldap/open.c                                             |    34 +-
 external/bsd/openldap/dist/libraries/libldap/options.c                                          |     6 +-
 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                                          |    11 +-
 external/bsd/openldap/dist/libraries/libldap/result.c                                           |     6 +-
 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                                             |    92 +-
 external/bsd/openldap/dist/libraries/libldap/tls_g.c                                            |     6 +-
 external/bsd/openldap/dist/libraries/libldap/tls_m.c                                            |    85 +-
 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                                           |    10 +-
 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                                            |    20 +
 external/bsd/openldap/dist/libraries/liblmdb/COPYRIGHT                                          |     2 +-
 external/bsd/openldap/dist/libraries/liblmdb/intro.doc                                          |     2 +-
 external/bsd/openldap/dist/libraries/liblmdb/lmdb.h                                             |    18 +-
 external/bsd/openldap/dist/libraries/liblmdb/mdb.c                                              |   118 +-
 external/bsd/openldap/dist/libraries/liblmdb/mdb_copy.1                                         |     2 +-
 external/bsd/openldap/dist/libraries/liblmdb/mdb_copy.c                                         |     4 +-
 external/bsd/openldap/dist/libraries/liblmdb/mdb_dump.1                                         |     2 +-
 external/bsd/openldap/dist/libraries/liblmdb/mdb_dump.c                                         |     4 +-
 external/bsd/openldap/dist/libraries/liblmdb/mdb_load.1                                         |     2 +-
 external/bsd/openldap/dist/libraries/liblmdb/mdb_load.c                                         |     6 +-
 external/bsd/openldap/dist/libraries/liblmdb/mdb_stat.1                                         |     2 +-
 external/bsd/openldap/dist/libraries/liblmdb/mdb_stat.c                                         |     4 +-
 external/bsd/openldap/dist/libraries/liblmdb/midl.c                                             |     6 +-
 external/bsd/openldap/dist/libraries/liblmdb/midl.h                                             |     6 +-
 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                              |    19 +-
 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                               |    60 +-
 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                                       |     6 +-
 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/ntservice.c                                       |     9 +-
 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/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                                            |     4 +-
 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                                      |     9 +-
 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                                         |    15 +-
 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                                  |    13 +-
 external/bsd/openldap/dist/servers/slapd/back-ldap/bind.c                                       |    35 +-
 external/bsd/openldap/dist/servers/slapd/back-ldap/chain.c                                      |    24 +-
 external/bsd/openldap/dist/servers/slapd/back-ldap/compare.c                                    |     6 +-
 external/bsd/openldap/dist/servers/slapd/back-ldap/config.c                                     |    33 +-
 external/bsd/openldap/dist/servers/slapd/back-ldap/delete.c                                     |     6 +-
 external/bsd/openldap/dist/servers/slapd/back-ldap/distproc.c                                   |     9 +-
 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                                     |    41 +-
 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                                       |     7 +-
 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                                      |    12 +-
 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                                       |    22 +-
 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                                    |    14 +-
 external/bsd/openldap/dist/servers/slapd/back-mdb/idl.c                                         |    15 +-
 external/bsd/openldap/dist/servers/slapd/back-mdb/idl.h                                         |     4 +-
 external/bsd/openldap/dist/servers/slapd/back-mdb/index.c                                       |     8 +-
 external/bsd/openldap/dist/servers/slapd/back-mdb/init.c                                        |     7 +-
 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                                     |   137 +-
 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                                      |    13 +-
 external/bsd/openldap/dist/servers/slapd/back-mdb/tools.c                                       |     8 +-
 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                                     |    70 +-
 external/bsd/openldap/dist/servers/slapd/back-meta/conn.c                                       |     6 +-
 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                                     |    13 +-
 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                                        |     6 +-
 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                                  |     6 +-
 external/bsd/openldap/dist/servers/slapd/back-sock/add.c                                        |     6 +-
 external/bsd/openldap/dist/servers/slapd/back-sock/back-sock.h                                  |     6 +-
 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                                     |    50 +-
 external/bsd/openldap/dist/servers/slapd/back-sock/delete.c                                     |     6 +-
 external/bsd/openldap/dist/servers/slapd/back-sock/extended.c                                   |    81 +
 external/bsd/openldap/dist/servers/slapd/back-sock/init.c                                       |     8 +-
 external/bsd/openldap/dist/servers/slapd/back-sock/modify.c                                     |    10 +-
 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                                 |     6 +-
 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                                              |     8 +-
 external/bsd/openldap/dist/servers/slapd/backglue.c                                             |     8 +-
 external/bsd/openldap/dist/servers/slapd/backover.c                                             |     6 +-
 external/bsd/openldap/dist/servers/slapd/bconfig.c                                              |    25 +-
 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                                               |     8 +-
 external/bsd/openldap/dist/servers/slapd/config.h                                               |     4 +-
 external/bsd/openldap/dist/servers/slapd/connection.c                                           |     8 +-
 external/bsd/openldap/dist/servers/slapd/controls.c                                             |    10 +-
 external/bsd/openldap/dist/servers/slapd/cr.c                                                   |     6 +-
 external/bsd/openldap/dist/servers/slapd/ctxcsn.c                                               |    15 +-
 external/bsd/openldap/dist/servers/slapd/daemon.c                                               |    10 +-
 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                                   |   160 +-
 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/dds.c                                         |    73 +-
 external/bsd/openldap/dist/servers/slapd/overlays/dyngroup.c                                    |     6 +-
 external/bsd/openldap/dist/servers/slapd/overlays/dynlist.c                                     |     6 +-
 external/bsd/openldap/dist/servers/slapd/overlays/memberof.c                                    |   170 +-
 external/bsd/openldap/dist/servers/slapd/overlays/overlays.c                                    |     6 +-
 external/bsd/openldap/dist/servers/slapd/overlays/pcache.c                                      |     6 +-
 external/bsd/openldap/dist/servers/slapd/overlays/ppolicy.c                                     |    44 +-
 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                                         |    18 +-
 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                                      |     6 +-
 external/bsd/openldap/dist/servers/slapd/overlays/syncprov.c                                    |   184 +-
 external/bsd/openldap/dist/servers/slapd/overlays/translucent.c                                 |     6 +-
 external/bsd/openldap/dist/servers/slapd/overlays/unique.c                                      |     6 +-
 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                                             |     9 +-
 external/bsd/openldap/dist/servers/slapd/sasl.c                                                 |    19 +-
 external/bsd/openldap/dist/servers/slapd/saslauthz.c                                            |    21 +-
 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                                          |    57 +-
 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                                                 |     7 +-
 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                                           |     8 +-
 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                                  |     6 +-
 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                                             |   148 +-
 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                                                    |     2 +-
 external/bsd/openldap/dist/tests/data/ditcontentrules.conf                                      |     2 +-
 external/bsd/openldap/dist/tests/data/dynlist.out                                               |     3 +
 external/bsd/openldap/dist/tests/data/idassert.out                                              |     5 +
 external/bsd/openldap/dist/tests/data/memberof.out                                              |    45 +
 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                               |    11 +-
 external/bsd/openldap/dist/tests/data/regressions/its4326/slapd.conf                            |     6 +-
 external/bsd/openldap/dist/tests/data/regressions/its4336/its4336                               |    13 +-
 external/bsd/openldap/dist/tests/data/regressions/its4336/slapd.conf                            |     2 +-
 external/bsd/openldap/dist/tests/data/regressions/its4337/its4337                               |     2 +-
 external/bsd/openldap/dist/tests/data/regressions/its4337/slapd.conf                            |     2 +-
 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/its8444/its8444                               |   322 +
 external/bsd/openldap/dist/tests/data/regressions/its8444/slapd-provider1.ldif                  |   160 +
 external/bsd/openldap/dist/tests/data/regressions/its8444/slapd-provider2.ldif                  |   160 +
 external/bsd/openldap/dist/tests/data/regressions/its8444/slapd-provider3.ldif                  |   160 +
 external/bsd/openldap/dist/tests/data/regressions/its8444/slapd-provider4.ldif                  |   160 +
 external/bsd/openldap/dist/tests/data/regressions/its8521/its8521                               |     2 +-
 external/bsd/openldap/dist/tests/data/regressions/its8616/its8616                               |   259 +
 external/bsd/openldap/dist/tests/data/regressions/its8616/slapd-provider.ldif                   |    59 +
 external/bsd/openldap/dist/tests/data/regressions/its8663/its8663                               |   279 +
 external/bsd/openldap/dist/tests/data/regressions/its8663/slapd-provider.ldif                   |    59 +
 external/bsd/openldap/dist/tests/data/regressions/its8667/accounting.ldif                       |    63 +
 external/bsd/openldap/dist/tests/data/regressions/its8667/administrative.ldif                   |    63 +
 external/bsd/openldap/dist/tests/data/regressions/its8667/its8667                               |   116 +
 external/bsd/openldap/dist/tests/data/regressions/its8667/janitorial.ldif                       |    63 +
 external/bsd/openldap/dist/tests/data/regressions/its8667/root.ldif                             |    46 +
 external/bsd/openldap/dist/tests/data/regressions/its8667/slapd.ldif                            |    97 +
 external/bsd/openldap/dist/tests/data/regressions/its8752/its8752                               |   513 +
 external/bsd/openldap/dist/tests/data/regressions/its8752/slapd.conf                            |    43 +
 external/bsd/openldap/dist/tests/data/regressions/its8752/slapd.conf.mmr                        |   144 +
 external/bsd/openldap/dist/tests/data/regressions/its8800/db.ldif                               |  9380 ++++++++++
 external/bsd/openldap/dist/tests/data/regressions/its8800/its8800                               |   208 +
 external/bsd/openldap/dist/tests/data/regressions/its8800/slapd-provider1.ldif                  |   150 +
 external/bsd/openldap/dist/tests/data/regressions/its8800/slapd-provider2.ldif                  |   150 +
 external/bsd/openldap/dist/tests/data/regressions/its8800/slapd-provider3.ldif                  |   150 +
 external/bsd/openldap/dist/tests/data/regressions/its8800/slapd-provider4.ldif                  |   150 +
 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                        |     2 +-
 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                               |     2 +-
 external/bsd/openldap/dist/tests/data/slapd-deltasync-slave.conf                                |     2 +-
 external/bsd/openldap/dist/tests/data/slapd-dn.conf                                             |     2 +-
 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                                        |     2 +-
 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                                       |     3 +-
 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                                     |     2 +-
 external/bsd/openldap/dist/tests/data/slapd-proxycache.conf                                     |     2 +-
 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                                        |     2 +-
 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-idassert1.ldif                                       |     6 +
 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                                           |    10 +-
 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                                                         |     2 +-
 external/bsd/openldap/dist/tests/scripts/all                                                    |     2 +-
 external/bsd/openldap/dist/tests/scripts/conf.sh                                                |     2 +-
 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                                    |     2 +-
 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                                         |     2 +-
 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                                       |    26 +-
 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                                 |     2 +-
 external/bsd/openldap/dist/tests/scripts/test044-dynlist                                        |    32 +-
 external/bsd/openldap/dist/tests/scripts/test045-syncreplication-proxied                        |     2 +-
 external/bsd/openldap/dist/tests/scripts/test046-dds                                            |    34 +-
 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                                       |    56 +-
 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/test059-slave-config                                   |     2 +-
 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                              |     4 +-
 external/bsd/openldap/dist/tests/scripts/test065-proxyauthz                                     |     2 +-
 1172 files changed, 17235 insertions(+), 2999 deletions(-)

diffs (truncated from 38797 to 300 lines):

diff -r f5224df4de57 -r 072162842d71 external/bsd/openldap/dist/ANNOUNCEMENT
--- a/external/bsd/openldap/dist/ANNOUNCEMENT   Thu Aug 08 11:41:16 2019 +0000
+++ b/external/bsd/openldap/dist/ANNOUNCEMENT   Thu Aug 08 13:31:00 2019 +0000
@@ -106,6 +106,6 @@
 ---
 OpenLDAP is a registered trademark of the OpenLDAP Foundation.
 
-Copyright 1999-2017 The OpenLDAP Foundation, Redwood City,
+Copyright 1999-2019 The OpenLDAP Foundation, Redwood City,
 California, USA.  All Rights Reserved.  Permission to copy and
 distribute verbatim copies of this document is granted.
diff -r f5224df4de57 -r 072162842d71 external/bsd/openldap/dist/CHANGES
--- a/external/bsd/openldap/dist/CHANGES        Thu Aug 08 11:41:16 2019 +0000
+++ b/external/bsd/openldap/dist/CHANGES        Thu Aug 08 13:31:00 2019 +0000
@@ -1,5 +1,124 @@
 OpenLDAP 2.4 Change Log
 
+OpenLDAP 2.4.48 (2019/07/24)
+       Added libldap OpenSSL Elliptic Curve support (ITS#7595)
+       Added libldap Expose OpenLDAP specific interfaces via openldap.h (ITS#8671)
+       Added slapd-monitor support for slapd-mdb (ITS#7770)
+       Fixed liblber leaks (ITS#8727)
+       Fixed liblber with partial flush (ITS#8864)
+       Fixed libldap ASYNC TLS so it works (ITS#8957,ITS#8980)
+       Fixed libldap ASYNC connections with Solaris 10 (ITS#8968)
+       Fixed libldap with SASL_NOCANON=on and ldapi connections (ITS#7585)
+       Fixed libldap to be able to unset syncrepl TLS options (ITS#7042)
+       Fixed libldap race condition in ldap_int_initialize (ITS#7996, ITS#8450)
+       Fixed libldap return code in ldap_create_assertion_control_value (ITS#8674)
+       Fixed libldap to correctly disable IPv6 when configured to do so (ITS#8754)
+       Fixed libldap to correctly close TLS connection (ITS#8755)
+       Fixed libldap_r handling of deprecated OpenSSL function (ITS#8353)
+       Fixed liblunicode case correspondance (ITS#8508)
+       Fixed slapd with an idletimeout of less than four seconds (ITS#8952)
+       Fixed slapd config parser variable for Windows64 (ITS#9012)
+       Fixed slapd syncrepl fallback handling with delta-syncrepl (ITS#9015)
+       Fixed slapd telephoneNumberNormalize, cert DN validation (ITS#8999)
+       Fixed slapd syncrepl for relax with delta-syncrepl (ITS#8037)
+       Fixed slapd to restrict rootDN proxyauthz to its own databases (ITS#9038)
+       Fixed slapd to initialize SASL SSF per connection (ITS#9052)
+       Fixed slapo-accesslog with SLAP_MOD_SOFT modifications (ITS#8990)
+       Fixed slapd-ldap starttls connections timeout behavior (ITS#8963)
+       Fixed slapd-ldap segfault when entry result doesn't match filter (ITS#8997)
+       Fixed slapd-meta conversion from slapd.conf to cn=config (ITS#8743)
+       Fixed slapd-meta assertion when network interface goes down (ITS#8841)
+       Fixed slapd-mdb fix bitshift integer overflow (ITS#8989)
+       Fixed slapd-mdb index cleanup with cn=config (ITS#8472)
+       Fixed slapd-mdb to improve performance with alias deref (ITS#7657)
+       Fixed slapo-accesslog possible assert with exops (ITS#8971)
+       Fixed slapo-chain to correctly reject multiple chaining URIs (ITS#8637)
+       Fixed slapo-chain conversion from slapd.conf to cn=config (ITS#8799)
+       Fixed slapo-memberof conversion from slapd.conf to cn=config (ITS#8663)
+       Fixed slapo-memberof for group name change to itself (ITS#9000)
+       Fixed slapo-ppolicy behavior when pwdInHistory is changed (ITS#8349)
+       Fixed slapo-rwm to not free original filter (ITS#8964)
+       Fixed slapo-syncprov contextCSN generation (ITS#9015)
+       Build Environment
+               Fixed slapd to only link to BDB libraries with static build (ITS#8948)
+               Fixed libldap implicit declaration with LDAP_CONNECTIONLESS (ITS#8794)
+               Fixed libldap double inclusion of limits.h in cyrus.c (ITS#9041)
+       Documentation
+               General - Fixed minor typos (ITS#8764, ITS#8761)
+               admin24 - Miscellaneous updates promoting mdb and fixing examples (ITS#9031)
+               slapd.access(5) - Note MDB is the primary backend (ITS#8881)
+               slapd.backends(5) - Note MDB is the recommended backend (ITS#8771)
+               slapd-ldap(5) - Document starttls parameter (ITS#8693)
+       Contrib
+               Added slapo-lastbind capability to forward authTimestamp updates (ITS#7721)
+
+OpenLDAP 2.4.47 Release (2018/12/19)
+       Added slapd-sock DN qualifier for subtrees to be processed (ITS#8051)
+       Added slapd-sock ability to send extended operations to external listeners (ITS#8714)
+       Fixed liblber to avoid incremental access to user-supplied bv in dupbv (ITS#8752)
+       Fixed libldap dn to domain parsing with bad input (ITS#8842)
+       Fixed slapd slapcat to correctly honor -g option (ITS#8667)
+       Fixed slapd to correctly handle NO_SUCH_OBJECT with dynamic groups (ITS#8923)
+       Fixed slapd to check status of rdnNormalize (ITS#8932)
+       Fixed slapd cn=config when modifying slapo-syncprov config (ITS#8616)
+       Fixed slapd sasl authz-policy "all" behavior (ITS#8909)
+       Fixed slapd sasl minor typo (ITS#8918)
+       Fixed slapd to correctly hide hidden DBs in the rootDSE (ITS#8912)
+       Fixed slapd domainScope control to match Microsoft specification (ITS#8840)
+       Fixed slapd-bdb/hdb/mdb to not convert certain IDLs to ranges (ITS#8868)
+       Fixed slapo-accesslog deadlock during cleanup (ITS#8752)
+       Fixed slapo-memberof cn=config modifications (ITS#8663)
+       Fixed slapo-ppolicy with multimaster replication (ITS#8927)
+       Fixed slapo-syncprov with NULL modlist (ITS#8843)
+       Build Environment
+               Added slapd reproducible build support (ITS#8928)
+               Fixed missing includes with OpenSSL 1.0.2 (ITS#8809)
+       Contrib
+               Fixed slapo-pbkdf2 hash generation (ITS#8878)
+       Documentation
+               admin24 fixed minor typo (ITS#8887)
+
+OpenLDAP 2.4.46 Release (2018/03/22)
+       Fixed libldap connection delete callbacks when TLS fails to start (ITS#8717)
+       Fixed libldap to not reuse tls_session if TLS hostname check fails (ITS#7373)
+       Fixed libldap cross-compiling with OpenSSL 1.1 (ITS#8687)
+       Fixed libldap OpenSSL 1.1.1 compatibility with BIO_method (ITS#8791)
+       Fixed libldap MozNSS CA certificate hash matching (ITS#7374)
+       Fixed libldap MozNSS with PEM certs when also using an NSS cert db (ITS#7389)
+       Fixed libldap MozNSS initialization (ITS#8484)
+       Fixed libldap GnuTLS with GNUTLS_E_AGAIN (ITS#8650)
+       Fixed libldap memory leak with cancel operations (ITS#8782)
+       Fixed slapd Eventlog registry key creation on 64-bit Windows (ITS#8705)
+       Fixed slapd to maintain SSF across SASL binds (ITS#8796)
+       Fixed slapd syncrepl deadlock when updating cookie (ITS#8752)
+       Fixed slapd syncrepl callback to always be last in the stack (ITS#8752)
+       Fixed slapd telephoneNumberNormalize when the value is spaces and hyphens (ITS#8778)
+       Fixed slapd CSN queue processing (ITS#8801)
+       Fixed slapd-ldap TLS connection timeout with high latency connections (ITS#8720)
+       Fixed slapd-ldap to ignore unknown schema when omit-unknown-schema is set (ITS#7520)
+       Fixed slapd-mdb with an optimization for long lived read transactions (ITS#8226)
+       Fixed slapd-meta assert when olcDbRewrite is modified (ITS#8404)
+       Fixed slapd-sock with LDAP_MOD_INCREMENT operations (ITS#8692)
+       Fixed slapo-accesslog cleanup to only occur on failed operations (ITS#8752)
+       Fixed slapo-dds entryTTL to actually decrease as per RFC 2589 (ITS#7100)
+       Fixed slapo-syncprov memory leak with delete operations (ITS#8690)
+       Fixed slapo-syncprov to not clear pending operation when checkpointing (ITS#8444)
+       Fixed slapo-syncprov to correctly record contextCSN values in the accesslog (ITS#8100)
+       Fixed slapo-syncprov not to log checkpoints to accesslog db (ITS#8607)
+       Fixed slapo-syncprov to process changes from this SID on REFRESH (ITS#8800)
+       Fixed slapo-syncprov session log parsing to not block other operations (ITS#8486)
+       Build Environment
+               Fixed Windows build with newer MINGW version (ITS#8697)
+               Fixed compiler warnings and removed unused variables (ITS#8578)
+       Contrib
+               Fixed ldapc++ Control structure (ITS#8583)
+       Documentation
+               Delete stub manpage for back-ldbm (ITS#8713)
+               Fixed ldap_bind(3) to mention the LDAP_SASL_SIMPLE mechanism (ITS#8121)
+               Fixed ldap.conf(5) to note SASL_MECH/SASL_REALM are no longer user-only (ITS#8818)
+               Fixed slapd-config(5) typo for olcTLSCipherSuite (ITS#8715)
+               Fixed slapo-syncprov(5) indexing requirements (ITS#5048)
+
 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)
@@ -38,12 +157,14 @@
        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 slapo-syncprov information to be current (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)
+               admin24 fix typos (ITS#8562)
+               admin24 fix replication sections to include back-mdb (ITS#8563)
                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)
@@ -235,7 +356,7 @@
        Fixed slapo-seqmod connection destroy logic (ITS#7906,ITS#7923)
        Fixed slapo-slapover connection destroy logic (ITS#7906,ITS#7923)
        Fixed slapo-sock db_init (ITS#7868)
-       Fixed slapo-sssvlv fix olcSssVlvMaxPerConn (ITS#7908) 
+       Fixed slapo-sssvlv fix olcSssVlvMaxPerConn (ITS#7908)
        Fixed slapo-translucent double free (ITS#7587)
        Fixed slapo-translucent to work with manageDSAit (ITS#7864)     
        Fixed slapo-translucent to use local backend with local entries (ITS#7915)
@@ -744,8 +865,6 @@
                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)
@@ -1049,7 +1168,7 @@
        Added slapd handling of hex server IDs (ITS#6297)
        Added slapd syncrepl contextCSN storing in subentry (ITS#6373)
        Fixed slapd asserts in minimal environment (ITS#6361)
-       Fixed slapd authid-rewrite parsing (ITS#6392) 
+       Fixed slapd authid-rewrite parsing (ITS#6392)
        Fixed slapd checks of str2filter (ITS#6391)
        Fixed slapd configArgs initialization (ITS#6363)
        Fixed slapd debug handling of LDAP_DEBUG_ANY (ITS#6324)
diff -r f5224df4de57 -r 072162842d71 external/bsd/openldap/dist/COPYRIGHT
--- a/external/bsd/openldap/dist/COPYRIGHT      Thu Aug 08 11:41:16 2019 +0000
+++ b/external/bsd/openldap/dist/COPYRIGHT      Thu Aug 08 13:31:00 2019 +0000
@@ -1,4 +1,4 @@
-Copyright 1998-2017 The OpenLDAP Foundation
+Copyright 1998-2019 The OpenLDAP Foundation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -r f5224df4de57 -r 072162842d71 external/bsd/openldap/dist/INSTALL
--- a/external/bsd/openldap/dist/INSTALL        Thu Aug 08 11:41:16 2019 +0000
+++ b/external/bsd/openldap/dist/INSTALL        Thu Aug 08 13:31:00 2019 +0000
@@ -107,7 +107,7 @@
 
 This work is part of OpenLDAP Software <http://www.openldap.org/>.
 
-Copyright 1998-2017 The OpenLDAP Foundation.
+Copyright 1998-2019 The OpenLDAP Foundation.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -r f5224df4de57 -r 072162842d71 external/bsd/openldap/dist/Makefile.in
--- a/external/bsd/openldap/dist/Makefile.in    Thu Aug 08 11:41:16 2019 +0000
+++ b/external/bsd/openldap/dist/Makefile.in    Thu Aug 08 13:31:00 2019 +0000
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2017 The OpenLDAP Foundation.
+## Copyright 1998-2019 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
diff -r f5224df4de57 -r 072162842d71 external/bsd/openldap/dist/README
--- a/external/bsd/openldap/dist/README Thu Aug 08 11:41:16 2019 +0000
+++ b/external/bsd/openldap/dist/README Thu Aug 08 13:31:00 2019 +0000
@@ -29,7 +29,7 @@
 
 MAKING AND INSTALLING THE DISTRIBUTION
     Please see the INSTALL file for basic instructions.  More
-    detailed instructions can be found in the OpenLDAP Admnistrator's
+    detailed instructions can be found in the OpenLDAP Administrator's
     Guide (see DOCUMENTATION section).
 
 
@@ -78,7 +78,7 @@
 
 This work is part of OpenLDAP Software <http://www.openldap.org/>.
 
-Copyright 1998-2017 The OpenLDAP Foundation.
+Copyright 1998-2019 The OpenLDAP Foundation.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -r f5224df4de57 -r 072162842d71 external/bsd/openldap/dist/build/dir.mk
--- a/external/bsd/openldap/dist/build/dir.mk   Thu Aug 08 11:41:16 2019 +0000
+++ b/external/bsd/openldap/dist/build/dir.mk   Thu Aug 08 13:31:00 2019 +0000
@@ -1,7 +1,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2017 The OpenLDAP Foundation.
+## Copyright 1998-2019 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
diff -r f5224df4de57 -r 072162842d71 external/bsd/openldap/dist/build/info.mk
--- a/external/bsd/openldap/dist/build/info.mk  Thu Aug 08 11:41:16 2019 +0000
+++ b/external/bsd/openldap/dist/build/info.mk  Thu Aug 08 13:31:00 2019 +0000
@@ -1,7 +1,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2017 The OpenLDAP Foundation.
+## Copyright 1998-2019 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
diff -r f5224df4de57 -r 072162842d71 external/bsd/openldap/dist/build/lib-shared.mk
--- a/external/bsd/openldap/dist/build/lib-shared.mk    Thu Aug 08 11:41:16 2019 +0000
+++ b/external/bsd/openldap/dist/build/lib-shared.mk    Thu Aug 08 13:31:00 2019 +0000
@@ -1,7 +1,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2017 The OpenLDAP Foundation.
+## Copyright 1998-2019 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
diff -r f5224df4de57 -r 072162842d71 external/bsd/openldap/dist/build/lib-static.mk
--- a/external/bsd/openldap/dist/build/lib-static.mk    Thu Aug 08 11:41:16 2019 +0000
+++ b/external/bsd/openldap/dist/build/lib-static.mk    Thu Aug 08 13:31:00 2019 +0000
@@ -1,7 +1,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2017 The OpenLDAP Foundation.
+## Copyright 1998-2019 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
diff -r f5224df4de57 -r 072162842d71 external/bsd/openldap/dist/build/lib.mk
--- a/external/bsd/openldap/dist/build/lib.mk   Thu Aug 08 11:41:16 2019 +0000
+++ b/external/bsd/openldap/dist/build/lib.mk   Thu Aug 08 13:31:00 2019 +0000
@@ -1,7 +1,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2017 The OpenLDAP Foundation.
+## Copyright 1998-2019 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
diff -r f5224df4de57 -r 072162842d71 external/bsd/openldap/dist/build/ltmain.sh
--- a/external/bsd/openldap/dist/build/ltmain.sh        Thu Aug 08 11:41:16 2019 +0000
+++ b/external/bsd/openldap/dist/build/ltmain.sh        Thu Aug 08 13:31:00 2019 +0000
@@ -28,7 +28,7 @@



Home | Main Index | Thread Index | Old Index