cvs commit: src/usr.sbin/ppp command.c ipcp.c log.c log.h ppp.8.m4 radius.c radius.h

Brian Somers brian at FreeBSD.org
Fri Jul 16 18:07:53 PDT 2004


brian       2004-07-17 01:07:53 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/ppp         command.c ipcp.c log.c log.h ppp.8.m4 
                         radius.c radius.h 
  Log:
  Support a ``set rad_alive N'' command to enable periodic RADIUS accounting
  information being sent to the RADIUS server.
  
  Logging of RADIUS accounting information moves to a ``set log [+-]radius''
  level, along with the RADIUS alive info, and the version number is bumped
  to 3.2 to reflect this.
  
  Mostly submitted by:    alx at sm.ukrtel.net (back in January)
  MFC after:              3 weeks
  
  Revision  Changes    Path
  1.299     +30 -3     src/usr.sbin/ppp/command.c
  1.120     +5 -3      src/usr.sbin/ppp/ipcp.c
  1.53      +1 -0      src/usr.sbin/ppp/log.c
  1.34      +10 -9     src/usr.sbin/ppp/log.h
  1.311     +18 -0     src/usr.sbin/ppp/ppp.8.m4
  1.47      +118 -27   src/usr.sbin/ppp/radius.c
  1.20      +8 -0      src/usr.sbin/ppp/radius.h


More information about the cvs-src mailing list