]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 2 Feb 2010 11:19:36 +0000 (12:19 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 2 Feb 2010 11:19:36 +0000 (12:19 +0100)
messages.

lisp/ChangeLog
lisp/net/ange-ftp.el

index b3de5b8baed539b5958e7c2578b8a65fc129c68b..2f9b85103509b6a696c44c1b7257e74f1c51ac50 100644 (file)
@@ -1,3 +1,8 @@
+2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
+       messages.
+
 2010-02-01  Juri Linkov  <juri@jurta.org>
 
        * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
index 98a3f55759562a9826e08d113aad47d34dd0a38b..d443532ce2a220701acf6cf2afd19aaeec02b858 100644 (file)
@@ -720,7 +720,7 @@ parenthesized expressions in REGEXP for the components (in that order)."
          "^Connected \\|^$\\|^Remote system\\|^Using\\|^ \\|Password:\\|"
          "^Data connection \\|"
          "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|"
-          "^500 .*AUTH \\(KERBEROS\\|GSSAPI\\)\\|^KERBEROS\\|"
+          "^500 .*AUTH\\|^KERBEROS\\|"
          "^530 Please login with USER and PASS\\|" ; non kerberised vsFTPd
          "^534 Kerberos Authentication not enabled\\|"
          "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT")