[BACK]Return to goals.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/goals.html, Revision 1.35

1.3       fn          1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
1.1       david       2: <html>
1.3       fn          3: <head>
1.6       deraadt     4: <title>OpenBSD Project Goals</title>
1.3       fn          5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD project goals page">
                      8: <meta name="keywords" content="openbsd,goals">
                      9: <meta name="distribution" content="global">
1.15      deraadt    10: <meta name="copyright" content="This document copyright 1996 by OpenBSD.">
1.3       fn         11: </head>
                     12:
1.17      downsj     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
1.1       david      14:
1.34      pauls      15: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
1.17      downsj     16:
                     17: <p>
1.27      deraadt    18: <h2><font color=#0000e0>Project Goals</font></h2>
1.1       david      19:
1.3       fn         20: <p>
1.27      deraadt    21: Each developer working on OpenBSD has their own aims and priorities,
                     22: but it is possible to classify the goals we all share:
1.1       david      23: <ul>
1.29      deraadt    24: <li>Provide the best development platform possible.  <a href=anoncvs.html>
                     25:        Provide full source access to developers and users, including the
                     26:        ability to look at CVS tree change directly</a>.
                     27:        Users can even look at our source tree and changes
                     28:        <a href=http://www.openbsd.org/cgi-bin/cvsweb>directly on the web!</a>
                     29: <li>Integrate good code from any source with <a href=policy.html>acceptable
                     30:        copyright (Berkeley style preferred, GPL acceptable, NDA not)</a>.
                     31:        We want to make available source code that anyone can use for ANY
                     32:        PURPOSE, with no restrictions.
1.30      deraadt    33: <li>Pay attention to <a href=security.html>security problems and fix
1.28      deraadt    34:        them before anyone else does</a>. (Try to be the #1 most
                     35:        secure operating system).
1.29      deraadt    36: <li><a href=crypto.html>Greater integration of cryptographic software.</a>
1.35    ! deraadt    37:        This means IPsec, IPv6, key engines, Kerberos, free-AFS,
        !            38:        and other forms of strong crypto or crypto-using systems.
        !            39:        OpenBSD is developed and released from Canada and due to Canadian
        !            40:        law it is legal to export crypto to the world. (As
1.28      deraadt    41:        <a href=http://insight.mcmaster.ca/org/efc/pages/doc/crypto-export.html>
1.14      deraadt    42:        researched by a Canadian individual</a> and as
                     43:        <a href=http://axion.physics.ubc.ca/ECL.html>
1.31      deraadt    44:        documented in the Export Control list of Canada</a>).
1.27      deraadt    45:        OpenBSD developers are doing active research and development on
                     46:        IPSEC and the
1.18      deraadt    47:        <a href=http://wserver.physnet.uni-hamburg.de/provos/photuris/>
                     48:        Photuris key engine</a>.
1.28      deraadt    49: <li>Track and implement standards (ANSI, POSIX, parts of X/Open, etc.)
1.29      deraadt    50: <li>Work towards a very machine independent source tree.
                     51:        <a href=plat.html>Support as many different systems and hardware
                     52:        as feasible.</a>
1.21      kstailey   53: <li>Be as politics-free as possible; solutions should be decided on the
1.22      deraadt    54:        basis of technical merit.
1.35    ! deraadt    55: <li>Do not let serious problems sit unsolved.
1.3       fn         56: <li>Provide a good cross compile/development platform.
                     57: <li>Import external packages with minimal modifications - making upgrading
1.22      deraadt    58:        much easier. Also to submit back to the developers any changes made.
1.35    ! deraadt    59: <li><strong.<a href=orders.html>Make a CDROM-based release approximately
        !            60:        every six months</a>, in particular to fund the project...</strong>
1.1       david      61: </ul>
1.3       fn         62: </p>
1.1       david      63:
1.32      deraadt    64: <a name=funding>
1.27      deraadt    65: <h2><font color=#0000e0>Project Funding</font></h2>
1.26      deraadt    66:
                     67: Naturally, the OpenBSD project requires funds to operate, due to
                     68: internet line costs and the same hardware upgrade issues everyone
                     69: experiences.  For this reason, the project sells CDROMs of our most
                     70: recent release.  Thus, when you buy an OpenBSD CD, whether at a
                     71: conference, from one of our other locations, or from our
                     72: <a href=orders.html> CDROM ordering page</a>, you are helping to
                     73: increase the chance that OpenBSD will make future releases.
                     74:
                     75: <p>
                     76: It is also possible to donate funds or hardware, in which case your
                     77: name ends up on our <a href=donations.html>Donations page</a>.
                     78: For more information on this contact
                     79: <a href=mailto:deraadt@openbsd.org>Theo de Raadt</a> or simply send a
                     80: donation cheque in Canadian or US funds to:<p>
                     81:
                     82: OpenBSD<br>
                     83: 1933 6th St SE<br>
                     84: Calgary, Alberta<br>
                     85: Canada<br>
                     86: T2G 2Y3<br>
1.33      deraadt    87: (Make the cheque out to "Theo de Raadt", since I cannot cash cheques made
                     88: out to "OpenBSD".)<br>
1.26      deraadt    89:
                     90: <p>
                     91: Theo de Raadt has spent more than $30,000 (CDN) to make OpenBSD run so
                     92: far, mostly due to expensive networking costs in Canada and such (due
                     93: to USA crypto policies, it is not possible to move the project to the
                     94: USA).  No funding or cost-sharing of the project comes from any
                     95: company or educational institution.  As well, Theo works full-time on
1.32      deraadt    96: improving OpenBSD.  Additional funding is urgently needed at all times,
                     97: in fact a nice sponsorship or two would go a long ways towards ensuring
                     98: that OpenBSD continues to exist.  Currently the project is in grave
                     99: danger.
1.26      deraadt   100:
1.24      deraadt   101: <p>
1.25      deraadt   102: <strong>Please do not take this above statement too lightly, since the
1.26      deraadt   103: project is typically not in strong financial health.</strong>
1.24      deraadt   104:
1.1       david     105: <hr>
1.34      pauls     106: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       david     107: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.3       fn        108: <br>
1.35    ! deraadt   109: <small>$OpenBSD: goals.html,v 1.34 1998/06/19 15:06:28 pauls Exp $</small>
1.3       fn        110:
1.1       david     111: </body>
                    112: </html>