hallvard@OpenLDAP.org wrote:
Update of /repo/OpenLDAP/pkg/ldap/include
Modified Files: ldap_pvt.h 1.110 -> 1.111
Log Message: Fix previous commit: move struct lutil_tm declaration out of prototype scope
That's fine, but this tends to imply that the lutil_tm stuff needs to move into libldap as well. Of course, there's a lot of useful stuff in liblutil that would make life easier if it was included in libldap, or otherwise available on an installed image...
Log Message: Fix previous commit: move struct lutil_tm declaration out of prototype scope
That's fine, but this tends to imply that the lutil_tm stuff needs to move into libldap as well. Of course, there's a lot of useful stuff in liblutil that would make life easier if it was included in libldap, or otherwise available on an installed image...
Or, we need to have liblutil provide some initialization mechanism, which sounds like an overkill.
p.
Howard Chu writes:
That's fine, but this tends to imply that the lutil_tm stuff needs to move into libldap as well.
libldap already uses liblutil: ldap_sync.c: lutil_uuidstr_from_normalized(). ac/string.h: #define memcmp lutil_memcmp, #define memrchr lutil_memrchr.
Of course, there's a lot of useful stuff in liblutil that would make life easier if it was included in libldap, or otherwise available on an installed image...
Yup. I have preferred to see most of it and librewrite move into liblber, libldap(_r) or slapd.