Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 1999 12:05:56 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp command.c defs.c defs.h modem.c
Message-ID:  <199902252005.MAA30870@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1999/02/25 12:05:56 PST

  Modified files:
    usr.sbin/ppp         command.c defs.c defs.h modem.c 
  Log:
  Parse IP addresses more securely - specifically, don't allow
  a bum name to return as 0.0.0.0... we don't want ``delete xxx''
  to delete the default route when xxx doesn't resolve.
  
  Support IP number specifications as the host when specifying
  a tcp-style device (rather than *just* hostnames).
  
  Revision  Changes    Path
  1.183     +7 -22     src/usr.sbin/ppp/command.c
  1.18      +38 -1     src/usr.sbin/ppp/defs.c
  1.40      +2 -1      src/usr.sbin/ppp/defs.h
  1.103     +4 -9      src/usr.sbin/ppp/modem.c


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?199902252005.MAA30870>