A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 5371d9f2901ef23863bbe6286c9f758937043705 (commit) via c5b73dd85b9746491d23d1bb92fae3017e0cba8f (commit) via a25046535cc4f57f53b0e6952ab478593b886be6 (commit) from 311bc0052cc294d363333de87bebeb9dd15e3ee3 (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 5371d9f2901ef23863bbe6286c9f758937043705 Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Oct 19 14:59:24 2017 -0700
ITS#8719, ITS#8605, ITS#6300 -- Regenerate configure
commit c5b73dd85b9746491d23d1bb92fae3017e0cba8f Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Sep 19 21:48:24 2017 +0000
ITS#6300 -- Update for multi-listener support
commit a25046535cc4f57f53b0e6952ab478593b886be6 Author: Bryan Duncan bduncan@apple.com Date: Mon Nov 14 11:34:12 2011 -0800
ITS #6300: Added support for using kqueue in slapd (for systems that support kqueue(2).
Patch obtained from: http://public.me.com/bryan.duncan/bryan-duncan.kqueue.090922.patch
# This patch file is derived from OpenLDAP Software. All of the # modifications to OpenLDAP Software represented in the following # patch(es) were developed by Apple. I, Bryan Duncan, am authorized by # Apple, my employer, to release this work under the following terms. # # Copyright 2009 Apple Inc. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted only as authorized by the OpenLDAP # Public License. # # A copy of this license is available in file LICENSE in the # top-level directory of the distribution or, alternatively, at # http://www.OpenLDAP.org/license.html. #
-----------------------------------------------------------------------
Summary of changes: configure | 98 +++++++++++++++++- configure.in | 12 +++ include/portable.hin | 6 ++ servers/slapd/daemon.c | 264 +++++++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 368 insertions(+), 12 deletions(-)