Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2003 22:39:39 -0800 (PST)
From:      David Schultz <das@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh
Message-ID:  <200311170639.hAH6dduA076667@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2003/11/16 22:39:39 PST

  FreeBSD src repository

  Modified files:
    sbin/nologin         Makefile 
  Added files:
    sbin/nologin         nologin.c 
  Removed files:
    sbin/nologin         nologin.sh 
  Log:
  Reimplement nologin(8) as a C program.  This allows us to statically
  link it at low cost and avoid environment poisoning attacks associated
  with LD_LIBRARY_PATH.
  
  Suggested by:   rwatson
  
  Revision  Changes    Path
  1.9       +9 -2      src/sbin/nologin/Makefile
  1.1       +21 -0     src/sbin/nologin/nologin.c (new)
  1.5       +0 -39     src/sbin/nologin/nologin.sh (dead)



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