home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / dec / 5857 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  3.3 KB

  1. Xref: sparky comp.sys.dec:5857 comp.unix.ultrix:8191
  2. Path: sparky!uunet!destroyer!gatech!concert!ais.com!bruce
  3. From: bruce@ais.com (Bruce C. Wright)
  4. Newsgroups: comp.sys.dec,comp.unix.ultrix
  5. Subject: Re: Sanitize End Sectors?
  6. Message-ID: <1992Nov9.154440.5822@ais.com>
  7. Date: 9 Nov 92 15:44:40 GMT
  8. References: <1992Nov9.155043.4580@relay.nswc.navy.mil>
  9. Organization: Applied Information Systems, Chapel Hill, NC
  10. Lines: 62
  11.  
  12. In article <1992Nov9.155043.4580@relay.nswc.navy.mil>, wdence@nswc-wo.nswc.navy.mil (Walter Dence) writes:
  13. >      I need to send some files out.  I need to wipe the ends of the 
  14. > end-sectors with zeros (or circumflexes, or anything).  This is
  15. > in case there is any sensitive info carried over into them from
  16. > a previous disk volume that had sensitive info.
  17. >      There was a similar flap several months ago over Prodigy.
  18. >      Is there a DCL batch file or other utility to do this?
  19. >      Is there a FAQ for this newsgroup?
  20. >      Is there an Internet FTP site for DEC-VAX stuff?
  21. >      Does "High-Water Marking" have anything to do with this?
  22. > If a disk volume is set to "Overwrite-on-delete", will this fix
  23. > this problem.  Does the VAX environment have these features and are
  24. > they commonly used for this?
  25.  
  26. Umm.  I'm not sure how to answer this because it's not clear to me
  27. what you're trying to do.  Which operating system are you using?  The
  28. original article was cross-posted to the Ultrix newsgroup, but terms
  29. like `DCL' and `high-water marking' are more commonly associated with
  30. VMS than with Ultrix.  How are you sending the files out?  Tape (and
  31. which tape format if so), FTP, Kermit, or some other mechanism?  It's
  32. really not possible to give a definitive answer without knowing all
  33. these things.
  34.  
  35. But to give a partial answer to some of the questions:
  36.  
  37. There is a FAQ for the newsgroup, you might look for it in comp.os.vms
  38. (and/or news.answers) if you want information on VMS.  There are also
  39. several FTP sites for VMS and Ultrix software;  these are all given in
  40. the FAQ and I don't think that it's worth duplicating the information
  41. here (if you have trouble finding a site with the FAQ send me email and
  42. I'll send you a copy of it.  I think it's probably about time for a new
  43. edition so my copy is about a month out of date by now).
  44.  
  45. As for the questions about high-water marking and erase-on-delete, yes
  46. this is exactly the sort of thing that these features are for, although
  47. it's usually more relevant for security problems _within_ a single
  48. machine rather than files sent outside that machine.  I'm not sure if
  49. Ultrix has all of them but VMS certainly does.  You do have to explicitly
  50. enable them though.
  51.  
  52. Even if you _don't_ have high-water marking and erase-on-delete enabled
  53. on your machine, it _still_ may not matter as far as security problems
  54. are concerned, depending on how you plan to send the files.  Many file
  55. transfer methods don't transfer records past the end-of-file pointer in
  56. any event, so even if there _is_ sensitive data past the end-of-file
  57. pointer in the original file, it won't make it to the other system.
  58.  
  59. There should be some documentation on this topic in the VMS or Ultrix
  60. manual set;  that should help answer some of your questions.  If you
  61. still have trouble finding the information you need please give us more
  62. details about what OS you're using and how you're planning to transfer
  63. the files.
  64.  
  65. Good luck,
  66.  
  67. Bruce C. Wright
  68.