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

Annotation of www/innovations.html, Revision 1.31

1.1       schwarze    1: <!DOCTYPE html>
                      2: <html>
                      3: <head>
                      4: <meta charset="UTF-8"/>
                      5: <title>Software developed or maintained by the OpenBSD project</title>
1.31    ! deraadt     6: <meta name="viewport" content="width=device-width, initial-scale=1">
        !             7: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.30      sthen       8: <link rel="canonical" href="http://www.openbsd.org/innovations.html">
1.1       schwarze    9: </head>
                     10:
1.31    ! deraadt    11: <body bgcolor= "#ffffff" text= "#000000">
        !            12:
        !            13: <h2>
        !            14: <a href="index.html">
        !            15: <i><font color="#0000ff">Open</font></i><font color="#000084">BSD</font></a>
        !            16: <font color="#e00000">Innovations</font>
        !            17: <hr>
        !            18: </h2>
1.1       schwarze   19:
1.16      deraadt    20: <p>
                     21: (Sorted in order of introduction, approximately)
                     22: <p>
1.1       schwarze   23:
1.16      deraadt    24: <h3>Programs and subsystems</h3>
1.1       schwarze   25:
                     26: <ul>
1.29      beck       27: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/ypbind.8">ypbind(8)</a>,
                     28:   <a href="http://man.openbsd.org/OpenBSD-current/man8/ypset.8">ypset(8)</a>,
                     29:   <a href="http://man.openbsd.org/OpenBSD-current/man1/ypcat.1">ypcat(1)</a>,
                     30:   <a href="http://man.openbsd.org/OpenBSD-current/man1/ypmatch.1">ypmatch(1)</a>,
                     31:   <a href="http://man.openbsd.org/OpenBSD-current/man1/ypwhich.1">ypwhich(1)</a>:
1.16      deraadt    32:   Started by Theo de Raadt.
1.20      bentley    33:   Imported April 26, 1993 and first released with NetBSD 0.9.
1.29      beck       34: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/ypserv.8">ypserv(8)</a>:
1.16      deraadt    35:   Started by Mats O. Jansson in 1994.
                     36:   Imported October 23, 1995 and first released with OpenBSD 2.0.
1.29      beck       37: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/mopd.8">mopd(8)</a>:
1.22      schwarze   38:   Started by Mats O. Jansson in 1993.
                     39:   Imported September 21, 1996 and first released with OpenBSD 2.0.
1.4       schwarze   40: <li><a href="http://www.openbsd.org/anoncvs.html">AnonCVS</a>:
1.1       schwarze   41:   Designed and implemented by Chuck Cranor and Theo de Raadt in 1995
                     42:   (<a href="http://www.openbsd.org/papers/anoncvs-paper.pdf">paper</a>,
1.16      deraadt    43:   <a href="http://www.openbsd.org/papers/anoncvs-slides.pdf">slides</a>)
1.29      beck       44: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/aucat.1">aucat(1)</a>:
1.1       schwarze   45:   Started by Kenneth Stailey.
                     46:   Imported January 2, 1997 and first released with OpenBSD 2.1.
1.16      deraadt    47:   Now maintained by Alexandre Ratchov.
1.22      schwarze   48: <li><a href="http://www.openssh.org/">OpenSSH</a>
1.29      beck       49:   including <a href="http://man.openbsd.org/OpenBSD-current/man1/ssh.1">ssh(1)</a>,
                     50:   <a href="http://man.openbsd.org/OpenBSD-current/man1/scp.1">scp(1)</a>,
                     51:   <a href="http://man.openbsd.org/OpenBSD-current/man1/sftp.1">sftp(1)</a>,
                     52:   <a href="http://man.openbsd.org/OpenBSD-current/man1/ssh-add.1">ssh-add(1)</a>,
                     53:   <a href="http://man.openbsd.org/OpenBSD-current/man1/ssh-agent.1">ssh-agent(1)</a>,
                     54:   <a href="http://man.openbsd.org/OpenBSD-current/man1/ssh-keygen.1">ssh-keygen(1)</a>,
                     55:   <a href="http://man.openbsd.org/OpenBSD-current/man8/sshd.8">sshd(8)</a>,
                     56:   <a href="http://man.openbsd.org/OpenBSD-current/man8/sftp-server.8">sftp-server(8)</a>:
1.22      schwarze   57:   Started by Aaron Campbell, Bob Beck, Dug Song, Markus Friedl,
                     58:   Niels Provos, and Theo de Raadt
                     59:   as a fork of SSH 1.2.12 by Tatu Ylonen.
                     60:   Imported September 26, 1999 and first released with OpenBSD 2.6.
                     61:   Now maintained by Markus Friedl, Damien Miller, Darren Tucker, and
                     62:   Theo de Raadt.
