home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / advocacy / 32080 < prev    next >
Encoding:
Text File  |  1992-12-23  |  2.9 KB  |  74 lines

  1. Newsgroups: comp.sys.amiga.advocacy
  2. Path: sparky!uunet!cs.utexas.edu!usc!sol.ctr.columbia.edu!hemi!jerry
  3. From: jerry@msi.com (Jerry Shekhel)
  4. Subject: Re: Future Amiga chipsets
  5. References: <1992Dec23.185031.5218@murdoch.acc.Virginia.EDU>
  6. Sender: nobody@ctr.columbia.edu
  7. Organization: Molecular Simulations, Inc.
  8. Date: Wed, 23 Dec 1992 19:48:32 GMT
  9. X-Newsreader: TIN [version 1.1 PL8]
  10. Message-ID: <1992Dec23.194832.21264@sol.ctr.columbia.edu>
  11. X-Posted-From: hemi.msi.com
  12. NNTP-Posting-Host: sol.ctr.columbia.edu
  13. Lines: 59
  14.  
  15. Charles C. Bundy (ccb8m@onyx.cs.Virginia.EDU) wrote:
  16. :
  17. : Bzzzt, sorry Jerry, the Unix worm didn't require "immense" knowledge of
  18. : unix systems.  Any undergrad could have written it.  There was a backdoor
  19. : in mail such that the author could log in with system privleges to assist
  20. : the sysadmin with installation.  If your root, yer almighty as far as
  21. : unix is concerned, no clever hacks required to bypass memory protection,
  22. : or fiddle with the kernel.  The Morrison hack was a simple hunt and 
  23. : replicate.
  24. :
  25.  
  26. Oh puh-leeze.  You don't have to have immense knowledge of Unix systems,
  27. but you do have to know about back doors in "mail".  Listen to yourself
  28. for a minute.  I've worked with Unix for 8 years, and I don't know about
  29. any such back doors.  Why does every person at my company go to the sysadmin
  30. when they need temporary root access?  Why not just use the "mail" back door
  31. that "any undergrad" knows?  Nah, creating a self-replicating network-
  32. penetrating Unix virus is something "any undergrad" could do.  Do even *you*
  33. believe this BS?
  34.  
  35. :
  36. : As far as the "second-week" student goes, anyone with no brains can frob
  37. : the power switch on a unix/mini/mainframe.  How's that for screwing up?
  38. :
  39.  
  40. Multi-user systems typically sit in locked computer rooms.  Besides, we
  41. were talking about viruses.  I've yet to see a software program that can
  42. "frob" (whatever that means) a power switch.
  43.  
  44. :
  45. : Most second week students won't be using dynamic types (pointers) either,
  46. : so yer memory protection is a moot point...
  47. :
  48.  
  49. Charles, have you ever taken a class in computer science?  The first one
  50. I took, a C programming course, introduced arrays during the second week.
  51. Consider this program:
  52.  
  53.     int array[4];
  54.  
  55.     main(){
  56.        int i = 0;
  57.        while(1)
  58.         array[i++] = rand();
  59.     }
  60.  
  61. This program uses no pointers or dynamic allocation.  It would kill AmigaOS,
  62. but an OS with memory protection would kill *it*.
  63.  
  64. What are you trying to say, anyway, that memory protection is useless?  Shall
  65. we revive *that* thread?
  66.  
  67. : Charles C. Bundy IV
  68. --
  69. +-------------------+----------------------------+---------------------------+
  70. | JERRY J. SHEKHEL  | Molecular Simulations Inc. | Time just fades the pages |
  71. | Drummers do it... |     Burlington, MA USA     | in my book of memories.   |
  72. |    ... In rhythm! |        jerry@msi.com       |         -- Guns N' Roses  |
  73. +-------------------+----------------------------+---------------------------+
  74.