summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2005-12-02 01:48:17 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2005-12-02 01:48:17 +0000
commita3fdad4949e3e9044d1fe9cd278fb31ea58d5810 (patch)
tree9c739bb81d1eb55a4f98284fe44ead0d81a0b850
parentf817e39736dd32dce16c535132ec4ac9e555c3fc (diff)
downloadkrb5-a3fdad4949e3e9044d1fe9cd278fb31ea58d5810.tar.gz
krb5-a3fdad4949e3e9044d1fe9cd278fb31ea58d5810.tar.xz
krb5-a3fdad4949e3e9044d1fe9cd278fb31ea58d5810.zip
note to self
-rw-r--r--krb5-1.2.7-login-lpass.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/krb5-1.2.7-login-lpass.patch b/krb5-1.2.7-login-lpass.patch
index f943213..1caade6 100644
--- a/krb5-1.2.7-login-lpass.patch
+++ b/krb5-1.2.7-login-lpass.patch
@@ -1,6 +1,7 @@
The local crypt() may support hash types which use more than the first 8
characters. It also doesn't modify the input string, so we should just
-stop truncating it.
+stop truncating it. Are there platforms where the input string *is* modified?
+
--- krb5-1.2.7/src/appl/bsd/login.c 2005-11-15 16:20:34.000000000 -0500
+++ krb5-1.2.7/src/appl/bsd/login.c 2005-11-15 16:20:29.000000000 -0500
@@ -461,17 +461,14 @@