Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Windows 2000 & Windows NT 4 Source Code Leaks

Posted by CmdrTaco on Thu Feb 12, 2004 04:43 PM
from the making-the-rounds dept.
PeterHammer writes "Neowin.net is reporting that Windows 2000 and Windows NT source code has been leaked to the internet. More on this as we hear it."
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2 | 3 | 4 | 5 | 6
  • it's true (Score:5, Insightful)

    by sperling (524821) * on Thursday February 12 2004, @04:43PM (#8262299)
    (http://www.darkfallonline.com/)
    A quick peek around indeed shows something named Windows.Source.Code.w2k.nt4.wxp.tar circulating, but this had to happen sooner or later, considering the number of institutions [microsoft.com] with access to the source. Wonder how long it'll take before a torrent of new worms using newly discovered security holes tear up the net.

    I for one would love to peek around in this, more out of curiosity than any desire to actually do something useful with it.

    • by Anonymous Coward on Thursday February 12 2004, @04:48PM (#8262419)
      This pretty much destroy's any argument that Windows is more secure because "the bad guys" can't look at the source code. And yet it won't get the positive aspect of "the good guys" reviewing the source code for bugs as it is illegal to make a copy of the code without a license to do so.
      [ Parent ]
      • by Anonymous Coward on Thursday February 12 2004, @05:05PM (#8262782)
        Just remember, eEye doesn't have access to the code and they have been sitting on exploits for months.

        Source helps, but it isn't everything.

        Does anyone else just get a tingly feeling seeing this article sitting on top of an article on Open Source being less secure because of it's openness?
        [ Parent ]
        • It's a TRAP!!! /Adm. Ackbar (Score:4, Insightful)

          by Thud457 (234763) on Thursday February 12 2004, @05:13PM (#8262930)
          (http://127.0.0.1:82/ | Last Journal: Monday September 26 2005, @01:53PM)
          Microsoft is sooooo obviously trying to pull an SCO here.

          If you work on any Open Source project, DO NOT LOOK!

          [ Parent ]
          • by vrtladept (674792) on Thursday February 12 2004, @05:17PM (#8262978)
            In my best Bruce Campbell voice "Stop, it's a trick. Get an axe!" Hail to the king baby!
            [ Parent ]
          • Re:It's a TRAP!!! /Adm. Ackbar (Score:5, Interesting)

            by Via_Patrino (702161) on Thursday February 12 2004, @05:25PM (#8263119)
            What about the opposite:
            Is there GPL code there?
            Ask an auditing company to
            diff NT4 2000 | grep -e yourcode
            and get an answer.

            I don't think they're playing SCO if they released just a part of it maybe but not the whole thing
            [ Parent ]
            • No GPL - Lots of BSD (Score:4, Interesting)

              by PetoskeyGuy (648788) on Thursday February 12 2004, @07:19PM (#8264548)
              I know they have at least the TCP/IP stack from BSD. I would be interested to see if the copyright comments are still on the files.
              [ Parent ]
              • Re:No GPL - Lots of BSD by Anonymous Coward (Score:2) Thursday February 12 2004, @08:06PM
              • Re:No GPL - Lots of BSD by Zak3056 (Score:3) Thursday February 12 2004, @08:35PM
              • by GridPoint (588140) on Friday February 13 2004, @12:42AM (#8266920)
                Yes, Microsoft is acknowledging the use of BSD licensed code. I don't know if they are doing it in the source code, but since they are putting copyright notices in the release notes for their software [microsoft.com] they probably have copyright notices in the source code too. Look at the copyright information on their page, they not only honor Berkeley but also a lot of other people that have been actively contributing to various BSD software such as Luigi Rizzo [unipi.it].
                [ Parent ]
              • Re:No GPL - Lots of BSD (Score:5, Informative)

                by Anonymous Coward on Thursday February 12 2004, @08:41PM (#8265304)
                The company was actually called Spider, and the Spider TCP/IP stack (which was BSD-derived) was used in exactly one MS operating system: Windows NT 3.1 (1993-1994).

                Windows NT 3.1 was released in 1993, and replaced in 1994 by Windows NT 3.5, which was much smaller, much faster and used an MS-written TCP/IP stack (which was presumably smaller and faster than the BSD-derived Spider stack). The MS TCP/IP stack in NT 3.5 was then ported to Win9x for the release of Windows 95.

                The lifetime of NT 3.1 was very brief, and during that brief lifetime, hardly anyone used it (because it was too big, too slow and there was no Win32 software), so the fact that its TCP/IP stack was BSD-derived is not really something to brag about.
                [ Parent ]
              • Re:No GPL - Lots of BSD (Score:5, Informative)

                by duffbeer703 (177751) * on Thursday February 12 2004, @09:52PM (#8265856)
                (http://www.dufftech.net/)
                That may be true, but there is BSD code in Windows XP.

                open up a command window and type "strings c:\windows\system32\ftp.exe"

                This will return:
                @(#) Copyright (c) 1983 The Regents of the University of California.

                All rights reserved.

                [ Parent ]
              • Re:No GPL - Lots of BSD (Score:5, Insightful)

                by Anonymous Coward on Thursday February 12 2004, @10:26PM (#8266099)
                Yeah, there are a few trivial and ancient/obsolete BSD command-line tools in Windows (finger, ftp, nslookup, rcp, rsh). They were ported from BSD, and you can see that they contain the appropriate copyright attribution. Note that none of the kernel-mode files (e.g. the TCP/IP drivers) contain any such strings.

                MS is naturally not opposed to using freely-available BSD code to achieve better interoperability with BSD/UNIX. MS Windows Services for UNIX, for example, includes a lot of modern BSD tools ported from OpenBSD. That's reasonable, of course, since it's supposed to provide a set of command-line tools familiar to UNIX systems administrators, and OpenBSD tools are known to be relatively good in terms of security.

                Importantly, MS's porting of OpenBSD userland tools to Services for UNIX is also good for OpenBSD, because it helps to establish those tools as something of a standard. If hordes of MS users become used to the OpenBSD userland tools, they'll be much likelier to start using OpenBSD if they want a UNIX-like OS than to start using, say, Linux.

                The common claim about the MS TCP/IP stack from open source zealots is that MS 'stole' the Windows TCP/IP stack from BSD because it couldn't write one of its own, which is of course complete nonsense. The handful of BSD tools in Windows are/were there to make it easier for UNIX users to access their systems from Windows. They're in no way critical to Windows as an operating system (in the way that, for example, a TCP/IP stack is).
                [ Parent ]
              • Re:No GPL - Lots of BSD by Anonymous Coward (Score:2) Friday February 13 2004, @06:25AM
              • Re:No GPL - Lots of BSD by _Sprocket_ (Score:2) Friday February 13 2004, @11:21AM
              • Re:No GPL - Lots of BSD by EmptyHead (Score:1) Friday February 13 2004, @12:30PM
              • Re:No GPL - Lots of BSD by bsdcow (Score:1) Friday February 13 2004, @12:58PM
              • Re:No GPL - Lots of BSD by 0x0000 (Score:1) Friday February 13 2004, @01:06PM
                • 1 reply beneath your current threshold.
              • Re:No GPL - Lots of BSD by Mr Z (Score:1) Friday February 13 2004, @03:48PM
              • Re:No GPL - Lots of BSD by vax (Score:1) Friday February 13 2004, @07:20PM
              • Hmmmm. I wonder who this AC is. by perfessor multigeek (Score:2) Friday February 13 2004, @07:27PM
              • Re:No GPL - Lots of BSD by duffbeer703 (Score:2) Friday February 13 2004, @09:41PM
              • Re:No GPL - Lots of BSD by Schmedlap (Score:1) Sunday February 15 2004, @12:04AM
              • 7 replies beneath your current threshold.
            • by Sivar (316343) <charlesnburns[@NoSPAm.]gmail.com> on Thursday February 12 2004, @09:17PM (#8265579)
              We have identified over one million lines of our IP in Microsoft's source code. While I cannot share most of them because they are a trade secret, here are three of the most glaring examples:

              #include

              for( ; ; )

              if(!stop) {

              Many of these lines have been copied verbatim several thousand times. We do not want to, but are forced to sue Microsoft for unlicensed use of our intellectual property.
              We will institute a licensing program called gplSource which will allow Windows users to obtain the legal rights to use our IP. This cost will be significantly discounted to early adopters.
              Already at least three Fortune 500 companies have seen the validity of our claims and have paid these fees on a per-CPU basis to continue using Windows. While we cannot divulge their names, they do exist. Really!
              [ Parent ]
            • Don't do that yourself! by Via_Patrino (Score:2) Friday February 13 2004, @10:17AM
            • Re:It's a TRAP!!! /Adm. Ackbar by Josh Booth (Score:2) Thursday February 12 2004, @08:56PM
            • Re:It's a TRAP!!! /Adm. Ackbar by adamjaskie (Score:2) Thursday February 12 2004, @09:36PM
              • 1 reply beneath your current threshold.
            • 3 replies beneath your current threshold.
          • by jafac (1449) on Thursday February 12 2004, @05:44PM (#8263385)
            (http://slashdot.org/)
            Worse still - if you work on any Open Source project, and you look at Microsoft Source code. . . DO NOT COPY IT!!!

            We like Linux as it is. Reliable, stable, and fast. Copying Microsoft code in would jeopardize that. Never mind the IP issues. . .
            [ Parent ]
          • It's worse than that! (Score:5, Funny)

            by RLW (662014) on Thursday February 12 2004, @05:56PM (#8263585)
            This is an attempt to corrupt your ability to write reliable code. It is the software equivalent of a Medusa. Once you've looked at it your mind will be agog to make blue screens. Do not look! For the love of Pete, DO NOT LOOK!!!!!
            [ Parent ]
          • Re:It's a TRAP!!! /Adm. Ackbar by Lord Kano (Score:2) Thursday February 12 2004, @06:02PM
          • Life is good. (Score:5, Funny)

            by mr_luc (413048) on Thursday February 12 2004, @06:02PM (#8263701)
            It's 5:15PM. I got home from work 2 hours ago, and had a nap. It is a beautiful day outside, and the Windows source code has been leaked.

            And I have 5 Moderator points.

            Today -- today, life is good.
            [ Parent ]
          • Re:It's a TRAP!!! /Adm. Ackbar by whittrash (Score:1) Thursday February 12 2004, @06:23PM
          • by orthogonal (588627) on Thursday February 12 2004, @06:30PM (#8264043)
            (Last Journal: Sunday April 16 2006, @10:03PM)
            Microsoft is sooooo obviously trying to pull an SCO here.

            If you work on any Open Source project, DO NOT LOOK!


            Whoops! I looked. And now it's clear why Microsoft bought a license from SCO.

            All these headers start with "Copyright, AT&T" and "Copyright, Regents of the University of California". I wonder what that's all about.

            (For the more literal-minded Slashdot readers: no I haven't really seen the code. This is a cheap jab at Microsoft, implying their code is derivative of unix and linux code,)

            [ Parent ]
          • Re:It's a TRAP!!! /Adm. Ackbar (Score:5, Insightful)

            by gujo-odori (473191) on Thursday February 12 2004, @07:07PM (#8264412)
            If you work on any Open Source project, DO NOT LOOK!


            This is extremely good advice. I would go even further and say that if you would ever like to work on an open source project, don't look. The presence on a project of a person who had seen the Windows source could put the entire project at risk.


            For a very practical example, consider Samba. If a person who had seen the Windows source were to contribute to Samba and it were later to come to light that the contributor had seen the Windows source, in the name of safety every piece of code that person contributed would have to be ripped out and replaced. Worse, to guarantee that there was no trace of taint, it would probably have to be replaced by people who had not only never been exposed to the Windows source, but who had also not seen the contributor's tainted code. In short, it would require the recruitment of people who had never worked on the project before, or even read the source. Finding those people would not be easy, to say nothing of the time and credibility that would be lost.


            For that matter, even if you have legally seen the Windows source because Microsoft has provided it to your employer under their shared source program, the same taint would follow you. If your employer has access to Windows source and your job does not require you to see that source, do yourself a favor: don't look.


            If you look at the Windows source, you at the least taint yourself WRT working on any project aimed at interoperability with Windows, and quite possibly on a much wider variety of projects than that.


            In short, JUST SAY NO.

            [ Parent ]
            • by iammaxus (683241) on Thursday February 12 2004, @08:12PM (#8265028)
              I think you people are going a little overboard. Windows source code isn't like a virus or something.
              Wait a minute....
              [ Parent ]
            • Re:It's a TRAP!!! /Adm. Ackbar (Score:5, Informative)

              by n1ywb (555767) on Thursday February 12 2004, @09:12PM (#8265543)
              (http://www.n1ywb.com/ | Last Journal: Wednesday April 28 2004, @03:12PM)
              I read rotten.com, I think I'm about as fscking tainted as they come. It's absurd to think that there would be ground for a lawsuit against an open source project you worked on because you had at one point glossed over the NT kernel source or something. That's like homeopathics [rotten.com] who believe that remedies should contain miniscule quantities of active ingredients. In fact, the "strongest" formulations usually contain not a single molecule of the substances in question. Zero parts per billion -- pure water.

              I've seen the Windows CE source. Maybe I should never program again because MS could sue me! I think not.

              PS No offence to homeopathics, I don't care what crazy shite you belive in.

              [ Parent ]
              • Re:It's a TRAP!!! /Adm. Ackbar (Score:5, Informative)

                by Anonymous Coward on Thursday February 12 2004, @09:27PM (#8265659)
                Think it absurd if you want; the law certainly allows for it. It works like this:

                1) You see some proprietary source, either legally or otherwise;

                2) You later work on some open source project;

                3) The copyright holder of the proprietary source in 1) looks at the open source project and decides that some sections of the code look strikingly similar to their own code. They further discover that you wrote or contributed to those sections. They call their lawyer. Now, it may well be a combination of "coincidence plus a limited number of ways to do X" that caused the similarity, but you're going to have to convince a judge and/or jury of that. The other side will have to convince them that you copied it. They've got the striking similarity plus the fact that you've seen their source. What have you got?

                Now, since you've seen the Windows CE source, why don't you ask the Samba project if you can join, and tell them you've seen MS source code (whether legally or not doesn't matter; seeing it is all that matters) and see if they will take you on as a developer.

                I bet they won't.
                [ Parent ]
              • 2 replies beneath your current threshold.
            • Re:It's a TRAP!!! /Adm. Ackbar by tsanth (Score:3) Thursday February 12 2004, @09:37PM
            • Re:It's a TRAP!!! /Adm. Ackbar by cbreaker (Score:2) Thursday February 12 2004, @10:30PM
              • Re:It's a TRAP!!! /Adm. Ackbar by gagy (Score:1) Thursday February 12 2004, @11:01PM
                • 1 reply beneath your current threshold.
              • Re:It's a TRAP!!! /Adm. Ackbar (Score:4, Interesting)

                by cbreaker (561297) on Thursday February 12 2004, @11:44PM (#8266629)
                (Last Journal: Tuesday December 12 2006, @07:54PM)
                Looking at the code and gaining some insite and knowledge to the inner workings of MS software, and using that knowledge to incorporate into your own product, may be illegal.

                But, it happens all the time. ALL the time. You think the programmers at MS haven't poured through the Linux code? If what you say is correct, then Windows must be littered with Linux code just because they studied and learned something from it?

                There's a line between reverse engineering and access to source code; but you're unlikely to prove something wasn't reverse engineered unless you copy and paste the code.

                It may be unethical to use leaked MS code to improve your compatibility solutions, but with all the underhanded and generally nasty things corporations are doing, it's just more of the same..

                And about your comment about the "IBM PC BIOS." Not even close. Proving that you copied a 256kbit bios is a lot easier then proving you used information learned from studying 50 lines of code out of 40GB...

                Hey, I'm no saint in real life.. no need to be one online.

                [ Parent ]
                • 1 reply beneath your current threshold.
              • 1 reply beneath your current threshold.
            • A TRAP? by polkadotduck (Score:2) Thursday February 12 2004, @10:58PM
              • 1 reply beneath your current threshold.
            • Re:It's a TRAP!!! /Adm. Ackbar (Score:4, Interesting)

              by AstroDrabb (534369) on Thursday February 12 2004, @11:31PM (#8266551)
              What laws are you basing your comments on? I was under the impression that it is against the law to DISTRIBUTE a copyrighted work, not to look at it. Can the RIAA sue me for listening to a song I hear on my friends CD player if I have not purchased the song? Of course not. I also do not think it is illegal to use the knowledge you may gain from seeing the source code. Unless of course that knowledge is covered under a patent. I am not a lawyer and can be completely off-base here.

              The other thing is that MS would have to PROVE that you did see/use the source code. You can just say that you reverse engineered it.

              Of course it is illegal to USE the source code. So if some wine guy goes and plops down a chunk of MS's source code into wine, then yes, that would be illegal. I am not sure if it would be illegal for some wine guy to look at the code and use some of that knowlege gained that is not under a patent in wine. Think about this. I can walk into a book store and read through a book. I can later write a book with that very same theme and I have not broken any copyright laws. What I cannot do is copy the book verbatim or distribute that as my own work.

              I am under the impression that copyright laws do not prevent you from creating a work based on knowledge of another work. As long as you do not use the original work verbatim. I can go and create a movie called Planet Wars with a lead character named Duke SlyStalker based on a very similiar theme as Star Wars. I can write a book with a theme just like LOTR with trolls, hobbits, elves, dwarfs, etc. I can paint my own version of very famous paintings. I can make music that sounds like other popular music.

              I don't see what legal case MS would have against someone who viewed their source code and made an application that used that knowledge, again, as long as their is not a patent covering what you are re-creating. The only way I can see MS having a legal case is if you signed an NDA with MS.

              *Note*: I am not a lawyer and I can be completely wrong about copyright laws.

              [ Parent ]
              • Re:It's a TRAP!!! /Adm. Ackbar (Score:4, Informative)

                by TKinias (455818) on Friday February 13 2004, @01:34AM (#8267219)

                scripsit AstroDrabb:

                I am under the impression that copyright laws do not prevent you from creating a work based on knowledge of another work. As long as you do not use the original work verbatim. I can go and create a movie called Planet Wars with a lead character named Duke SlyStalker based on a very similiar theme as Star Wars. I can write a book with a theme just like LOTR with trolls, hobbits, elves, dwarfs, etc. I can paint my own version of very famous paintings. I can make music that sounds like other popular music.

                IANAL either, but I've had to deal with copyright issues in academe. You cannot create a derivative work -- that is part of the copyright-holder's monopoly. You needn't use a single line of text verbatim for it to be considered a derivative work; a movie adaptation which mangles the plot and doesn't use any of a book's dialogue is still a derivative work. So would a translation into Mandarin or a children's version.

                There are exceptions, I believe, for parody -- various Star Wars knockoffs (e.g., the Death Star Clerks animation) are apparently legal as parody. Otherwise, you can get into hot water with the kind of things you're talking about. You have to be able to convince a jury that your work is not derivative of the earlier copyrighted work or you are infringing.

                The painting one is an interesting example, because most of the `famous' paintings one would be inclined to make works derivative of are not in copyright any more. And when it comes to music, pop all sounds alike anyway, so it would be pretty hard to argue that anything is derivative of anything else, unless it copied bars on end of melody or something.

                Now, academic plagiarism and copyright infringement are not the same thing, but the rule-of-thumb I tell students about plagiarism still applies: If I read your work and I think ``Hmm, I've read this somewhere before,'' there's already a problem. There doesn't have to be verbatim copying of text. It might not be enough to convict, so to speak, but unwelcome attention has been drawn and a legal fight is a possibility.

                [ Parent ]
              • Re:It's a TRAP!!! /Adm. Ackbar by Afty0r (Score:2) Friday February 13 2004, @08:37AM
              • Re:It's a TRAP!!! /Adm. Ackbar by Beryllium Sphere(tm) (Score:2) Friday February 13 2004, @10:26AM
              • Re:It's a TRAP!!! /Adm. Ackbar by Daulnay (Score:1) Friday February 13 2004, @12:34PM
              • Re:It's a TRAP!!! /Adm. Ackbar by Myopic (Score:1) Friday February 13 2004, @12:37PM
              • Re:It's a TRAP!!! /Adm. Ackbar by tchernobog (Score:1) Saturday February 14 2004, @11:00AM
              • Re:It's a TRAP!!! /Adm. Ackbar by Krunch (Score:2) Friday February 13 2004, @03:11AM
              • Re:It's a TRAP!!! /Adm. Ackbar by scott_davey (Score:1) Friday February 13 2004, @05:08AM
              • Re:It's a TRAP!!! /Adm. Ackbar by Brendan Byrd (Score:2) Friday February 13 2004, @07:11AM
              • Sometime life is stranger than fiction... by Thud457 (Score:1) Friday February 13 2004, @10:02AM
              • Re:It's a TRAP!!! /Adm. Ackbar by benlinkknilneb (Score:1) Friday February 13 2004, @11:42AM
              • Re:It's a TRAP!!! /Adm. Ackbar by Krunch (Score:1) Friday February 13 2004, @12:05PM
              • Re:It's a TRAP!!! /Adm. Ackbar by TKinias (Score:2) Friday February 13 2004, @09:49PM
              • Re:It's a TRAP!!! /Adm. Ackbar by AstroDrabb (Score:2) Saturday February 14 2004, @12:37PM
              • Re:It's a TRAP!!! /Adm. Ackbar by tchernobog (Score:1) Saturday February 14 2004, @12:53PM
              • Re:It's a TRAP!!! /Adm. Ackbar by AstroDrabb (Score:2) Saturday February 14 2004, @01:57PM
              • 4 replies beneath your current threshold.
            • Re:It's a TRAP!!! /Adm. Ackbar by archen (Score:2) Friday February 13 2004, @09:33AM
            • Re:It's a TRAP!!! /Adm. Ackbar by jay2003 (Score:1) Friday February 13 2004, @02:57PM
            • 4 replies beneath your current threshold.
          • Re:It's a TRAP!!! /Adm. Ackbar (Score:4, Insightful)

            by marauder404 (553310) <marauder404NO@SPAMyahoo.com> on Thursday February 12 2004, @08:07PM (#8264979)
            Microsoft is sooooo obviously trying to pull an SCO here.
            This is the among the most ridiculous theories that I've ever read on Slashdot (and I've seen some doozies in the past several years). Why would Microsoft go about trying to pull off what SCO did? So it could a bunch of Linux users (a LIBERAL estimate of 100M) for a paltry $500 a pop ... that's a mere $5B over the course of the next several years? Let's double it for a $1,000 each and it's still just $10B, nevermind all the expenses, including legal, to go about trying to collect something like that. Or, perhaps, they decide to go sue a handful of companies for a few billion dollars each after years of litigation and all kinds of negative PR. Microsoft's revenue was $34 billion for last year alone, $26B of it being profit.

            SCO's actions are based on a company with little revenue, little cash, and nothing to lose. Microsoft has everything to lose. Say what you will about Microsoft, but they didn't get to where they are today with silly moves like that.
            [ Parent ]
          • Re:It's a TRAP!!! /Adm. Ackbar by adrianbaugh (Score:3) Thursday February 12 2004, @08:48PM
          • Re:It's a TRAP!!! /Adm. Ackbar by Tough Love (Score:2) Thursday February 12 2004, @09:34PM
          • Re:It's a TRAP!!! /Adm. Ackbar by Trejkaz (Score:2) Thursday February 12 2004, @11:24PM
          • It's a FLOSS ! by Mr Europe (Score:1) Friday February 13 2004, @06:40AM
          • Re:It's a TRAP!!! /Adm. Ackbar by Austerity Empowers (Score:2) Friday February 13 2004, @09:53AM
          • Re:It's a TRAP!!! /Adm. Ackbar (Score:5, Informative)

            by 0x0000 (140863) <{zerohex} {at} {zerohex.com}> on Friday February 13 2004, @10:33AM (#8269576)
            (http://www.zerohex.com/)
            I think it's worse than just a simple trap.

            The Reuter's article on Yahoo [yahoo.com] contains a number of inaccuracies that are clearly prejudicial, and are probably sourced within Microsoft.

            It (the story) amounts to an obvious attempt to spin up a scenario that will lead ultimately to criminal prosectution of persons involved in Open Source. And the story being such an obvious attempt at spin doctoring could lead one to believe there is more going on here than one poorly written news story...

            Apparently Gates & Co. have decided their civil case fronted by SCO is not quite strong enough, and are trying to establish criminal precedent in order that, whether the current SCO effort succeeds or fails, the next case will be criminal.

            One could hope that the courts will develop enough tech skillz to determine that the line

            for (int i=0; i < cnt; i++) {


            showing up in both windoze and Linux code does not constitute proof of theft under some Gatesien system of jurisprudence ...

            Examples of the (imo) prejudicial language in the story [emphasis mine]:

            ...copies of the source code [...] were being traded over the internet


            There is no evidence cited that the code is being "traded". It appears that it is being distributed, but I haven't seen any reports of it being exchanged for anything else. This is key, since the languaged used here implies a profit motive on the part of the alleged "traders"; necesary for the criminal prosectution because there is a need to establish that the code is worth a great deal...

            Source code is the ... lifeblood of any software company


            This sounds like it came straight out of a Microsoft publicist. It is an emotional appeal statement, designed to imply a henious threat to the alleged victim, Microsoft (and by implication, SCO).

            The statement is factually inaccurate, even as metaphore. Source code is a principle part of the products manufactured by most software companies, but expertise in the creation of source code is more properly the "lifeblood" of the company.

            Of course, Microsoft is a bit challenged in the expertise dept, but that should be applied to "any software company"....

            Microsoft has [...] shared its source code with close partners and carefully chosen organizations, with legal agreements that threaten litigation in the event of that any of is leaked.
            ...followed by...

            "It's illegal for third parties to post Microsoft source code [...]"


            If it is indeed "illegal" for 3rd parties to post the sources, then why would the aforementioned "agreements" require threat of civil action? If it's illegal, there should be no need to lititgate. The threats would be of prosecution, not litigation.

            Furthermore, the word "share" here is ridiculous. If you've ever looked at what it takes to get an NDA to look at M$ sources, there's no "sharing" to it. It's a business transaction, and it doesn't happen unless M$ gets the lions "share" of any potential benefit.

            Software companies that create programs running on Windows need access to source code to build their own products.


            WTF? Well, admittedly I haven't written any "programs running on Windows" in quite a few years, but I no idea things had changed quite that much... [that's sarcasm in case you can't tell; the statement is just plain wrong]

            Microsoft said that it was working with the Federal Bureau of Investigation and legal authorities to try and track the origin
            [ Parent ]
          • 5 replies beneath your current threshold.
        • Due to the source code leak, Microsoft has delayed the release of the highly anticipated Windows 2000 till the summer of 2004.
          *time passes*
          Due to the source code leak, Microsoft has delayed the release of the highly anticipated Windows 2000 till the fall of 2004.
          *time passes*
          Due to the source code leak, Microsoft has delayed the release of the highly anticipated Windows 2000 till the release of Half-life 2.
          *time passes*
          Duke Nukem Forever released...
          [ Parent ]
        • Re:So much for security through obscurity by andy55 (Score:3) Thursday February 12 2004, @09:34PM
        • BBC Radio 4 by midgley (Score:1) Friday February 13 2004, @05:02AM
        • the irony of it all by php-eric (Score:1) Friday February 13 2004, @09:55AM
      • by Monkelectric (546685) <slashdot@@@monkelectric...com> on Thursday February 12 2004, @05:12PM (#8262910)
        Could this be a ploy to spur Win2k+3 updates? Blame the hackers for making win2k insecure. Oops you gotta upgrade now, sorry,
        [ Parent ]
      • So, when do you figure SCO will find their intellectual property in it?

        [ Parent ]