Lines Matching refs:reply

616 		reply(530, "System not available.");  in main()
642 reply(220, "%s FTP server (%s) ready.", hostname, version); in main()
644 reply(220, "FTP server ready."); in main()
940 reply(421, "Ran out of memory."); in sgetsave()
1005 reply(530, "Can't change user from guest login."); in user()
1008 reply(530, "Can't change user from chroot user."); in user()
1023 reply(530, "User %s access denied.", name); in user()
1026 reply(530, "User %s access denied.", name); in user()
1030 reply(331, in user()
1033 reply(530, "User %s unknown.", name); in user()
1040 reply(530, "Sorry, only anonymous ftp allowed."); in user()
1056 reply(530, "User %s access denied.", name); in user()
1076 reply(331, "Response to %s %s for %s.", in user()
1080 reply(331, "Password required for %s.", name); in user()
1235 struct pam_response *reply; in auth_conv() local
1237 reply = calloc(num_msg, sizeof *reply); in auth_conv()
1238 if (reply == NULL) in auth_conv()
1244 reply[i].resp_retcode = PAM_SUCCESS; in auth_conv()
1245 reply[i].resp = COPY_STRING(cred->uname); in auth_conv()
1249 reply[i].resp_retcode = PAM_SUCCESS; in auth_conv()
1250 reply[i].resp = COPY_STRING(cred->pass); in auth_conv()
1255 reply[i].resp_retcode = PAM_SUCCESS; in auth_conv()
1256 reply[i].resp = NULL; in auth_conv()
1259 free(reply); in auth_conv()
1264 *resp = reply; in auth_conv()
1384 reply(503, "Login with USER first."); in pass()
1420 reply(530, "Login incorrect."); in pass()
1444 reply(550, "Can't set gid."); in pass()
1462 reply(530, "Permission denied."); in pass()
1467 reply(530, "Login not available right now."); in pass()
1502 reply(530, "Login not available right now."); in pass()
1571 reply(550, "Can't change root."); in pass()
1588 reply(550, "Can't set uid."); in pass()
1601 reply(550, "Root is inaccessible."); in pass()
1635 reply(230, "Guest login ok, access restrictions apply."); in pass()
1653 reply(230, "User %s logged in, " in pass()
1656 reply(230, "User %s logged in.", pw->pw_name); in pass()
1728 reply(550, "%s: not a plain file.", name); in retrieve()
1786 reply(550, "Appending to existing file denied."); in store()
1795 reply(550, "Modifying existing file denied."); in store()
1849 reply(226, "Transfer complete (unique file name:%s).", in store()
1852 reply(226, "Transfer complete."); in store()
1984 reply(150, "Opening %s mode data connection for '%s'%s.", in dataconn()
1988 reply(425, "Can't open data connection."); in dataconn()
1994 reply(125, "Using existing data connection for '%s'%s.", in dataconn()
2015 reply(425, "Can't create data socket (%s,%s): %s.", in dataconn()
2035 reply(425, "Can't build data connection: %s.", in dataconn()
2039 reply(150, "Opening %s mode data connection for '%s'%s.", in dataconn()
2123 reply(226, "Transfer complete."); in send_data()
2172 reply(226, "%s", msg); in send_data()
2179 reply(451, "Ran out of memory."); in send_data()
2213 reply(226, "Transfer complete."); in send_data()
2217 reply(550, "Unimplemented TYPE %d in send_data.", type); in send_data()
2280 reply(553, "TYPE E not implemented."); in receive_data()
2342 reply(550, "Unimplemented TYPE %d in receive_data.", type); in receive_data()
2402 reply(code, "End of status."); in statfilecmd()
2537 reply(211, "End of status."); in statcmd()
2544 reply(451, "Error in server: %s", s); in fatalerror()
2545 reply(221, "Closing connection due to server error."); in fatalerror()
2551 reply(int n, const char *fmt, ...) in reply() function
2592 reply(250, "%s command successful.", s); in ack()
2599 reply(502, "%s command not implemented.", s); in nack()
2610 reply(500, "%s: command not understood.", cbuf); in yyerror()
2631 reply(550, "Operation not permitted."); in delete()
2659 reply(550, "Operation not permitted."); in makedir()
2665 reply(257, "\"%s\" directory created.", s); in makedir()
2691 reply(257, "\"%s\" is current directory.", s); in pwd()
2702 reply(550, "Operation not permitted."); in renamefrom()
2709 reply(350, "File exists, ready for destination name."); in renamefrom()
2721 reply(550, "%s: permission denied.", to); in renamecmd()
2848 reply(221, "You could at least say goodbye."); in myoob()
2857 reply(426, "Transfer aborted. Data connection closed."); in myoob()
2858 reply(226, "Abort successful."); in myoob()
2864 reply(213, "Status: %jd of %jd bytes transferred.", in myoob()
2867 reply(213, "Status: %jd bytes transferred.", in myoob()
2945 reply(227, "Entering Passive Mode (%d,%d,%d,%d,%d,%d)", UC(a[0]), in passive()
2991 reply(522, "Network protocol mismatch, " in long_passive()
2994 reply(501, "Network protocol mismatch."); /*XXX*/ in long_passive()
3054 reply(228, in long_passive()
3065 reply(228, in long_passive()
3079 reply(229, "Entering Extended Passive Mode (|||%d|)", in long_passive()
3126 reply(553, "Pathname too long."); in guniquefd()
3155 reply(452, "Unique file name cannot be created."); in guniquefd()
3166 reply(code, "%s: %s.", string, strerror(errno)); in perror_reply()
3194 reply(550, "No matching files found."); in send_file_list()
3291 reply(550, "No files found."); in send_file_list()
3295 reply(226, "Transfer complete."); in send_file_list()