1.29      beck       63: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/mg.1">mg(1)</a>:
1.22      schwarze   64:   Started by Dave Conroy in November 1986.
                     65:   Imported February 25, 2000 and first released with OpenBSD 2.7.
                     66:   Now maintained by Mark Lumsden.
1.29      beck       67: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/m4.1">m4(1)</a>:
1.22      schwarze   68:   Originally implemented by Ozan Yigit and Richard A. O'Keefe for 4.3BSD-Reno.
                     69:   Considerably extended and maintained by Marc Espie since 1999.
1.29      beck       70: <li><a href="http://man.openbsd.org/OpenBSD-current/man4/pf.4">pf(4)</a>,
                     71:   <a href="http://man.openbsd.org/OpenBSD-current/man8/pfctl.8">pfctl(8)</a>,
                     72:   <a href="http://man.openbsd.org/OpenBSD-current/man8/pflogd.8">pflogd(8)</a>,
                     73:   <a href="http://man.openbsd.org/OpenBSD-current/man8/authpf.8">authpf(8)</a>,
                     74:   <a href="http://man.openbsd.org/OpenBSD-current/man8/ftp-proxy.8">ftp-proxy(8)</a>:
1.1       schwarze   75:   Started by Daniel Hartmeier
                     76:   as a replacement for the non-free ipf by Darren Reed.
                     77:   Imported June 24, 2001 and first released with OpenBSD 3.0.
1.16      deraadt    78:   Now maintained by Henning Brauer.
1.29      beck       79: <li><a href="http://man.openbsd.org/OpenBSD-current/man4/systrace.4">systrace(4)</a>,
                     80:   <a href="http://man.openbsd.org/OpenBSD-current/man1/systrace.1">systrace(1)</a>:
1.1       schwarze   81:   Started by Niels Provos.
                     82:   Imported June 4, 2002 and first released with OpenBSD 3.2.
1.29      beck       83: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/spamd.8">spamd(8)</a>:
1.16      deraadt    84:   Written by Bob Beck. Imported December 21, 2002 and first released with OpenBSD 3.3.
1.29      beck       85: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/dc.1">dc(1)</a>:
1.1       schwarze   86:   Written and maintained by Otto Moerbeek.
                     87:   Imported September 19, 2003 and first released with OpenBSD 3.5.
1.29      beck       88: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/bc.1">bc(1)</a>:
1.1       schwarze   89:   Written and maintained by Otto Moerbeek.
                     90:   Imported September 25, 2003 and first released with OpenBSD 3.5.
1.29      beck       91: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/sensorsd.8">sensorsd(8)</a>:
1.1       schwarze   92:   Started by Henning Brauer.
1.16      deraadt    93:   Imported September 24, 2003 and first released with OpenBSD 3.5.
1.25      schwarze   94:   Reworked by Constantine A. Murenin.
1.29      beck       95: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/pkg_add.1">pkg_add(1)</a>:
1.1       schwarze   96:   Written and maintained by Marc Espie.
1.16      deraadt    97:   Imported October 16, 2003 and first released with OpenBSD 3.5.
1.29      beck       98: <li><a href="http://man.openbsd.org/OpenBSD-current/man4/carp.4">carp(4)</a>:
1.1       schwarze   99:   Written by Mickey Shalayeff, Markus Friedl, Marco Pfatschbacher,
                    100:   and Ryan McBride.
                    101:   Imported October 17, 2003 and first released with OpenBSD 3.5.
1.16      deraadt   102: <li><a href="http://www.openbgpd.org/">OpenBGPD</a>
1.29      beck      103:   including <a href="http://man.openbsd.org/OpenBSD-current/man8/bgpd.8">bgpd(8)</a>
                    104:   and <a href="http://man.openbsd.org/OpenBSD-current/man8/bgpctl.8">bgpctl(8)</a>:
1.16      deraadt   105:   Written and maintained by Henning Brauer and Claudio Jeker.
                    106:   Imported December 17, 2003 and first released with OpenBSD 3.5.
1.29      beck      107: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/dhclient.8">dhclient(8)</a>:
1.22      schwarze  108:   Started by Ted Lemon and Elliot Poger in 1996.
                    109:   Imported January 18, 2004 and first released with OpenBSD 3.5.
                    110:   Reworked by Henning Brauer.
                    111:   Now maintained by Kenneth Westerback.
1.29      beck      112: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/dhcpd.8">dhcpd(8)</a>:
1.22      schwarze  113:   Started by Ted Lemon in 1995.
                    114:   Imported April 13, 2004 and first released with OpenBSD 3.6.
                    115:   Reworked by Henning Brauer.
                    116:   Now maintained by Kenneth Westerback.
1.29      beck      117: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/hotplugd.8">hotplugd(8)</a>:
1.1       schwarze  118:   Started by Alexander Yurchenko.
1.16      deraadt   119:   Imported May 30, 2004 and first released with OpenBSD 3.6.
                    120: <li><a href="http://www.openntpd.org/">OpenNTPD</a>
