summaryrefslogtreecommitdiff
path: root/encoding/apr_escape.c
Commit message (Expand)AuthorAgeFilesLines
* Add the apr_encode_* API that implements RFC4648 and RFC7515Graham Leggett2018-06-251-44/+4
* * Correctly calculate the size of the returned string and set the correctRuediger Pluem2014-11-271-0/+2
* Split the ability to filter LDAP escape sequences into DN escaping or filterGraham Leggett2014-04-211-6/+9
* Add apr_escape_ldap() and apr_pescape_ldap(), escaping charactersGraham Leggett2014-04-211-0/+68
* replace EBCDIC-only remnants of httpd / dependency on apr_xlate that made itEric Covener2013-12-211-7/+38
* Remove non-portable escaping of the escape character in apr_escape_echo(). En...Graham Leggett2013-10-091-6/+0
* Add the apr_escape interface.Graham Leggett2013-06-041-0/+1156