Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 1999 17:46:10 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/finger finger.c finger.h net.c
Message-ID:  <199905080046.RAA06481@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      1999/05/07 17:46:09 PDT

  Modified files:
    usr.bin/finger       finger.c finger.h net.c 
  Log:
  Impliment elements of TCP Wrappers's `safe_finger'.
  * if run by root (or root process) drop privs
  * ensure output size is not infinate (net finger only)
  * ensure output lines are not infinate in length (net finger only)
  * do not allow finger client to run longer than 3 minutes (net finger only)
  
  Revision  Changes    Path
  1.13      +12 -1     src/usr.bin/finger/finger.c
  1.3       +6 -0      src/usr.bin/finger/finger.h
  1.11      +28 -1     src/usr.bin/finger/net.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?199905080046.RAA06481>