573299d695
Make the APOP challenge parser more distrustful and have it reject challenges that do not conform to RFC-822 msg-id format, in the hope to make mounting man-in-the-middle attacks (MITM) against APOP a bit more difficult. Detailed information: http://fetchmail.berlios.de/fetchmail-SA-2007-01.txt
13 lines
360 B
Plaintext
13 lines
360 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.10 2007/04/13 13:22:25 bernd Exp $
|
|
--- Makefile.in.orig Fri Apr 6 20:41:48 2007
|
|
+++ Makefile.in Sun Apr 8 10:04:06 2007
|
|
@@ -1440,7 +1440,7 @@ info: info-recursive
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-man install-pythonPYTHON
|
|
+install-data-am: install-man
|
|
|
|
install-exec-am: install-binPROGRAMS install-nodist_binSCRIPTS
|
|
|