aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-04-12 13:34:59 +0800
committerChris Toshok <toshok@src.gnome.org>2000-04-12 13:34:59 +0800
commitdd437a8dff10d4c9a1ce40d39ce1071ae5867ae3 (patch)
tree4933c8ab8df87cc0e610fd542c03a78378137792 /ChangeLog
parent969fb39532b112c2464dac3052e3650b6a72d1b2 (diff)
downloadgsoc2013-evolution-dd437a8dff10d4c9a1ce40d39ce1071ae5867ae3.tar
gsoc2013-evolution-dd437a8dff10d4c9a1ce40d39ce1071ae5867ae3.tar.gz
gsoc2013-evolution-dd437a8dff10d4c9a1ce40d39ce1071ae5867ae3.tar.bz2
gsoc2013-evolution-dd437a8dff10d4c9a1ce40d39ce1071ae5867ae3.tar.lz
gsoc2013-evolution-dd437a8dff10d4c9a1ce40d39ce1071ae5867ae3.tar.xz
gsoc2013-evolution-dd437a8dff10d4c9a1ce40d39ce1071ae5867ae3.tar.zst
gsoc2013-evolution-dd437a8dff10d4c9a1ce40d39ce1071ae5867ae3.zip
delay the setting of the ldap variable until we've ensured we were
* addressbook/backend/pas/pas-backend-ldap.c (pas_backend_ldap_build_all_cards_list): delay the setting of the ldap variable until we've ensured we were connected. Also, set the search limit to LDAP_MAX_SEARCH_RESPONSES (we'll eventually want a user setting here i assume.) (pas_backend_ldap_search): same here, and also send back lists of CARDS_PER_VIEW_NOTIFICATION length in each pas_book_view_notify_add call. also, don't call ber_free if there was a decoding error, since the ldap library frees it for us. svn path=/trunk/; revision=2406
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 398bb62722..186e701b86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2000-04-12 Chris Toshok <toshok@helixcode.com>
+
+ * addressbook/backend/pas/pas-backend-ldap.c
+ (pas_backend_ldap_build_all_cards_list): delay the setting of the
+ ldap variable until we've ensured we were connected. Also, set
+ the search limit to LDAP_MAX_SEARCH_RESPONSES (we'll eventually
+ want a user setting here i assume.)
+ (pas_backend_ldap_search): same here, and also send back lists of
+ CARDS_PER_VIEW_NOTIFICATION length in each
+ pas_book_view_notify_add call. also, don't call ber_free if there
+ was a decoding error, since the ldap library frees it for us.
+
2000-04-11 Miguel de Icaza <miguel@gnu.org>
* configure.in (have_pthread): Properly use AC_ARG_WITH