home *** CD-ROM | disk | FTP | other *** search
-
- TITLE 'ERA ver 1.0 - 10-09-85'
-
- ERA.ASM - REMOTE CP/M ERA TWIT CATCHER PROGRAM
- keeps track of remote users who try to
- erase, rename or save files. Data
- entered in TWIT.SYS file
-
- gets data from LASTCALR file
-
-
- This is really thirteen programs in one. Set the appropriate
- EQU and assemble.
-
- Program saves command line and puts it in file with current user
- data and time.
-
- Requires working clock routines in bye or it returns all 9's
- and if you're running NZCPR (ZCMD) the built in ERA will be used
- if wheel is set (0FFh) else this will be used.
-
-
- 10/10/85 ver 1.0 These 4 programs are TWIT catchers. That is, if
- a remote user attempts to ERASE, RENAME or DELETE
- files or tries to SAVE a memory image, a record
- of every attempt is kept in TWIT.LST.
-
- The record structure is:
-
- program
- REN -> [cmdline arguments] [date] [time] [caller's name]
-
-
- The sysop can later examine the TWIT.LST and see who is
- DELIBERATELY trying to do nasty things and who just made
- mistakes because of ignorance of CP/M.
-
- I MAY circulate the list of twits to other sysops so that we can
- better protect these systems for the legitimate users.
-
- Larry Clive
- Manhattan Micro Connection RCP/M
- (212) 989-2696 (300-1200-2400)
- New York, New York
- 10-10-85
-