Slashdot Log In
Samba Adopts GPLv3 For Future Releases
Posted by
kdawson
on Mon Jul 09, 2007 06:20 PM
from the first-trickle-in-the-flood dept.
from the first-trickle-in-the-flood dept.
Jeremy Allison - Sam writes with news that the Samba Team has decided to adopt the GPLv3 and LGPLv3 licenses for all future releases of Samba. Follow the link for a FAQ addressed to Samba developers and contributors. "To allow people to distinguish which Samba version is released with the new GPLv3 license, we are updating our next version release number. The next planned version release was to be 3.0.26, this will now be renumbered so the GPLv3 version release will be 3.2.0. To be clear, all versions of Samba numbered 3.2 and later will be under the GPLv3, all versions of Samba numbered 3.0.x and before remain under the GPLv2."
Related Stories
[+]
News: Jeremy Allison Talks Samba and GPLv3 167 comments
dmarti writes "The software that enables Linux to act as a Windows file and print server is adopting the Free Software Foundation's new license. What will be the impact on users, distributors, and appliance vendors? Samba maintainer Jeremy Allison answers, in a podcast interview."
[+]
A Case Study In GPLv2 / GPLv3 Compatibility 239 comments
An anonymous reader writes "A project called OpenChange is working to develop an open source client library for Microsoft Exchange. They are heavily dependent on Samba code for the underlying protocol support and have been forced to move to GPLv3 once Samba moved. This has gotten in the way of legally adding support to other software such as KDE, which is unwilling or unable to go GPLv3." It sounds like all the developers involved expect the GPLv2/GPLv3 issues to be resolved in time.
Update: 10/01 12:26 GMT by KD : Dan Shearer, of OpenChange and the Samba Team, wrote in to correct the anonymous submitter's mistaken implication that OpenChange moved reluctantly to GPLv3. Read on for his actual position.
Update: 10/01 12:26 GMT by KD : Dan Shearer, of OpenChange and the Samba Team, wrote in to correct the anonymous submitter's mistaken implication that OpenChange moved reluctantly to GPLv3. Read on for his actual position.
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
Nothing for you to see here. Please move along. (Score:2, Insightful)
Re:Nothing for you to see here. Please move along. (Score:5, Insightful)
Parent
More like, who re-packages it. (Score:4, Insightful)
But more to the point, LOTS of vendors re-package Samba and sell it as NAS's and such.
Parent
Re: (Score:2, Interesting)
Re: (Score:2)
Re:More like, who re-packages it. (Score:5, Informative)
Jeremy.
Parent
Are you aware of any that do? (Score:2)
I'm not trying to be snippish or anything. But are there any vendors that you know of that do have such?
Particularly with the new Samba on the horizon.
Re:More like, who re-packages it. (Score:5, Interesting)
Parent
Re:More like, who re-packages it. (Score:4, Insightful)
Parent
Re:More like, who re-packages it. (Score:5, Interesting)
So, yes, this is major news for everyone developing/manufacturing/deploying/using/etc. anything Samba-related.
Parent
Re:More like, who re-packages it. (Score:5, Interesting)
In practice, I imagine such DRM would be done by signing an entire firmware image. Future practitioners of such DRM would just have to isolate the bits that really need to be sooper-sekrit if they want to use GPLv3 code.
Parent
Re: (Score:3, Interesting)
I highly doubt it. I don't know the legalese well enough (or law) to say for sure, but one of the main purposes of the GPL3 is to prevent exactly that.
Now, they could modify the kernel to implement the DRM, and release an unmodified Samba >=3.2. Since you could implement pretty much any DRM system in the kernel (and it's probably the best way to do it, short of hardware measures), Samba doing this stops very little. But it is cool, I think. Even though we may not be able to circumvent the DRM, we're f
Re:More like, who re-packages it. (Score:5, Insightful)
So, it doesn't matter whether the DRM scheme is on the kernel, on the firmware, or wherever. If it's blocking you, the end-user, from updating, upgrading, recompiling, downgrading, replacing etc. etc. etc. a piece of GPLv3 software, they are in violation of the license and must either: a) stop distributing those pieces of GPLv3 software; or b) comply with the license by providing you, the end user, all the required codes to mess with it as you see fit; or c) deal with the problem in the court when they're sued, and with the fact they're are going to lose. Furthermore, if they're wise and follow "b", there's nothing stopping you, the end user, from installing anything where Samba formerly was, what renders any DRM over the remaining pieces of software pretty much useless.
So, Samba doing this doesn't stop it very little. Samba doing this stops it entirely. Once you add holes in your DRM to accommodate the pieces of GPLv3 software you must add to it, there's in fact no DRM left in the device.
Parent
Re: (Score:3, Insightful)
They don't have to put any kind of DRM into Samba to still make the Samba server subject to DRM. Put it in the kernel, and if the kernel's key doesn't match the one in the firmware, and the file "shouldn't" be opened, the kernel denies access to the file. Samba is completely unmodified, they don't have to give out the keys because the kernel is under GPL2, and their modified kernel is the only one that can read the FS because it's encrypted. You aren't being blocked from using Samba in any way.
Re: (Score:3, Insightful)
It depends. Imagine a NAS which has features A and B, both accessible by the supplier-provided Samba. Per the GPLv3, the supplier must allow me to change this Samba to anything I wish. So, suppo
Re:Nothing for you to see here. Please move along. (Score:4, Interesting)
and *Nix machines is provided through this service, so iirc Novel will have to fork samba
Parent
Re: (Score:2)
Indeed. A lot of projects are going to be switching to GPLv3 from GPLv2 in the coming weeks and months, are we going to get an article for each one of these projects that change their status? Why is this news?
Could it be that Samba is a major interoperability tool for use with Windows, and as such it has an implact on interoperability with possibly non-GPLv3 distributions eg: Suse and other distros that have made deals with Microsoft.
In other words, if you want your Linux to work well with Windows (which in a big way means Samba), go for a GPLv3 version.
Re: (Score:3, Insightful)
Re: (Score:2)
Sorta like Microsoft's EULA? Which they say the GPLv3 doesnt apply to them [slashdot.org]
So, let me summerize (Score:4, Funny)
*.2.* indicates GPLv3
*.0.* indicates GPLv2
So, to easily remember this kids 2 equals 3 and 0 equals 2.
All set now?
smbfs? (Score:5, Interesting)
Re:smbfs? (Score:5, Informative)
Jeremy.
Parent
Re: (Score:3, Insightful)
Not dead yet. (Score:2)
The FAQ in the article is actually in error - you do not need to license your code as "GPLv2 or latter" to link against LGPLv3, just to link against GPLv3.
Re:Not dead yet. (Score:4, Insightful)
Jeremy.
Parent
Re:Not dead yet. (Score:4, Informative)
The real question is, what, exactly, do people think is going to happen? MS is going to buy the FSF and create a GPLv4 which is just an MS license? Do they think that somehow this means that the FSF will be able to steal your code away from you? None of these things are remotely likely, or in the case of the second, even reasonably possible.
The biggest concern is the FSF really screwing up, inadvertently, a new license. *That's* the only reasonable concern. The FSF has shown great care in the past, and present, in drafting their licenses, and it seems highly reasonable to assume they'll do so in the future. Of course, if it were as easy as you (and others) seem to think to relicense a project from GPLv2 to GPLv3 (or any other earlier-later transition), then there really wouldn't be an issue. But it *is* difficult, unless you are the sole programmer for a project, and you don't die or pass on stewardship of the project to someone else without granting them full copyright of your code. And if you do accept patches or other collaboration, then you'll have to be sure to consolidate fully copyrights from everyone who contributes code (which is the exact thing you are arguing *against* people doing).
On the other hand, just adding "or later" (not adding, actually, just not removing), you avoid all those problems. All those real problems which actually exist. You do leave yourself vulnerable to potential problems, primarily the FSF botching a subsequent license. But if your code is GPLvX or later, if GPLvX+1 is botched, you can still just use GPLvX. Of course, you can't stop others from switching over to a newer license, but your code will remain under the "GPLvX or later" license, if that's what you wish. And even if GPLvX+1 (or later) is botched, it's probably not botched all that much.
So the risk is small, the potential problems are small and fairly limited, and the potential for avoiding non-small, non-low risk problems is great. How is this foolish again?
Parent
Re: (Score:2)
Oh whew! (Score:3, Funny)
After all, its the morally correct thing to do.
Excellent work (Score:5, Insightful)
the FSF and Stallman have finally addressed patent issues and prevented tivoization. As a major project like Samba has adopted this, many other projects will probably also follow suit. It becomes harder and harder to stay GPL v 2 if the entire body of software is V3. Linus may have stated that the kernel won't have V3, but increasingly that will lead to the kernel being unable to incorporate the latest patches from others.
GPL3 not practical for Linux kernel (Score:5, Interesting)
Only the owner of the code is allowed to assign the license and people made submissions to Linux under the GPL2-flavored license. Linus has no authority to release all the Linux code under a new license since he only owns a small percentage of the code. There have been thousands of people submitting to Linus under the GPL2-flavored license and it is impractical, if not impossible, to track those submittors down and secure a GPL3 agreement from them.
Sure, Linux could adopt the SMB strategy of committing to make future release of Linux GPL3 (eg, say Linux 3.0). Then all submissions into that new version would have to be GPL3. Practically though, many of the big players in Linux might prefer GPL2 over GPL3 and that could force a fork.
Parent
Re:GPL3 not practical for Linux kernel (Score:4, Informative)
Parent
Corporate GPL contributions disappearing in 3-2-1 (Score:4, Interesting)
1. We make tivoized device.
2. OSS project which we use for the device switches to GPLv3.
3. We start looking at other alternatives, decide project is no longer useful to us.
4. We stop contributing to the project.
I anticipate there will be a lot of corporate contributors quietly exiting their Samba involvement in the near future. A few of these exits will see some pub when a major developer switches employers as a result, but most corporate OSS contributions will disappear with a whimper. GPLv3 will return OSS to the original egalitarian ideals, but it's probably going to reverse all the corporate uptake that has happened in the last few years. If you're about to say that this only applies to tivoized devices, you should take a look at the market and see that the majority of corporate uptake of OSS has been in internet-connected appliances.
Parent
Re:Corporate GPL contributions disappearing in 3-2 (Score:3, Informative)
Internet connected does not mean "tivoized".
For example, Linksys used the Linux kernel on its routers, got forced to publish the source and now you have 3rd party firmware for those devices. So, they did participate and they did use Linux. This deal would still be valid under GPLv3. The only thing you are not al
And now for the important part. (Score:3, Interesting)
Re:And now for the important part. (Score:4, Informative)
Jeremy.
Parent
Re:Why not v3.3.x? (Score:5, Funny)
Jeremy.
Parent
Re: (Score:2)
Re: (Score:2)
Re:Why not v3.3.x? (Score:4, Interesting)
It would be nice if slashcode's Preview would inform a poster about other replies that were made to the parent posting since the new posting was started or last previewed. That might cut down on the number of redundant follow-ups where some posters compose slower than others and don't think to click the parent's message number to reopen it in a new tab to check for other replies first.
Parent
Dev version isn't GPL3? (Score:2)
They really should've made the dev version 3.3 and the stable 3.4. It only makes sense.
Using 3.2 for a GPL3 release is the same kind of shit that Sun would pull to confuse us about which version of JACRONYM we are using, or which version of Solaris/Sun OS we're running.
Re:GPL 3 and Closed Source Addons/Extensions (Score:4, Informative)
Jeremy.
Parent
Re: (Score:3, Informative)
Apple is actually really modular with its code. You can replace a lot of components, and as long as they're compatible, there's no issue. I've upgraded several of the installed OSS pro
Re:Free software my ass (Score:4, Informative)
That's called the BSD license.
http://www.opensource.org/licenses/bsd-license.ph
Parent
Reason for BSD (Score:4, Informative)
"Public domain" only really applies to works with expired copyright, or works created by public institutions like the U.S. Government.
Parent
Re: (Score:3, Insightful)
How eloquently you trash the GPL when you obviously never read it. "RMS" and we who understand what he wants have absolutely no problems with people making money of software. What we have a problem with is getting software and then being at the mercy of its creator: If we get software, we want to be able to improve it, should the need arise; otherwise, if the company who distributed the non-free software
Re:In other news... (Score:5, Informative)
http://freshmeat.net/stats/ [freshmeat.net]
fully 65.74% are under the GPL with an additional 6.53% under the LGPL. If anyone is cutting themselves off from the mainstream it would be BSD and other types of license, it seems
Jeremy.
Parent
Re:In other news... (Score:5, Insightful)
As such, I believe the BSD style licenses are more idealistic than copyleft licenses, but less effective.
Parent
Re: (Score:3, Interesting)
Actually, it still think it's the other way around because in YOUR ideal world the BSD license would be enough and there would be no need for all the bits in the GPL that are there to somehow ensure everlasting freedom for the code. This makes YOU idealistic, which is good, but the BSD license itself seems to me to be far from idealistic, it seems more for people who don't want to be bothered to ever t
Re:Branch of Samba? (Score:4, Insightful)
Yes. And Samba has forked in the past.
But it's a big, complex project with a few people behind it and they're pretty good at what they do. Unless you can poach one of them to work on your fork, it'll probably be a good 6 months before anyone on your fork even understands what's going on under the hood, let alone is able to substantially improve on it. Once Samba 4 is declared stable, version 3 will suddenly appear very dated because 4 adds all sorts of goodies - AIUI the plan is to basically bring Samba up to the level of "able to act natively as a DC in an ADS domain" - and a fork will likely die on the vine or exist purely in commercial projects.
Parent
Re:Legal - "any later version" (Score:3, Informative)
Also, just looking at 3.0.25 here they have the "any later version" option. so even if you retained copyright to your patch you submitted it under the "any later version" clause so they are presumably free to invoke that (as would anyone else who wanted to fork the project).