lib/util Add rfc1738 escape/unescape code from Squid
authorAndrew Bartlett <abartlet@samba.org>
Thu, 29 Oct 2009 06:09:49 +0000 (17:09 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 2 Nov 2009 05:36:52 +0000 (16:36 +1100)
commit87195f55de771546ea74c0ab06d882f900588099
tree4238c8296371f8816e85ff2a27b2b75bd0f8400b
parent609b831462d95bcb24b93453d62481d11e0ff53b
lib/util Add rfc1738 escape/unescape code from Squid

This is intended to replace our rfc1738_unescape(), and give us an
rfc1738_escape implementation (and hopefully is better tested and more
secure).

Andrew Bartlett
lib/util/rfc1738.c [new file with mode: 0644]