freebsd-dev/usr.bin/login
Robert Watson 4983b09404 o Modify format of /etc/fbtab to accept glob matching patterns for
target devices, not just individual devices and directories.  This
  permits activities such as:

	ttyv0		0600	/dev/dsp*

  Whereas previously that was not supported.  This change is
  backwards-compatible, except where device names included globbing
  characters, which is not the case for any devices listed in MAKEDEV.

Submitted by:	Maxime Henrion <mux@qualys.com>
MFC after:	3 weeks
2001-10-25 20:45:47 +00:00
..
login_access.c
login_fbtab.c o Modify format of /etc/fbtab to accept glob matching patterns for 2001-10-25 20:45:47 +00:00
login.1
login.access.5
login.c o Modify NFS rights comment to note that the early credential changes 2001-09-15 17:09:39 +00:00
Makefile Set BINOWN=root explicitly for setuid root binaries. 2001-09-13 06:48:18 +00:00
pathnames.h
README

This login has additional functionalities. They are all based on (part of)
Wietse Venema's logdaemon package.


The following defines can be used:
1) LOGIN_ACCESS to allow access control on a per tty/user combination
2) LOGALL to log all logins

-Guido

$FreeBSD$