Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
GNU is Not Unix Networking Open Source Apple

Apple Remove Samba From OS X 10.7 Because of GPLv3 1075

recoiledsnake writes "The upcoming release of Mac OS X 10.7 Lion Server will remove the formerly bundled open source Samba software and replace it with Apple's own tools for Windows file sharing and network directory services. In both Mac OS X Server and client editions, Samba enables Macs to share files with Windows clients on the network and access Windows file servers. It has also later allowed Mac OS X Server to work as an NT Domain Controller to manage network accounts and make roaming profiles and home directories available to Windows PC users. However, the Samba team has moved active development of the project to the more strict GPLv3 license, which prevents Apple from using the software commercially. Apple is now said to be recommending Active Directory to users who are still dependent upon the older NT Domain Controller network directory services. Apple has previously stopped contributing code to GCC and started looking at other options like LLVM because of GCC's switch to GPLv3."
This discussion has been archived. No new comments can be posted.

Apple Remove Samba From OS X 10.7 Because of GPLv3

Comments Filter:
  • by Microlith ( 54737 ) on Thursday March 24, 2011 @12:40PM (#35599932)

    True freedom is letting people do what they want.

    And under the GPLv3, you can still do whatever YOU want. The exception comes when you redistribute, because at that point it's not YOU using it, it's SOMEONE ELSE.

  • Comment removed (Score:4, Interesting)

    by account_deleted ( 4530225 ) on Thursday March 24, 2011 @12:54PM (#35600148)
    Comment removed based on user account deletion
  • by arivanov ( 12034 ) on Thursday March 24, 2011 @12:58PM (#35600236) Homepage

    Kind'a. It prevents Apple using the software commercially within its business methods and business strategy.

    Apple is a known "patents at dawn" company. That does not fit the GPLv3 mutual assured destruction patent clauses.

    So while other companies can use GPLv3 commercially, Apple cannot do so. It will be in violation of the license the next time it tries to lob a patent nuke which is something it does on a regular basis.

    Unfortunately, Apple is not alone here. Nearly all big companies are in the same position and they will follow suit. While I understand RMS aims and ideas here, that is really not the way. GPL should not be a replacement for court, legislation and enforcement.

  • by Microlith ( 54737 ) on Thursday March 24, 2011 @01:18PM (#35600588)

    What I said is that it's "Orwellian doublespeak" to use the word "liberty" to describe a scheme where you've set restrictions on how I can use and distribute something.

    That's because it's not liberty for YOU (that's already been granted) but for whomever gets it from you. Stop being so greedy and self-centered with your thought process.

  • by Blink Tag ( 944716 ) on Thursday March 24, 2011 @01:22PM (#35600684) Homepage

    You're either for software freedom or your not. GPL restricts what you can, therefor is not free.

    This kind of "either you see it my way our you're wrong" statement is NOT a good argument.

    GP didn't make a qualitative categorization of the rightness or wrongness of either position. You did that.

  • by ivoras ( 455934 ) <ivoras@NospaM.fer.hr> on Thursday March 24, 2011 @01:27PM (#35600776) Homepage

    And thus the tenets of Free Software relating to code availability and reusability are served with GPLv3 ... not!

    With GPLv3 it's an all-or-nothing situation: either the whole world will use Linux and be strictly copyleft, or it will avoid it and companies will reimplement the parts they need in a way that's more closed than before. That is why GPLv3 is a mistake.

  • by bsDaemon ( 87307 ) on Thursday March 24, 2011 @01:30PM (#35600836)

    Those who release code under a BSD license know that down-stream users can take the code wholesale, or make modifications, and do with it what they will. Those people aren't complaining about it. The only people who seem to make an issue out of it are people who haven't or wouldn't release code under a BSD license. Licenses are essentially a religious debate at this point, so please pardon my analogy when I say that pretending there is a debate on the BSD license is like pretending their is a debate on ID vs Evolution. Only one side is interested in having a debate, and that means there is no debate.

  • by Jeremy Allison - Sam ( 8157 ) on Thursday March 24, 2011 @01:45PM (#35601098) Homepage

    > "Do you want to give a justification of why you are willing to
    > keep using the GPL even though it means companies like
    > Apple are not willing to use your software?"

    Sure. Apple have never been a major contributor to Samba. Other companies like Google, IBM, Cisco, Symantec (and many other NAS vendors and OEM's) are happy to contribute and use Samba under GPL (both v2 and v3), so the GPL is still a vital tool to share development costs between companies who want to *contribute*, not just use.

    IMHO Apple want to keep their ability to sue over software patents, which the GPL is designed to make difficult.

    If you've been following the news recently I hope you see why this is becoming more and more important for Free Software code. Sort of off-topic, but software patents really are a threat to all software engineers and they don't distinguish between open source or proprietary code :-(.

    Jeremy.

  • by aristotle-dude ( 626586 ) on Thursday March 24, 2011 @01:56PM (#35601254)

    Nothing in the GPLv3 prohibits using the software commercially, unless that means taking software that others wrote and released and making it unfree.

    Really? What does DRM and keys have to do with the source code? If you take a binary created by GPL'ed code and then sign in with a key, what does that have to do with the original source? How is that different that compiling a binary, saving it in a password projected zip file? If you contribute any changes made to the actual code the binary is based on, shouldn't that be enough? I would argue that GPLV3 is a violation of copyright law. I should be free to take GPL'ed code, compile it into a binary, burn it onto a CD, defecate on that CD and then run over it with a truck if I want to. I would argue that how the binary is packaged is of no business to the original copyright lowers and it is an overreach of their rights under copyright law. I should be allowed to package it how I see fit as long as I contribute any source code changes needed to compile the same binary.

    I would argue that there is no need for GPL Version 3 and that Version 2 is the better license. GPL Version 3 will the the undoing of many projects in the FOSS movement as more companies realize that they have been screwed over by the projects they contributed to in good faith when it was under GPL Version 2.

  • Re:Closed ecosystem (Score:5, Interesting)

    by KugelKurt ( 908765 ) on Thursday March 24, 2011 @02:02PM (#35601352)

    Pretty much everyone working on core Mac OS X components has a *BSD background -- mostly former FreeBSD developers who were hired by Apple.
    All major BSDs are reluctant to even allow GPLv2 in their base system. They all don't like the whole copyleft concept at all. GPLv3 is completely forbidden in the base installation.

    Apple's Darwin team has a BSD culture which is apparent that Apple itself is moving away from the LGPL-like 'Apple Public Source License' to the BSDL-like Apache License 2 for Apple's own newer FOSS projects like libdispatch.

    GPLv3's anti-TIVO-ization clause was just the last nail in the coffin of Apple's GPL endorsement.

  • Re:Closed ecosystem (Score:5, Interesting)

    by huzur79 ( 1441705 ) on Thursday March 24, 2011 @02:18PM (#35601650)
    GPL v3 anti-TIVO-ization clause was the last nail in the coffin for me as a end user to. I avoid GPL v3 software as a end user because its Richard Stallmans political tool. Its not about freedoms any more like GPL v2
  • by Jeremy Allison - Sam ( 8157 ) on Thursday March 24, 2011 @02:47PM (#35602112) Homepage

    > So, a couple interesting things related to CIFS came to light
    > not long ago. The first was playing with Macs. They suck at
    > it, horrible performance. In 10.4 they couldn't even talk to the
    > NetApp with CIFS at all, they could talk to Windows servers
    > but slowly. NFS worked but it was a disaster trying to get
    > permissions to work right.
    >
    > We figured this was in part because they use Samba which
    > is not necessarily the fastest thing out there, and was
    > originally designed for reverse engineering SMB, not a
    > reference CIFS implementation like the NetApp.

    Oh dear. Is NetApp marketing really this good ?

    Firstly - the Mac client is written by Apple and is called smbfs, it's not Samba at all. It is Open Source code, released by Apple in Darwin. I know the engineers who write it, and they're really good and have been working on it for a while, so I'm sure it's gotten better since you tried it.

    Secondly, "a reference CIFS implementation like the NetApp." !!!!

    Oh. My. God. :-). NetApps CIFS implementation was written well after Samba, with some judicious peeks at the Samba code in order to implement the hard stuff (this was before Microsoft released their docs). That's ok, that's one of the reasons the Samba code is out there, so people can learn from it.

    As for being "a reference CIFS implementation". Just try running Samba's smbtorture4 test suite against NetApp's "a reference CIFS implementation" to discover how much of a "reference" they actually implemented.

    Jeremy.

  • by Sycraft-fu ( 314770 ) on Thursday March 24, 2011 @03:44PM (#35603066)

    No it is more in testing. What I find is this:

    Windows to Windows: Wire speed.
    Windows to NetApp: Wire speed.
    Windows to (current) Linux: Wire speed.
    MacOS to NetApp: Slow.
    MacOS to Windows: Slow.
    MacOS with ADmitMac to NetApp: Wire speed.
    MacOS with ADmitMac to Windows: Wire speed.

    This is with current OS 10.6. With older MacOS it didn't work with the NetApp at all.

    Like it or not, this is what my testing indicates, and my only conclusion can be that Apple either is using code that is bad with CIFS, or that they are making it slow on purpose. Like I said, Thursby (who makes ADmitMac) has a grade-A CIFS client and we license their software in part because of it.

Understanding is always the understanding of a smaller problem in relation to a bigger problem. -- P.D. Ouspensky

Working...