]> git.ipfire.org Git - thirdparty/squid.git/commit
Polish FTP login error handing
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 9 Oct 2010 11:20:12 +0000 (00:20 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 9 Oct 2010 11:20:12 +0000 (00:20 +1300)
commit493e0ad05594a1ac2d4a448553df2635c173d01d
tree5dbe5cab6468d4f8b0c9126eb5bf554558d6be3c
parent4d15c6431626fe43b8637537d42a8584c5035007
Polish FTP login error handing

Reverts a regression added recently that blocked the challenge events.
Fixes another potential nul-pointer dereference bug.

* 421/426 server overload equate to HTTP overload. But do special such that
  the credentials are asked of the browser on retries.

* 43x and 53x FTP status are all credentials failures of various types.
  Other failures are not credential related.
  This leaves the other non-credential errors as general failures.
src/ftp.cc