diff options
author | Chris Toshok <toshok@ximian.com> | 2001-08-08 23:17:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-08-08 23:17:39 +0800 |
commit | 3e061166215db142aa64f1e67dee36bbaa715771 (patch) | |
tree | 6a578d315946158fcfdfb0569eef5c82c3e9f013 /addressbook/ChangeLog | |
parent | 96c6dc75246d83135672536910160a519ed751ef (diff) | |
download | gsoc2013-evolution-3e061166215db142aa64f1e67dee36bbaa715771.tar.gz gsoc2013-evolution-3e061166215db142aa64f1e67dee36bbaa715771.tar.zst gsoc2013-evolution-3e061166215db142aa64f1e67dee36bbaa715771.zip |
escape *, \, (, and ), as per rfc2254. (func_contains): escape the string.
2001-08-08 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (rfc2254_escape): escape *, \, (,
and ), as per rfc2254.
(func_contains): escape the string.
(func_is): same.
(func_beginswith): same.
(func_endswith): same.
svn path=/trunk/; revision=11789
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 3f01449f92..42114f1a0b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2001-08-08 Chris Toshok <toshok@ximian.com> + + * backend/pas/pas-backend-ldap.c (rfc2254_escape): escape *, \, (, + and ), as per rfc2254. + (func_contains): escape the string. + (func_is): same. + (func_beginswith): same. + (func_endswith): same. + 2001-08-08 Nat Friedman <nat@ximian.com> * gui/widgets/e-addressbook-reflow-adapter.c (print_envelope): If 0'd out |