cvs commit: src/sbin/iscontrol misc.c

2008-02-06 Thread Pierre Beyssac
pb 2008-02-07 00:08:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_7_0) sbin/iscontrol misc.c Log: MFC rev 1.4: fix a bug in hexadecimal formatting of the CHAP digest: bytes >= 0x80 were formatted as 0xff, causing the authentication to fail.

cvs commit: src/sbin/iscontrol misc.c

2008-02-06 Thread Pierre Beyssac
pb 2008-02-06 23:57:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/iscontrol misc.c Log: MFC rev 1.4: fix a bug in hexadecimal formatting of the CHAP digest: bytes >= 0x80 were formatted as 0xff, causing the authentication to fail.

cvs commit: src/sbin/iscontrol misc.c

2008-02-06 Thread Pierre Beyssac
pb 2008-02-06 08:03:27 UTC FreeBSD src repository Modified files: sbin/iscontrol misc.c Log: Fix typo. Submitted by: danny at cs.huji.ac.il (author) Revision ChangesPath 1.4 +1 -1 src/sbin/iscontrol/misc.c _

cvs commit: src/sbin/iscontrol misc.c

2008-02-06 Thread Pierre Beyssac
pb 2008-02-06 08:02:55 UTC FreeBSD src repository Modified files: sbin/iscontrol misc.c Log: Update fix from rev 1.2. Submitted by: danny at cs.huji.ac.il (author) MFC after: 1 week Revision ChangesPath 1.3 +4 -3 src/sbin/iscontrol/

cvs commit: src/sbin/iscontrol misc.c

2008-02-05 Thread Pierre Beyssac
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: