diff options
author | Chris Toshok <toshok@src.gnome.org> | 2000-10-26 12:11:57 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-26 12:11:57 +0800 |
commit | 46f7f0818edcc0c24afb7a3fab41b84b101bfe9c (patch) | |
tree | ccad1554dbbebad4e31f882f09db499d1194d696 /addressbook/ChangeLog | |
parent | 785e31ee3e454161ebb2e50bc50b727e553161b1 (diff) | |
download | gsoc2013-evolution-46f7f0818edcc0c24afb7a3fab41b84b101bfe9c.tar gsoc2013-evolution-46f7f0818edcc0c24afb7a3fab41b84b101bfe9c.tar.gz gsoc2013-evolution-46f7f0818edcc0c24afb7a3fab41b84b101bfe9c.tar.bz2 gsoc2013-evolution-46f7f0818edcc0c24afb7a3fab41b84b101bfe9c.tar.lz gsoc2013-evolution-46f7f0818edcc0c24afb7a3fab41b84b101bfe9c.tar.xz gsoc2013-evolution-46f7f0818edcc0c24afb7a3fab41b84b101bfe9c.tar.zst gsoc2013-evolution-46f7f0818edcc0c24afb7a3fab41b84b101bfe9c.zip |
i2000-10-25 Chris Toshok <toshok@helixcode.com>
* backend/pas/pas-backend-ldap.c (ldap_op_process_current): only
call the handler if the if we're connected, and if we fail to
connect finish the op and post a message.
(pas_backend_ldap_connect): add debug spew if DEBUG is defined.
(modify_card_handler): LDAP_RES_SEARCH_ENTRY => LDAP_SUCCESS.
(modify_card_handler): only perform the ldap_modify_s if we have a
list of modifications.
(get_cursor_handler): use ldap_error_to_response here.
(pas_backend_ldap_load_uri): use LDAP_PORT instead of the constant
389.
svn path=/trunk/; revision=6198
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 903525eaa9..c5c036017c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,16 @@ +2000-10-25 Chris Toshok <toshok@helixcode.com> + + * backend/pas/pas-backend-ldap.c (ldap_op_process_current): only + call the handler if the if we're connected, and if we fail to + connect finish the op and post a message. + (pas_backend_ldap_connect): add debug spew if DEBUG is defined. + (modify_card_handler): LDAP_RES_SEARCH_ENTRY => LDAP_SUCCESS. + (modify_card_handler): only perform the ldap_modify_s if we have a + list of modifications. + (get_cursor_handler): use ldap_error_to_response here. + (pas_backend_ldap_load_uri): use LDAP_PORT instead of the constant + 389. + 2000-10-23 Dan Winship <danw@helixcode.com> * gui/component/select-names/Makefile.am (INCLUDES): |