Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-04 | lib/util Fix comments in rfc1738.c. | Andrew Bartlett | 1 | -3/+3 | |
The Samba version does not use static buffers Andrew Bartlett | |||||
2009-11-02 | lib/util Use rfc1738.c from Squid for all our URL encode/decode needs. | Andrew Bartlett | 1 | -29/+45 | |
Andrew Bartlett | |||||
2009-11-02 | lib/util Add rfc1738 escape/unescape code from Squid | Andrew Bartlett | 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 |