Slashdot Mirror


Microsoft Getting Paid for Patents in Linux?

kripkenstein noted an Interview with Jeremy Allison where the interviewer asks 'One of the persistent rumors that's going around is that certain large IT customers have already been paying Microsoft for patent licensing to cover their use of Linux, Samba and other free software projects.' and Jeremy responds "Yes, that's true, actually. I mean I have had people come up to me and essentially off the record admit that they had been threatened by Microsoft and had got patent cross license and had essentially taken out a license for Microsoft patents on the free software that they were using [...] But they're not telling anyone about it. They're completely doing it off the record."

16 of 377 comments (clear)

  1. Why shouldn't they ? by Space+cowboy · · Score: 5, Insightful


    Yes, I know, software patents are the spawn of Satan, no-one (not even me, actually :-) likes them. The point is, though, that software patents are currently completely legal, and any owner of such is going to exploit that. Why would anyone expect anything different ?

    I'm nowhere near a fanboy for Microsoft (quite the opposite, if you read my posting history), but in this case, I can't see they've done anything *wrong*. You can argue that software patents are bad - yes, agreed. You can argue that these particular patents are flawed, perhaps they are. You can argue that it's just not moral to profit from the work of others, and yes I agree with that too.

    But, sadly, what they're doing appears to be legal, so perhaps the ire ought to be directed at what makes it legal, rather than shooting the messenger (dammit :-).

    Simon (ducking)

    --
    Physicists get Hadrons!
    1. Re:Why shouldn't they ? by Canordis · · Score: 4, Insightful

      Legal isn't the same as moral. Just because there's no law against something doesn't make it morally acceptable.

      --
      I have never made but one prayer to God, a very short one: "O Lord, make my enemies ridiculous." And God granted it.
    2. Re:Why shouldn't they ? by grcumb · · Score: 4, Insightful

      Unless selling out = working with microsoft to provide non-GPL proprietory tools which allow better linux/windows interoperability and agreeing that both microsoft and linux code probably infringe on each other's patents and therefore agreeing not to sue each others' customers.

      No, selling out == doing an end-run around the GPL by exploiting a legal technicality that subverts the intent of the license and leaves other Linux vendors in a position of increased liability. At one and the same time, it also subverts Novell's position in the market, because GPL 3 is virtually guaranteed to block this hole, making Novell's future status (and therefore its clients' as well) quite uncertain.

      To my knowledge, there is no admission of infringement - or statement of non-infringement - of patents. The only thing it contains is an agreement not sue the others' customers. And this is the most insidious element of the agreement. It creates an atmosphere of FUD, and does nothing to clarify the two parties' relative positions.

      Make no mistake - the only winner in this debacle is Microsoft.

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
  2. NFS is easier anyways by tomstdenis · · Score: 5, Insightful

    No big loss. NFS is easier to use, has real file permissions, etc.

    Just another "innovation" from MSFT [smb] that they'll try to horde instead of playing the "let's weigh in on technical merits" game.

    And for fuck sake, why doesn't Windows support NFS? It makes mixing boxes on a lan such a bitch ... oh wait ... I get it.

    Tom

    --
    Someday, I'll have a real sig.
    1. Re:NFS is easier anyways by undertow3886 · · Score: 4, Insightful

      First of all, Windows does support NFS. Secondly, NFS security is a joke. All you have to do is change the user ID of your user on your machine to the user ID of the person you want to steal files from on the file server. Gods help your server admin if he doesn't have root_squash enabled. Then all you have to do is su to root on your machine, and you have access to everything on the file server.

      SMB has actual security and checks on the server side. Hence you have to type a password with mount -t smb, but not with mount -t nfs. Doesn't it seem kind of suspect when you don't have to enter a password with NFS?

      --
      Sick of people knocking on Gentoo's greatness in completely unrelated .sigs? Me too!
    2. Re:NFS is easier anyways by johnw · · Score: 4, Insightful

      NFS is a joke. The security model is broken in version 3, and in version 4, it's a complicated mess. This misses the point of the differences between NFS and SMB.

      NFS was designed for use in an environment where both client and server boxes were secure, multi-user systems. One logical connection per share would serve for multiple users. Of course, if you allow insecure clients into the equation then all your security is blown out of the water.

      SMB was designed on the assumption that the client would be an insecure single-user system. All the security is on the server, and connections are on a per-user basis.

      Neither system is really ideal for the situations which we have today. What is needed is a secure system which copes with multi-user client boxes.

      John
    3. Re:NFS is easier anyways by Coward+Anonymous · · Score: 4, Insightful

      "NFS was designed for use in an environment where both client and server boxes were secure, multi-user systems. One logical connection per share would serve for multiple users. Of course, if you allow insecure clients into the equation then all your security is blown out of the water."

      And in a world where network jacks are in every wall, it is trivially easy to bring in an "insecure client" and even easier to bring in a LiveCD with you favorite flavor of Linux, NFS is secure how? NFS's default "security" and "authentication" is trivial to circumvent in a practical sense in most corporate environments.
      SMB has many drawbacks. However, it's out-of-the-box authentication + ACL mechanism is vastly superior to what NFS (v2 & v3) has to offer. That is why NFSv4 ACLs look alot like Windows ACLs and why RPCSEC_GSS (aka Secure NFS) went from being an option to a MUST in RFC 3010.

  3. Re:Plausible, but no proof by DarkOx · · Score: 5, Insightful

    Its a nice thought and as a private organization or individual it might make sense but its not going to make sense to lots of corporate decision makers. Publicly admiting the Microsoft is threating to sue you is *Not* going to help your stock price any. Changes are you own some stock in the business yourself, so there is even a personal motiviation. Also there is going to be a long and costly legal battle if you decide to go the mat with M$. You can't afford to half ass your defense, if you lose its gonna really hurt so the only option is win, that is going to take dollars that you may not want to spend, because you could use them to be otherwise competivie, or you might not even have those dollars.

    No for most public companies its going to be cheaper to bow to M$ extortion, hint M$ will customize their demands so that is the case, then to fight them. Its no surpise at all M$ can basically shake down corporate FOSS users. Until the patent/copyright situation is really resolved and sadly I don't think the SCO case is going to fully resolve it, especially the patent side, M$ can bully anyone they want.

    Which is exactly what Novell was trying to stop ostensibly, although I think their motives were far less pure personaly.

    --
    Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
  4. Alternatively, you take file serving away from MS by Colin+Smith · · Score: 5, Insightful

    Write a free cross platform client and server network filesystem which runs on Windows, OSX, Unix, Linux and which uses an open standard for locking, authentication, encryption, ACLs etc.

    Leaving file serving in MS's control simply leaves you open to patent infringement etc.

    --
    Deleted
  5. Think of the Shareholders by virtigex · · Score: 5, Insightful

    Do publicly traded companies have to report this kind of thing? I would be quite concerned if a company whose stock I own was paying money under the table to organizations that had been found guilty of criminal acts. Does anybody have an idea of what companies are doing this, so that they can be asked in a stockholders' meeting.

  6. Re:fuck IP and MS and everybody by Explodicle · · Score: 4, Insightful

    fucking IP bullshit, people patent stuff just for patenting it so they can rape people later maybe someone should shoot them in the motherfucking head.
    Slashdot: Where defining "patent trolling" with the language of an asinine thirteen-year-old will get you modded "insightful"! Hooray!
  7. Everyone, out of the pool!!! by libkarl2 · · Score: 5, Insightful

    I have yet to hear of any evidence, *ever* in the history of computing, where software patents were anything more than the proverbial Turd In The Swimming Pool(tm). You CAN'T polish a turd! Plate it with gold and voila -- it's STILL a turd!

    As Floaters ensure that only the most discusting little kids ever use the swimming pool, Software Patents ensure that only the biggest, most amoral lawyer infested companies thrive in the tech industry.

    --
    You are where you are at the time you are there.
  8. Proof by nurb432 · · Score: 4, Insightful

    As of yet there is no proof they are doing this. " off the record, anonymous contacts" mean nothing.

    Now, if its proven to be happening, then ya. its time to get pissed off. ( though, no one can say this wasnt unexpected )

    --
    ---- Booth was a patriot ----
  9. Puts the Novell Deal in Perspective by segedunum · · Score: 4, Insightful

    Now we can see that Microsoft's deal with Novell was explicitly designed to create and solidify this impression amongst companies using Linux. Novell were well and truly bent over the table, despite the fact that they so innocently claim that they have not admitted any IP issues with Linux or the software they use.

  10. Re:Alternatively, you take file serving away from by shaitand · · Score: 4, Insightful

    There is a huge problem with this.

    'Write a free cross platform client and server network filesystem which runs on...'
    Here is the catch.

    '...OSX'
    Only Apple can make OSX natively support your new standard. They probably will since it is an open standard.

    '...Unix'
    Unix is modular and you could plug in your solution even if vendors didn't ship it. You probably wouldn't have much trouble getting vendors to include an implementation of your protocol since it only benefits them to do so.

    '...Linux'
    Duh

    '...Windows'
    And here is the show stopper. Only Microsoft can integrate native support for your protocol in windows. Further Microsoft has complete control of the API's that would be required to hook support into windows after installation and can change them at will and break your solution's installed base.

    Since Microsoft is a monopoly they don't have to play ball and interoperate with you. For the same reason, in order to have a chance of success you must interoperate with them.

  11. Re:Plausible, but no proof by HangingChad · · Score: 4, Insightful

    While the idea is plausible and scary, where's the proof?

    I'd like to know that, too. Name some of these companies. Because I work with a lot of big end users, most of them running Linux in some fashion, and they all seem to enjoy telling the MSFT rep they lost those sales. I've been in the meetings, MSFT has questioned Linux IP but not in any specific fashion. When I asked them point blank if that was a threat they backed right off it.

    You'd think if MSFT was really trying to muscle companies someone would be talking. Anyone have a copy of the letter? I'd be posting mine on Groklaw, then turn the stories in for here and Digg. I'd be amazed if MSFT could keep anything this big a secret as disorganized as they are.

    Or maybe a couple wise guys show up at the office and say if they don't pay bad "tings" might happen?

    Let's see some proof or this is FUD.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage