Lines Matching refs:reply

609 		reply(530, "System not available.");  in main()
635 reply(220, "%s FTP server (%s) ready.", hostname, version); in main()
637 reply(220, "FTP server ready."); in main()
933 reply(421, "Ran out of memory."); in sgetsave()
998 reply(530, "Can't change user from guest login."); in user()
1001 reply(530, "Can't change user from chroot user."); in user()
1016 reply(530, "User %s access denied.", name); in user()
1019 reply(530, "User %s access denied.", name); in user()
1023 reply(331, in user()
1026 reply(530, "User %s unknown.", name); in user()
1033 reply(530, "Sorry, only anonymous ftp allowed."); in user()
1049 reply(530, "User %s access denied.", name); in user()
1061 reply(331, "Password required for %s.", name); in user()
1215 struct pam_response *reply; in auth_conv() local
1217 reply = calloc(num_msg, sizeof *reply); in auth_conv()
1218 if (reply == NULL) in auth_conv()
1224 reply[i].resp_retcode = PAM_SUCCESS; in auth_conv()
1225 reply[i].resp = COPY_STRING(cred->uname); in auth_conv()
1229 reply[i].resp_retcode = PAM_SUCCESS; in auth_conv()
1230 reply[i].resp = COPY_STRING(cred->pass); in auth_conv()
1235 reply[i].resp_retcode = PAM_SUCCESS; in auth_conv()
1236 reply[i].resp = NULL; in auth_conv()
1239 free(reply); in auth_conv()
1244 *resp = reply; in auth_conv()
1364 reply(503, "Login with USER first."); in pass()
1392 reply(530, "Login incorrect."); in pass()
1416 reply(550, "Can't set gid."); in pass()
1434 reply(530, "Permission denied."); in pass()
1439 reply(530, "Login not available right now."); in pass()
1474 reply(530, "Login not available right now."); in pass()
1543 reply(550, "Can't change root."); in pass()
1560 reply(550, "Can't set uid."); in pass()
1573 reply(550, "Root is inaccessible."); in pass()
1607 reply(230, "Guest login ok, access restrictions apply."); in pass()
1625 reply(230, "User %s logged in, " in pass()
1628 reply(230, "User %s logged in.", pw->pw_name); in pass()
1700 reply(550, "%s: not a plain file.", name); in retrieve()
1758 reply(550, "Appending to existing file denied."); in store()
1767 reply(550, "Modifying existing file denied."); in store()
1821 reply(226, "Transfer complete (unique file name:%s).", in store()
1824 reply(226, "Transfer complete."); in store()
1956 reply(150, "Opening %s mode data connection for '%s'%s.", in dataconn()
1960 reply(425, "Can't open data connection."); in dataconn()
1966 reply(125, "Using existing data connection for '%s'%s.", in dataconn()
1987 reply(425, "Can't create data socket (%s,%s): %s.", in dataconn()
2007 reply(425, "Can't build data connection: %s.", in dataconn()
2011 reply(150, "Opening %s mode data connection for '%s'%s.", in dataconn()
2095 reply(226, "Transfer complete."); in send_data()
2144 reply(226, "%s", msg); in send_data()
2151 reply(451, "Ran out of memory."); in send_data()
2185 reply(226, "Transfer complete."); in send_data()
2189 reply(550, "Unimplemented TYPE %d in send_data.", type); in send_data()
2252 reply(553, "TYPE E not implemented."); in receive_data()
2314 reply(550, "Unimplemented TYPE %d in receive_data.", type); in receive_data()
2374 reply(code, "End of status."); in statfilecmd()
2509 reply(211, "End of status."); in statcmd()
2516 reply(451, "Error in server: %s", s); in fatalerror()
2517 reply(221, "Closing connection due to server error."); in fatalerror()
2523 reply(int n, const char *fmt, ...) in reply() function
2564 reply(250, "%s command successful.", s); in ack()
2571 reply(502, "%s command not implemented.", s); in nack()
2582 reply(500, "%s: command not understood.", cbuf); in yyerror()
2603 reply(550, "Operation not permitted."); in delete()
2631 reply(550, "Operation not permitted."); in makedir()
2637 reply(257, "\"%s\" directory created.", s); in makedir()
2663 reply(257, "\"%s\" is current directory.", s); in pwd()
2674 reply(550, "Operation not permitted."); in renamefrom()
2681 reply(350, "File exists, ready for destination name."); in renamefrom()
2693 reply(550, "%s: permission denied.", to); in renamecmd()
2820 reply(221, "You could at least say goodbye."); in myoob()
2829 reply(426, "Transfer aborted. Data connection closed."); in myoob()
2830 reply(226, "Abort successful."); in myoob()
2836 reply(213, "Status: %jd of %jd bytes transferred.", in myoob()
2839 reply(213, "Status: %jd bytes transferred.", in myoob()
2917 reply(227, "Entering Passive Mode (%d,%d,%d,%d,%d,%d)", UC(a[0]), in passive()
2963 reply(522, "Network protocol mismatch, " in long_passive()
2966 reply(501, "Network protocol mismatch."); /*XXX*/ in long_passive()
3026 reply(228, in long_passive()
3037 reply(228, in long_passive()
3051 reply(229, "Entering Extended Passive Mode (|||%d|)", in long_passive()
3098 reply(553, "Pathname too long."); in guniquefd()
3127 reply(452, "Unique file name cannot be created."); in guniquefd()
3138 reply(code, "%s: %s.", string, strerror(errno)); in perror_reply()
3166 reply(550, "No matching files found."); in send_file_list()
3263 reply(550, "No files found."); in send_file_list()
3267 reply(226, "Transfer complete."); in send_file_list()