Stories
Slash Boxes
Comments

News for nerds, stuff that matters

OpenBSD Foundation Announced

Posted by samzenpus on Thu Jul 26, 2007 03:07 AM
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.
Display Options Threshold:
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)

    by Shambhu (198415) on Thursday July 26, @03:11AM (#19993755)
    s/check-it-out dept./spell-check-it dept./
  • OpenCVS? (Score:3, Insightful)

    Yep, cause this license [tigris.org] ain't free enough and, besides, we don't want anything that is better than CVS.

    You're a codin' machine Theo, but I wish you could learn to play well with others.

    • Re:OpenCVS? by timmarhy (Score:1) Thursday July 26, @03:35AM
      • Re:OpenCVS? by QuantumG (Score:2) Thursday July 26, @03:41AM
        • Re:OpenCVS? (Score:4, Insightful)

          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.

          [ Parent ]
        • Re:OpenCVS? (Score:5, Insightful)

          by Noryungi (70322) on Thursday July 26, @03:58AM (#19993975)
          (http://www.slack-fr.org/ | Last Journal: Wednesday November 07, @08:25AM)
          Just read up a little bit about OpenBSD, and you'll notice they are not afraid of complexity. Examples that come to mind are pf, OpenBGPD [openbgpd.org], W^X, etc.

          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.
          [ Parent ]
          • Re:OpenCVS? by QuantumG (Score:2) Thursday July 26, @04:49AM
            • Re:OpenCVS? by nacturation (Score:2) Thursday July 26, @05:05AM
              • Re:OpenCVS? by timmarhy (Score:2) Thursday July 26, @05:18AM
              • Re:OpenCVS? by 'nother poster (Score:1) Thursday July 26, @09:49AM
              • 1 reply beneath your current threshold.
            • Re:OpenCVS? (Score:5, Informative)

              by TheRaven64 (641858) on Thursday July 26, @06:40AM (#19994649)
              (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.

              [ Parent ]
              • Re:OpenCVS? by k8to (Score:1) Thursday July 26, @07:28AM
              • Re:OpenCVS? by RazzleDazzle (Score:2) Thursday July 26, @09:13AM
              • Re:OpenCVS? by junglee_iitk (Score:1) Thursday July 26, @12:57PM
              • Re:OpenCVS? by Antique Geekmeister (Score:3) Thursday July 26, @07:56AM
              • Re:OpenCVS? by zyche (Score:1) Thursday July 26, @02:33PM
              • Re:OpenCVS? by TheRaven64 (Score:2) Thursday July 26, @05:13PM
              • Re:OpenCVS? by junglee_iitk (Score:2) Friday July 27, @04:57PM
              • Re:OpenCVS? by k8to (Score:1) Tuesday August 07, @12:47PM
            • 1 reply beneath your current threshold.
          • Re:OpenCVS? by Just Some Guy (Score:2) Thursday July 26, @11:55AM
          • Re:OpenCVS? by kestasjk (Score:2) Thursday July 26, @05:28AM
          • Re:OpenCVS? (Score:4, Insightful)

            by QuietLagoon (813062) on Thursday July 26, @06:36AM (#19994625)
            the license for CVS is perfectly fine

            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.

            [ Parent ]
          • Re:OpenCVS? (Score:5, Insightful)

            by Noryungi (70322) on Thursday July 26, @06:45AM (#19994683)
            (http://www.slack-fr.org/ | Last Journal: Wednesday November 07, @08:25AM)

            the main source of theo thinking SVN isn't secure, is because that control freak didn't write it himself. which is ironic because openssl and openssh are 2 packages responsible for huge security holes over the years, both of which are his babies.

            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:

            The OpenCVS project was started after discussions regarding the latest GNU CVS vulnerabilities that came out. Although CVS is widely used, its development has been mostly stagnant in the last years and many security issues have popped up, both in the implementation and in the mechanisms.

            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.
            [ Parent ]
          • Re:OpenCVS? by dadragon (Score:1) Thursday July 26, @03:47PM
          • 2 replies beneath your current threshold.
        • Re:OpenCVS? by Ed Avis (Score:2) Thursday July 26, @06:40AM
        • Re:OpenCVS? by j-pimp (Score:2) Thursday July 26, @12:32PM
        • 1 reply beneath your current threshold.
      • You are VERY confused. by Anonymous Coward (Score:1) Thursday July 26, @07:00AM
      • Re:OpenCVS? by Dr. Smoove (Score:1) Thursday July 26, @09:36AM
      • 2 replies beneath your current threshold.
    • Re:OpenCVS? (Score:5, Informative)

      by RAMMS+EIN (578166) on Thursday July 26, @03:56AM (#19993955)
      (http://inglorion.net/ | Last Journal: Thursday October 06 2005, @07:17AM)
      Actually, I believe there was a good reason to create OpenCVS. Lots of sites still use CVS, but development GNU CVS is a mess and has become effectively unmaintained (leaving several vulnerabilities open). OpenCVS is intended for those sites who, for whatever reason, wish to continue using CVS, but also want some degree of security.
      [ Parent ]
    • Re:OpenCVS? (Score:5, Informative)

      by zyche (784345) on Thursday July 26, @05:14AM (#19994311)

      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.

      [ Parent ]
      • Re:OpenCVS? by QuantumG (Score:2) Thursday July 26, @05:57AM
        • Re:OpenCVS? by TheRaven64 (Score:3) Thursday July 26, @06:43AM
          • Re:OpenCVS? by Bananenrepublik (Score:2) Thursday July 26, @02:06PM
      • Re:OpenCVS? by cromar (Score:1) Thursday July 26, @11:17AM
      • 1 reply beneath your current threshold.
    • Re:OpenCVS? by umonkey (Score:1) Thursday July 26, @06:22AM
      • Re:OpenCVS? by TheRaven64 (Score:2) Thursday July 26, @06:46AM
    • Re:OpenCVS? by chriscappuccio (Score:1) Thursday July 26, @12:01PM
    • Re:OpenCVS? by QuantumG (Score:2) Thursday July 26, @07:48AM
    • 3 replies beneath your current threshold.
  • Interesting (Score:3, Insightful)

    by ilovegeorgebush (923173) on Thursday July 26, @03:29AM (#19993819)
    (http://beplacid.net/)
    I wonder what Theo will say about all this? 9 times out of 10 he tends to scorn things, so I wonder if he'll embrace this with open arms, or just shun it [forbes.com] like he does most things.

    Either way i'm happy. At least there's even more support for open source software and anything non-windows related.
  • by Cyberllama (113628) on Thursday July 26, @03:52AM (#19993927)

    OpenNTPD
    I'm pretty sure they meant "OpecCTPD".
  • Accounced (Score:4, Funny)

    by LittleImp (1020687) on Thursday July 26, @04:09AM (#19994031)
    Slashdot is according to Google already the Nr. 2 Source for accouncing!
    • 1 reply beneath your current threshold.
  • BSD is ACCOUNCED!
  • The Race for funds begins (Score:1, Interesting)

    by Anonymous Coward on Thursday July 26, @07:13AM (#19994863)
    I think this is great. Now it should be easier to see just how well the three *bsd camps are doing. FreeBSD has a list of donors on it's foundation web site. Heck, you can get listed for a $1-$19 donation. Sounds like they took a page from the OpenBSD folks, who would list donors on their web site and printed your name in the instructions with the CD for each release until there got to be too many. Now it is just on the web.

    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.
  • by Anonymous Coward on Thursday July 26, @07:45AM (#19995103)
    Congratulations! That's the way to go. This should have done long time ago. Nobody wants to donate/contribute to individuals. Good luck and best wishes. - Sagara

  • 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!

    • 1 reply beneath your current threshold.
  • by Ritchie70 (860516) on Thursday July 26, @10:47AM (#19997533)
    (Last Journal: Saturday March 17 2007, @09:54AM)

    From their Donations page:

    We are not a registered charity, in the sense that we do not issue tax deductible receipts. The reporting overhead (accounting and legal costs) to operate a registered charity in Canada is prohibitive without a sizable revenue stream. Currently, this would divert a great deal of resources that could be better utilized in helping build good free software. We do issue receipts (not tax deductable) for all donations.

    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)

    by nurb432 (527695) on Thursday July 26, @11:36AM (#19998385)
    (http://slashdot.org/~nurb432/ | Last Journal: Friday August 27 2004, @03:24PM)
    If so, you can pretty much forget about it making a difference.

    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)

    by Azuma Hazuki (955769) on Thursday July 26, @03:03PM (#20001595)
    I don't use OpenBSD at home (as mentioned, its niche is in firewalls and routers), but I think it's one of the most underrated and well-designed OSes in the history of modern computing. Theo de Raadt, abrasive as he is, is something like a thinner, paranoid RMS who showers once in a while, and I say that with only the best intentions. Like RMS, he may be hard to get along with, but he's nearly always right. Theo, if you're reading this, good luck!
  • Organisations that handle lots of money tend to attract people who look for a job or opportunities for personal gain and have no interest in its original mission. Considering that the founding members will sometime retire or leave, how can a foundation ensure that its original culture and focus on its mission will pass on to all new members within generations? I always regarded this as a disadvantage of formal organisations. I am not saying this specifically for OpenBSD (which I highly respect), but I am just raising a point for discussion.
  • Re:Accounced? (Score:2, Redundant)

    by ettlz (639203) on Thursday July 26, @03:48AM (#19993907)
    (http://ettlz.blogspot.com/ | Last Journal: Sunday February 12 2006, @06:53PM)
    Thankfully, nautral lagnuage has evolved enough redudnancy to provide for fairly reliable error corectiuon.
    [ Parent ]
  • Re:WTF (Score:4, Funny)

    by Antarius (542615) on Thursday July 26, @04:06AM (#19994011)
    I was accounced once. It's on my permanent record.

    Another time I accounced my neighbours dog for barking while I was trying to sleep. I used a teaspoon. It was fun.
    [ Parent ]
  • Re:OpenCVS? (Score:1, Insightful)

    by Anonymous Coward on Thursday July 26, @04:18AM (#19994065)
    CVS has the advantage that it is a fairly simple system compared to for example subversion, and it has also been stable for a long time. This means that it is much easier to audit and secure the code, compared to more complex tools. I have yet to see anyone claim the subversion is inherently more secure than CVS, or the securing subversion is somehow easier than securing CVS.
    [ Parent ]
  • Re:OpenCVS? (Score:1)

    by MaoTse (624765) on Thursday July 26, @04:50AM (#19994221)
    CVS stays very much relevant to whole BSD community (not only OpenBSD).
    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.
    [ Parent ]
  • Re:The communism is not dead (Score:1, Offtopic)

    by JamesRose (1062530) on Thursday July 26, @05:10AM (#19994291)
    Most governments are actually pretty good systems, and in theory they work, the reason countries got ruined by communism was corruption, a less corrupt system would have succeeded, and I think we'll soon find countries like Afganistan abusing democracy to become a theocracy and it'll be just as bad.
    [ Parent ]
    • 1 reply beneath your current threshold.
  • Re:The communism is not dead (Score:2, Offtopic)

    by nagora (177841) on Thursday July 26, @06:39AM (#19994641)
    my country used to be in its shadow and now it is ruined.

    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

    [ Parent ]
  • 11 replies beneath your current threshold.