]> git.pld-linux.org Git - packages/cyrus-sasl.git/commitdiff
- with this patch you can use non-ascii passwords (utf8 including)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 16 Feb 2009 21:02:02 +0000 (21:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyrus-sasl-saslauthd-httpform-urlescape.patch -> 1.1

cyrus-sasl-saslauthd-httpform-urlescape.patch [new file with mode: 0644]

diff --git a/cyrus-sasl-saslauthd-httpform-urlescape.patch b/cyrus-sasl-saslauthd-httpform-urlescape.patch
new file mode 100644 (file)
index 0000000..6b09ea3
--- /dev/null
@@ -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') &&
This page took 0.079301 seconds and 4 git commands to generate.