1.29      beck      121:   including <a href="http://man.openbsd.org/OpenBSD-current/man8/ntpd.8">ntpd(8)</a>
                    122:   and <a href="http://man.openbsd.org/OpenBSD-current/man8/ntpctl.8">ntpctl(8)</a>:
1.16      deraadt   123:   Written and maintained by Henning Brauer.
                    124:   Imported May 31, 2004 and first released with OpenBSD 3.6.
                    125:   Portable version maintained by Brent Cook.
1.29      beck      126: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/dpb.1">dpb(1)</a>:
1.2       schwarze  127:   Started by Nikolay Sturm on August 10, 2004; first available for OpenBSD 3.6.
1.16      deraadt   128:   Rewritten and maintained by Marc Espie since August 20, 2010.
1.29      beck      129: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/ospfd.8">ospfd(8)</a>,
                    130:   <a href="http://man.openbsd.org/OpenBSD-current/man8/ospfctl.8">ospfctl(8)</a>:
1.1       schwarze  131:   Started by Esben Norby and Claudio Jeker.
1.16      deraadt   132:   Imported January 28, 2005 and first released with OpenBSD 3.7.
1.29      beck      133: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/ifstated.8">ifstated(8)</a>:
1.22      schwarze  134:   Started by Marco Pfatschbacher and Ryan McBride.
                    135:   Imported January 23, 2004 and first released with OpenBSD 3.8.
1.29      beck      136: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/bioctl.8">bioctl(8)</a>:
1.1       schwarze  137:   Started by Marco Peereboom.
1.16      deraadt   138:   Imported March 29, 2005 and first released with OpenBSD 3.8.
1.29      beck      139: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/hostapd.8">hostapd(8)</a>:
1.1       schwarze  140:   Written and maintained by Reyk Floeter.
1.16      deraadt   141:   Imported May 26, 2005 and first released with OpenBSD 3.8.
1.29      beck      142: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/watchdogd.8">watchdogd(8)</a>:
1.1       schwarze  143:   Started by Marc Balmer.
1.16      deraadt   144:   Imported August 8, 2005 and first released with OpenBSD 3.8.
1.29      beck      145: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/sdiff.1">sdiff(1)</a>:
1.5       schwarze  146:   Written by Ray Lai.
1.16      deraadt   147:   Imported December 27, 2005 and first released with OpenBSD 3.9.
1.29      beck      148: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/dvmrpd.8">dvmrpd(8)</a>,
                    149:   <a href="http://man.openbsd.org/OpenBSD-current/man8/dvmrpctl.8">dvmrpctl(8)</a>:
1.1       schwarze  150:   Started by Esben Norby.
1.16      deraadt   151:   Imported June 1, 2006 and first released with OpenBSD 4.0.
1.29      beck      152: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/ripd.8">ripd(8)</a>,
                    153:   <a href="http://man.openbsd.org/OpenBSD-current/man8/ripctl.8">ripctl(8)</a>:
1.1       schwarze  154:   Started by Michele Marchetto.
1.16      deraadt   155:   Imported October 18, 2006 and first released with OpenBSD 4.1.
1.29      beck      156: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/pkg-config.1">pkg-config(1)</a>:
1.10      schwarze  157:   Started by Chris Kuethe and Marc Espie.
                    158:   Imported November 27, 2006 and first released with OpenBSD 4.1.
1.16      deraadt   159:   Now maintained by Jasper Lievisse Adriaanse.
1.29      beck      160: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/relayd.8">relayd(8)</a>
                    161:   with <a href="http://man.openbsd.org/OpenBSD-current/man8/relayctl.8">relayctl(8)</a>:
1.16      deraadt   162:   Started by Pierre-Yves Ritschard and Reyk Floeter.
                    163:   Imported December 16, 2006 and first released with OpenBSD 4.1.
                    164:   Now maintained by Reyk Floeter and Sebastian Benoit.<br/>
1.29      beck      165: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/cwm.1">cwm(1)</a>:
1.22      schwarze  166:   Started by <a href="http://monkey.org/~marius/cwm/README">Marius
1.23      schwarze  167:   Aamodt Eriksen</A> in 2004.
1.22      schwarze  168:   Imported April 27, 2007 and first released with OpenBSD 4.2.
                    169:   Now maintained by Okan Demirmen.
1.29      beck      170: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/ospf6d.8">ospf6d(8)</a>,
                    171:   <a href="http://man.openbsd.org/OpenBSD-current/man8/ospf6ctl.8">ospf6ctl(8)</a>:
1.1       schwarze  172:   Started by Esben Norby and Claudio Jeker.
1.16      deraadt   173:   Imported October 8, 2007 and first released with OpenBSD 4.2.
1.29      beck      174: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/libtool.1">libtool(1)</a>:
1.10      schwarze  175:   Written by Steven Mestdagh and Marc Espie.
                    176:   Imported October 28, 2007 and first available for OpenBSD 4.3.
                    177:   Now maintained by Marc Espie, Jasper Lievisse Adriaanse,
