aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-10-26 12:11:57 +0800
committerChris Toshok <toshok@src.gnome.org>2000-10-26 12:11:57 +0800
commit46f7f0818edcc0c24afb7a3fab41b84b101bfe9c (patch)
treeccad1554dbbebad4e31f882f09db499d1194d696 /addressbook/ChangeLog
parent785e31ee3e454161ebb2e50bc50b727e553161b1 (diff)
downloadgsoc2013-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/ChangeLog13
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):