home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / rcpm / twit-log.lbr / TWIT-LOG.DOC < prev   
Encoding:
Text File  |  1987-02-28  |  1.4 KB  |  47 lines

  1.  
  2.     TITLE    'ERA ver 1.0 - 10-09-85'
  3.  
  4.      ERA.ASM - REMOTE CP/M ERA TWIT CATCHER PROGRAM
  5.              keeps track of remote users who try to
  6.         erase, rename or save files. Data 
  7.         entered in TWIT.SYS file
  8.  
  9.     gets data from LASTCALR file
  10.  
  11.  
  12.        This is really thirteen programs in one. Set the appropriate
  13.     EQU and assemble.
  14.  
  15.     Program saves command line and puts it in file with current user
  16.     data and time.
  17.  
  18.        Requires working clock routines in bye or it returns all 9's
  19.     and if you're running NZCPR (ZCMD) the built in ERA will be used
  20.         if wheel is set (0FFh) else this will be used.
  21.  
  22.  
  23.     10/10/85  ver 1.0   These 4 programs are TWIT catchers. That is, if
  24.             a remote user attempts to ERASE, RENAME or DELETE
  25.             files or tries to SAVE a memory image, a record
  26.             of every attempt is kept in TWIT.LST.
  27.  
  28.     The record structure is:
  29.  
  30.      program 
  31.     REN  -> [cmdline arguments]          [date] [time] [caller's name]
  32.  
  33.  
  34.     The sysop can later examine the TWIT.LST and see who is
  35.     DELIBERATELY trying to do nasty things and who just made
  36.     mistakes because of ignorance of CP/M.
  37.  
  38.     I MAY circulate the list of twits to other sysops so that we can
  39.     better protect these systems for the legitimate users.
  40.  
  41.             Larry Clive
  42.             Manhattan Micro Connection RCP/M
  43.             (212) 989-2696  (300-1200-2400)
  44.             New York, New York
  45.             10-10-85
  46.  
  47.