Path to this page:
./
databases/openldap,
Lightweight Directory Access Protocol meta-package
Branch: CURRENT,
Version: 2.6.4,
Package name: openldap-2.6.4,
Maintainer: adamOpenLDAP is an open source implementation of the Lightweight Directory Access
Protocol. This package includes:
* slapd - stand-alone LDAP daemon (server)
* libraries implementing the LDAP protocol
* utilities, tools, and sample clients
* administration guide
Required to run:[
databases/openldap-client] [
databases/openldap-server] [
databases/openldap-doc]
Master sites: (Expand)
Filesize: 6326.586 KB
Version history: (Expand)
- (2023-02-15) Updated to version: openldap-2.6.4
- (2022-07-15) Updated to version: openldap-2.6.3
- (2022-05-05) Updated to version: openldap-2.6.2
- (2022-01-20) Updated to version: openldap-2.6.1
- (2021-12-01) Updated to version: openldap-2.6.0
- (2021-10-12) Updated to version: openldap-2.5.8
CVS history: (Expand)
2023-02-15 21:49:48 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
openldap: remove old patch
|
2023-02-15 13:46:46 by Adam Ciarcinski | Files touched by this commit (6) |  |
Log message:
openldap: updated to 2.6.4
OpenLDAP 2.6.4 Release (2023/02/08)
Fixed client tools to remove 'h' and 'p' options
Fixed ldapsearch memory leak with paged results
Fixed libldap ldif_open_urlto check for failure
Fixed libldap ldap_url_parsehosts check for failure
Fixed liblunicode UTF8bvnormalize buffer size
Fixed lloadd memory leaks
Fixed lloadd shutdown code to protect memory correctly
Fixed lloadd race in epoch.c
Fixed lloadd potential deadlock with cn=monitor
Fixed lloadd to keep listener base around when not active
Fixed lloadd object reclamation sequencing
Fixed slapd memory leak with olcAuthIDRewrite
Fixed slapd free of redundant cmdline option
Fixed slapd transactions extended operations cleanup after write
Fixed slapd deadlock with replicated cn=config
Fixed slapd connection close logic
Fixed slapd bconfig locking of cn=config entries
Fixed slapd-mdb max number of index databases to 256
Fixed slapd-mdb to always release entries from ADD operations
Fixed slapd-mdb to fully init empty DN in tool_entry_get
Fixed slapd-monitor memory leaks with lloadd
Fixed slapd-monitor to free remembered cookies
Fixed slapo-accesslog reqStart ordering matching rule
Fixed slapo-deref memory leak
Fixed slapo-dynlist to ignore irrelevant objectClasses
Fixed slapo-dynlist to avoid unnecessary searches
Fixed slapo-dynlist to mark internal searches as such
Fixed slapo-pcache crash in consistency_check
Fixed slapo-remoteauth memory leaks
Fixed slapo-rwm memory leaks
Build Environment
Fixed ancient DOS related ifdef checks
Fixed build process to not use gmake specific features
Fixed source tree to remove symlinks
Fixed slapo-otp testdir creation
Fixed slapd-tester memory leak
Fixed usage of non-standard C syntax
Fixed usage of bashism
Fixed test suite portability
Documentation
Fixed ldap_bind(3) to document ber_bvfree in ldap_sasl_bind
Fixed slapo-asyncmeta(5) to clarify scheduling for target connections
Fixed slapo-dynlist(5) to clarify configuration settings
Fixed slapo-unique(5) to clarify when quoting should be used
Minor cleanup
|
2023-01-25 17:16:56 by Emmanuel Dreyfus | Files touched by this commit (3) |
Log message:
Fix huge performance hit on slapo-dynlist.
From upstream ITS#9929 along with manual tweaks
https://bugs.openldap.org/show_bug.cgi?id=9929
|
2023-01-19 16:08:26 by Emmanuel Dreyfus | Files touched by this commit (2) |
Log message:
Build fix: Detect hdb_generate_key_set_password() signature change
Details about the API change can be found here:
https://github.com/heimdal/heimdal/issues/246
|
2022-07-17 04:34:24 by Tobias Nygren | Files touched by this commit (1) |
Log message:
openldap: fix typo in comment
|
2022-07-15 09:19:59 by Adam Ciarcinski | Files touched by this commit (5) |  |
Log message:
openldap: updated to 2.6.3
OpenLDAP 2.6.3 Release (2022/07/14)
Fixed librewrite declaration of calloc
Fixed libldap to check for NULL ld
Fixed libldap memory leaks
Fixed lloadd to correctly tag Notice of Disconnection
Fixed slapd kqueue support
Fixed slapd delta-sync DN leak on ADD ops
Fixed slapd replication with back-glue
Fixed slapd lastbind replication with chaining
Fixed slapd-ldap to correctly set authzid
Fixed slapd-mdb to check for stale readers on MDB_READERS_FULL
Fixed slapd-mdb indexer task with replicated config
Fixed slapo-accesslog onetime memory leak
Fixed slapo-ppolicy interaction with slapo-rwm
Fixed slapo-rwm to handle escaping special characters
Fixed slapo-syncprov memory leaks
Fixed slapo-syncprov fallback in delta-sync mode
Fixed slapo-unique to not release NULL entry
Build Environment
Added slapd-watcher -c contextDN option
Fixed parallel builds
Fixed test020 to skip back-wt
Fixed slapd-watcher SID handling with single URI
Fixed test043 with workaround
Contrib
Added slapo-emptyds contrib module
Added slapo-ciboolean contrib module
Fixed slapo-autogroup backwards compat
Update ppm module to the 2.2 release
Documentation
Fixed ldap_get_option(3) to clarify ldap_get/set_option restrictions
Fixed slapd-ldap(5),slapd-meta(5) missing bold tag on authz parameter
|
2022-06-23 08:45:44 by Thomas Klausner | Files touched by this commit (1) |
Log message:
openldap: regen distinfo for new patch
|
2022-06-22 15:32:49 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
databases/openldap-server: fix runtime problem of slapd
Apply fix for slapd from upstream (gitlab commit):
ITS#9847 slapd: fix kqueue for FreeBSD/MacOSX/OpenBSD.
Without this fix, slapd dose not reply properly.
Bump PKGREVISION.
|