1.16      deraadt   178:   and Antoine Jacoutot.
1.29      beck      179: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/snmpd.8">snmpd(8)</a>,
                    180:   <a href="http://man.openbsd.org/OpenBSD-current/man8/snmpctl.8">snmpctl(8)</a>:
1.1       schwarze  181:   Started by Reyk Floeter.
                    182:   Imported December 5, 2007 and first released with OpenBSD 4.3.
1.16      deraadt   183:   Maintained by Reyk Floeter and Bret Lambert.
1.29      beck      184: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/sysmerge.8">sysmerge(8)</a>:
1.22      schwarze  185:   Written and maintained by Antoine Jacoutot,
                    186:   originally forked from mergemaster by Douglas Barton.
                    187:   Imported April 22, 2008, first released with OpenBSD 4.4.
1.29      beck      188: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/ypldap.8">ypldap(8)</a>:
1.1       schwarze  189:   Started by Pierre-Yves Ritschard.
1.16      deraadt   190:   Imported June 26, 2008 and first released with OpenBSD 4.4.
                    191: <li><a href="http://www.opensmtpd.org/">OpenSMTPD</a>
1.29      beck      192:   including <a href="http://man.openbsd.org/OpenBSD-current/man8/smtpd.8">smtpd(8)</a>,
                    193:   <a href="http://man.openbsd.org/OpenBSD-current/man8/smtpctl.8">smtpctl(8)</a>,
                    194:   <a href="http://man.openbsd.org/OpenBSD-current/man8/makemap.8">makemap(8)</a>:
1.16      deraadt   195:   Started by Gilles Chehade.
                    196:   Imported November 1, 2008 and first released with OpenBSD 4.6.
                    197:   Now maintained by Gilles Chehade and Eric Faurot.
1.22      schwarze  198: <li><a href="http://tmux.github.io/">tmux</a>,
1.29      beck      199:   <a href="http://man.openbsd.org/OpenBSD-current/man1/tmux.1">tmux(1)</a>:
1.22      schwarze  200:   Started in 2007 and maintained by Nicholas Marriott.
                    201:   Imported June 1, 2009, first released with OpenBSD 4.6.
1.29      beck      202: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/ldpd.8">ldpd(8)</a>,
                    203:   <a href="http://man.openbsd.org/OpenBSD-current/man8/ldpctl.8">ldpctl(8)</a>:
1.22      schwarze  204:   Started by Michele Marchetto.
                    205:   Imported June 1, 2009 and first released with OpenBSD 4.6.
                    206:   Now maintained by Claudio Jeker.
                    207: <li><a href="http://mdocml.bsd.lv/">mandoc</a>
1.29      beck      208:   including <a href="http://man.openbsd.org/OpenBSD-current/man1/mandoc.1">mandoc(1)</a>,
                    209:   <a href="http://man.openbsd.org/OpenBSD-current/man1/man.1">man(1)</a>,
                    210:   <a href="http://man.openbsd.org/OpenBSD-current/man1/apropos.1">apropos(1)</a>,
                    211:   <a href="http://man.openbsd.org/OpenBSD-current/man8/makewhatis.8">makewhatis(8)</a>,
                    212:   <a href="http://man.openbsd.org/mandoc/man8/man.cgi.8">man.cgi(8)</a>:
1.22      schwarze  213:   Started by Kristaps Dzonsons in November 2008.
                    214:   Imported April 6, 2009, first released with OpenBSD 4.8.
                    215:   Now maintained by Ingo Schwarze.
1.29      beck      216: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/ldapd.8">ldapd(8)</a>,
                    217:   <a href="http://man.openbsd.org/OpenBSD-current/man8/ldapctl.8">ldapctl(8)</a>:
1.1       schwarze  218:   Written by Martin Hedenfalk.
1.16      deraadt   219:   Imported May 31, 2010 and first released with OpenBSD 4.8.
                    220: <li><a href="http://www.openiked.org/">OpenIKED</a>
1.29      beck      221:   including <a href="http://man.openbsd.org/OpenBSD-current/man8/iked.8">iked(8)</a>
                    222:   and <a href="http://man.openbsd.org/OpenBSD-current/man8/ikectl.8">ikectl(8)</a>:
1.16      deraadt   223:   Started by Reyk Floeter.
                    224:   Imported June 3, 2010 and first released with OpenBSD 4.8.
                    225:   Now maintained by Reyk Floeter and Mike Belopuhov.
1.29      beck      226: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/iscsid.8">iscsid(8)</a>,
                    227:   <a href="http://man.openbsd.org/OpenBSD-current/man8/iscsictl.8">iscsictl(8)</a>:
