]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
allow 'AUTH' as an unprotected command
authorKen Raeburn <raeburn@mit.edu>
Sat, 13 Dec 2003 02:39:01 +0000 (02:39 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 13 Dec 2003 02:39:01 +0000 (02:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/raeburn-gssapi-cfx@15901 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/gssftp/ftpd/ftpcmd.y

index bb5b7130e9d5c9fbfebc82cfb3837d77ff02c307..db50d5bfbd58a10aad83a37195893897a543ce11 100644 (file)
@@ -1040,6 +1040,7 @@ getline(s, n, iop)
 
            /* Check to see if we have a protected command. */
            if (!((mic = strncmp(s, "ENC", 3)) && strncmp(s, "MIC", 3)
+               && strncmp(s, "AUTH", 4)
 #ifndef NOCONFIDENTIAL
                && strncmp(s, "CONF", 4)
 #endif