shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shishi/lib password.c


From: shishi-commit
Subject: shishi/lib password.c
Date: Thu, 09 Oct 2003 19:15:07 -0400

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/10/09 19:15:07

Modified files:
        lib            : password.c 

Log message:
        Change KRBprep to SASLprep (the former supposedly deprecated).

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/lib/password.c.diff?tr1=1.14&tr2=1.15&r1=text&r2=text

Patches:
Index: shishi/lib/password.c
diff -u shishi/lib/password.c:1.14 shishi/lib/password.c:1.15
--- shishi/lib/password.c:1.14  Sun Sep 28 19:38:03 2003
+++ shishi/lib/password.c       Thu Oct  9 19:15:07 2003
@@ -180,7 +180,7 @@
 
       if (strcasecmp (handle->stringprocess, "stringprep") == 0)
        {
-         rc = stringprep_profile (*s, &p, "KRBprep", 0);
+         rc = stringprep_profile (*s, &p, "SASLprep", 0);
          if (rc == SHISHI_OK)
            {
              free (*s);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]