1.1       schwarze  228:   Written and maintained by Claudio Jeker.
1.16      deraadt   229:   Imported September 24, 2010 and first released with OpenBSD 4.9.
1.29      beck      230: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/rc.d.8">rc.d(8)</a>,
                    231:   <a href="http://man.openbsd.org/OpenBSD-current/man8/rc.subr.8">rc.subr(8)</a>:
1.3       schwarze  232:   Written and maintained by Robert Nagy and Antoine Jacoutot.
1.16      deraadt   233:   Imported October 26, 2010 and first released with OpenBSD 4.9.
1.29      beck      234: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/tftpd.8">tftpd(8)</a>:
1.16      deraadt   235:   Written and maintained by David Gwynne.
                    236:   Imported March 2, 2012 and first released with OpenBSD 5.2.
1.29      beck      237: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/npppd.8">npppd(8)</a>,
                    238:   <a href="http://man.openbsd.org/OpenBSD-current/man8/npppctl.8">npppctl(8)</a>:
1.22      schwarze  239:   Started by Internet Initiative Japan Inc.
                    240:   Imported January 11, 2010, first released with OpenBSD 5.3.
                    241:   Maintained by YASUOKA Masahiko.
1.29      beck      242: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/sparc64/ldomd.8">ldomd(8)</a>,
                    243:   <a href="http://man.openbsd.org/OpenBSD-current/man8/sparc64/ldomctl.8">ldomctl(8)</a>:
1.1       schwarze  244:   Written and maintained by Mark Kettenis.
1.16      deraadt   245:   Imported October 26, 2012 and first released with OpenBSD 5.3.
1.29      beck      246: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/sndiod.8">sndiod(8)</a>:
1.1       schwarze  247:   Written and maintained by Alexandre Ratchov.
1.16      deraadt   248:   Imported November 23, 2012 and first released with OpenBSD 5.3.
1.29      beck      249: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/cu.1">cu(1)</a>:
1.22      schwarze  250:   Written and maintained by Nicholas Marriott.
                    251:   Imported July 10, 2012 and first released with OpenBSD 5.4.
1.29      beck      252: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/identd.8">identd(8)</a>:
1.1       schwarze  253:   Written and maintained by David Gwynne.
1.16      deraadt   254:   Imported March 18, 2013 and first released with OpenBSD 5.4.
1.29      beck      255: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/slowcgi.8">slowcgi(8)</a>:
1.1       schwarze  256:   Written and maintained by Florian Obser.
1.16      deraadt   257:   Imported May 23, 2013 and first released with OpenBSD 5.4.
1.29      beck      258: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/signify.1">signify(1)</a>:
1.1       schwarze  259:   Written and maintained by <a href="http://www.tedunangst.com/flak/post/signify">Ted Unangst</a>.
1.16      deraadt   260:   Imported December 31, 2013 and first released with OpenBSD 5.5.
1.29      beck      261: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/htpasswd.1">htpasswd(1)</a>:
1.1       schwarze  262:   Written and maintained by Florian Obser.
1.16      deraadt   263:   Imported March 17, 2014 and first released with OpenBSD 5.6.
1.22      schwarze  264: <li><a href="http://www.libressl.org/">LibreSSL</a>:
                    265:   Started by Ted Unangst, Bob Beck, Joel Sing, Miod Vallat, Philip Guenther,
1.23      schwarze  266:   and Theo de Raadt on April 13, 2014, as a fork of OpenSSL 1.0.1g.
                    267:   First released with OpenBSD 5.6.
1.22      schwarze  268:   Portable version maintained by Brent Cook.
1.29      beck      269: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/httpd.8">httpd(8)</a>:
1.16      deraadt   270:   Started by Reyk Floeter.
                    271:   Imported July 12, 2014 and first released with OpenBSD 5.6.
                    272:   Maintained by Reyk Floeter and Florian Obser.
1.29      beck      273: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/rcctl.8">rcctl(8)</a>:
1.1       schwarze  274:   Written and maintained by Antoine Jacoutot.
1.16      deraadt   275:   Imported August 19, 2014 and first released with OpenBSD 5.7.
1.29      beck      276: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/file.1">file(1)</a>:
1.1       schwarze  277:   Rewritten from scratch and maintained by Nicholas Marriott.
1.16      deraadt   278:   Imported April 24, 2015 and first released with OpenBSD 5.8.
1.29      beck      279: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/doas.1">doas(1)</a>:
1.1       schwarze  280:   Written and maintained by Ted Unangst.
1.16      deraadt   281:   Imported July 16, 2015 and first released with OpenBSD 5.8.
1.29      beck      282: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/radiusd.8">radiusd(8)</a>:
1.1       schwarze  283:   Written and maintained by YASUOKA Masahiko.
1.16      deraadt   284:   Imported July 21, 2015 and first released with OpenBSD 5.8.
1.29      beck      285: <li><a href="http://man.openbsd.org/OpenBSD-current/man8/rebound.8">rebound(8)</a>:
1.1       schwarze  286:   Written and maintained by Ted Unangst.
1.16      deraadt   287:   Imported October 15, 2015 and first released with OpenBSD 5.9.
1.29      beck      288: <li><a href="http://man.openbsd.org/OpenBSD-current/man4/amd64/vmm.4">vmm(4)</a>,
                    289:   <a href="http://man.openbsd.org/OpenBSD-current/man8/vmd.8">vmd(8)</a>,
                    290:   <a href="http://man.openbsd.org/OpenBSD-current/man8/vmctl.8">vmctl(8)</a>:
