[dovecot/core] 7e3528: lib-ldap: Support libldap without LDAP_OPT_X_TLS_N...

GitHub noreply at github.com
Mon May 23 12:00:12 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 7e35289ecb2e4f97fd1252cee15f57012a9b11d5
      https://github.com/dovecot/core/commit/7e35289ecb2e4f97fd1252cee15f57012a9b11d5
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-05-23 (Mon, 23 May 2016)

  Changed paths:
    M src/lib-ldap/ldap-connection.c

  Log Message:
  -----------
  lib-ldap: Support libldap without LDAP_OPT_X_TLS_NEWCTX.


  Commit: e181e75d200d0b4c618616c3c2d2d30ceba68292
      https://github.com/dovecot/core/commit/e181e75d200d0b4c618616c3c2d2d30ceba68292
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-05-23 (Mon, 23 May 2016)

  Changed paths:
    M src/lib-ldap/ldap-connection.c

  Log Message:
  -----------
  lib-ldap: Use ldap_unbind_ext() instead of ldap_destroy()

This allows it to compile with older LDAP libraries. Their behavior (at least
in OpenLDAP) is identical as long as LDAP_OPT_CLIENT_CONTROLS haven't been
changed, which we haven't.


Compare: https://github.com/dovecot/core/compare/8c8f6ed0a46d...e181e75d200d


More information about the dovecot-cvs mailing list