Lines Matching refs:reply
591 reply(530, "System not available."); in main()
619 reply(220, "%s FTP server (%s) ready.", hostname, version); in main()
621 reply(220, "FTP server ready."); in main()
917 reply(421, "Ran out of memory."); in sgetsave()
979 reply(530, "Can't change user from guest login."); in user()
982 reply(530, "Can't change user from chroot user."); in user()
997 reply(530, "User %s access denied.", name); in user()
1001 reply(331, in user()
1004 reply(530, "User %s unknown.", name); in user()
1011 reply(530, "Sorry, only anonymous ftp allowed."); in user()
1025 reply(530, "User %s access denied.", name); in user()
1038 reply(331, "Password required for %s.", name); in user()
1189 struct pam_response *reply; in auth_conv() local
1191 reply = calloc(num_msg, sizeof *reply); in auth_conv()
1192 if (reply == NULL) in auth_conv()
1198 reply[i].resp_retcode = PAM_SUCCESS; in auth_conv()
1199 reply[i].resp = COPY_STRING(cred->uname); in auth_conv()
1203 reply[i].resp_retcode = PAM_SUCCESS; in auth_conv()
1204 reply[i].resp = COPY_STRING(cred->pass); in auth_conv()
1209 reply[i].resp_retcode = PAM_SUCCESS; in auth_conv()
1210 reply[i].resp = NULL; in auth_conv()
1213 free(reply); in auth_conv()
1218 *resp = reply; in auth_conv()
1338 reply(503, "Login with USER first."); in pass()
1370 reply(530, "Login incorrect."); in pass()
1391 reply(550, "Can't set gid."); in pass()
1409 reply(530, "Permission denied."); in pass()
1414 reply(530, "Login not available right now."); in pass()
1502 reply(550, "Can't change root."); in pass()
1518 reply(550, "Can't set uid."); in pass()
1531 reply(550, "Root is inaccessible."); in pass()
1565 reply(230, "Guest login ok, access restrictions apply."); in pass()
1583 reply(230, "User %s logged in, " in pass()
1586 reply(230, "User %s logged in.", pw->pw_name); in pass()
1658 reply(550, "%s: not a plain file.", name); in retrieve()
1716 reply(550, "Appending to existing file denied."); in store()
1725 reply(550, "Modifying existing file denied."); in store()
1779 reply(226, "Transfer complete (unique file name:%s).", in store()
1782 reply(226, "Transfer complete."); in store()
1914 reply(150, "Opening %s mode data connection for '%s'%s.", in dataconn()
1918 reply(425, "Can't open data connection."); in dataconn()
1924 reply(125, "Using existing data connection for '%s'%s.", in dataconn()
1945 reply(425, "Can't create data socket (%s,%s): %s.", in dataconn()
1965 reply(425, "Can't build data connection: %s.", in dataconn()
1969 reply(150, "Opening %s mode data connection for '%s'%s.", in dataconn()
2053 reply(226, "Transfer complete."); in send_data()
2102 reply(226, "%s", msg); in send_data()
2109 reply(451, "Ran out of memory."); in send_data()
2143 reply(226, "Transfer complete."); in send_data()
2147 reply(550, "Unimplemented TYPE %d in send_data.", type); in send_data()
2210 reply(553, "TYPE E not implemented."); in receive_data()
2272 reply(550, "Unimplemented TYPE %d in receive_data.", type); in receive_data()
2328 reply(code, "End of status."); in statfilecmd()
2463 reply(211, "End of status."); in statcmd()
2470 reply(451, "Error in server: %s", s); in fatalerror()
2471 reply(221, "Closing connection due to server error."); in fatalerror()
2477 reply(int n, const char *fmt, ...) in reply() function
2518 reply(250, "%s command successful.", s); in ack()
2525 reply(502, "%s command not implemented.", s); in nack()
2536 reply(500, "%s: command not understood.", cbuf); in yyerror()
2557 reply(550, "Operation not permitted."); in delete()
2585 reply(550, "Operation not permitted."); in makedir()
2591 reply(257, "\"%s\" directory created.", s); in makedir()
2617 reply(257, "\"%s\" is current directory.", s); in pwd()
2628 reply(550, "Operation not permitted."); in renamefrom()
2635 reply(350, "File exists, ready for destination name."); in renamefrom()
2647 reply(550, "%s: permission denied.", to); in renamecmd()
2769 reply(221, "You could at least say goodbye."); in myoob()
2778 reply(426, "Transfer aborted. Data connection closed."); in myoob()
2779 reply(226, "Abort successful."); in myoob()
2785 reply(213, "Status: %jd of %jd bytes transferred.", in myoob()
2788 reply(213, "Status: %jd bytes transferred.", in myoob()
2866 reply(227, "Entering Passive Mode (%d,%d,%d,%d,%d,%d)", UC(a[0]), in passive()
2912 reply(522, "Network protocol mismatch, " in long_passive()
2915 reply(501, "Network protocol mismatch."); /*XXX*/ in long_passive()
2975 reply(228, in long_passive()
2986 reply(228, in long_passive()
3000 reply(229, "Entering Extended Passive Mode (|||%d|)", in long_passive()
3047 reply(553, "Pathname too long."); in guniquefd()
3076 reply(452, "Unique file name cannot be created."); in guniquefd()
3087 reply(code, "%s: %s.", string, strerror(errno)); in perror_reply()
3115 reply(550, "No matching files found."); in send_file_list()
3211 reply(550, "No files found."); in send_file_list()
3215 reply(226, "Transfer complete."); in send_file_list()