1.21      schwarze  291:   Written and maintained by Mike Larkin and Reyk Floeter.
                    292:   Imported November 13, 2015 and first released with OpenBSD 5.9.
1.17      mlarkin   293: </ul>
1.1       schwarze  294:
1.16      deraadt   295: <h3>Concepts</h3>
1.1       schwarze  296:
                    297: <ul>
1.29      beck      298: <li><a href="http://man.openbsd.org/OpenBSD-current/man4/ipsec.4">ipsec(4)</a>:
1.22      schwarze  299:   Started by John Ioannidis, Angelos D. Keromytis, Niels Provos, and
                    300:   Niklas Hallqvist, imported February 20, 1997.  OpenBSD was the first
                    301:   free operating system to provide an IPSec stack.
1.29      beck      302: <li><a href="http://man.openbsd.org/OpenBSD-current/man4/inet6.4">inet6(4)</a>:
1.22      schwarze  303:   First complete integration and adoption of IPv6 led by
                    304:   "Itojun" (Dr. Junichiro Hagino) [WIDE/KAME], Craig Metz [NRL], and
                    305:    Angelos D. Keromytis starting Jan 6, 1999.
                    306:    Almost fully operational Jun 6, 1999 during the
                    307:    <a href="hackathons.html">first OpenBSD hackathon</a>.
                    308:    OpenBSD 2.7.
1.16      deraadt   309: <li>Privilege separation:
                    310:   First implemented by
                    311:   <a href="http://www.citi.umich.edu/u/provos/ssh/privsep.html">Niels Provos</a>
                    312:   and Markus Friedl in OpenSSH in March 2002, released with OpenBSD 3.2.
1.27      deraadt   313:   The concept is now used in many OpenBSD programs, for example
1.29      beck      314:   <a href="http://man.openbsd.org/OpenBSD-current/man8/bgpd.8">bgpd(8)</a>,
                    315:   <a href="http://man.openbsd.org/OpenBSD-current/man8/dhclient.8">dhclient(8)</a>,
                    316:   <a href="http://man.openbsd.org/OpenBSD-current/man8/dhcpd.8">dhcpd(8)</a>,
                    317:   <a href="http://man.openbsd.org/OpenBSD-current/man8/dvmrpd.8">dvmrpd(8)</a>,
                    318:   <a href="http://man.openbsd.org/OpenBSD-current/man8/eigrpd.8">eigrpd(8)</a>,
                    319:   <a href="http://man.openbsd.org/OpenBSD-current/man1/file.1">file(1)</a>,
                    320:   <a href="http://man.openbsd.org/OpenBSD-current/man8/httpd.8">httpd(8)</a>,
                    321:   <a href="http://man.openbsd.org/OpenBSD-current/man8/iked.8">iked(8)</a>,
                    322:   <a href="http://man.openbsd.org/OpenBSD-current/man8/ldapd.8">ldapd(8)</a>,
                    323:   <a href="http://man.openbsd.org/OpenBSD-current/man8/ldpd.8">ldpd(8)</a>,
                    324:   <a href="http://man.openbsd.org/OpenBSD-current/man8/mountd.8">mountd(8)</a>,
                    325:   <a href="http://man.openbsd.org/OpenBSD-current/man8/npppd.8">npppd(8)</a>,
                    326:   <a href="http://man.openbsd.org/OpenBSD-current/man8/ntpd.8">ntpd(8)</a>,
                    327:   <a href="http://man.openbsd.org/OpenBSD-current/man8/ospfd.8">ospfd(8)</a>,
                    328:   <a href="http://man.openbsd.org/OpenBSD-current/man8/ospf6d.8">ospf6d(8)</a>,
                    329:   <a href="http://man.openbsd.org/OpenBSD-current/man8/pflogd.8">pflogd(8)</a>,
                    330:   <a href="http://man.openbsd.org/OpenBSD-current/man8/radiusd.8">radiusd(8)</a>,
                    331:   <a href="http://man.openbsd.org/OpenBSD-current/man8/relayd.8">relayd(8)</a>,
                    332:   <a href="http://man.openbsd.org/OpenBSD-current/man8/ripd.8">ripd(8)</a>,
                    333:   <a href="http://man.openbsd.org/OpenBSD-current/man1/script.1">script(1)</a>,
                    334:   <a href="http://man.openbsd.org/OpenBSD-current/man8/smtpd.8">smtpd(8)</a>,
                    335:   <a href="http://man.openbsd.org/OpenBSD-current/man8/syslogd.8">syslogd(8)</a>,
                    336:   <a href="http://man.openbsd.org/OpenBSD-current/man8/tcpdump.8">tcpdump(8)</a>,
                    337:   <a href="http://man.openbsd.org/OpenBSD-current/man1/tmux.1">tmux(1)</a>,
                    338:   <a href="http://man.openbsd.org/OpenBSD-current/man1/xconsole.1">xconsole(1)</a>,
                    339:   <a href="http://man.openbsd.org/OpenBSD-current/man1/xdm.1">xdm(1)</a>,
                    340:   <a href="http://man.openbsd.org/OpenBSD-current/man1/Xserver.1">Xserver(1)</a>,
                    341:   <a href="http://man.openbsd.org/OpenBSD-current/man8/ypldap.8">ypldap(8)</a>,
                    342:   <a href="http://man.openbsd.org/OpenBSD-current/man1/pkg_add.1">pkg_add(1)</a>,
