CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/30 10:38:55
Modified files:
gnu/usr.bin/cvs/src: server.c
Log message:
Use crypt_checkpass() instead of strcmp(hash, crypt(password, hash)).
Fixes a crash in pserver mode when CVSROOT/passwd contains an old
DES password.
