Date: Tue, 5 Feb 2008 23:42:38 +0000 (UTC) From: Pierre Beyssac <pb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/iscontrol misc.c Message-ID: <200802052342.m15NgctY023614@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pb 2008-02-05 23:42:38 UTC
FreeBSD src repository
Modified files:
sbin/iscontrol misc.c
Log:
Fix a bug in hexadecimal formatting of the CHAP digest: bytes >= 0x80
were formatted as 0xff, causing the authentication to fail.
Reviewed by: scottl
MFC after: 1 week
Revision Changes Path
1.2 +1 -1 src/sbin/iscontrol/misc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802052342.m15NgctY023614>
