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
|
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:46:10 by Thomas Klausner | Files touched by this commit (1) |
Log message:
openldap-server: bump PKGREVISION again for distinfo fix
|
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.
|
2021-10-12 11:10:06 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
openldap: updated to 2.5.8
OpenLDAP 2.5.8 Release (2021/10/11)
Fixed libldap ldap_int_tls_connect: isdigit() requires unsigned char
Fixed libldap memory leak in ldap_get_option LDAP_OPT_X_TLS_PEERCERT
Fixed slapd to allow normalized values for namingContexts in cn=monitor
Fixed slapd to normalize the suffix in rootDSE
Fixed slapd slapadd to avoid destroying configDB prematurely
Fixed slapd to not spam logs with lastbind information
Fixed slapd slaptest migration to correctly set olcTSLVerifyClient
Fixed slapd-mdb multival delete handling
Fixed slapd-sql ldap_entry_objectclass table for mariadb/mysql
Fixed slapd-wt multiple issues
Fixed slapd-wt to close cache db correctly
Fixed slapo-ppolicy to restore OpenLDAP 2.4 compatibilty
Fixed slapo-syncprov to free uuid list when finished replaying sessionlog
Build
Fixed libldap result.c compilation on musl systems
Fixed slapd duplicate definition of peerbv
Fixed test suite with memberof modular builds
Contrib
Added man page for ppm contrib module
Fix crash when pwdCheckModuleArg is not defined for ppm
Documentation
Fixed guide download link for heimdal
Fixed guide documentation for TLSECName
Fixed guide documentation missing tags
Fixed guide loadbalancer typo
Fixed guide synprov-nopresent redundant text
Fixed guide various typos and fix config alignment
Removed ppolicy.schema from servers/slapd/schema/README
Fixed slapd.conf(5)/slapd-config(5) to document default for database monitoring
Fixed slapd-meta(5)/slapd-asyncmeta(5) verbiage for try-propagate
Fixed slapo-syncprov(5) to note entryCSN indexing is highly recommended
|
2020-04-29 09:31:53 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
openldap: updated to 2.4.50
OpenLDAP 2.4.50 Engineering
Fixed client benign typos
Fixed libldap type cast
Fixed libldap retry loop in ldap_int_tls_connect
Fixed libldap_r race on Windows mutex initialization
Fixed liblunicode memory leak
Fixed slapd benign typos
Fixed slapd-mdb memory leak in dnSuperiorMatch
Fixed slapo-pcache database initialization
Fixed slapo-ppolicy callback
Build
Fix olcDatabaseDummy initialization for windows
Fix detection for ws2tcpip.h for windows
Fix back-mdb types for windows
Contrib
Update ldapc++ config.guess and config.sub to support newer architectures
Added pw-argon2 module
Documentation
slapd-ldap(5) - Clarify idassert-authzfrom behavior
slapd-meta(5) - Remove client-pr option
slapdinex(8) - Fix truncate option information for back-mdb
|
2020-04-03 12:56:40 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
openldap-server: Enable the dso option by default.
Without this, various openldap modules are useless out of the box. Bump
PKGREVISION.
|
2020-02-10 16:13:07 by Adam Ciarcinski | Files touched by this commit (9) | |
Log message:
openldap: updated to 2.4.49
OpenLDAP 2.4.49:
Added slapd-monitor database entry count for slapd-mdb
Fixed client tools to not add controls on cancel/abandon
Fixed client tools SyncInfo message to be LDIF compliant
Fixed libldap to correctly free sb
Fixed libldap descriptor leak if ldaps fails
Fixed libldap remove unnecessary global mutex for GnuTLS
Fixed slapd syntax evaluation of preferredDeliveryMethod
Fixed slapd to relax domainScope control check
Fixed slapd to have cleaner error handling during connection setup
Fixed slapd data check when processing cancel exop
Fixed slapd attribute description processing
Fixed slapd-ldap to set oldctrls correctly
Fixed slapd-mdb to honor unchecked limit with alias deref
Fixed slapd-mdb missing final commit with slapindex
Fixed slapd-mdb drop attr mappings added in an aborted txn
Fixed slapd-mdb nosync FLAG configuration handling
Fixed slapd-monitor global operation counter reporting
Fixed slapo-ppolicy when used with slapauth
Fixed slapo-ppolicy to add a missed normalised copy of pwdChangedTime
Fixed slapo-syncprov fix sessionlog init
Fixed slapo-unique loop termination
Build Environment
Fix mkdep to honor TMPDIR if set
Remove ICU library detection
Update config.guess and config.sub to support newer architectures
Disable ITS8521 regression test as it is no longer valid
Documentation
admin24 - Fix inconsistent whitespace in replication section
slapd-config(5)/slapd.conf(5) - Fix missing bold tag for keyword
slapd-ldap(5) - Document "tls none" option
slapo-ppolicy(5) - Correctly document pwdGraceAuthnLimit
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|
2019-11-02 16:38:12 by Roland Illig | Files touched by this commit (115) |
Log message:
databases: align variable assignments
pkglint -Wall -F --only aligned -r
No manual corrections.
|