[EMAIL PROTECTED] (Niels M�ller) writes:
> I have checked in the rest of the code now. At least it compiles, but
> I haven't been able to test it. (gmp appears broken on this machine, I
> haven't even been able to run lsh_keygen).
It seems I missed several things. More fixes are in now. Status: I'm
able to compile it and run the programs. I also downloaded and
compiled a new gmp-2.0.2; the one supplied with redhat-6.0 on sparc
didn't work.
Next problem is md5-passwords. Does anybody know how they are supposed
to work? It seems that crypt(clear, salt) always returns the cleartext
password, which is pretty bad. The MD5-passwords in the /etc/passwd
file looks like
$1$xxxxxxxx$yyyyyyyyyyyyyyyyyyyyyy
where x and y could be base64 digits. I would appreciate any clues,
pointers to documentation, or source code, which explains how to
verify a user password against this data.
/Niels