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.
|
2022-05-05 13:16:39 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
openldap: updated to 2.6.2
OpenLDAP 2.6.2
Added libldap support for OpenSSL 3.0
Added slapd support for OpenSSL 3.0
Fixed ldapdelete to prune LDAP subentries
Fixed libldap to drop connection when non-LDAP data is received
Fixed libldap to allow newlines at end of included file
Fixed slapd slaptest conversion of olcLastBind
Fixed slapd to correctly init global_host earlier
Fixed slapd bconfig locking for cn=config replication
Fixed slapd usage of thread local counters
Fixed slapd to clear runqueue task correctly
Fixed slapd idletimeout handling
Fixed slapd syncrepl handling of new sessions
Fixed slapd to clear connections on bind
Fixed slapd to correctly advance connections index
Fixed slapd syncrepl ODSEE replication of unknown attr
Fixed slapd-asyncmeta memory leak in keepalive setting
Fixed slapd-ldap memory leak in keepalive setting
Fixed slapd-meta SEGV on config rewrite
Fixed slapd-meta ordering on config rewrite
Fixed slapd-meta memory leak in keepalive setting
Fixed slapd-monitor SEGV on shutdown
Fixed slapd-monitor crash when hitting sizelimit
Fixed slapd-sql to properly escape filter value
Added slapo-autoca support for OpenSSL 3.0
Added slapo-otp support for OpenSSL 3.0
Fixed slapo-dynlist dynamic group regression
Fixed slapo-pcache SEGV on shutdown
Fixed slapo-ppolicy operation handling to be consistent
Fixed slapo-translucent to correctly duplicate substring filters
Build Environment
Add ability to override default compile time paths
Fix compiliation with certain versions of gcc
Fix compilation with openssl exclusions
Fix warnings from make jobserver
Contrib
Update ppm module to the 2.1 release
Documentation
admin26 Document new lloadd features
Fixed slapd.conf(5)/slapd-config(5) syncrepl sizelimit/timelimit documentation
Fixed slapd-sock(5) to clarify "sockresps result" behavior
|
2022-01-20 21:10:03 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
openldap: updated to 2.6.1
OpenLDAP 2.6.1 Release (2022/01/20)
Fixed libldap to init client socket port
Fixed libldap with referrals
Added slapd config keyword for logfile format
Fixed slapd to allow objectClass edits with no net change
Fixed slapd configtable population
Fixed slapd to only set loglevel in server mode
Fixed slapd logfile-rotate use of uninitialized variable
Fixed slapd passwd scheme handling with slapd.conf
Fixed slapd postread support for modrdn
Fixed slapd syncrepl recreation of deleted entries
Fixed slapd syncrepl replication with ODSEE
Fixed slapd syncrepl to properly replicate glue entries
Fixed slapd syncrepl to reject REFRESH for precise resync
Fixed slapd syncrepl to avoid busy loop during refresh
Fixed slapd syncrepl when X-ORDERED is specified
Fixed slapd syncrepl to better handle out of order delete ops
Fixed slapd syncrepl to correctly close connections when config is deleted
Fixed slapd-mdb to update indices correctly on replace ops
Fixed slapd-wt to set correct flags
Fixed slapo-accesslog to fix assertion due to deprecated code
Fixed slapo-accesslog to fix inconsistently normalized minCSN
Fixed slapo-accesslog delete handling of multi-valued config attrs
Fixed slapo-autogroup to maintain values in insertion order
Fixed slapo-constraint to maintain values in insertion order
Fixed slapo-dyngroup to maintain values in insertion order
Fixed slapo-dynlist compare operation for static groups
Fixed slapo-dynlist static group filter with multiple members
Fixed slapo-ppolicy when not built modularly
Fixed slapo-refint to maintain values in insertion order
Fixed slapo-retcode to honor requested insert position
Fixed slapo-sock cn=config support
Fixed slapo-syncprov memory leak
Fixed slapo-syncprov to generate a more accurate accesslog query
Fixed slapo-syncprov to allow empty DB to host persistent syncrepl connections
Fixed slapo-syncprov to consider all deletes for sycnInfo messages
Fixed slapo-translucent to warn on invalid config
Fixed slapo-unique to warn on invalid config
Fixed slapo-valsort to maintain values in insertion order
Build Environment
Fix test022 to preserve DELAY search output
Fix slapd-watcher to allow startup when servers are down
Contrib
Fixed slapo-lastbind to work with 2.6 lastbind-precision configuration
Documentation
Fixed slapd.conf(5)/slapd-config(5) documentation on lastbind-precision
Fixed slapo-accesslog(5) to clarify logoldattr usage
|
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-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
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
|