home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 001z / qm40pat1.doc < prev    next >
Text File  |  1989-03-14  |  4KB  |  83 lines

  1.                   -----------------------------------------
  2.                   OFFICIAL PATCH FOR QMODEM SST VERSION 4.0
  3.                   -----------------------------------------
  4.                   ISSUED FROM THE FORBIN PROJECT ON 3/7/89
  5.                   -----------------------------------------
  6.  
  7.   This patch modifies the amount of time that the Host will wait for the
  8.   remote caller to enter his firstname, lastname and password.  
  9.  
  10.   An oversite in the original code had this set for 1 minute (or less
  11.   depending on the exact second that the prompt was issued).  In english, it
  12.   might wait for 1 minute or as short as 1 second because only the minutes of
  13.   the clock were being compared.
  14.  
  15.   This patch will modify the counter to allow a minimum of 5 minutes or a
  16.   maximum of 6 minutes.
  17.  
  18. ------------------------------------------------------------------------------
  19.  
  20.   Following is a complete screen capture of the entire DEBUG session.  The
  21.   QMODEM.OVR file should be located in the current directory.  In this
  22.   example, the file was copied to the T:\ root directory for the patch to be
  23.   applied.  This also assumes you have a copy of the DEBUG program that came
  24.   with your DOS operating system disks in the current directory or accessable
  25.   in the PATH=.
  26.  
  27.   Step 1.  Type in "DEBUG QMODEM.OVR" and press <enter>.  You will get a
  28.            single '-' dash if it was able to open the overlay file for
  29.            modification.
  30.  
  31.   Step 2.  Type in "d c500" and press <enter>.  You should get a screen that
  32.            looks EXACTLY like the one in the example.  Note: the first 4 hex
  33.            digits in each row may vary and they are not important (IE: 3C5B
  34.            in the example will most likely be different on your system.  This
  35.            is OK).
  36.  
  37.   Step 3.  Type in "e c54d" and press <enter>.  The next line displayed must
  38.            match EXACTLY or else your OVR file is not right!
  39.            
  40.            xxxx:C54D  01.
  41.  
  42.   Step 4.  The cursor should be positioned after the 01.  Just type in "06"
  43.            and press <enter>.
  44.  
  45.   Step 5.  Now type in "w" and press <enter>.  Debug will then write out the
  46.            patched overlay file to disk.  It should match the following
  47.            message:
  48.  
  49.            Writing 39CC2 bytes 
  50.   
  51.   Step 6.  Now just type "q" and press <enter> to exit Debug.   The Overlay
  52.            file has been patched and you can copy it back to your Qmodem
  53.            directory and you're all done!
  54.  
  55.  
  56. ------------------------------------------------------------------------------
  57.  
  58. T:\>debug qmodem.ovr
  59. -d c500
  60. 3C5B:C500  DA 8D BE 70 FE 16 57 BF-9E 25 0E 57 9A 34 06 B9   ...p..W..%.W.4..
  61. 3C5B:C510  18 9A 20 05 22 13 0E E8-13 F6 EB 68 83 BE 8C FE   .. ."......h....
  62. 3C5B:C520  04 7C 26 80 BE DF FE 00-75 1F 0E E8 D8 DA 8D BE   .|&.....u.......
  63. 3C5B:C530  3E FE 16 57 BF B9 25 0E-57 9A 34 06 B9 18 0E E8   >..W..%.W.4.....
  64. 3C5B:C540  66 DA C6 86 DF FE 01 EB-3B 83 BE 8C FE 01 7C 34   f.......;.....|4
  65. 3C5B:C550  80 3E 23 E8 00 75 2D 8D-BE 5E FE 16 57 BF 06 26   .>#..u-..^..W..&
  66. 3C5B:C560  0E 57 9A 34 06 B9 18 0E-E8 3D DA 8D BE 70 FE 16   .W.4.....=...p..
  67. 3C5B:C570  57 BF 33 26 0E 57 9A 34-06 B9 18 9A 20 05 22 13   W.3&.W.4.... .".
  68. -e c54d
  69. 3C5B:C54D  01.06
  70. -w
  71. Writing 39CC2 bytes
  72. -q
  73.  
  74. T:\>_
  75.  
  76. ------------------------------------------------------------------------------
  77.  
  78.   We regret this was not caught in the Alpha/Beta/Gamma stages of testing,
  79.   but nobody is perfect (sheepish grin).
  80.  
  81.   The Forbin Project, Inc.
  82.  
  83.