summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-12-10 20:58:56 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-12-10 20:58:56 +0000
commit8eb0b3c65e0bac8f5926ec52a1a9c4404cd59ad9 (patch)
tree808cf390d2c0ad1c5fef3906e951ca726cdeb66f /mail
parentClose small security hole introduced with last upgrade (one needed (diff)
Move s/key info at the beginning of incorrect password message,
some client (f.e. Eudora) don't display whole line
Notes
Notes: svn path=/head/; revision=4918
Diffstat (limited to 'mail')
-rw-r--r--mail/popper/files/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/popper/files/patch-ab b/mail/popper/files/patch-ab
index c0a9bc8c151a..7994b2fa6992 100644
--- a/mail/popper/files/patch-ab
+++ b/mail/popper/files/patch-ab
@@ -1,5 +1,5 @@
*** pop_pass.c.orig Fri May 24 22:26:25 1996
---- pop_pass.c Thu Dec 5 02:31:23 1996
+--- pop_pass.c Tue Dec 10 23:52:23 1996
***************
*** 482,497 ****
POP * p;
@@ -51,7 +51,7 @@
! if (pass_ok)
! sleep(SLEEP_SECONDS);
! return (pop_msg(p,POP_FAILURE,
-! "Password supplied for \"%s\" is incorrect. %s%s",
+! "\"%s\" %s%s, password is incorrect.",
! p->user, buf,
! pass_ok ? "" : " (required)"));
}