diff options
author | Chris Toshok <toshok@ximian.com> | 2001-02-06 11:01:41 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-02-06 11:01:41 +0800 |
commit | 4e239b49aec1a2f11b2bbc3af383f3ef78706de3 (patch) | |
tree | 8a8ca374eb97006d6a5480f324cce23f00e03bb4 /addressbook/ChangeLog | |
parent | b8af62e80361d12c4ecc9279817be30df2ebf538 (diff) | |
download | gsoc2013-evolution-4e239b49aec1a2f11b2bbc3af383f3ef78706de3.tar gsoc2013-evolution-4e239b49aec1a2f11b2bbc3af383f3ef78706de3.tar.gz gsoc2013-evolution-4e239b49aec1a2f11b2bbc3af383f3ef78706de3.tar.bz2 gsoc2013-evolution-4e239b49aec1a2f11b2bbc3af383f3ef78706de3.tar.lz gsoc2013-evolution-4e239b49aec1a2f11b2bbc3af383f3ef78706de3.tar.xz gsoc2013-evolution-4e239b49aec1a2f11b2bbc3af383f3ef78706de3.tar.zst gsoc2013-evolution-4e239b49aec1a2f11b2bbc3af383f3ef78706de3.zip |
switch to ldap_modify_ext_s if OPENLDAP2, as ldap_modify_s is deprecated.
2001-02-05 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (modify_card_handler): switch to
ldap_modify_ext_s if OPENLDAP2, as ldap_modify_s is deprecated.
(build_mods_from_ecards): don't include the mod if the value is ""
- this isn't valid on schema checking ldap servers.
(homephone_populate): new function.
(homephone_ber): new function.
(homephone_compare): new function.
(create_card_handler): add spew when adding cards so I can see
what's going on.
svn path=/trunk/; revision=8009
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7c16d1c666..74247c578b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2001-02-05 Chris Toshok <toshok@ximian.com> + + * backend/pas/pas-backend-ldap.c (modify_card_handler): switch to + ldap_modify_ext_s if OPENLDAP2, as ldap_modify_s is deprecated. + (build_mods_from_ecards): don't include the mod if the value is "" + - this isn't valid on schema checking ldap servers. + (homephone_populate): new function. + (homephone_ber): new function. + (homephone_compare): new function. + (create_card_handler): add spew when adding cards so I can see + what's going on. + 2001-02-05 Christopher James Lahey <clahey@helixcode.com> * gui/component/addressbook-config.c (table_add_elem): Save the |