Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 1997 17:38:23 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp Makefile auth.c auth.h command.c main.c ppp.8 server.c systems.c vars.c vars.h
Message-ID:  <199709040038.RAA09054@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1997/09/03 17:38:23 PDT

  Modified files:
    usr.sbin/ppp         Makefile auth.c auth.h command.c main.c 
                         ppp.8 server.c systems.c vars.c vars.h 
  Log:
  Install as group ``network''
  Insist that uid == 0 for client ppp
  Disallow client sockets if no password is specified
  Don't exit on failure to open client socket for listening
  Allow specification of null local password
  Use reasonable size (smaller) ``vector''s in auth.c
  Fix "passwd ..." usage message
  Insist on "all" as arg to "quit" (if any)
  Drop client socket connection before Cleanup() when "quit all"
  
  Revision  Changes    Path
  1.24      +2 -2      src/usr.sbin/ppp/Makefile
  1.16      +13 -12    src/usr.sbin/ppp/auth.c
  1.8       +2 -2      src/usr.sbin/ppp/auth.h
  1.77      +5 -5      src/usr.sbin/ppp/command.c
  1.77      +14 -38    src/usr.sbin/ppp/main.c
  1.61      +24 -1     src/usr.sbin/ppp/ppp.8
  1.4       +18 -7     src/usr.sbin/ppp/server.c
  1.16      +3 -2      src/usr.sbin/ppp/systems.c
  1.26      +9 -4      src/usr.sbin/ppp/vars.c
  1.26      +2 -1      src/usr.sbin/ppp/vars.h



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