1.27      deraadt   343:   etc.
                    344: <li>Privilege revocation:
                    345:   Related to the work on privilege separation, some programs were refactored
                    346:   to drop privileges while holding onto a tricky resource such as a raw socket,
                    347:   reserved port, or modification-locked bpf(4) descriptor,
                    348:   for example
1.29      beck      349:   <a href="http://man.openbsd.org/OpenBSD-current/man8/ping.8">ping(8)</a>,
                    350:   <a href="http://man.openbsd.org/OpenBSD-current/man8/traceroute.8">traceroute(8)</a>,
1.27      deraadt   351:   etc.
1.22      schwarze  352: <li>Stack protector:  Developed since 2001 as "propolice" by Hiroaki Etoh.
                    353:   Integrated, and implemented for additional hardware platforms,
                    354:   by Miod Vallat and Theo de Raadt.  OpenBSD 3.3 was the first operating
                    355:   system to enable it systemwide by default.
1.16      deraadt   356: <li>W^X: First used for sparc, sparc64, alpha, and hppa in OpenBSD 3.3.
                    357:   Today, most architectures implement it.
                    358: <li>ASLR: OpenBSD 3.4 was the first widely used operating system to
                    359:   provide it by default.
1.29      beck      360: <li><a href="http://man.openbsd.org/OpenBSD-current/man1/gcc-local.1">gcc-local(1)</a>
1.16      deraadt   361:   __attribute__((__bounded__)) static analysis annotation
                    362:   and checking mechanism:
                    363:   Started by Anil Madhavapeddy on June 26, 2003
                    364:   and ported to GCC 4 by Nicholas Marriott.
                    365:   First released with OpenBSD 3.4.
1.29      beck      366: <li><a href="http://man.openbsd.org/OpenBSD-current/man3/malloc.3">malloc(3)</a>
1.16      deraadt   367:   randomization implemented by Thierry Deval. Guard pages and randomized (delayed) free added by Ted Unangst.
                    368:   Reimplemented by <a href="http://www.openbsd.org/papers/eurobsdcon2009/otto-malloc.pdf">Otto Moerbeek</a>
                    369:   for OpenBSD 4.4.</li>
1.22      schwarze  370: <li>PIE: OpenBSD 5.3 was the first widely used operating system to enable
                    371:   it globally by default, on seven hardware platforms.
1.16      deraadt   372: <li>Static-PIE: Position-independent static binaries for /bin, /sbin and ramdisks.
                    373:   First released with OpenBSD 5.7.
                    374: </ul>
                    375:
                    376: <h3>Functions</h3>
                    377:
                    378: <ul>
1.29      beck      379: <li><a href="http://man.openbsd.org/OpenBSD-current/man3/arc4random.3">arc4random(3)</a>:
1.16      deraadt   380:   David Mazieres, December 28, 1996, OpenBSD 2.1
1.29      beck      381: <li><a href="http://man.openbsd.org/OpenBSD-current/man3/bcrypt.3">bcrypt(3)</a>:
1.1       schwarze  382:   Implemented by <a href="https://www.usenix.org/legacy/events/usenix99/provos/provos_html/node1.html">Niels Provos and David Mazieres</a>
                    383:   Imported February 13, 1997 and first released with OpenBSD 2.1.
1.29      beck      384: <li><a href="http://man.openbsd.org/OpenBSD-current/man3/strlcpy.3">strlcpy(3)</a>,
                    385:   <a href="http://man.openbsd.org/OpenBSD-current/man3/strlcat.3">strlcat(3)</a>:
