A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.

The branch, OPENLDAP_REL_ENG_2_4 has been updated
       via  a2c88a4104aad90bef194f03629fbc5155fd9811 (commit)
       via  409d88c484bd0256a887558991d405ceb359ed75 (commit)
       via  a72cbfbf4741deb0197f0b8207db96748febc27a (commit)
       via  3b067c53fb5992f8c3301a3debd549c4bfe19677 (commit)
       via  89a89e60af5b90e06e7eb5be8f746ef85f0415f0 (commit)
       via  b8e60e4d62d7524aaa088d44ece2ee82702ad5ce (commit)
       via  c1f4ad5324cee4d3f03637be73ea6ab086620c3e (commit)
       via  683c03fbc0f72daf4f763d3fa5acfc2b67e9ffa7 (commit)
       via  7174bee2015176c1fafd24b6215d3d00f9c467d3 (commit)
       via  4d773f16e7e91f27669b4093ba2d6b8c9d3ee663 (commit)
       via  acb2635a1d50a650b8a2b0a03a0bc4d981947509 (commit)
       via  9881b060c315e150b047a0cad263b316f4059ddf (commit)
       via  e8e46deafbb30c1fb310b5bcbef8ba9629db19d7 (commit)
       via  2f13507ec59621117cd155be5d2f55777d231a56 (commit)
       via  d9065342d281996f682bb50be8d10875ffbde4f7 (commit)
      from  7bcbe6a6c9a229ce20ae342c403e41ee007f3e1b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a2c88a4104aad90bef194f03629fbc5155fd9811
Author: Quanah Gibson-Mount <qua...@openldap.org>
Date:   Mon Oct 26 16:13:29 2015 -0500

    ITS#8216

commit 409d88c484bd0256a887558991d405ceb359ed75
Author: Howard Chu <h...@symas.com>
Date:   Mon Oct 26 11:51:32 2015 +0000

    ITS#8216 Windows compat

commit a72cbfbf4741deb0197f0b8207db96748febc27a
Author: Quanah Gibson-Mount <qua...@openldap.org>
Date:   Mon Oct 26 16:11:54 2015 -0500

    ITS#8284

commit 3b067c53fb5992f8c3301a3debd549c4bfe19677
Author: Howard Chu <h...@openldap.org>
Date:   Sun Oct 25 08:19:03 2015 +0000

    ITS#8284 olcRelay needs quotes

commit 89a89e60af5b90e06e7eb5be8f746ef85f0415f0
Author: Quanah Gibson-Mount <qua...@openldap.org>
Date:   Mon Oct 26 16:10:53 2015 -0500

    ITS#8281

commit b8e60e4d62d7524aaa088d44ece2ee82702ad5ce
Author: Howard Chu <h...@openldap.org>
Date:   Sat Oct 24 06:48:41 2015 +0100

    Cleanup
    
    Log the same pointer in queue_csn as graduate_

commit c1f4ad5324cee4d3f03637be73ea6ab086620c3e
Author: Howard Chu <h...@openldap.org>
Date:   Sat Oct 24 06:34:24 2015 +0100

    ITS#8281 more for prev commit

commit 683c03fbc0f72daf4f763d3fa5acfc2b67e9ffa7
Author: Howard Chu <h...@openldap.org>
Date:   Fri Oct 23 20:17:45 2015 +0100

    ITS#8281 fix delta-mmr with interrupted refresh
    
    Prevent spurious contextCSN generation
    and ignore consumers when we have no contextCSN yet.
    But make sure to propagate valid contextCSN updates to
    accesslog/syncprov for delta consumers.

commit 7174bee2015176c1fafd24b6215d3d00f9c467d3
Author: Quanah Gibson-Mount <qua...@openldap.org>
Date:   Mon Oct 26 16:05:32 2015 -0500

    ITS#8280

commit 4d773f16e7e91f27669b4093ba2d6b8c9d3ee663
Author: Howard Chu <h...@openldap.org>
Date:   Wed Oct 21 00:46:01 2015 +0100

    ITS#8280 Fix Windows EOL in test output

commit acb2635a1d50a650b8a2b0a03a0bc4d981947509
Author: Quanah Gibson-Mount <qua...@openldap.org>
Date:   Mon Oct 26 16:04:08 2015 -0500

    ITS#8277

commit 9881b060c315e150b047a0cad263b316f4059ddf
Author: Howard Chu <h...@openldap.org>
Date:   Tue Oct 20 21:27:21 2015 +0100

    ITS#8277 simpler check for syncrepl on config DB
    
    Windows mutexes are recursive so the trylock test will succeed
    even though the mutex is already locked. Just compare be pointers.

commit e8e46deafbb30c1fb310b5bcbef8ba9629db19d7
Author: Quanah Gibson-Mount <qua...@openldap.org>
Date:   Tue Oct 20 11:20:26 2015 -0500

    mdb is the recommended backend to OpenLDAP

commit 2f13507ec59621117cd155be5d2f55777d231a56
Author: Quanah Gibson-Mount <qua...@openldap.org>
Date:   Mon Oct 26 16:02:25 2015 -0500

    ITS#8273

commit d9065342d281996f682bb50be8d10875ffbde4f7
Author: Howard Chu <h...@openldap.org>
Date:   Mon Oct 19 08:52:28 2015 +0100

    ITS#8273 Windows file:// URL fixup

-----------------------------------------------------------------------

Summary of changes:
 CHANGES                            |    8 ++++++
 doc/guide/admin/backends.sdf       |    4 +--
 libraries/libldap/fetch.c          |   17 +++++++++++--
 servers/slapd/back-relay/init.c    |    2 +-
 servers/slapd/ctxcsn.c             |    4 +--
 servers/slapd/overlays/accesslog.c |   49 ++++++++++++++++++++++++++++++------
 servers/slapd/overlays/syncprov.c  |   44 +++++++++++++++++++-------------
 servers/slapd/syncrepl.c           |    2 +-
 tests/progs/ldif-filter.c          |    6 +++++
 tests/progs/slapd-tester.c         |   18 ++++++++-----
 10 files changed, 116 insertions(+), 38 deletions(-)


--- 
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git

Reply via email to