note to self

This commit is contained in:
Nalin Dahyabhai 2005-12-02 01:48:17 +00:00
parent f817e39736
commit a3fdad4949

View File

@ -1,6 +1,7 @@
The local crypt() may support hash types which use more than the first 8 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 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:34.000000000 -0500
+++ krb5-1.2.7/src/appl/bsd/login.c 2005-11-15 16:20:29.000000000 -0500 +++ krb5-1.2.7/src/appl/bsd/login.c 2005-11-15 16:20:29.000000000 -0500
@@ -461,17 +461,14 @@ @@ -461,17 +461,14 @@