]> git.ipfire.org Git - thirdparty/squid.git/commit
Use safe functions in basic auth MSNT helper
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 8 Sep 2008 13:30:02 +0000 (01:30 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 8 Sep 2008 13:30:02 +0000 (01:30 +1200)
commita1c317d0c87423f63c00809d17f44b22750cf05e
treea3bd1356e69d3bfbdf523deaa8a99046f538f529
parentb2766f8f78829015451a78d1074898ef97412cc6
Use safe functions in basic auth MSNT helper

Advanced testing reveals that the helper does not use the
string-safe functions Squid should be using.

This patch corrects that and a bit of formatting fluff.
helpers/basic_auth/MSNT/session.c