https://bugs.openldap.org/show_bug.cgi?id=6567
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|TEST |---
Status|RESOLVED |CONFIRMED
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6567
--- Comment #15 from Ryan Tandy <ryan(a)openldap.org> ---
I think there are some bits that can still be cleaned up:
.gitignore:96:libraries/libldap_r/gssapi.c
^- gssapi.c itself was deleted
include/ldap.h:205:/* OpenLDAP GSSAPI options */
include/ldap.h:206:#define LDAP_OPT_X_GSSAPI_DO_NOT_FREE_CONTEXT 0x6200
include/ldap.h:207:#define LDAP_OPT_X_GSSAPI_ALLOW_REMOTE_PRINCIPAL 0x6201
^- all uses of these have been removed
libraries/libldap/init.c:141:#define MAX_LDAP_ATTR_LEN
sizeof("GSSAPI_ALLOW_REMOTE_PRINCIPAL")
^- previously MAX_LDAP_ATTR_LEN used "TLS_CIPHER_SUITE", probably switch it
back to that (double check nothing else is longer)
(note to self actually, MAX_LDAP_ATTR_LEN is almost certainly relevant for
ITS#8847 too...)
libraries/libldap/init.c:44: LDAP_LDO_GSSAPI_NULLARG
libraries/libldap/init.c:60:#define ATTR_GSSAPI 10
libraries/libldap/ldap-int.h:308:#define LDAP_LDO_GSSAPI_NULLARG
^- I think these are just cruft as well...
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6567
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|IN_PROGRESS |RESOLVED
Keywords|OL_2_5_REQ |
Resolution|--- |TEST
--- Comment #14 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• c6493c45
by Quanah Gibson-Mount at 2020-04-10T18:19:33+00:00
ITS#6567 - Remove non-cyrus-sasl GSSAPI bits
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9208
Bug ID: 9208
Summary: LMDB feature request: variant of mdb_env_copy{,fd2}
that takes transaction as parameter
Product: LMDB
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: liblmdb
Assignee: bugs(a)openldap.org
Reporter: github(a)nicwatson.org
Target Milestone: ---
The mdb_env_copy* functions create a read transaction themselves to run the
backup on. New variants of these functions (one for mdb_env_copy2 and one for
mdb_env_copyfd2) would have a transaction parameter. This transaction would be
used instead of creating a new transaction.
Application code could use these new functions to synchronize consistent live
backups across multiple LMDB instances (potentially across multiple hosts).
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8441
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|OL_2_5_REQ |
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8441
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |TEST
--- Comment #1 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
commit ec2cb12e68923f7b3db60fe20935ca01d4a3932c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri May 3 22:52:59 2019 +0000
ITS#9010 - Delete back-bdb/back-hdb
This commits deletes all references and code for back-bdb and back-hdb.
There is some follow up work still necessary to flush out the admin
guide for back-mdb.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=8441
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|MDB is missing in teh list |MDB is missing in the list
|of possible config for |of possible config for
|proxy-cache in the admin |proxy-cache in the admin
|guide |guide
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=9177
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |TEST
Keywords|OL_2_5_REQ |
Status|IN_PROGRESS |RESOLVED
--- Comment #2 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 1a55a5c6
by Quanah Gibson-Mount at 2020-04-10T17:44:56+00:00
ITS#9177 - Finish updating migration to latest autoconf and related build tools
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6844
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |TEST
--- Comment #4 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 1a55a5c6
by Quanah Gibson-Mount at 2020-04-10T17:44:56+00:00
ITS#9177 - Finish updating migration to latest autoconf and related build tools
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugs.openldap.org/show_bug.cgi?id=6269
Quanah Gibson-Mount <quanah(a)openldap.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |TEST
--- Comment #4 from Quanah Gibson-Mount <quanah(a)openldap.org> ---
Commits:
• 1a55a5c6
by Quanah Gibson-Mount at 2020-04-10T17:44:56+00:00
ITS#9177 - Finish updating migration to latest autoconf and related build tools
--
You are receiving this mail because:
You are on the CC list for the bug.