diff options
author | Chris Toshok <toshok@ximian.com> | 2002-02-19 08:06:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-02-19 08:06:39 +0800 |
commit | d866ac96b14cef65c5d116f5ec4b047025c3be98 (patch) | |
tree | 61e01fa5d6a465e9265df28501de56e27ed821ff /addressbook/ChangeLog | |
parent | 8432a4bc32ef9c15a18c39ca9eacd86a6e51c1b2 (diff) | |
download | gsoc2013-evolution-d866ac96b14cef65c5d116f5ec4b047025c3be98.tar.gz gsoc2013-evolution-d866ac96b14cef65c5d116f5ec4b047025c3be98.tar.zst gsoc2013-evolution-d866ac96b14cef65c5d116f5ec4b047025c3be98.zip |
escape commas in the dn, since they're used by ldap to specify the node's
2002-02-18 Chris Toshok <toshok@ximian.com>
* 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
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 4bfaccc9ee..9bb07ebb63 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2002-02-18 Chris Toshok <toshok@ximian.com> + + * 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 <clahey@ximian.com> * gui/component/select-names/e-select-names.c (set_book): Keep a |