tpop3d Amusing source
Anyone use tpop3d?
Amusing source:
root@devious:/home/compile/tpop3d-1.5.2# grep -A4 SNIDE_COMMENTS *.c
netloop.c:#ifndef NO_SNIDE_COMMENTS
netloop.c- connection_sendresponse(c, 0, _(”You can hang around all day if you like. I have better things to do.”));
netloop.c-#else
netloop.c- connection_sendresponse(c, 0, _(”Client has been idle for too long.”));
netloop.c-#endif
–
pop3.c:#ifndef NO_SNIDE_COMMENTS
pop3.c- connection_sendresponse(c, 0, _(”Tell me your name, knave!”));
pop3.c-#else
pop3.c- connection_sendresponse(c, 0, _(”USER command must be followed by a username.”));
pop3.c-#endif
–
pop3.c:#ifndef NO_SNIDE_COMMENTS
pop3.c- connection_sendresponse(c, 0, _(”This is ridiculous. I give up.”));
pop3.c-#else
pop3.c- connection_sendresponse(c, 0, _(”Too many authentication attempts.”));
pop3.c-#endif
–
pop3.c:#ifndef NO_SNIDE_COMMENTS
pop3.c- connection_sendresponse(c, 0, _(”Try again, but get it right next time.”));
pop3.c-#else
pop3.c- connection_sendresponse(c, 0, _(”Authentication string is invalid.”));
pop3.c-#endif
–
pop3.c:#ifndef NO_SNIDE_COMMENTS
pop3.c- connection_sendresponse(c, 0, _(”Clueless bunny!”));
pop3.c-#else
pop3.c- connection_sendresponse(c, 0, _(”Authentication failed.”));
pop3.c-#endif
–
pop3.c:#ifndef NO_SNIDE_COMMENTS
pop3.c- connection_sendresponse(c, 0, _(”This is ridiculous. I give up.”));
pop3.c-#else
pop3.c- connection_sendresponse(c, 0, _(”Too many authentication attempts.”));
pop3.c-#endif
–
pop3.c:#ifndef NO_SNIDE_COMMENTS
pop3.c- connection_sendresponse(c, 0, _(”Lies! Try again!”));
pop3.c-#else
pop3.c- connection_sendresponse(c, 0, _(”Authentication failed.”));
pop3.c-#endif
–
pop3.c:#ifndef NO_SNIDE_COMMENTS
pop3.c- connection_sendresponse(c, 1, _(”Fine. Be that way.”));
pop3.c-#else
pop3.c- connection_sendresponse(c, 1, _(”Done.”));
pop3.c-#endif
–
pop3.c:#ifndef NO_SNIDE_COMMENTS
pop3.c- connection_sendresponse(c, 0, _(”Do you actually know how to use this thing?”));
pop3.c-#else
pop3.c- connection_sendresponse(c, 0, _(”The command sent is invalid or unimplemented.”));
pop3.c-#endif
–
pop3.c:#ifndef NO_SNIDE_COMMENTS
pop3.c- connection_sendresponse(c, 0, _(”This is ridiculous. I give up.”));
pop3.c-#else
pop3.c- connection_sendresponse(c, 0, _(”Too many authentication attempts.”));
pop3.c-#endif
–
pop3.c:#ifndef NO_SNIDE_COMMENTS
pop3.c- connection_sendresponse(c, 0, _(”Lies! Try again!”));
pop3.c-#else
pop3.c- connection_sendresponse(c, 0, _(”Authentication failed.”));
pop3.c-#endif
–
pop3.c:#ifndef NO_SNIDE_COMMENTS
pop3.c- connection_sendresponse(c, 0, _(”Already, you have told me too much.”));
pop3.c-#else
pop3.c- connection_sendresponse(c, 0, _(”Too many arguments for command.”));
pop3.c-#endif
–
pop3.c:#ifndef NO_SNIDE_COMMENTS
pop3.c- connection_sendresponse(c, 0, _(”That does not compute.”));
pop3.c-#else
pop3.c- connection_sendresponse(c, 0, _(”Command argument should be numeric.”));
pop3.c-#endif
–
pop3.c:#ifndef NO_SNIDE_COMMENTS
pop3.c- connection_sendresponse(c, 0, _(”Can you actually count?”));
pop3.c-#else
pop3.c- connection_sendresponse(c, 0, _(”Command argument should be numeric.”));
pop3.c-#endif
–
pop3.c:#ifndef NO_SNIDE_COMMENTS
pop3.c- connection_sendresponse(c, 0, _(”It’s a bit late for that now, isn’t it?”));
pop3.c-#else
pop3.c- connection_sendresponse(c, 0, _(”STLS command available only in AUTHORIZATION stat”));
pop3.c-#endif
–
pop3.c:#ifndef NO_SNIDE_COMMENTS
pop3.c- connection_sendresponse(c, 0, _(”Do you actually know how to use this thing?”));
pop3.c-#else
pop3.c- connection_sendresponse(c, 0, _(”The command sent was invalid or unimplemented.”));
pop3.c-#endif