Lines Matching refs:reply
630 reply(530, "System not available."); in main()
656 reply(220, "%s FTP server (%s) ready.", hostname, version); in main()
658 reply(220, "FTP server ready."); in main()
954 reply(421, "Ran out of memory."); in sgetsave()
1019 reply(530, "Can't change user from guest login."); in user()
1022 reply(530, "Can't change user from chroot user."); in user()
1037 reply(530, "User %s access denied.", name); in user()
1040 reply(530, "User %s access denied.", name); in user()
1044 reply(331, in user()
1047 reply(530, "User %s unknown.", name); in user()
1054 reply(530, "Sorry, only anonymous ftp allowed."); in user()
1070 reply(530, "User %s access denied.", name); in user()
1090 reply(331, "Response to %s %s for %s.", in user()
1094 reply(331, "Password required for %s.", name); in user()
1249 struct pam_response *reply; in auth_conv() local
1251 reply = calloc(num_msg, sizeof *reply); in auth_conv()
1252 if (reply == NULL) in auth_conv()
1258 reply[i].resp_retcode = PAM_SUCCESS; in auth_conv()
1259 reply[i].resp = COPY_STRING(cred->uname); in auth_conv()
1263 reply[i].resp_retcode = PAM_SUCCESS; in auth_conv()
1264 reply[i].resp = COPY_STRING(cred->pass); in auth_conv()
1269 reply[i].resp_retcode = PAM_SUCCESS; in auth_conv()
1270 reply[i].resp = NULL; in auth_conv()
1273 free(reply); in auth_conv()
1278 *resp = reply; in auth_conv()
1398 reply(503, "Login with USER first."); in pass()
1434 reply(530, "Login incorrect."); in pass()
1458 reply(550, "Can't set gid."); in pass()
1476 reply(530, "Permission denied."); in pass()
1481 reply(530, "Login not available right now."); in pass()
1516 reply(530, "Login not available right now."); in pass()
1584 reply(550, "Can't change root."); in pass()
1601 reply(550, "Can't set uid."); in pass()
1614 reply(550, "Root is inaccessible."); in pass()
1648 reply(230, "Guest login ok, access restrictions apply."); in pass()
1666 reply(230, "User %s logged in, " in pass()
1669 reply(230, "User %s logged in.", pw->pw_name); in pass()
1741 reply(550, "%s: not a plain file.", name); in retrieve()
1799 reply(550, "Appending to existing file denied."); in store()
1808 reply(550, "Modifying existing file denied."); in store()
1862 reply(226, "Transfer complete (unique file name:%s).", in store()
1865 reply(226, "Transfer complete."); in store()
1997 reply(150, "Opening %s mode data connection for '%s'%s.", in dataconn()
2001 reply(425, "Can't open data connection."); in dataconn()
2007 reply(125, "Using existing data connection for '%s'%s.", in dataconn()
2028 reply(425, "Can't create data socket (%s,%s): %s.", in dataconn()
2048 reply(425, "Can't build data connection: %s.", in dataconn()
2052 reply(150, "Opening %s mode data connection for '%s'%s.", in dataconn()
2136 reply(226, "Transfer complete."); in send_data()
2185 reply(226, "%s", msg); in send_data()
2192 reply(451, "Ran out of memory."); in send_data()
2226 reply(226, "Transfer complete."); in send_data()
2230 reply(550, "Unimplemented TYPE %d in send_data.", type); in send_data()
2293 reply(553, "TYPE E not implemented."); in receive_data()
2355 reply(550, "Unimplemented TYPE %d in receive_data.", type); in receive_data()
2415 reply(code, "End of status."); in statfilecmd()
2550 reply(211, "End of status."); in statcmd()
2557 reply(451, "Error in server: %s", s); in fatalerror()
2558 reply(221, "Closing connection due to server error."); in fatalerror()
2564 reply(int n, const char *fmt, ...) in reply() function
2605 reply(250, "%s command successful.", s); in ack()
2612 reply(502, "%s command not implemented.", s); in nack()
2623 reply(500, "%s: command not understood.", cbuf); in yyerror()
2644 reply(550, "Operation not permitted."); in delete()
2672 reply(550, "Operation not permitted."); in makedir()
2678 reply(257, "\"%s\" directory created.", s); in makedir()
2704 reply(257, "\"%s\" is current directory.", s); in pwd()
2715 reply(550, "Operation not permitted."); in renamefrom()
2722 reply(350, "File exists, ready for destination name."); in renamefrom()
2734 reply(550, "%s: permission denied.", to); in renamecmd()
2861 reply(221, "You could at least say goodbye."); in myoob()
2870 reply(426, "Transfer aborted. Data connection closed."); in myoob()
2871 reply(226, "Abort successful."); in myoob()
2877 reply(213, "Status: %jd of %jd bytes transferred.", in myoob()
2880 reply(213, "Status: %jd bytes transferred.", in myoob()
2958 reply(227, "Entering Passive Mode (%d,%d,%d,%d,%d,%d)", UC(a[0]), in passive()
3004 reply(522, "Network protocol mismatch, " in long_passive()
3007 reply(501, "Network protocol mismatch."); /*XXX*/ in long_passive()
3067 reply(228, in long_passive()
3078 reply(228, in long_passive()
3092 reply(229, "Entering Extended Passive Mode (|||%d|)", in long_passive()
3139 reply(553, "Pathname too long."); in guniquefd()
3168 reply(452, "Unique file name cannot be created."); in guniquefd()
3179 reply(code, "%s: %s.", string, strerror(errno)); in perror_reply()
3207 reply(550, "No matching files found."); in send_file_list()
3304 reply(550, "No files found."); in send_file_list()
3308 reply(226, "Transfer complete."); in send_file_list()