CVSROOT:        /cvs/gnome
Module name:    evolution-data-server
Changes by:     tml     05/11/24 22:22:41

Modified files:
        addressbook    : ChangeLog 
        addressbook/backends/ldap: e-book-backend-ldap.c 

Log message:
2005-11-25  Tor Lillqvist  <[EMAIL PROTECTED]>

* backends/ldap/e-book-backend-ldap.c: Use <winldap.h> and
openldap-extract.h on Windows.
(get_ldap_library_info): Use ldap_init() instead of the
non-standard ldap_create().
(get_ldap_library_info, e_book_backend_ldap_connect,
e_book_backend_ldap_set_mode, e_book_backend_ldap_dispose) Use
ldap_unbind() instead of the non-standard
ldap_unbind_ext_s(). Calling ldap_unbind_ext_s() passing NULL for
the sctrls and cctrls parameters is exactly equivalent to calling
ldap_unbind() anyway, see OpenLDAP sources.
(e_book_backend_ldap_connect): No LDAP_OPT_X_TLS in winldap, set
LDAP_OPT_SSL instead.
(e_book_backend_ldap_authenticate_user): Use g_ascii_strncasecmp()
instead of strncasecmp().
(ldap_cancel_op): Use ldap_abandon() instead of the non-standard
ldap_abandon_ext(). Calling ldap_abandon_ext() passing NULL for
sctrls and cctrls is equivalent to calling ldap_abandon().

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=evolution-data-server&who=tml&date=explicit&mindate=2005-11-24%2022:21&maxdate=2005-11-24%2022:23

_______________________________________________
cvs-commits-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to