Age | Commit message (Collapse) | Author | Files | Lines |
|
OpenLDAP 2.0.27 Release
Build environment
Fix getopt(3) detection
OpenLDAP 2.0.26 Release
Fixed slapd ACL buffer size bug (ITS#1963)
Fixed slapd ACL filters w/substrings bug (ITS#2023, ITS#2027)
Fxied slapd directory string space bug (ITS#2072)
Fixed slurpd reject file handling bugs (ITS#2007, ITS#2009)
Fixed back-ldbm indirect IDL bug (ITS#2039)
Fixed libldap buffer size bugs (ITS#1935, ITS#1936)
Fixed libldap gethostbyname mutex init bug (ITS#2019)
Fixed liblutil passwd bug (ITS#2055)
Fixed sasl large reads and writes (ITS#1983, also ITS#910,ITS#1861)
Updated back-ldbm reindexing - slapindex rebuilds dn2id index
Build environment
Require version 1.5 if Cyrus SASL is present
Remove tempnam checking and replacment implementation
|
|
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
|
|
OpenLDAP 2.0.25 Release
Fixed slapd extended op reqdata crash bug (ITS#1721)
OpenLDAP 2.0.24 Release
Fixed slapd max incoming macro bug (ITS#1828)
Fixed slapd acl group/dnaddr bug (ITS#1607)
Fixed slapd connection management bug (ITS#1655)
Fixed slapd port ntoh / addr init bugs (ITS#1615, ITS#1728)
Fixed slapd PF_lOCAL typo (ITS#1660)
Fixed slapd extended ops with NULL reqdata bug (ITS#1721)
Fixed slapd replog logging without replica (ITS#1335)
Fixed slapd NULL attrval indexing (ITS#1843)
Fixed slurpd tls init bug (ITS#1613)
Fixed back-ldbm dn normalization bug in onelevel searches (ITS#1654)
Fixed back-ldbm modrdn root dn check (ITS#1761)
Fixed back-ldbm idl overrun bug (ITS#1570)
Fixed back-ldbm passwd textlen bug (ITS#1742)
Fixed ber_bvstrdup() empty string bug (ITS#1662)
Fixed ldapsearch filter bug (ITS#1649)
Fixed maildap NULL domain bug (ITS#1022)
Fixed libldap hostless URL bug (ITS#1697)
Fixed liblutil /dev/urandom incomplete reads (ITS#1834)
Fixed libldap_r threadpool free list (ITS#1839)
Fixed libldap_r NT threads cond_broadcast (ITS#1865)
Fixed sasl writes > 64K (ITS#1861)
Fixed sasl session callback corruption (ITS#1799)
Build environment
Removed lint (ITS#1744)
Documentation
Updated release documents
|
|
* Fixed slapd moddn acl bug (ITS#1562) (ITS#1582)
* Fixed slapd acl regex (to dn="") portability bug (ITS#1579)
* Disabled -lldap atexit() handler (ITS#1577)
* Updated config.guess/sub scripts (ITS#1567)
* Fixed a number of typos (ITS#1578)
|
|
building this package _without_ threads support if the threads are non-
native. While the package does build correctly using GNU pth, and the
clients run correctly, the slapd server isn't able to pass "make test".
When built without threads support, only the replication test fails, I
think because slurpd isn't built.
|
|
|
|
Fixed slapd ACL empty replace bug (ITS#1530)
Fixed slapd ACL peername/sockname exact match bug (ITS#1516)
Fixed back-passwd db_config bug
Fixed -lldap cache debug bug (ITS#1501)
Fixed -lldap dnssrv free bug
Fixed -lldap Start TLS first op bug
Fixed slurpd TLS non-critical/critical bug (ITS#1527)
Fixed slurpd SASL password bug (ITS#1528)
Build environment
Fixed repl_user build error (ITS#1503)
Updated BerkeleyDB 4 support
Updated schema files
Updated Windows NT/2000 MSVC5 port
|
|
* Use pthread.buildlink.mk as OpenLDAP now builds correctly with GNU pth for
a pthread implementation. This allows slurpd to be built on all platforms.
* Use tcp_wrapper/buildlink.mk and always enable the use of TCP wrappers.
* Use the general INSTALL scripts to deal with the config files and
directories needed by this package. This now works correctly whether we
build from source or if we install via a binary package.
* Honor PKG_SYSCONFDIR.
|