Lines Matching defs:reply

582 	 * for peer's ACK before issuing our next reply.
621 reply(530, "System not available.");
637 /* reply(220,) must follow */
647 reply(220, "%s FTP server (%s) ready.", hostname, version);
649 reply(220, "FTP server ready.");
944 reply(421, "Ran out of memory.");
1021 reply(530, "Can't change user from guest login.");
1024 reply(530, "Can't change user from chroot user.");
1039 reply(530, "User %s access denied.", name);
1042 reply(530, "User %s access denied.", name);
1046 reply(331,
1049 reply(530, "User %s unknown.", name);
1056 reply(530, "Sorry, only anonymous ftp allowed.");
1072 reply(530, "User %s access denied.", name);
1093 reply(331, "Response to %s %s for %s.",
1099 reply(331, "Password required for %s.", name);
1254 struct pam_response *reply;
1256 reply = calloc(num_msg, sizeof *reply);
1257 if (reply == NULL)
1263 reply[i].resp_retcode = PAM_SUCCESS;
1264 reply[i].resp = COPY_STRING(cred->uname);
1268 reply[i].resp_retcode = PAM_SUCCESS;
1269 reply[i].resp = COPY_STRING(cred->pass);
1274 reply[i].resp_retcode = PAM_SUCCESS;
1275 reply[i].resp = NULL;
1278 free(reply);
1283 *resp = reply;
1403 reply(503, "Login with USER first.");
1444 reply(530, "Login incorrect.");
1465 reply(550, "Can't set gid.");
1483 reply(530, "Permission denied.");
1488 reply(530, "Login not available right now.");
1524 reply(530, "Login not available right now.");
1596 reply(550, "Can't change root.");
1615 reply(550, "Can't set uid.");
1628 reply(550, "Root is inaccessible.");
1637 * N.B. reply(230,) must follow the message.
1662 reply(230, "Guest login ok, access restrictions apply.");
1680 reply(230, "User %s logged in, "
1683 reply(230, "User %s logged in.", pw->pw_name);
1755 reply(550, "%s: not a plain file.", name);
1813 reply(550, "Appending to existing file denied.");
1822 reply(550, "Modifying existing file denied.");
1876 reply(226, "Transfer complete (unique file name:%s).",
1879 reply(226, "Transfer complete.");
2011 reply(150, "Opening %s mode data connection for '%s'%s.",
2015 reply(425, "Can't open data connection.");
2021 reply(125, "Using existing data connection for '%s'%s.",
2042 reply(425, "Can't create data socket (%s,%s): %s.",
2062 reply(425, "Can't build data connection: %s.",
2066 reply(150, "Opening %s mode data connection for '%s'%s.",
2150 reply(226, "Transfer complete.");
2200 reply(226, "%s", msg);
2208 reply(451, "Ran out of memory.");
2242 reply(226, "Transfer complete.");
2246 reply(550, "Unimplemented TYPE %d in send_data.", type);
2309 reply(553, "TYPE E not implemented.");
2371 reply(550, "Unimplemented TYPE %d in receive_data.", type);
2431 reply(code, "End of status.");
2566 reply(211, "End of status.");
2573 reply(451, "Error in server: %s", s);
2574 reply(221, "Closing connection due to server error.");
2580 reply(int n, const char *fmt, ...)
2621 reply(250, "%s command successful.", s);
2628 reply(502, "%s command not implemented.", s);
2639 reply(500, "%s: command not understood.", cbuf);
2660 reply(550, "Operation not permitted.");
2688 reply(550, "Operation not permitted.");
2694 reply(257, "\"%s\" directory created.", s);
2720 reply(257, "\"%s\" is current directory.", s);
2731 reply(550, "Operation not permitted.");
2738 reply(350, "File exists, ready for destination name.");
2750 reply(550, "%s: permission denied.", to);
2877 reply(221, "You could at least say goodbye.");
2886 reply(426, "Transfer aborted. Data connection closed.");
2887 reply(226, "Abort successful.");
2893 reply(213, "Status: %jd of %jd bytes transferred.",
2896 reply(213, "Status: %jd bytes transferred.",
2974 reply(227, "Entering Passive Mode (%d,%d,%d,%d,%d,%d)", UC(a[0]),
3020 reply(522, "Network protocol mismatch, "
3023 reply(501, "Network protocol mismatch."); /*XXX*/
3083 reply(228,
3094 reply(228,
3108 reply(229, "Entering Extended Passive Mode (|||%d|)",
3130 * Generates failure reply on error.
3155 reply(553, "Pathname too long.");
3184 reply(452, "Unique file name cannot be created.");
3189 * Format and send reply containing system error number.
3195 reply(code, "%s: %s.", string, strerror(errno));
3223 reply(550, "No matching files found.");
3328 reply(550, "No files found.");
3332 reply(226, "Transfer complete.");