Slashdot Log In
OpenBSD Foundation Announced
Posted by
samzenpus
on Thu Jul 26, 2007 03:07 AM
from the check-it-out dept.
from the check-it-out dept.
OpenBDSfan writes "KernelTrap is reporting on the creation of the OpenBSD Foundation, a Canadian not-for-profit corporation intended to support OpenBSD and related projects, including OpenSSH, OpenBGPD, OpenNTPD, and OpenCVS. The announcement explains, "the OpenBSD Foundation will initially concentrate on facilitating larger donations of equipment, funds, documentation and resources. Small scale donations should continue to be submitted through the existing mechanisms.""
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.

Accounced? (Score:5, Funny)
OpenCVS? (Score:3, Insightful)
(http://rtfm.insomnia.org/~qg/ | Last Journal: Wednesday November 16 2005, @07:11AM)
You're a codin' machine Theo, but I wish you could learn to play well with others.
Re:OpenCVS? (Score:4, Insightful)
(http://slashdot.org/~Corporate%20Troll | Last Journal: Friday July 06, @03:55AM)
Complex == insecure to them. Which, to me, implies that secure == poverty.
No, you have your negation wrong.... If Complex == Insecure then !Complex = !Insecure, and thus Simple = Secure. The funny thing is: you cannot argue with that: simple is easier to audit and thus easier to audit. It really is that simple (Dah-dum!). Simple doesn't equate poverty, or a Lotus Elise is a poor-mans-car. (Having no radio, AC, etc...) Sorry for the "bad car analogy"(tm).
You also forget the target demographic for OpenBSD: this is not for your Desktop, nor even for your high-load server. You can use it for that, but the niche in which it lives is firewall, NAT, transparent bridging. Places where security matters more than anything else. Sure, a bit more complex to set up, you need to work more, but this is not your moms OS.
Re:OpenCVS? (Score:5, Informative)
(Last Journal: Thursday May 24, @01:08AM)
If Complex -> Insecure, then:
!Insecure -> !Complex; and
Secure -> Simple
Otherwise your method of reasoning would go like this:
Square = Four-sided-figure
!Square = !Four-sided-figure
. . . which doesn't make sense because then you could say "and thus, a non-square rectangle isn't a four-sided figure".
Good old Wikipedia has the details [wikipedia.org].
Re:OpenCVS? (Score:4, Funny)
(http://slashdot.org/~Corporate%20Troll | Last Journal: Friday July 06, @03:55AM)
Logical terminology! So We Meet Again, My old Arch Nemesis. ;-)
That's for clearing that up, you are of course 100% right.
Re:OpenCVS? (Score:5, Insightful)
(http://www.slack-fr.org/ | Last Journal: Wednesday November 07, @08:25AM)
Besides, choosing a stable and secure algorithm is not a bad idea. See this post for a valid example [undeadly.org].
Finally, I can't help but notice that Subversion is available as an OpenBSD package [openbsd.org], so quit your yakking already.
Sheesh, anti-OpenBSD trolls these days.
Re:OpenCVS? (Score:5, Informative)
(http://theravensnest.org/ | Last Journal: Sunday October 07, @07:05AM)
OpenBSD has a long history with CVS. It was the first open source project to run a public CVS server; previously all open source projects had run a private CVS server that only a few people could access, and published snapshots as tarballs.
They have a lot of revision history in their CVS repository, and feel it's important to maintain this due to the way in which their auditing process works. They might switch to something else at some point, but for now CVS is the best way they have of ensuring compatibility with CVS.
Currently, they use GNU CVS, but there have been a number of security problems with it in the recent past. Part of this comes from the fact that, when it was written, GNU projects used the private-CVS-public-snapshots development model, so only trusted people got access to the CVS server anyway. After fixing a few security holes in GNU CVS, the team decided that the code was in such a state that doing a full audit and getting it up to the standard required by OpenBSD would be more effort than writing a replacement, so they decided to replace it instead. So far, they have OpenRCS, which is a drop-in replacement for GNU RCS (on which CVS is built). Now they are working on the CVS component, and seem to be making good progress.
It's really not hard to understand. Considering the code quality of the rest of OpenBSD, I'd be more inclined to use their version than the GNU one if I needed CVS. Take a look at the recent BIND vulnerability that affected every platform except OpenBSD for an example.
Re:OpenCVS? (Score:4, Insightful)
Perhaps for your purposes. However, the CVS license it not consistent with the goals and philosophies of OpenBSD. So they created OpenCVS with a license that is appropriate.
the main source of theo thinking SVN isn't secure, is because that control freak didn't write it himself.
Do you have a link pointing to his quote on that?
openssl and openssh are 2 packages responsible for huge security holes over the years, both of which are his babies.
OpenSSL [openssl.org] is not Theo's "baby".
OpenSSH's security, while not perfect, has been excellent. Your unsubstantiated attribution of "huge security holes" to it seems to be intended as little more than a troll, since you did not provide any citations.
Re:OpenCVS? (Score:5, Insightful)
(http://www.slack-fr.org/ | Last Journal: Wednesday November 07, @08:25AM)
Except, of course, you have no fscking idea what you are talking about, since OpenSSL is not developed, or related to, OpenBSD and Theo de Raadt in any way [openssl.org].
As far as OpenSSH security holes [secunia.com] are concerned, please excuse me while I laugh. Most of these vulnerabilities are either denial of service, or someone who messed up with their OpenSSH implementation. A lot of people think they can improve on a perfectly good product by adding security holes in it.
As far as OpenCVS is concerned, they explain their rationale quite clearly:
Now, let me ask you: what part of "development has been mostly stagnant in the last years and many security issues have popped up" don't you understand?
Allow me to finish by adding this: read up a little bit before you start trolling. But that would be a waste of a perfectly good troll, right? Sheesh. Go back under your bridge, little troll.
Re:OpenCVS? (Score:5, Informative)
(http://inglorion.net/ | Last Journal: Thursday October 06 2005, @07:17AM)
Re:OpenCVS? (Score:5, Informative)
What people seems to forget is that even if CVS usage is replaced with something else (like for example SVN) it doesn't make all the old CVS repositories go away. So, 20 years into the future (when we have flying cars which runs on water) you sit there (on your levitating chair) and wants to extract some files from an old CVS repo you found in the company's archive. No problem, except that GNU CVS isn't available on SuperDuper Windows Extra Deluxe 2027, due to the fact that code base and build system is such a mess that no one manages to make packages for Cygwin anymore (that and the fact that Microsoft (Operating Systems Division) does not any longer permit that GPLed software is used on its products.
Ok, I'm exaggerating, but the point is that there is no fault in having a clean and maintainable code base for the future - even if it's only used for handling legacy projects.
Besides, who are we to tell these people how to use their spare time? If anyone want to re-implement Unix in Brainf*ck, then let them.
Interesting (Score:3, Insightful)
(http://beplacid.net/)
Either way i'm happy. At least there's even more support for open source software and anything non-windows related.
Re:Interesting (Score:5, Interesting)
(http://www.slack-fr.org/ | Last Journal: Wednesday November 07, @08:25AM)
Besides, the OpenBSD Foundation stated very clearly [openbsdfoundation.org] that it will focus on large donations (of funds, hardware, etc) and that small donations should be sent directly to OpenBSD through the usual channels. RTFA and all that.
I do think Theo will be A-OK with that.
Did anyone notice the spelling error? (Score:2)
Accounced (Score:4, Funny)
Netcraft confirms it! (Score:1, Funny)
(http://glowingfish.endofinternet.org/~mnharris)
The Race for funds begins (Score:1, Interesting)
But look at the overhead! NetBSD listed $10k in donations for 2006 and $2k in legal fees, while FreeBSD listed $87k in donations and $54k in payroll expenses. What! Does it take a full time person to collect $150k in donations in 6 months?
On the other hand, OpenBSD prides itself in being run by volunteers, so I think it should have lower overhead. We will see, how the three compare in getting the dollars. My money is going to OpenBSD.
That's the way to go (Score:1)
Canadian - It's got piracy written all over it! (Score:1)
(http://www.slickdeals.net/ | Last Journal: Tuesday July 03, @12:08PM)
Don't they realize that by establishing a Canadian foundation, they're aligning themselves with the greatest piracy threat against the MAFIAA members' intellectual property? Everyone knows OSS is all about piracy and cracking, and basing it in Canada increases that threat!
Not tax deductable! (Score:2)
(Last Journal: Saturday March 17 2007, @09:54AM)
From their Donations page:
If it's so stinking hard to do in Canada, maybe they should have done it in the US. You know, where there are a lot more people and large companies who might like a tax deduction for their donation?
If my mom can run a non-profit 501(c)(3) in the US and get all the paperwork done, anyone should be able to. But these BSD folks never seem to manage it.
Is Theo Involved? (Score:2)
(http://slashdot.org/~nurb432/ | Last Journal: Friday August 27 2004, @03:24PM)
While i respect him greatly for his technical abilities, as a marketing guy he sucks wind. His political views get in the way every time. ( and his abrasive personality does not help much either )
Do it, do it, do it! (Score:2, Insightful)
a disadvantage of foundations (Score:2)
(http://www.karastathis.org/ | Last Journal: Tuesday April 05 2005, @07:51PM)
Re:Accounced? (Score:2, Redundant)
(http://ettlz.blogspot.com/ | Last Journal: Sunday February 12 2006, @06:53PM)
Re:WTF (Score:4, Funny)
Another time I accounced my neighbours dog for barking while I was trying to sleep. I used a teaspoon. It was fun.
Re:OpenCVS? (Score:1, Insightful)
Re:OpenCVS? (Score:1)
It's because of the tradition, sure - and rather faint convicting force of some other version control system
Just look at the way CVSup http://www.cvsup.org/ [cvsup.org] is used.
These people just need a CVS software they would like to maintain for some time in the future.
Re:The communism is not dead (Score:1, Offtopic)
Re:The communism is not dead (Score:2, Offtopic)
I very much doubt that. I suspect that what your country was in the shadow of was Stalinism. Just because the nice American man said you were living under communism doesn't mean anything as Americans generally can not tell the difference between Communism, Stalinism, and Socialism (and assume they're all Stalinism).
Communism, like capitalism, is based on a model of the world which only works if everyone acts in exactly the way the inventor of the model thought they should. Neither work in reality; both need socialist elements to prevent them turning into a nightmare for all but the top 500 or so people in a country.
TWW