1.16      deraadt   386:   Todd Miller and Theo de Raadt, July 1, 1998, OpenBSD 2.4
1.29      beck      387: <li><a href="http://man.openbsd.org/OpenBSD-current/man3/strtonum.3">strtonum(3)</a>:
1.16      deraadt   388:   Ted Unangst, Todd Miller, and Theo de Raadt, May 3, 2004, OpenBSD 3.6
1.29      beck      389: <li><a href="http://man.openbsd.org/OpenBSD-current/man3/imsg_init.3">imsg</a>:
1.12      schwarze  390:   Message passing API, written by Henning Brauer.
                    391:   In libutil since May 26, 2010, OpenBSD 4.8;
1.16      deraadt   392:   used by various daemons before that.
1.29      beck      393: <li><a href="http://man.openbsd.org/OpenBSD-current/man3/timingsafe_bcmp.3">timingsafe_bcmp(3)</a>:
1.16      deraadt   394:   Damien Miller, July 13, 2010, OpenBSD 4.9
1.29      beck      395: <li><a href="http://man.openbsd.org/OpenBSD-current/man3/explicit_bzero.3">explicit_bzero(3)</a>:
1.16      deraadt   396:   Ted Unangst and Matthew Dempsky, January 22, 2014, OpenBSD 5.5
1.29      beck      397: <li><a href="http://man.openbsd.org/OpenBSD-current/man3/ohash_init.3">ohash</a>:
1.12      schwarze  398:   Written and maintained by Marc Espie.
                    399:   In libutil since May 12, 2014, OpenBSD 5.6;
1.16      deraadt   400:   used by make(1) and m4(1) before that.
1.29      beck      401: <li><a href="http://man.openbsd.org/OpenBSD-current/man3/asr_run.3">asr</a>:
1.12      schwarze  402:   Replacement resolver written and maintained by Eric Faurot.
1.16      deraadt   403:   Imported April 14, 2012; activated on March 26, 2014, OpenBSD 5.6.
1.29      beck      404: <li><a href="http://man.openbsd.org/OpenBSD-current/man3/reallocarray.3">reallocarray(3)</a>:
1.16      deraadt   405:   Theo de Raadt and Ted Unangst, April 22, 2014, OpenBSD 5.6
1.29      beck      406: <li><a href="http://man.openbsd.org/OpenBSD-current/man2/getentropy.2">getentropy(2)</a>:
1.16      deraadt   407:   Matthew Dempsky and Theo de Raadt, June 13, 2014, OpenBSD 5.6
1.29      beck      408: <li><a href="http://man.openbsd.org/OpenBSD-current/man2/sendsyslog.2">sendsyslog(2)</a>:
1.16      deraadt   409:   Theo de Raadt, July 10, 2014, OpenBSD 5.6
1.29      beck      410: <li><a href="http://man.openbsd.org/OpenBSD-current/man3/timingsafe_memcmp.3">timingsafe_memcmp(3)</a>:
1.16      deraadt   411:   Matthew Dempsky, July 13, 2014, OpenBSD 5.6
1.29      beck      412: <li><a href="http://man.openbsd.org/OpenBSD-current/man2/pledge.2">pledge(2)</a>:
1.16      deraadt   413:   Theo de Raadt, July 19, 2015, OpenBSD 5.9
1.1       schwarze  414: </ul>
                    415:
1.11      deraadt   416: <h3>Projects maintained by OpenBSD developers outside OpenBSD</h3>
1.1       schwarze  417:
                    418: <ul>
                    419: <li><a href="http://www.sudo.ws/">sudo</a>:
                    420:   Started by Bob Coggeshall and Cliff Spencer around 1980.
                    421:   Imported November 18, 1999, first released with OpenBSD 2.7.
1.16      deraadt   422:   Now maintained by Todd Miller.
1.24      schwarze  423: <li><a href="http://bulabula.org/femail/">femail</a>:
                    424:   Written and maintained by Henning Brauer.
                    425:   Port available since September 22, 2005.
1.1       schwarze  426: <li><a href="http://www.midish.org/">midish</a>:
                    427:   Written and maintained by Alexandre Ratchov.
1.16      deraadt   428:   Port available since November 4, 2005.
1.7       schwarze  429: <li><a href="https://github.com/nicm/fdm">fdm</a>:
1.1       schwarze  430:   Written and maintained by Nicholas Marriott.
1.16      deraadt   431:   Port available since January 18, 2007.
1.3       schwarze  432: <li><a href="https://github.com/ajacoutot/toad/">toad</a>:
                    433:   Written and maintained by Antoine Jacoutot.
1.16      deraadt   434:   Port available since October 8, 2013.
1.1       schwarze  435: <li><a href="http://jasperla.github.io/portroach/">portroach</a>:
                    436:   Written and maintained by Jasper Lievisse Adriaanse,
                    437:   originally forked from FreeBSD's portscout.
1.16      deraadt   438:   Port available since September 5, 2014.
1.1       schwarze  439: </ul>
                    440:
                    441: </body>
                    442: </html>