diff options
author | Chris Toshok <toshok@ximian.com> | 2001-01-25 06:45:40 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-01-25 06:45:40 +0800 |
commit | 57f0e85f6ccbe64904414fb6ede859dcc8acdc5b (patch) | |
tree | bdd0ec5d22948c1c798d1e469ce2102f23e964ec /addressbook/ChangeLog | |
parent | 7a45edf2b5dbcd98a4b4ae7f9c36dd2f280f06af (diff) | |
download | gsoc2013-evolution-57f0e85f6ccbe64904414fb6ede859dcc8acdc5b.tar gsoc2013-evolution-57f0e85f6ccbe64904414fb6ede859dcc8acdc5b.tar.gz gsoc2013-evolution-57f0e85f6ccbe64904414fb6ede859dcc8acdc5b.tar.bz2 gsoc2013-evolution-57f0e85f6ccbe64904414fb6ede859dcc8acdc5b.tar.lz gsoc2013-evolution-57f0e85f6ccbe64904414fb6ede859dcc8acdc5b.tar.xz gsoc2013-evolution-57f0e85f6ccbe64904414fb6ede859dcc8acdc5b.tar.zst gsoc2013-evolution-57f0e85f6ccbe64904414fb6ede859dcc8acdc5b.zip |
make sure to add the lengths here (include the \0? anyone?).
2001-01-24 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (email_ber_func): make sure to
add the lengths here (include the \0? anyone?).
(build_mods_from_ecards): if we're filling in mod->mod_bvalues,
set mod_op |= LDAP_MOD_BVALUES.
svn path=/trunk/; revision=7791
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 890e170f19..439eb34874 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2001-01-24 Chris Toshok <toshok@ximian.com> + + * backend/pas/pas-backend-ldap.c (email_ber_func): make sure to + add the lengths here (include the \0? anyone?). + (build_mods_from_ecards): if we're filling in mod->mod_bvalues, + set mod_op |= LDAP_MOD_BVALUES. + 2001-01-23 Jason Leach <jasonleach@usa.net> (Fix #1225: advanced search cancel/close) |