emitf 444 src/acc.c emitf ("%d Not an INET connection. Goodbye", NNTP_ACCESS_VAL);
emitf 309 src/article.c return emitf("%s %d %s <%s>\r\n", m, artno, c, msgid);
emitf 311 src/article.c return emitf("%s %d <%s> %s\r\n", m, artno, msgid, c);
emitf 78 src/authinfo.c emitf("%d Authentication accepted\r\n", NNTP_AUTH_OK_VAL);
emitf 198 src/authinfo.c emitf("%d PASS required for [%s]\r\n", NNTP_AUTH_NEXT_VAL, authinfo_user);
emitf 51 src/authinfo_ldap.c emitf("%d USER required\r\n", NNTP_AUTH_REJECT_VAL);
emitf 85 src/authinfo_ldap.c emitf("%d Authentication accepted\r\n", NNTP_AUTH_OK_VAL);
emitf 88 src/authinfo_ldap.c emitf("%d Authentication rejected\r\n", NNTP_AUTH_REJECT_VAL);
emitf 86 src/authinfo_pam.c emitf("%d USER required\r\n", NNTP_AUTH_REJECT_VAL);
emitf 120 src/authinfo_pam.c emitf("%d Authentication accepted\r\n", NNTP_AUTH_OK_VAL);
emitf 121 src/authinfo_pam.c } else emitf("%d Authentication rejected\r\n", NNTP_AUTH_REJECT_VAL);
emitf 42 src/authinfo_passwd.c emitf("%d USER required\r\n", NNTP_AUTH_REJECT_VAL);
emitf 52 src/authinfo_passwd.c emitf("%d Authentication accepted\r\n", NNTP_AUTH_OK_VAL);
emitf 55 src/authinfo_passwd.c emitf("%d Authentication rejected\r\n", NNTP_AUTH_REJECT_VAL);
emitf 59 src/authinfo_pipe.c emitf("%d USER required\r\n", NNTP_AUTH_REJECT_VAL);
emitf 136 src/authinfo_pipe.c emitf("%d Authentication accepted\r\n", NNTP_AUTH_OK_VAL);
emitf 139 src/authinfo_pipe.c emitf("%d Authentication rejected\r\n", NNTP_AUTH_REJECT_VAL);
emitf 98 src/authinfo_radius.c emitf("%d USER required\r\n", NNTP_AUTH_REJECT_VAL);
emitf 149 src/authinfo_radius.c emitf("%d Authentication accepted\r\n", NNTP_AUTH_OK_VAL);
emitf 152 src/authinfo_radius.c emitf("%d Authentication rejected\r\n", NNTP_AUTH_REJECT_VAL);
emitf 21 src/date.c emitf ("%d Can 't get time?!\r\n", NNTP_INTERNAL_VAL);
emitf 24 src/date.c emitf ("%d %4.4d%2.2d%2.2d%2.2d%2.2d%2.2d\r\n",
emitf 217 src/group.c emitf ("%d %d %d %d %s\r\n", NNTP_GROUPOK_VAL, msgs, lo, hi, group);
emitf 264 src/group.c emitf ("%d setGroupDir(%s, %s) failed\r\n", NNTP_PERM_VAL, group, scfg->host); /* don't use NNTP_NOSUCHGROUP here */
emitf 278 src/group.c emitf ("%d %d %d %d %s\r\n", NNTP_GROUPOK_VAL, msgs, lo, hi, group);
emitf 468 src/group.c cc = emitf ("%d\r\n", last);
emitf 29 src/http.c emitf("\
emitf 92 src/http.c emitf("\
emitf 99 src/http.c emitf("Last-Modified: %s\r\n", rfc1122_date(modified));
emitf 100 src/http.c emitf("Date: %s\r\n\r\n", rfc1122_date(time(NULL)));
emitf 106 src/http.c emitf ("\
emitf 116 src/http.c emitf ("\
emitf 124 src/http.c emitf ("<H1>%s</H1>\nThe requested URL %s was not found on this server\n", "File not found", url);
emitf 920 src/http.c emitf ("<H1>Bad Request</H1> Your browser sent a query that this server could not understand.<P>");
emitf 929 src/http.c emitf ("<H1>Bad Request</H1> Your browser sent a query that this server could not understand.<P>");
emitf 944 src/http.c emitf ("<H1>Access denied</H1> Access Forbidden-- '%s' inaccessable<P>\r\n", con->httpFiles);
emitf 952 src/http.c emitf ("<H1>Access Forbidden</H1> [%s], you do not have connect permissions in the %s file.<P>\r\n", ClientHost, con->accessFile);
emitf 23 src/ihave.c emitf ("%d Can't IHAVE in reader mode\r\n", NNTP_ACCESS_VAL); /* XXX AUTH_NEEDED isn't appropriate */
emitf 30 src/ihave.c emitf ("%d Transfer permission denied\r\n", NNTP_AUTH_NEEDED_VAL);
emitf 510 src/list.c return emitf ("%s %d %d %c\r\n", n->group, getHi(n), getLo(n), n->moderation);
emitf 524 src/list.c bytes+=emitf ("%s %lu %s\r\n", n->group, n->creation_time, n->creator);
emitf 529 src/list.c bytes+=emitf ("%s\t%s\r\n", n->group, n->desc);
emitf 596 src/list.c bytes+=emitf ("%s\r\n",l->data);
emitf 90 src/newgroups.c emitf ("%s %d %d %c\r\n", n->group, getHi(n), getLo(n), n->moderation);
emitf 317 src/nntpcache.c emitf ("%d Timeout after %s, closing connection.\r\n", NNTP_TEMPERR_VAL, nnitod(con->idleTimeout));
emitf 916 src/nntpcache.c emitf ("%d %s NNTPCache server V%s [see www.nntpcache.org] "
emitf 994 src/nntpcache.c emitf("%d Authentication required for command\r\n", NNTP_AUTH_NEEDED_VAL );
emitf 1042 src/nntpcache.c emitf (" %s %s\r\n", commands[i].cmd, commands[i].desc);
emitf 1043 src/nntpcache.c emitf ("Report local configuration problems to <%s> or NNTPCache specific problems to <nntpcache@nntpcache.org>\r\n", con->adminEmail);
emitf 1146 src/nntpcache.c emitf ("%d NNTPCache-%s access denied <%s>, you do not have connect permissions in the %s file.\r\n", NNTP_ACCESS_VAL, VERSION, ClientHost, con->accessFile);
emitf 1153 src/nntpcache.c emitf ("%d NNTPCache-%s too many concurrent reader sessions already (%d). try again later\r\n", NNTP_TEMPERR_VAL, VERSION, Stats->clientsActive);
emitf 1161 src/nntpcache.c emitf ("%d NNTPCache-%s %s server rebuild in progress (%d groups complete, at least %d groups to go. Please try again later. If you think this is an error, get your news admin to check minGroups (in %s), %s and the nntpcache web-server output\r\n",
emitf 124 src/post.c emitf ("%d No newsgroups specified.\r\n", NNTP_POSTFAIL_VAL);
emitf 177 src/post.c emitf ("%d permission denied.\r\n", NNTP_PERM_VAL);
emitf 253 src/post.c emitf ("%d No servers accepted article\r\n", NNTP_POSTFAIL_VAL);
emitf 665 src/xover.c len=emitf("%d ", xn);
emitf 901 src/xover.c emitf ("%d\t%s\r\n", response, p);
emitf 1061 src/xover.c emitf ("%d\t%s\r\n", xn, xov);
emitf 1098 src/xover.c emitf("%d no overview.fmt for this server\r\n", NNTP_DONTHAVEIT_VAL);
emitf 1161 src/xover.c emitf("%s\t%s\r\n", line, p);
emitf 35 src/xpath.c emitf("%d %s\r\n", NNTP_NOTHING_FOLLOWS_VAL, p+1);