summaryrefslogtreecommitdiffstats
path: root/lib/util/rfc1738.c
Commit message (Collapse)AuthorAgeFilesLines
* lib/util Fix comments in rfc1738.c.Andrew Bartlett2009-11-041-3/+3
| | | | | | The Samba version does not use static buffers Andrew Bartlett
* lib/util Use rfc1738.c from Squid for all our URL encode/decode needs.Andrew Bartlett2009-11-021-29/+45
| | | | Andrew Bartlett
* lib/util Add rfc1738 escape/unescape code from SquidAndrew Bartlett2009-11-021-0/+209
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