From d866ac96b14cef65c5d116f5ec4b047025c3be98 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 19 Feb 2002 00:06:39 +0000 Subject: escape commas in the dn, since they're used by ldap to specify the node's 2002-02-18 Chris Toshok * backend/pas/pas-backend-ldap.c (create_dn_from_ecard): escape commas in the dn, since they're used by ldap to specify the node's placement in the tree. (fixes bug 20089) (rfc2254_escape): just use sprintf and %02X instead. svn path=/trunk/; revision=15756 --- addressbook/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 4bfaccc9ee..9bb07ebb63 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2002-02-18 Chris Toshok + + * backend/pas/pas-backend-ldap.c (create_dn_from_ecard): escape + commas in the dn, since they're used by ldap to specify the node's + placement in the tree. (fixes bug 20089) + (rfc2254_escape): just use sprintf and %02X instead. + 2002-02-13 Christopher James Lahey * gui/component/select-names/e-select-names.c (set_book): Keep a -- cgit v1.2.3