SOURCES: cyrus-sasl-saslauthd-httpform-urlescape.patch (NEW) - with this pa...

glen glen at pld-linux.org
Mon Feb 16 22:02:08 CET 2009


Author: glen                         Date: Mon Feb 16 21:02:08 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- with this patch you can use non-ascii passwords (utf8 including)

---- Files affected:
SOURCES:
   cyrus-sasl-saslauthd-httpform-urlescape.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/cyrus-sasl-saslauthd-httpform-urlescape.patch
diff -u /dev/null SOURCES/cyrus-sasl-saslauthd-httpform-urlescape.patch:1.1
--- /dev/null	Mon Feb 16 22:02:08 2009
+++ SOURCES/cyrus-sasl-saslauthd-httpform-urlescape.patch	Mon Feb 16 22:02:02 2009
@@ -0,0 +1,11 @@
+--- saslauthd/auth_httpform.c~	2009-02-16 22:59:05.000000000 +0200
++++ saslauthd/auth_httpform.c	2009-02-16 23:00:16.765691380 +0200
+@@ -176,7 +176,7 @@
+         return NULL;
+ 
+     while (inidx < length) {
+-        char in = string[inidx];
++        unsigned char in = string[inidx];
+         if (!(in >= 'a' && in <= 'z') &&
+             !(in >= 'A' && in <= 'Z') &&
+             !(in >= '0' && in <= '9') &&
================================================================


More information about the pld-cvs-commit mailing list