Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 1995 04:18:09 -0800
From:      Atsushi Murai <amurai>
To:        CVS-commiters, cvs-usrsbin
Subject:   cvs commit: src/usr.sbin/ppp arp.c Makefile async.c auth.c ccp.c ccp.h chap.c chap.h chat.c command.c command.h defs.h filter.c filter.h fsm.c fsm.h global.h hdlc.c hdlc.h ip.c ipcp.c ipcp.h lcp.c lcp.h lcpproto.h log.c log.h lqr.c lqr.h main.c mbuf.c mbuf.h md5c.c modem.c modem.h os.c os.h pap.c pathnames.h phase.h ppp.8 pred.c route.c slcompress.c slcompress.h systems.c timeout.h timer.c uucplock.c vars.c vars.h vjcomp.c
Message-ID:  <199502261218.EAA21150@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
amurai      95/02/26 04:18:09

  Modified:    etc/ppp  ppp.conf.filter.sample ppp.conf.sample
                        ppp.secret.sample
               sys/net  if_tun.c if_tun.h
               usr.sbin/ppp Makefile async.c auth.c ccp.c ccp.h chap.c
                        chap.h chat.c command.c command.h defs.h filter.c
                        filter.h fsm.c fsm.h global.h hdlc.c hdlc.h ip.c
                        ipcp.c ipcp.h lcp.c lcp.h lcpproto.h log.c log.h
                        lqr.c lqr.h main.c mbuf.c mbuf.h md5c.c modem.c
                        modem.h os.c os.h pap.c pathnames.h phase.h ppp.8
                        pred.c route.c slcompress.c slcompress.h systems.c
                        timeout.h timer.c uucplock.c vars.c vars.h vjcomp.c
  Added:       usr.sbin/ppp arp.c
  Log:
  New user Process PPP based on iij-ppp0.94beta2.
  
  o Supporting SYNC SIO device (But need a device driver)
  - add "set speed sync"
  o Fixing bug for Predictor-1 function.
  o Add new parameter that re-sent interval for set timeout commands.
  o Improving RTT (Round Trip Time) and reducing processor time.
  - Previous Timer service was using polling, and now using
  SIGALRM ;-)
  - A 0.94beta2 will not work correctly....
  
  -- Follows are additinal feature not including 0.94beta2
  o Support Proxy ARP
  - add "enable/disable proxy" commands
  o Marging common routine in CHAP/PAP.
  o Enhancing LCP/IPCP log information.
  o Support local Authfication connection on port 300x and tty.
  - You can set up pair of your "hostname -s" and
  password in ppp.secret. if either ppp.secret file nor
  your hostname line don't exist, It will notify a message
  and working as same as previous version.(Backword compatibility)
  - If you did set up them, It's allow connection but nothing to do
  except help and passwd command.
  - add "passwd yourpasswd" commands
  o Support afilter - keep Alive filter that a packet can send/receiving
  according to ifilter/ofilter but doesn't count it as preventing idle
  timer expires.
  - Same syntax of other filters.
  o Fixing bugs reported by current user for previous one. Thanks !!
  
  Reviewed by: Atsushi Murai (amurai@spec.co.jp)



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