From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a0833bbed8752e1f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!wns14feed!worldnet.att.net!204.71.34.3!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: variable length strings Date: 27 Oct 2004 06:47:48 -0500 Organization: LJK Software Message-ID: References: <1861614.TWv5A9FgVL@linux1.krischik.com> <4178e979_1@baen1673807.greenlnk.net> <1195374.UMjBCk7lO1@linux1.krischik.com> <1154613.ipZcUgduzp@linux1.krischik.com> <1174011.lJ1dcgRM3Q@linux1.krischik.com> <1098814048.280053@master.nyc.kbcfp.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1098877619 2106 192.135.80.34 (27 Oct 2004 11:46:59 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Wed, 27 Oct 2004 11:46:59 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:5758 Date: 2004-10-27T06:47:48-05:00 List-Id: In article , Jacob Sparre Andersen writes: > Please distinguish between security (unauthorized access) and > denial-of-service. Since the time of the Orange Book, security has long been divided into three segments in discussions: Confidentiality Integrity Availability Denial-of-service issues clearly fall under Availability. Unauthorized access is just a tiny part of Confidentiality.