[Pkg-wmaker-commits] [wmbiff] 17/77: APOP bugfix (unreleased bug)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_0
in repository wmbiff.

commit 72ad1eff5d9e14ed52b38912d860293d8c72260f
Author: bluehal <bluehal>
Date:   Thu Apr 11 07:24:15 2002 +0000

    APOP bugfix (unreleased bug)
---
 wmbiff/Pop3Client.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/wmbiff/Pop3Client.c b/wmbiff/Pop3Client.c
index 13ded49..a0676a9 100644
--- a/wmbiff/Pop3Client.c
+++ b/wmbiff/Pop3Client.c
@@ -1,4 +1,4 @@
-/* $Id: Pop3Client.c,v 1.11 2002/04/07 05:08:23 bluehal Exp $ */
+/* $Id: Pop3Client.c,v 1.12 2002/04/11 07:24:15 bluehal Exp $ */
 /* Author : Scott Holden ( scotth at thezone.net )
    Modified : Yong-iL Joh ( tolkien at mizi.com )
    Modified : Jorge Garc�a ( Jorge.Garcia at uv.es )
@@ -80,6 +80,7 @@ FILE *pop3Login(Pop3 pc)
 		}
 	}
 
+
 	/* try each authentication method in turn. */
 	for (a = auth_methods; a->name != NULL; a++) {
 		/* was it specified or did the user leave it up to us? */
@@ -279,6 +280,8 @@ static FILE *authenticate_apop(Pop3 pc, FILE * fp, char *apop_str)
 		/* server doesn't support apop. */
 		return (NULL);
 	}
+	POP_DM(pc, DEBUG_INFO, "APOP challenge: %s\n", apop_str);
+	strcat(apop_str, PCU.password);
 
 	gmh = gcry_md_open(GCRY_MD_MD5, 0);
 	gcry_md_write(gmh, (unsigned char *) apop_str, strlen(apop_str));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list