Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/util Fix comments in rfc1738.c. | Andrew Bartlett | 2009-11-04 | 1 | -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 Bartlett | 2009-11-02 | 1 | -29/+45 |
| | | | | Andrew Bartlett | ||||
* | lib/util Add rfc1738 escape/unescape code from Squid | Andrew Bartlett | 2009-11-02 | 1 | -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 |