2024-01-31 19:17:22 by Adam Ciarcinski | Files touched by this commit (15) | |
Log message:
openldap* lmdb: updated to 2.6.7
OpenLDAP 2.6.7 Release (2024/01/29)
Added slapo-dynlist option to disable filter support
Fixed liblber missing newline on long msg
Fixed libldap exit handling with OpenSSL3
Fixed libldap with TLS and multiple ldap URIs
Fixed libldap OpenSSL cipher suite handling
Fixed libldap OpenSSL 3.0 and Diffie-Hellman param files
Fixed libldap timestamps on Windows
Fixed lloadd to work when resolv.conf is missing
Fixed lloadd handling of closing connection
Fixed lloadd tiers to be correctly linked on startup
Fixed slapd to honour disclose in matchedDN handling
Fixed slapd handling of regex testing in ACLs
Fixed slapd sync replication with glued database
Fixed slapd local logging on Windows
Fixed slapd-asyncmeta when remote suffix is empty
Fixed slapo-dynlist so it can't be global
Build
Fixed lloadd type mismatches
Fixed builds for Windows
Fixed build with clang16
Documentation
Fixed slapo-homedir(5) attribute name for olcHomedirArchivePath
Minor Cleanup
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2021-12-01 13:13:54 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
openldap: updated to 2.6.0
OpenLDAP 2.6.0
Initial release for "general use"
|
2021-06-14 11:04:23 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message:
openldap: updated to 2.4.59
OpenLDAP 2.4.59 Release (2021/06/03)
Fixed libldap TLSv1.3 cipher suites with OpenSSL 1.1.1
Fixed libldap double free of LDAP_OPT_DEFBASE
Fixed slapd syncrepl handling of add+delete on single value attr
Fixed slapd-mdb cursor init check
Fixed slapd-mdb deletion of context entry
Fixed slapd-mdb off-by-one affecting search scope
Fixed slapo-pcache locking during expiration
Contrib
Fixed slapo-autogroup to not thrash thread context
Documentation
ldap_modify(3) - Delete non-existent mod_next parameter
|
2020-08-12 10:31:13 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message:
openldap: updated to 2.4.51
OpenLDAP 2.4.51 Engineering
Fixed libldap retry loop in ldap_int_tls_connect
|
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-08-03 08:46:52 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message:
openldap: updated to 2.4.48
OpenLDAP 2.4.48
Added libldap OpenSSL Elliptic Curve support
Added libldap Expose OpenLDAP specific interfaces via openldap.h
Added slapd-monitor support for slapd-mdb
Fixed liblber leaks
Fixed liblber with partial flush
Fixed libldap ASYNC TLS so it works
Fixed libldap ASYNC connections with Solaris 10
Fixed libldap with SASL_NOCANON=on and ldapi connections
Fixed libldap to be able to unset syncrepl TLS options
Fixed libldap race condition in ldap_int_initialize
Fixed libldap return code in ldap_create_assertion_control_value
Fixed libldap to correctly disable IPv6 when configured to do so
Fixed libldap to correctly close TLS connection
Fixed libldap_r handling of deprecated OpenSSL function
Fixed liblunicode case correspondance
Fixed slapd with an idletimeout of less than four seconds
Fixed slapd config parser variable for Windows64
Fixed slapd syncrepl fallback handling with delta-syncrepl
Fixed slapd telephoneNumberNormalize, cert DN validation
Fixed slapd syncrepl for relax with delta-syncrepl
Fixed slapd to restrict rootDN proxyauthz to its own databases
Fixed slapd to initialize SASL SSF per connection
Fixed slapo-accesslog with SLAP_MOD_SOFT modifications
Fixed slapd-ldap starttls connections timeout behavior
Fixed slapd-ldap segfault when entry result doesn't match filter
Fixed slapd-meta conversion from slapd.conf to cn=config
Fixed slapd-meta assertion when network interface goes down
Fixed slapd-mdb fix bitshift integer overflow
Fixed slapd-mdb index cleanup with cn=config
Fixed slapd-mdb to improve performance with alias deref
Fixed slapo-accesslog possible assert with exops
Fixed slapo-chain to correctly reject multiple chaining URIs
Fixed slapo-chain conversion from slapd.conf to cn=config
Fixed slapo-memberof conversion from slapd.conf to cn=config
Fixed slapo-memberof for group name change to itself
Fixed slapo-ppolicy behavior when pwdInHistory is changed
Fixed slapo-rwm to not free original filter
Fixed slapo-syncprov contextCSN generation
Build Environment
Fixed slapd to only link to BDB libraries with static build
Fixed libldap implicit declaration with LDAP_CONNECTIONLESS
Fixed libldap double inclusion of limits.h in cyrus.c
Documentation
General - Fixed minor typos
admin24 - Miscellaneous updates promoting mdb and fixing examples
slapd.access(5) - Note MDB is the primary backend
slapd.backends(5) - Note MDB is the recommended backend
slapd-ldap(5) - Document starttls parameter
Contrib
Added slapo-lastbind capability to forward authTimestamp updates
|
2019-05-02 12:59:13 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
openldap-client: Fix FD_SETSIZE on SunOS 64-bit.
The OS default is 64k but OpenLDAP sets a hardcoded limit of 4k. Bump
PKGREVISION.
|
2018-12-20 18:54:09 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message:
openldap: updated to 2.4.47
OpenLDAP 2.4.47:
Added slapd-sock DN qualifier for subtrees to be processed
Added slapd-sock ability to send extended operations to external listeners
Fixed liblber to avoid incremental access to user-supplied bv in dupbv
Fixed libldap dn to domain parsing with bad input
Fixed slapd slapcat to correctly honor -g option
Fixed slapd to correctly handle NO_SUCH_OBJECT with dynamic groups
Fixed slapd to check status of rdnNormalize
Fixed slapd cn=config when modifying slapo-syncprov config
Fixed slapd sasl authz-policy "all" behavior
Fixed slapd sasl minor typo
Fixed slapd to correctly hide hidden DBs in the rootDSE
Fixed slapd domainScope control to match Microsoft specification
Fixed slapd-bdb/hdb/mdb to not convert certain IDLs to ranges
Fixed slapo-accesslog deadlock during cleanup
Fixed slapo-memberof cn=config modifications
Fixed slapo-ppolicy with multimaster replication
Fixed slapo-syncprov with NULL modlist
Build Environment
Added slapd reproducible build support
Fixed missing includes with OpenSSL 1.0.2
Contrib
Fixed slapo-pbkdf2 hash generation
Documentation
admin24 fixed minor typo
|