Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Apr 2001 15:39:17 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp chap.c pap.c radius.c radius.h
Message-ID:  <200104012239.f31MdHx40232@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2001/04/01 15:39:17 PDT

  Modified files:
    usr.sbin/ppp         chap.c pap.c radius.c radius.h 
  Log:
  Don't assume challenges and responses don't contain embedded '\0's.
  
  Mschapv2 response generation may produce embedded NULs... causing
  us to send a bogus response to the radius server and end up
  failing the client's valid response.
  
  Problem pointed out by: Eugene Vigovskiy <vigov@com2com.ru>
  
  Revision  Changes    Path
  1.69      +6 -10     src/usr.sbin/ppp/chap.c
  1.44      +2 -2      src/usr.sbin/ppp/pap.c
  1.22      +5 -5      src/usr.sbin/ppp/radius.c
  1.7       +3 -2      src/usr.sbin/ppp/radius.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104012239.f31MdHx40232>