This file is for possible features that could be added to this program. Due to
the reasons behind its creation, I have no intention of continuing development.
 
 	1. Shell variable recognition for the terminal prompt.
 		As in, if USER=john, PWD=/home/john, & HOSTNAME=place
 		
 			recognize
 			  TERMLOCK_PROMPT=[$U@$H $P]$$
 			to create the prompt (when john logs in)
 			  [john@place /home/john]$
 			  
 	   This adds the possibility for more misdirection since the
 	   terminal locker could then mimic a real shell much better.

 	2. A database system for storing statistical data on the number
 	   of failed accesses. This could allow the system for freeze a
 	   console/user if it appears that someone is trying to break
 	   in. (ie. if the user Fred logged in 200 times in the past
 	        hour, but failed to enter the correct access key.)
	   This would, of course, require something like a command line
	   switch so that the supervisor could reset the locker and
	   once again allow access from a given terminal or from a
	   given user (and also allow this to be reset periodically
	   through a CRON job). Hopefully, this would limit the
	   effectiveness of any flood request attacks, since the
	   computer would simply stop paying attention to logins
	   by that user or on that terminal after it believes that
	   some kind of attack has begun. Or, I could use a dummy
	   user account to allow login-only locker administration.
	   This idea amuses me ;->
	   
	
		All comments should be sent to:
		
				plh@bec04.phy.gasou.edu
