4.1 * IPv6 support * Significantly improved performance * Cygwin compatibility (for use under Windows) * Ability to execute arbitrary programs when users log in * And lots more
13 lines
342 B
Text
13 lines
342 B
Text
$NetBSD: patch-ab,v 1.9 2012/03/22 14:13:29 taca Exp $
|
|
|
|
--- popper/popauth.c.orig 2011-05-30 19:13:40.000000000 +0000
|
|
+++ popper/popauth.c
|
|
@@ -192,7 +192,7 @@ static struct mods {
|
|
#define APOP_AUTH 1
|
|
{ "apopauth" },
|
|
#define POP_AUTH 2
|
|
- { "popauth" },
|
|
+ { "qpopauth" },
|
|
#define OTHER 3
|
|
{ NULL }
|
|
};
|