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

Annotation of www/events.html, Revision 1.266

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD events</title>
1.236     jose        5: <link rev=made href="mailto:www@openbsd.org">
1.1       deraadt     6: <meta name="resource-type" content="document">
                      7: <meta name="distribution" content="global">
1.233     jose        8: <meta name="copyright" content="This document copyright 1996-2004 by OpenBSD.">
1.1       deraadt     9: </head>
                     10:
1.241     david      11: <body bgcolor="#FFFFFF" text="#000000" link="#23238E">
1.1       deraadt    12:
1.167     jsyn       13: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.1       deraadt    14: <p>
1.236     jose       15: <h2><font color="#e00000">Events</font></h2>
                     16: OpenBSD developers, users and sponsors attend trade shows and conferences,
                     17: give papers, and organize &quot;Birds Of a Feather&quot; (BOF) sessions.
                     18: This is an opportunity to find out more about OpenBSD or just meet
1.165     ian        19: like-minded people.
1.8       deraadt    20:
1.78      louis      21: <hr>
                     22:
                     23: <h2>Future events:</h2>
1.132     louis      24:
1.220     wvdputte   25: <h3>2004</h3>
1.236     jose       26:
                     27: <ul>
1.251     deraadt    28:
1.258     wvdputte   29: <li><strong><a name=SANE2004></a>
                     30: <a href="http://www.nluug.nl/events/sane2004/bazaar.html">SANE 2004</a></strong>
                     31: , Sept 29, 2004, Amsterdam, Netherlands.<br>
                     32: There is an OpenBSD and OpenSSH booth, contact
                     33: <a href="mailto:wim@openbsd.org">Wim</a>.
                     34: <p>
                     35:
1.259     deraadt    36: <li><strong><a name=Hack in the Box Security Conference 2004></a>
                     37: <a href="http://conference.hackinthebox.org">Hack in the Box Security Conference 2004</a></strong>,
                     38: Oct 4 - 7, 2004, Kuala Lumpur, Malaysia.<br>
                     39: Theo de Raadt intends to present a talk.
                     40: <p>
                     41:
1.265     wvdputte   42: <li><strong><a name=linuxexpo2004oct></a>
                     43: <a href="http://www.linuxexpo.org.uk/">Linux Expo</a></strong>,
                     44: Oct 6 - 7, 2004, London, UK.<br>
                     45: There is an OpenBSD and OpenSSH booth, contact
                     46: <a href="mailto:wim@openbsd.org">Wim</a>.
                     47: <p>
                     48:
                     49: <li><strong><a name=systems2004></a>
                     50: <a href="http://www.systems.de/">Systems</a></strong>,
                     51: Oct 18 - 22, 2004, Munich, Germany <br>
                     52: There is an OpenBSD and OpenSSH booth, contact
                     53: <a href="mailto:wim@openbsd.org">Wim</a>.
                     54: <p>
                     55:
                     56: <li><strong><a name=aldil2004></a>
                     57: <a href="http://www.aldil.org/">Les Journées Du Logiciel Libre 2004</a></strong>,
                     58: Oct 22 - 23, 2004, Lyon, France.<br>
                     59: <p>
                     60:
1.249     wvdputte   61: <li><strong><a name=LinuxWorldExpoGermany2004></a>
1.250     saad       62: <a href="http://www.linuxworldexpo.de/">Linux World Expo</a></strong>,
                     63: Oct 26 - 28, 2004, Frankfurt, Germany.<br>
                     64: There is an OpenBSD and OpenSSH booth, contact
                     65: <a href="mailto:wim@openbsd.org">Wim</a>.
1.249     wvdputte   66: <p>
                     67:
                     68: <li><strong><a name=EuroBSDCon2004></a>
1.250     saad       69: <a href="http://2004.eurobsdcon.org/">EuroBSD Con</a></strong>,
                     70: Oct 29 - 31, 2004, Karlsruhe, Germany.<br>
                     71: There is an OpenBSD and OpenSSH booth, contact
1.265     wvdputte   72: <a href="mailto:wim@openbsd.org">Wim</a>. Henning is giving a talk
                     73: about <a href="http://2004.eurobsdcon.org/talks.html?&tx_ptspeechupload_pi1[showUid]=44&cHash=ec015b0552">bgpd</a>.
1.252     deraadt    74: <p>
                     75:
                     76: <li><strong><a name=syscan2004></a>
                     77: <a href="http://www.syscan.org/">SyScAN 2004</a></strong>,
                     78: Dec 16 - 17, 2004, Singapore.<br>
                     79: Theo de Raadt intends to present a talk.
                     80: <p>
                     81:
1.265     wvdputte   82: <li><strong><a name=21C3></a>
                     83: <a href="http://www.ccc.de/congress/2004/">21C3 - Chaos Communication Congress in Berlin</a></strong>,
                     84: Dec 27 - 29, 2004, Berlin, Germany</br>
                     85: "The Usual Suspects" will run the BSD corner, somebody will give a talk to
                     86: entertain the crowds and the entire encrypted wifi backbone should run on
                     87: OpenBSD access points.
                     88:
                     89:
1.236     jose       90: </ul>
1.152     jakob      91: <hr>
                     92:
1.236     jose       93: <!-- STYLE NOTES:
1.132     louis      94:     Place past events in most-recent-first order.
                     95:     Make sure you change the tense from future to past when you move an item.
1.142     ian        96:     Use <br> tags instead of <p> to avoid gaps within an item.
1.216     jose       97:
                     98:     Tagline formatting:
                     99:     <li><strong>
                    100:     <a href=LINK>EVENT NAME</a></strong>,
                    101:     Month Day - Day, Year, Location<br>
                    102:
                    103:     Use a 3 letter abbreviation for the month. Name anchors go on the line
                    104:     with the <li> tag.
1.132     louis     105: -->
1.152     jakob     106: <h2>Past events:</h2>
                    107:
1.240     espie     108: <h3>2004</h3>
                    109:
                    110: <ul>
1.248     deraadt   111:
1.265     wvdputte  112: <li><strong><a name=LinuxKongress2004></a>
                    113: <a href="http://www.linux-kongress.org/2004">Linux Kongress 2004</a></strong>,
                    114: Sept 7 - 10, 2004, Erlangen, Germany.<br>
                    115: From their website: "Linux-Kongress is still the premier event for European
                    116: developers and one of the most important in the world. Each year hundreds of
                    117: hard core Linux enthusiasts from all over the world gather for this important
                    118: event."
                    119: <br>
                    120: Although this was a Linux developers' conference, we were able to
                    121: install a regular OpenBSD booth there, as known from other events.
                    122: It was run by <a href="mailto:wim@openbsd.org">Wim Vandeputte</a>,
                    123: <a href="mailto:grunk@pestilenz.org">Alexander von Gernler</a> and other
                    124: geeks from the Erlangen-Nuremberg area.
                    125: <br>
                    126: There also was a BSD dinner at Friday evening.
                    127: <p>
                    128:
1.262     henning   129: <li><strong><a name=Sucon2004></a>
                    130: <a href="http://www.suug.ch/sucon/04/">SUCON 2004</a></strong>,
                    131: Sept 2 - 4, 2004, Zurich, Switzerland.<br>
                    132: There was an OpenBSD and OpenSSH booth. Very nice conference.
                    133: Henning's slides from his talks about
                    134: <a href="http://bulabula.org/papers/sucon04/bgpd">bgpd</a> and
                    135: <a href="http://bulabula.org/papers/sucon04/ntpd">ntpd</a>
                    136: are available.
                    137: <p>
                    138:
1.261     deraadt   139: <li><strong><a name=auug2004></a>
1.266   ! jolan     140: <a href="http://www.auug.org.au/events/2004/auug2004/">AUUG 2004</a></strong>,
1.261     deraadt   141: Aug 29 - Sep 3, 2004, Melbourne, Australia.<br>
                    142: Theo de Raadt presented a half-day tutorial on privilege seperation and a
                    143: newly extended version of the
                    144: <a href="papers/auug04">Exploit Mitigation Techniques</a> talk.<br>
                    145: For more information, see this
                    146: <a href="http://www.computerworld.com.au/index.php/id;517187222;fp;16;fpid;0">
                    147: ComputerWorld article</a>.
                    148: <p>
                    149:
                    150:
1.257     saad      151: <li><strong><a name=LSM2004></a>
                    152: <a href="http://lsm.abul.org">Libre Software Meeting</a></strong>,
                    153: July 6 - 10, 2004, Bordeaux, France.<br>
                    154: There was an OpenBSD and OpenSSH booth, run by
                    155: <a href="mailto:wim@openbsd.org">Wim Vandeputte</a>.
                    156: <p>
                    157:
                    158: <li><strong><a name=LinuxTag2004></a>
                    159: <a href="http://www.linuxtag.org">LinuxTag 2004</a></strong>,
                    160: June 23 - 26, 2004, Karlsruhe, Germany.<br>
                    161: There was an OpenBSD and OpenSSH booth, run by
                    162: <a href="mailto:wim@openbsd.org">Wim Vandeputte</a>.
                    163: <p>
                    164:
1.256     mickey    165: <li><strong>OpenBSD c2k4 "Hackathon"</strong>,
                    166: June 19 - 27, 2004, Calgary, Canada<br>
                    167: Over 45 developers congregated in Calgary for a 9 day long development
                    168: session.
                    169: <p>
                    170:
1.254     xsa       171: <li><strong><a name=LinuxwochenVienna2004></a>
1.255     xsa       172: <a href="http://www.linuxwochen.at/">Linuxwochen Vienna 2004</a></strong>,
1.254     xsa       173: May 26 - 29, 2004, Vienna, Austria.<br>
                    174: The Linuxwochen 2004 tour stopped in the MuseumsQuartier, Vienna.
                    175: Wim Vandeputte and Reinhard Sammer ran the OpenBSD booth. Michael Bauer
                    176: and Teemu Schaabl from the <a href="http://www.cngw.org/">CNGW</a> gave
                    177: a basic talk about pf.
                    178: <p>
                    179:
1.248     deraadt   180: <li><strong><a name=BSDCan2004></a>
                    181: <a href="http://www.bsdcan.org/">BSDCan 2004</a></strong>,
                    182: May 13 - 16, 2004, Ottawa, Canada.<br>
                    183: BSDCan was held at the University of Ottawa.  Ryan McBride gave a talk
                    184: about newer features in pf, focusing on the redundancy provided by CARP
                    185: and pfsync.  Theo de Raadt presented a revised version of his talk on
                    186: <a href="papers/bsdcan04">Exploit Mitigation Techniques</a>.
                    187: <p>
                    188:
1.247     canacar   189: <li><strong><a name="LOSFAnkara2004"></a>
                    190: <a href="http://senlik.linux.org.tr">3rd Linux and Open Source Festival</a></strong>,
                    191: May 13 - 16, 2004, Ankara, Turkey.<br>
                    192: Can E. Acar and Berk D. Demir talked about the OpenBSD Project. The
                    193: philosophy, project goals, system features and recent proactive
                    194: security features were introduced. CARP, patents, recent Apache &amp;
                    195: XFree86 licensing issues and effects of NDAs in open source
                    196: projects were discussed.<br>
                    197: You can view the
                    198: <a href="http://www.mindcast.org/~bdd/slides/OpenBSD-LOYS2004-cea-bdd.pdf">
                    199: slides in PDF format</a> the
                    200: <a href="http://www.mindcast.org/~bdd/slides/OpenBSD-LOYS2004-cea-bdd.tex">
                    201: LaTeX source</a> is also available (they are
                    202: <a href="http://www.eee.metu.edu.tr/~canacar/slides/">mirrored</a>, as well).
                    203: <p>
                    204:
1.242     henning   205: <li><strong><a name=Brussels2004></a>
                    206: <a href="http://www.fosdem.org/">FOSDEM Brussels 2004</a></strong>,
                    207: Feb 21 - 22, 2004, Brussels, Belgium.<br>
1.243     henning   208: An OpenBSD/OpenSSH booth was present, run by Wim Vandeputte.
                    209: Several developers (including Henning Brauer, Xavier Santolaria, Thierry Deval,
                    210: Philipp B&uuml;hler, Otto Moerbeek and Saad Kadhi) showed up.
                    211: Wim and Alexander von Gernler gave &quot;lightning talks&quot; about Soekris
                    212: and systrace
1.263     saad      213: (<a href="http://pestilenz.org/~grunk/vortraege/2004/FOSDEM/systrace.pdf">slides</a>), respectively.
1.243     henning   214: Henning got a slot in the main track to talk about the new bgpd
                    215: (<a href="http://www.2suck.net/papers/fosdem2004/">slides</a>).
                    216: On Saturday evening, the traditional OpenBSD dinner took place.
1.242     henning   217: <p>
                    218:
1.240     espie     219: <li><strong><a name=Paris2004></a>
                    220: <a href="http://www.linuxsolutions.fr/">Linux Expo Paris 2004</a></strong>,
                    221: Feb 3 - 5, 2004, Paris, France.<br>
                    222: An OpenBSD booth as well as an OpenSSH booth were present, thanks to
                    223: <a href="mailto:saad@docisland.org">Saad Kadhi</a> and
                    224: <a href="mailto:wim@openbsd.org">Wim</a>.
                    225: <p>
                    226:
                    227: <li><strong><a name="LWE04"></a>
                    228: <a href="http://www.linuxworldexpo.com/linuxworldny/V40/index.cvn">LinuxWorld
                    229: Conference and Expo</a></strong>, Jan 20 - 23, 2004, New York, NY, USA.<br>
                    230: <a href="wes@openlysecure.org">Wes Sonnenreich</a> and others
                    231: have established a BSD user group in NYC and held a BSD BoF at the
                    232: Jacob Javits Center on January 22nd at 5:45pm, Room 1E15.
                    233: <p>
                    234: </ul>
                    235:
1.188     henning   236: <h3>2003</h3>
1.236     jose      237:
                    238: <ul>
1.232     jose      239: <li><strong><a name=20c3></a>
                    240: <a href="http://www.ccc.de/congress/2003/">20th Chaos Communication Congress 2003</a></strong>,
                    241: Dec 27 - 29, 2003, Berlin, Germany.<br>
                    242: OpenBSD was represented by a booth, ran by
                    243: <a href= "mailto:wim@openbsd.org">Wim</a>, and supported by Henning and
1.236     jose      244: Alexander von Gernler. Alexander also gave a
1.260     saad      245: <a href="http://pestilenz.org/~grunk/vortraege/2003/20C3/openbsd.pdf">talk</a>
1.232     jose      246: introducing the project and the OS (in German).
1.236     jose      247: <p>
1.232     jose      248:
1.228     jose      249: <li><strong><a name=brazil2003></a>
1.236     jose      250: <a href="http://bsdcon.myfreebsd.com.br">1st BSDCon Brazil</a></strong>,
1.228     jose      251: Dec 6 - 7, 2003. Rio de Janeiro, Brazil.<br>
                    252: This was the first BSDCon Brazil, and of course OpenBSD was present.
1.236     jose      253: Douglas Santos spoke on advocacy and about some of the technical aspects
                    254: of OpenBSD. Eduardo A. Alvarenga gave a presentation about firewalling
1.228     jose      255: with OpenBSD PF.
                    256: <p>
                    257:
                    258: <li><strong><a name=ankara03></a>
                    259: <a href="http://seminer.linux.org.tr">Association of Turkish Linux User</a></strong>,
                    260: Dec 4, 2003, Ankara, Turkey.<br>
                    261: Can Acar and Berk Demir gave a mammoth 4 hour presentation on OpenBSD.
                    262: The first part was a broad introduction to the OpenBSD philosophy, the
1.236     jose      263: project goals, and system features. After a break, in the second part they
                    264: talked about the exploit mitigation techniques employed in OpenBSD. This
                    265: part was aimed at techies and is almost a complete Turkish translation of
                    266: the talk Theo recently gave in Japan. You can view the
                    267: <a href="http://mindcast.org/~bdd/slides/OpenBSD_3.12.2003.can-bdd.pdf">
                    268: slides in PDF format </a>
                    269: (they are <a href="http://www.eee.metu.edu.tr/~canacar/slides/OpenBSD_3.12.2003.can-bdd.pdf">mirrored</a>, as well).
1.228     jose      270: <p>
                    271:
1.227     jose      272: <li><strong><a name=Luxembourg2003></a>
                    273: <a href="http://www.linuxday.lu/">Linuxday Luxembourg 2003</a></strong>,
                    274: Nov 6 - 8, 2003, Luxembourg, Luxembourg.<br>
                    275: Booths were present, organized by <a href= "mailto:wim@openbsd.org">Wim</a>.
                    276: <p>
                    277:
                    278: <li><strong><a name=Pacsec2003></a>
                    279: <a href="http://pacsec.jp/">Pacsec 2003</a></strong>,
                    280: November 6 - 7, 2003, Tokyo, Japan.<br>
1.236     jose      281: Three OpenBSD developers presented on various topics. Theo de Raadt
1.227     jose      282: gave a presentation on Exploit Mitigation Techniques
1.236     jose      283: <a href="papers/pacsec03/e/index.html">(English)</a>
                    284: <a href="papers/pacsec03/j/index.html">(Japanese)</a>, Jun-ichiro
1.227     jose      285: itojun Hagino presented material covering
1.236     jose      286: <a href="http://www.itojun.org/paper/itojun-200311-pacsec-jp/">
1.241     david     287: IPv6 security considerations</a>, and Jose Nazario discussed advances
1.227     jose      288: in Internet worm defenses.
                    289: <p>
                    290:
1.224     miod      291: <li><strong><a name=Lyon2003></a>
                    292: <a href="http://www.aldil.org/agenda/journees/2003/">Les V<sup>&egrave;mes</sup> Journ&eacute;es du Libre 2003</a></strong>,
                    293: Oct 31 - Nov 1, 2003, Lyon, France.<br>
                    294: Miod Vallat gave a talk about the recent security efforts deployed in OpenBSD,
                    295: as well as generic security concepts (slides, in bad French, are available in
                    296: <a href="http://www.aldil.org/agenda/journees/2003/vallat/miod.mgp">mgp
                    297: format</a>). As usual, Wim ran an OpenBSD booth featuring the new 3.4 release,
                    298: as well as <a href="http://soekris.kd85.com">Soekris</a> hardware running
                    299: OpenBSD.
                    300: <p>
                    301:
                    302: <li><strong><a name=Saarbrucken2003></a>
                    303: <a href="http://www.linux-kongress.org/2003/index.html">Linux Kongress Saarbr&uuml;cken 2003</a></strong>,
                    304: Oct 14 - 16, 2003, Saarbr&uuml;cken, Germany.<br>
                    305: An OpenBSD booth was present, starring Wim again.
                    306: <p>
                    307:
                    308: <li><strong><a name=London2003></a>
                    309: <a href="http://www.linuxexpo.org.uk/">Linux Expo London 2003</a></strong>,
                    310: Oct 8 - 9, 2003, London, UK.<br>
                    311: An OpenBSD booth was present, starring Wim as usual.
                    312: <p>
                    313:
1.219     jose      314: <li><strong><a name=bsdcon2003></a>
                    315: <a href="http://www.usenix.org/events/bsdcon03/">BSDCon '03</a></strong>,
                    316: Sep 8 - 12, 2003, San Mateo, California.<br>
1.236     jose      317: OpenBSD was represented in the BSD Status Report, and David Rosenthal
1.219     jose      318: gave a talk on an OpenBSD based security appliance.
                    319: <p>
                    320:
1.218     jose      321: <li><strong><a name=sucon2003></a>
                    322: <a href="http://www.sucon.ch/">SUCON '03</a></strong>,
                    323: Sep 5, 2003. Zurich, Switzerland.<br>
1.236     jose      324: Daniel Hartmeier talked about PF, and <a
1.218     jose      325: href="http://open.bsdcow.net/events/sucon2003/">pictures are available</a>.
                    326: <p>
                    327:
1.214     henning   328: <li><strong><a name=camp2003></a>
                    329: <a href="http://www.ccc.de/camp/">Chaos Communication Camp 2003</a></strong>,
1.216     jose      330: Aug 7 - 10, 2003, in <a href="http://www.paulshof.de/body-mehr.html">a field</a> near Berlin Germany<br>
1.214     henning   331: There was a huge OpenBSD village. Several OpenBSD developers have been there.
                    332: <p>
                    333:
1.213     jose      334: <li><strong><a name=sec2003></a>
                    335: <a href="http://www.usenix.org/events/sec03/">Usenix Security</a></strong>,
1.216     jose      336: Aug 4 - 8, 2003, Washington, DC, USA.<br>
1.236     jose      337: Niels Provos presented two papers on security advances originally
1.213     jose      338: developed for OpenBSD, including the OpenSSH privsep feature and systrace.
                    339: Several OpenBSD developers were there.
                    340: <p>
                    341:
1.211     jose      342: <li><strong><a name=linuxtag2003></a>
                    343: <a href="http://www.linuxtag.org/2003/en/index.html">LinuxTag 2003</a></strong>,
1.216     jose      344: Jul 10 - 13, 2003, Karlsruhe Convention Center Germany<br>
1.211     jose      345: Both OpenBSD and OpenSSH had booths in the main exhibit.
                    346: <p>
                    347:
                    348: <li><strong><a name=lsm2003></a>
                    349: <a href="http://libresoftwaremeeting.org/">Libre Software Meeting 2003</a></strong>,
1.216     jose      350: Jul 9 - 12, 2003, Metz, France<br>
1.212     matthieu  351: Matthieu Herrb gave <a href="papers/xf86-sec.pdf">a talk about XFree86 security</a>. There was
1.211     jose      352: also an OpenBSD booth with developers.
                    353: <p>
                    354:
1.209     wvdputte  355: <li><strong><a name=lud2003></a>
                    356: <a href="http://www.linuxuserexpo.com/">Linux User & Developer Expo 2003</a></strong>,
1.216     jose      357: Jun 24 - 26, 2003, at the NEC in Birmingham UK<br>
1.209     wvdputte  358: There was an OpenBSD booth with developers.
                    359: <p>
1.195     deraadt   360:
1.202     jason     361: <li><strong><a name=usenix2003></a>
1.236     jose      362: <a href="http://www.usenix.org/events/usenix03/">Usenix Annual Technical
1.216     jose      363: Conference</a></strong>,
                    364: Jun 9 - 14, 2003, San Antonio, Texas, USA<br>
1.202     jason     365: A few OpenBSD developers were there and one paper was presented:
                    366: <ul>
1.216     jose      367: <li>The Design of the OpenBSD Cryptographic Framework<br>
1.202     jason     368:     <a href="events.html#usenix2003">Usenix 2003</a>, by
1.236     jose      369:     Angelos D. Keromytis,
                    370:     Jason L. Wright, and
1.205     deraadt   371:     Theo de Raadt.<br>
1.202     jason     372:     <a href="papers/ocf.pdf">paper</a>.
                    373: </ul>
                    374: <p>
                    375:
1.201     deraadt   376: <li><strong>OpenBSD c2k3 "Hackathon"</strong>,
1.216     jose      377: May 9 - 19, 2003, Calgary, Canada<br>
1.201     deraadt   378: Over 50 developers congregated in Calgary for a 10 day long development
                    379: session.
                    380: <p>
                    381:
1.216     jose      382: <li><strong>
                    383: <a href="http://www.webb.it/">Webbit 2003</a></strong>,
                    384: May 9 - 11, 2003, Padova, Italy<br>
1.203     jason     385: Giacomo Cariello and Wim Vandeputte attended, and several OpenBSD
                    386: <a href="http://www.deadly.org/article.php3?sid=20030503101052">related talks</a> were given.
                    387: <p>
                    388:
1.216     jose      389: <li><strong>
                    390: <a href="http://cansecwest.com/">CanSecWest 03</a></strong>,
                    391: Apr 9 - 11, 2003, Vancouver, Canada<br>
1.195     deraadt   392: Theo spoke about killing buffer overflows using ProPolice and the new W^X technology,
1.196     matthieu  393: available as a <a href="papers/csw03.mgp">magicpoint file</a>.
1.195     deraadt   394: <p>
                    395:
1.216     jose      396: <li><strong>
                    397: <a href="http://www.cebit.de/">CeBIT 2003</a></strong>,
                    398: Mar 14, 2003, Hannover, Germany<br>
1.236     jose      399: You could have found our <a href="http://www.linux-events.de/LinuxPark/cebit/Specials/openbooth.html">booth</a> in Halle 6, A53/068. Friday, Henning and Markus
1.196     matthieu  400: gave a talk on OpenBSD and OpenSSH. <a href="papers/cebit2003.tgz">slides</a> are available.
1.194     henning   401: <p>
                    402:
1.216     jose      403: <li><strong>
                    404: <a href="http://www.linuxforum.dk/2003/english/">LinuxForum 2003</a></strong>,
                    405: Mar 1, 2003, Copenhagen<br>
1.236     jose      406: Daniel spoke about PF (slides in <a href="papers/linuxforum2k3.tar.gz">mgp</a>,
                    407: <a href="http://www.benzedrine.cx/linuxforum/">HTML</a>).
1.191     dhartmei  408: It was a small but cozy conference, jointly held by Danish Linux and BSD
                    409: user groups.
                    410: <p>
                    411:
1.236     jose      412: <li><strong>
                    413: <a href="http://www.cuug.ab.ca">CUUG - The Calgary Unix Users
1.216     jose      414: Group</a></strong>,
                    415: Feb 25, 2003, 18:00 MST, Calgary<br>
1.190     miod      416: OpenBSD lead developer Theo de Raadt spoke about some of the recent
                    417: changes in OpenBSD that are leading the way to the complete elimination of
                    418: "buffer overflow" security risks and attacks.
                    419: <p>
                    420:
1.216     jose      421: <li><strong>
                    422: <a href="http://www.fosdem.org/">FOSDEM 2003</a></strong>,
                    423: Feb 8 - 9, 2003, Brussels<br>
1.236     jose      424: Henning and Philipp gave a talk on -current PF developments
1.196     matthieu  425: (<a href="papers/fosdem2k3-pf.mgp">slides</a>)
1.187     henning   426: and on Saturday evening, there was an OpenBSD dinner for those interested.
                    427: <p>
                    428:
1.216     jose      429: <li><strong>
                    430: <a href="http://linuxsolutions.fr/FR/home/index.php?site=default">Linux Solutions</a></strong>,
                    431: Feb 4 - 6, 2003, CNIT - Paris La Défense<br>
1.185     miod      432: There was an OpenBSD booth with several OpenBSD developers, as well as 3.2 OpenBSD
                    433: CD sets and Tshirts.
                    434: <p>
1.236     jose      435: </ul>
1.185     miod      436:
1.161     millert   437: <h3>2002</h3>
1.236     jose      438:
                    439: <ul>
                    440: <li><strong>
                    441: <a href="http://www.ccc.de/congress/2002/">19c3: the 19th CCC
1.216     jose      442: Congress</a></strong>,
                    443: Dec 27 - 29, 2002, Berlin<br>
1.236     jose      444: There was a huge <a href="http://www.eurobsd.org/19c3">reserved space</a> for
                    445: OpenBSD users and developers, a couple of -current test systems and for those
1.184     wvdputte  446: curious, a first look at the 3.2 OpenBSD Tshirts.
                    447: <p>
1.177     jason     448:
1.216     jose      449: <li><strong>
                    450: <a href="http://2002.eurobsdcon.org/">BSDCon Europe 2002</a></strong>,
                    451: Nov 15 - 17, 2002, Amsterdam, Netherlands<br>
1.181     henning   452: OpenBSD people were there;
1.236     jose      453: Philipp B&uuml;hler and Henning Brauer spoke about
1.182     ian       454: <a href="papers/tuning-openbsd.ps">
                    455: network performance tuning on OpenBSD</a>,
1.236     jose      456: and Ian Darwin presented a
1.182     ian       457: <a href="papers/eurobsd-firewalls-2002.pdf">
                    458: tutorial on OpenBSD servers/firewalls</a>.
1.179     pb        459: <p>
1.178     pb        460:
1.216     jose      461: <li><strong>
1.236     jose      462: <a href="http://www.usenix.org/events/lisa02/">LISA '02: 16th Systems
1.216     jose      463: Administration Conference</a></strong>,
                    464: Nov 3 - 8, 2002, Philadelphia, USA<br>
1.177     jason     465: Mickey and Jason manned the booth at the vendor expo (the only BSD
                    466: represented) and sold <a href="32.html">3.2</a> CDs, and Jason gave a BoF
                    467: session on <a href="32.html">3.2</a> and future.
                    468: <p>
                    469:
1.216     jose      470: <li><strong>
1.264     djm       471: <a href="http://www.auug.org.au/events/2002/auug2002/">Australian Unix Users
                    472: Group Winter Conference</a></strong>,
                    473: Sep 1 - 6, 2002, Melbourne Australia<br>
                    474: Damien Miller presented a tutorial on the
                    475: <a href="papers/auug2002-ssh/index.html">SSH protocol</a> and
                    476: <a href="papers/auug2002-ssh.ps">OpenSSH tips and tricks</a>.
                    477: <p>
                    478:
                    479: <li><strong>
1.216     jose      480: <a href="http://lsm.abul.org">The 3rd Libre Software Meeting</a></strong>,
                    481: Jul 9 - 13, 2002, Bordeaux, France<br>
1.172     miod      482: Several OpenBSD developers and users were attending the meeting, and
                    483: Niels Provos presented his
                    484: <a href="http://www.citi.umich.edu/u/provos/systrace">systrace</a>
                    485: system call policy management tool.
1.174     nick      486: <p>
1.172     miod      487:
1.216     jose      488: <li><strong>
                    489: <a href="http://www.Webb.it">Webb.it 02</a></strong>,
                    490: Jul 5 - 7, 2002, Padova, Italy<br>
1.171     ian       491: OpenBSD developers had a booth selling CD's, T-shirts, etc.
                    492: <p>
                    493:
1.216     jose      494: <li><strong>
1.236     jose      495: <a href="http://www.softwarelivre.rs.gov.br/forum">The Annual International
1.216     jose      496: Free Software Forum</a></strong>,
                    497: May 2 - 4, 2002, Porto Alegre-RS, Brazil<br>
1.236     jose      498: Mainly a Linux/GNU event, but this year the BSD Operating Systems
                    499: had a chance to prove their value.
1.169     horacio   500: Edson Brandi spoke on FreeBSD, Diego Linke
1.236     jose      501: on NetBSD, and Ricardo Nascimento Ferreira on OpenBSD.
1.169     horacio   502: <p>
1.168     miod      503:
1.216     jose      504: <li><strong>
                    505: <a href="http://www.usenix.org/events/bsdcon02/">BSDCON 2002</a></strong>,
                    506: Feb 11 - 14, 2002, San Francisco, California, USA<br>
1.161     millert   507: Todd Miller gave an update on current OpenBSD status and participated in a
1.162     millert   508: BSD panel discussion.  The <a href="slides/bsdcon_2002/index.html">slides</a>
                    509: are available.
1.161     millert   510: <p>
                    511:
1.216     jose      512: <li><strong>
                    513: <a href="http://www.linuxexpoparis.com">Linux expo Paris 2002</a></strong>,
                    514: Jan 30 - Feb 1, 2002, Paris, France<br>
1.163     miod      515: The french Linux Expo 2002 was quite small and as usual the OpenBSD booth ended
                    516: up with others on the expo's side.  On the first day, almost all the merchandise
                    517: was sold, and we have even sold older versions (2.9) the following days to
                    518: people who wouldn't leave without a cd set in their hands...
                    519: <p>
                    520:
1.216     jose      521: <li><strong>
                    522: <a href="http://musess.mcmaster.ca/">MUSESS 2002</a></strong>,
                    523: Jan 25 - 26, 2002, McMaster University, Ontario, Canada<br>
1.164     millert   524: Louis Bertrand gave a presentation on OpenBSD titled
                    525: <strong>Fix The Bugs, Secure The System</strong>.
                    526: The <a href="slides/musess_2002/index.html">slides</a> are available.
                    527: <p>
1.236     jose      528: </ul>
1.164     millert   529:
1.152     jakob     530: <h3>2001</h3>
                    531:
1.236     jose      532: <ul>
1.216     jose      533: <li><strong>
                    534: <a href="http://www.usenix.org/events/lisa01/">USENIX LISA 2001</a></strong>,
                    535: Dec 2 - 7, 2001, San Diego, California, USA<br>
1.160     jufi      536: Niels Provos gave a presentation, and there's been a booth selling
                    537: tshirts and 3.0 CDs.
                    538: <p>
                    539:
1.216     jose      540: <li><strong>
                    541: <a href="http://www.ietf.org/meetings/IETF-52.html">52nd IETF</a></strong>,
                    542: Dec 9 - 14, 2001, Salt Lake City, Utah, USA<br>
1.160     jufi      543: Angelos, Itojun &amp; Jakob were there.
                    544: <p>
                    545:
1.158     deraadt   546: <li><strong>
1.236     jose      547: <a href="http://www.disc2000.unam.mx/disc/index-ing.html">DISC
1.216     jose      548: 2001</a></strong>,
                    549: Nov 26 - 29, 2001, Mexico City, Mexico<br>
1.158     deraadt   550: Once again, Theo de Raadt explained the security auditing process and
                    551: subsequent secure configuration choices made in OpenBSD, in a talk
                    552: entitled "Updated thoughts on writing a secure Operating System".
                    553: <p>
                    554:
1.216     jose      555: <li><strong>
                    556: <a href="http://www.linux.org.hk">LinuxCafe</a></strong>,
                    557: Sep 15, 2001, Hong Kong, China<br>
1.156     provos    558: Shell Hung gave an introduction for BSD and demonstration of OpenBSD to HKLUG.
                    559: <p>
                    560:
1.201     deraadt   561: <li><strong>VPN Bakeoff</strong>,
1.216     jose      562: Aug 13 - 18, 2001, Finland<br>
1.156     provos    563: Jakob and Itojun were there.
                    564: <p>
1.158     deraadt   565:
1.150     wvdputte  566: <li><strong>
1.215     nick      567: <a href="http://www.hal2001.org">HAL 2001</a></strong>,
1.216     jose      568: Aug 10 - 12, 2001, Twente, Netherlands<br>
1.153     jufi      569: Quite a lot of developers were there, we even had our own tent.
                    570: Niels, Rees and Dugsong held talks, more info on the main website
                    571: for HAL2001. And of course T-Shirts and CDROMs were sold.
1.150     wvdputte  572: <p>
1.137     aaron     573:
                    574: <li><strong>
1.236     jose      575: <a href="http://conferences.oreilly.com/oscon/">O'Reilly Open Source
1.216     jose      576: Conference</a></strong>,
                    577: Jul 23 - 27, 2001, San Diego, California, USA<br>
1.148     brian     578: OpenBSD had a booth selling CD's, T-shirts, etc.
                    579: Ian Darwin presented his "Firewalls and Secure Internet Servers
                    580: with OpenBSD" tutorial.
                    581: <p>
                    582:
                    583: <li><strong>
1.201     deraadt   584: <a href="http://www.defcon.org">DEF CON Nine</a></strong>,
1.216     jose      585: Jul 13 - 15, 2001 Las Vegas, USA<br>
1.148     brian     586: OpenBSD developers and users make it a point to attend every year,
                    587: and had a table selling CD's, shirts, etc.
                    588: <p>
                    589:
                    590: <li><strong>
1.236     jose      591: <a href="http://www.sek.co.kr/sek2001/sek_html/main.htm">Software
1.216     jose      592: Exhibition of Korea</a></strong>,
                    593: Jun 26 - 29, 2001, Seoul, Korea<br>
1.146     krw       594: urisecure/NDS sponsored an OpenBSD booth with CD's, posters,
                    595: and a live demo of OpenBSD's IPSEC hardware acceleration.
                    596: <p>
                    597:
                    598: <li><strong>
1.236     jose      599: <a href="http://www.usenix.org/events/usenix01/">2001 USENIX Annual
1.216     jose      600: Technical Conference</a></strong>,
                    601: Jun 25 - 30, 2001, Boston, USA<br>
1.146     krw       602: OpenBSD developers were there, selling CD's, T-shirts, etc.
                    603: <p>
                    604:
                    605: <li><strong>
1.143     dugsong   606: <a href="http://www.olymfair.org/eng/workshop.htm">Information
1.201     deraadt   607: Security OlymFair</a></strong>,
1.216     jose      608: May 16 - 18, 2001, Seoul, Korea<br>
1.143     dugsong   609: Dug Song gave a detailed introduction to OpenBSD to the Korean
                    610: security community.
                    611: <p>
                    612:
                    613: <li><strong>
1.236     jose      614: <a href="http://www.osdem.org/">2001 Open Source and Free Software
1.216     jose      615: Developers' Meeting</a></strong>,
                    616: Feb 3 - 4, 2001, Brussels, Belgium<br>
1.137     aaron     617: There was an OpenBSD booth with some loose talks made.
                    618: <p>
                    619:
                    620: <li><strong>
1.201     deraadt   621: <a href="http://www.linuxexpoparis.com/">2001 Linux Expo</a></strong>,
1.216     jose      622: Feb 1 - 2, 2001, Paris, France<br>
1.236     jose      623: There was an OpenBSD booth in the 'F' area.
1.137     aaron     624: <p>
1.236     jose      625: </ul>
1.137     aaron     626:
1.132     louis     627: <h3>2000</h3>
                    628:
1.236     jose      629: <ul>
1.132     louis     630: <li><strong>
1.236     jose      631: <a href="http://www.usenix.org/events/lisa2000/">LISA 2000, USENIX
1.216     jose      632: Systems Administration Conference</a></strong>,
                    633: Dec 3 - 8, 2000, New Orleans, USA<br>
1.134     jufi      634: Wim Vandeputte and other volunteers have been running a sales table with
                    635: shirts, posters and the brand new 2.8 CDs.
                    636: <p>
                    637:
                    638: <li><strong>
1.215     nick      639: <a href="http://www.disc2000.unam.mx/disc/index-ing.html">DISC 2000</a></strong>,
1.216     jose      640: Nov 26 - Dec 1, 2000, Mexico City, Mexico<br>
1.133     deraadt   641: Theo de Raadt explained the security auditing process and subsequent secure
                    642: configuration choices made in OpenBSD, in a talk entitled "Secure by Default".
                    643: Over the next few days, he also participated in two panels with various security
                    644: experts who had flown in from around the world.  Following this, Theo climbed
1.151     jsyn      645: one of the largest volcanoes, called Malinche.
1.133     deraadt   646: <p>
                    647:
                    648: <li><strong>
1.236     jose      649: <a href="http://www.nluug.nl/events/nj2000">NLUUG Najaarsconferentie
1.216     jose      650: 2000</a></strong>,
                    651: Nov 9, 2000, Ede, NL<br>
1.236     jose      652: There was an OpenBSD booth where people dropped by for information or to
1.132     louis     653: get their Tshirts, polos, caps and 2.7 CDs.
1.13      deraadt   654: <p>
1.4       millert   655:
1.132     louis     656: <li><strong><a name=ipsec2000></a>
1.236     jose      657: <a href="http://www.upperside.fr/baipsecy2k.htm">IPsec 2000 Global
1.216     jose      658: Summit</a></strong>,
                    659: Oct 24 - 27, 2000, Paris La Defense, France<br>
1.159     miod      660: Niels Provos ended the conference by speaking about the IPsec architecture
1.132     louis     661: in OpenBSD. The talk was well received and many people were very interested
                    662: about our cryptographic hardware acceleration.
                    663:
                    664: <ul>
1.236     jose      665: <li>The IPsec Architecture in OpenBSD<br>
1.215     nick      666:     <a href="#ipsec2000">IPsec 2000 Global Summit</a> by Niels Provos.<br>
1.132     louis     667:     <a href="papers/ipsec-slides.ps">slides</a>.
                    668: </ul>
1.4       millert   669: <p>
1.132     louis     670:
1.7       deraadt   671: <li><strong>
1.201     deraadt   672: <a href="http://ApacheCon.Com/2000/EU/">ApacheCon Europa 2000</a></strong>,
1.216     jose      673: Oct 23 - 25, 2000, London, UK<br>
1.132     louis     674: There was an OpenBSD booth where people could drop by for information and
                    675: a chat with the local OpenBSD personnel. We also had the essentials for
1.236     jose      676: your wardrobe (Tshirts, polos, caps), for your hardware (2.7 CDs) and for your
1.132     louis     677: mind (drinks afterwards).
                    678: <p>
                    679:
1.216     jose      680: <li><strong>
                    681: <a href="http://www.bsdcon.com/">BSD Con 2000</a></strong>,
                    682: Oct 18 - 20, 2000, Monterey, CA, USA<br>
1.132     louis     683: David Terrell ran an OpenBSD booth selling T-shirts and CDs and answering
                    684: questions.
1.32      deraadt   685: <p>
1.1       deraadt   686:
1.132     louis     687: <li><strong><a name=opensource2000></a>
1.236     jose      688: <a href="http://www.opensource-forum.com/konferens">The Open Source
1.216     jose      689: Revolution</a></strong>,
                    690: Oct 5, 2000, Stockholm, Sweden<br>
1.133     deraadt   691: Theo de Raadt spoke about how user expectations for security out of the box
                    692: have changed over the last years.
1.1       deraadt   693: <p>
                    694:
1.132     louis     695: <li><strong><a name=sec2000></a>
1.216     jose      696: <a href="http://www.usenix.org/events/sec2000/">Usenix Security</a></strong>,
                    697: Aug 14 - 17, 2000, Denver, Colorado, USA<br>
1.132     louis     698: Some OpenBSD developers were there and one paper was presented:
                    699: <ul>
1.236     jose      700: <li>Encrypting Virtual Memory<br>
1.132     louis     701:     <a href="#sec2000">Usenix Security 2000</a>
1.205     deraadt   702:     by Niels Provos.<br>
1.132     louis     703:     <a href="papers/swapencrypt.ps">paper</a> and
                    704:     <a href="papers/swapencrypt-slides.ps">slides</a>.
                    705: </ul>
1.1       deraadt   706: <p>
1.132     louis     707:
1.10      provos    708: <li><strong>
1.201     deraadt   709: <a href="http://www.defcon.org/html/defcon-8-post.html">Defcon 2000</a></strong>,
1.216     jose      710: Jul 28 - 30, 2000, Las Vegas, Nevada, USA<br>
1.236     jose      711: Kjell Wooding (our IPF maintainer), James Phillips from the
1.132     louis     712: <a href="http://www.deadly.org">OpenBSD Journal</a>, and Theo de Raadt
                    713: had a table and were selling OpenBSD CDROMs, tshirts, and posters on
                    714: Friday and Saturday.  Hordes of people visited our table and we at the
                    715: end we were completely sold out of CDROMS and shirts (allowing us to go
                    716: check out Hoover Dam's hardhat tour on Sunday and leave the madness behind).
                    717: <br>
                    718: We were completely amazed at the people who stopped by our table, to say
                    719: that they were relying on OpenBSD.
                    720: <p>
1.32      deraadt   721:
1.132     louis     722: <li><strong>
1.236     jose      723: <a href="http://conferences.oreilly.com/oscon2000/">O'Reilly Open Source
1.216     jose      724: Conference 2000</a></strong>,
                    725: Jul 17 - 20, 2000, Monterey, California, USA<br>
                    726: Ian Darwin presented a <a href="papers/oreilly2000/">tutorial</a> on
1.132     louis     727: <a href="http://www.oreillynet.com/pub/w/bsd_tutorials.html">
                    728: Secure Internet Servers/Firewalls with OpenBSD</a>, and bravely
                    729: manned the OpenBSD booth for the remainder of the show.
                    730: Kjell Wooding took part in a panel discussion on the Future of the BSDs,
                    731: and spoke about
                    732: <a href="http://www.oreillynet.com/pub/w/bsd_presentations.html">
1.241     david     733: Secure By Default.</a> Both sessions were well attended, and at least
1.132     louis     734: one Linux sysadmin was seen racing for a keyboard, scared look in his eyes,
1.236     jose      735: after the security talk.
1.3       provos    736: <p>
1.132     louis     737:
1.6       deraadt   738: <li><strong>
1.201     deraadt   739: <a href="http://www.linuxtag.de/2000/english/">LinuxTag 2000</a></strong>,
1.216     jose      740: Jun 29 - Jul 2, 2000, Stuttgart, Germany<br>
1.132     louis     741: There was a BSD booth where we had the first <a href="27.html">OpenBSD 2.7 CDs</a> for Europe
                    742: and the new blue stitchwork <a href="tshirts.html#11">Blowfish Polo</a> shirt.
                    743: <br>
                    744: Christian Weisgerber gave a
                    745: <a href="http://www.linuxtag.de/2000/english/conference/talks.php3?ID=3">talk
                    746: on BSD</a>.
1.32      deraadt   747: <p>
1.1       deraadt   748:
1.216     jose      749: <li><strong><a name=usenix2000></a>
1.236     jose      750: <a href="http://www.usenix.org/events/usenix2000/">Usenix Annual Technical
1.216     jose      751: Conference.</a></strong>,
                    752: Jun 18 - 23, 2000, San Diego, California, USA<br>
1.132     louis     753: Almost 20 OpenBSD developers showed up for the 25th anniversary of Usenix.
                    754: We had a vendor booth, as well as a number of papers being presented.
                    755: Conference attendees had the opportunity to test drive the new release,
                    756: OpenBSD 2.7, on the 30 workstations in the terminal room.  For the first
                    757: time ever, the terminal room and wavelan networks also had a IPv6 connection,
1.147     jason     758: and some users even discovered so by themselves.
1.132     louis     759: Theo also held a BoF on the Wednesday evening, after which the developers
                    760: had almost too much singing in foreign languages with the help of helium.
                    761: <ul>
                    762:
                    763: <li>Implementing Internet Key Exchange, IKE.<br>
                    764:     <a href="#usenix2000">Usenix 2000</a>
1.216     jose      765:     by Angelos D. Keromytis, Niklas Hallqvist.<br>
1.132     louis     766:     <a href="papers/ikepaper.ps">paper</a> and
                    767:     <a href="papers/ikeslides.ps">slides</a>.
                    768:
                    769: <li>Transparent Network Security Policy Enforcement.<br>
                    770:     <a href="#usenix2000">Usenix 2000</a>
1.216     jose      771:     by Angelos D. Keromytis, Jason L. Wright.<br>
1.132     louis     772:     <a href="papers/bridgepaper.ps">paper</a> and
                    773:     <a href="papers/bridgeslides.ps">slides</a>.
1.2       deraadt   774:
1.132     louis     775: <li>Safety Checking of Kernel Extensions.<br>
                    776:     <a href="#usenix2000">Usenix 2000</a>
1.205     deraadt   777:     by Craig Metz.
1.132     louis     778: </ul>
1.2       deraadt   779: <p>
                    780:
1.132     louis     781: <li><strong>
1.236     jose      782: <a href="http://www.manlug.mcc.ac.uk/calendar.html">OpenBSD: The Open
1.216     jose      783: Source Secure Operating System</a></strong>,
                    784: Jun 17, 2000, 14:00. Manchester, UK<br>
1.132     louis     785: Sam Smith gave a rundown of features coming in OpenBSD 2.7 and
                    786: OpenSSH 2.1. His <a href="http://www.manlug.mcc.ac.uk/20000617/">slides</a>
                    787: are available from the user group's site.
1.1       deraadt   788: <p>
1.2       deraadt   789:
1.132     louis     790: <li><strong>
1.216     jose      791: <a href="reprints/crypto2000.html">OpenBSD Crypto 2000 conference</a></strong>,
                    792: Jun 15 - 20, 2000, Calgary, AB, Canada<br>
1.132     louis     793: Repeating the tradition of a similar meeting held last year, many
                    794: OpenBSD developers from around the world converged on Calgary
                    795: for a weekend long hack-and-drink session.  As before, the event
                    796: was invitation only.  Many significant things got done, including
                    797: ipv6 + ipsec running over hardware crypto devices.
1.1       deraadt   798: <p>
1.11      jkatz     799:
1.17      deraadt   800: <li><strong>
1.201     deraadt   801: <a href="http://www.converge2000.com">CONVERGENCE 2000</a></strong>,
                    802: May 18, 2000. Convention Centre, Calgary, Alberta, Canada<br>
1.132     louis     803: Theo de Raadt participated in a panel discussion about the pros and cons
                    804: of using Open Source software in various business environments.  The local
                    805: users also handed out OpenSSH and OpenBSD posters, and were absolutely
                    806: surprised and amazed by the number of Calgary companies quietly using
                    807: OpenBSD.
1.21      pattonme  808: <p>
1.17      deraadt   809:
1.23      niklas    810: <li><strong>
1.216     jose      811: <a href="http://www.cansecwest.com/">CanSecWest</a></strong>,
                    812: May 10 - 12, 2000. Robson Conference Centre, Vancouver, BC, Canada<br>
1.132     louis     813: Theo de Raadt spoke about why programmers keep making the same stupid mistakes,
                    814: what types of efforts might improve this, and how this all relates to auditing
                    815: efforts.  Rain Forest Puppy, Ron Gula (Network Security Wizards), Ken Williams (E&Y),
1.216     jose      816: Marty Roesch (snort/HiverWorld), and Fyodor (nmap) were among the other speakers
1.132     louis     817: at this event.  (On a personal note: at this conference Theo realized that three
                    818: leading Network Intrusion Detection System companies use OpenBSD as their
                    819: base operating system: Hiverworld, Network Security Wizards, and NFR).
1.32      deraadt   820: <p>
1.25      deraadt   821:
1.132     louis     822: <li><strong>
                    823: <a href="http://www.zdevents.com/comdex/spring2000/">Linux Business Expo /
1.201     deraadt   824: COMDEX Spring 2000</a></strong>,
                    825: Apr 19, 2000, Chicago, IL, USA<br>
1.216     jose      826: Louis Bertrand represented OpenBSD at a BSD BOF with FreeBSD/BDSI,
1.132     louis     827: NetBSD and Apple (Darwin is BSD-derived). The BOF was attended by about
                    828: 75 people, many of whom were new to *BSD. It was an opportunity to
                    829: explore future cooperation among the various BSD groups and companies.
1.25      deraadt   830: <p>
1.23      niklas    831:
1.31      deraadt   832: <li><strong>
1.236     jose      833: <a href="http://www.nordu.org/NordU2000/">NordU 2000 -- The second
1.216     jose      834: EurOpen/USENIX Conference</a></strong>,
                    835: Feb 8 - 11, 2000. Malmo, Sweden<br>
1.140     jufi      836: About 15 OpenBSD team members attended.
1.132     louis     837: OpenBSD CDs and shirts were sold at a booth donated by the conference.<br>
                    838: As well, Theo de Raadt gave an invited talk on Wednesday morning
                    839: about why software quality/security suffers, and what we can do to
                    840: improve it.
1.32      deraadt   841: <p>
1.31      deraadt   842:
1.201     deraadt   843: <li><strong>BSD BOF session, LinuxWorld Expo</strong>,
1.216     jose      844: Feb 3, 2000, New York, USA<br>
1.132     louis     845: Representatives from OpenBSD, BSDi, and FreeBSD hosted a
                    846: &quot;Birds Of a Feather&quot; session at the <a
                    847: href="http://www.linuxworldexpo.com/">New York LinuxWorld Expo</a>.<br>
                    848: There were installation CD-ROMs, free food, and even free Daemon Horns!
1.33      niklas    849: <p>
1.236     jose      850: </ul>
1.33      niklas    851:
1.132     louis     852: <h3>1999</h3>
1.36      niklas    853:
1.236     jose      854: <ul>
1.216     jose      855: <li><strong>The Bazaar</strong>,
                    856: Dec 14 - 16, 1999, New York, New York, USA<br>
1.132     louis     857: Wes Sonnenreich and Tom Yates presented a tutorial on building
1.216     jose      858: firewalls with OpenBSD. BoF of open source BSDs took place.
1.132     louis     859: 2.6 release CDROMs and t-shirts were sold.
                    860: Emphatic interest has been shown by representatives from press, international
                    861: government and military institutions.
1.45      jason     862: <p>
                    863:
1.216     jose      864: <li><strong><a name=lisa99></a>
1.236     jose      865: <a href="http://www.usenix.org/events/lisa99/">13th Systems Administration
1.216     jose      866: Conference (LISA 99)</a></strong>,
                    867: Nov 7 - 12, 1999, Seattle, Washington, USA<br>
1.132     louis     868: Bob Beck presented a paper about the U of A's nifty OpenBSD based
                    869: solution to the problem of public Ethernet jacks in the technical sessions
                    870: starting at 11:00 AM on the 11th.<br>
                    871: There were many other OpenBSD
                    872: people at this conference as well, as well as a booth selling CDROMs and
                    873: t-shirts.  His paper is available at:
                    874:
                    875: <ul>
                    876: <li>Dealing with Public Ethernet Jacks-Switches, Gateways, and Authentication.<br>
1.236     jose      877:     <a href="events.html#lisa99">LISA 1999</a>,
1.206     david     878:     by Bob Beck.<br>
1.236     jose      879:     <a href="papers/authgw-paper.ps">paper</a> and
                    880:     <a href="papers/authgw-slides.ps">slides</a>.
1.132     louis     881: </ul>
                    882: <p>
                    883:
                    884: <li><strong>
1.201     deraadt   885: IP-dagarna 1999</strong>,
1.216     jose      886: Oct 27 - 28, 1999, Stockholm, Sweden<br>
1.132     louis     887: H&aring;kan Olsson &amp; Jakob Schlyter spoke at the DNSSEC session on the 27th.
                    888: <p>
                    889:
                    890: <li><strong>
1.236     jose      891: <a href="http://www.opensource-forum.com/konferens/">Linux &amp; Open Source
1.216     jose      892: Software '99</a></strong>,
                    893: Oct 21, 1999, Stockholm, Sweden. (in swedish)<br>
1.132     louis     894: Niklas Hallqvist spoke on the topic of how to use
1.236     jose      895: <a
                    896: href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4&format=html">IPsec</a> for securing communications.
1.132     louis     897: <p>
                    898:
                    899: <li><strong>
1.236     jose      900: <a href="http://www.acm.uiuc.edu/conference">Reflections/Projections
1.216     jose      901: 1999</a></strong>,
                    902: Oct 8 - 10, 1999, Champaign-Urbana, Illinois, USA<br>
1.132     louis     903: Theo de Raadt spoke at 10:00am on the 9th.  Other OpenBSD
                    904: developers from the east coast attended as well.
                    905: <p>
                    906:
1.236     jose      907: <li><strong><a name="ipsec99"></a>
1.216     jose      908: IPsec Interoperability tests</strong>,
                    909: Sep 27 - 30, 1999, Stockholm, Sweden. (in swedish)<br>
1.236     jose      910: A dozen vendors, among them OpenBSD, tested more than 15
                    911: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4&format=html">IPsec</a>
1.132     louis     912: products, both gateways and hosts, for interoperability.  The tests
                    913: were successful as far as general IPsec and pre-shared key
                    914: authentication went, OpenBSD interoperated with everyone, but due to
                    915: time constraints we never got to test the certificate support
                    916: appropriately.  The results were presented later that fall at a
                    917: conference in Stockholm.
                    918: <p>
                    919:
                    920: <li><strong>
1.236     jose      921: <a href="http://www.auug.org.au/winter/auug99">AUUG'99</a></strong>,
1.216     jose      922: Sep 8 - 11, 1999, Melbourne, Australia<br>
1.132     louis     923: Theo de Raadt gave two talks on "quality of software" related issues
                    924: and participated on a panel about how open source projects are
                    925: coordinated.
                    926: <p>
                    927:
                    928: <li><strong>
1.236     jose      929: <a href="http://www.usenix.org/events/sec99/index.html">Usenix
1.216     jose      930: Security</a></strong>,
                    931: Aug 23 - 26, 1999, Washington, DC, USA<br>
1.132     louis     932: Many OpenBSD people from the east coast showed up and sold CDs and
                    933: shirts.  It was pretty clear from discussions that many people were
                    934: very aware of OpenBSD, and that OpenBSD was being used in very
                    935: significant security roles.
                    936: <p>
                    937:
                    938: <li><strong>
1.236     jose      939: <a href="http://www.ietf.org/proceedings/99jul/index.html">45th IETF
1.216     jose      940: meeting</a></strong>,
                    941: Jul 12 - 16, 1999, Oslo, Norway<br>
1.132     louis     942: A number of OpenBSD team members from all over the world were at this
                    943: conference. In addition to attending the IPsec and DNS working groups (among
                    944: others) we did IPsec/IKE interoperability testing together with
1.166     miod      945: the Japanese KAME project. Also, Angelos D. Keromytis did a presentation on
1.132     louis     946: his work with keynote and isakmpd in OpenBSD.
                    947: <p>
1.45      jason     948:
1.132     louis     949: <li><strong>
1.236     jose      950: <a href="http://www.defcon.org/html/defcon-6.html">Defcon 6.0</a></strong>,
1.216     jose      951: Jul 9 - 11, 1999, Las Vegas, Nevada, USA<br>
1.132     louis     952: At this conference, the OpenBSD team sold 100 or so 2.5 release CDROMs
                    953: and a TON of tshirts.
1.46      deraadt   954: <p>
1.132     louis     955:
1.236     jose      956: <li><strong><a name="usenix99"></a>
                    957: <a href="http://www.usenix.org/events/usenix99/index.html">
1.216     jose      958: Usenix Annual Technical Conference</a></strong>,
                    959: Jun 6 - 11, 1999, Monterey, California, USA<br>
1.106     jufi      960: The <a href="http://www.usenix.org">USENIX Association</a>
1.46      deraadt   961: provided The OpenBSD Project with a grant to underwrite the production
1.106     jufi      962: of CDs of OpenBSD 2.5.  (We distributed the
                    963: release for free to attendees of the USENIX Annual Conference in
1.46      deraadt   964: June.)
1.132     louis     965: <br>
1.46      deraadt   966: Usenix team members were involved in the authoring and
1.132     louis     967: presentation of 4 OpenBSD-related papers:
                    968:
1.46      deraadt   969: <ul>
1.236     jose      970: <a name="anoncvs_paper"></a>
1.66      deraadt   971: <li>Opening the Source Repository with Anonymous CVS.<br>
1.236     jose      972:     <a href="events.html#usenix99">Usenix 1999</a>,
1.216     jose      973:     by Charles D. Cranor, Theo de Raadt.<br>
1.236     jose      974:     <a href="papers/anoncvs-paper.ps">paper</a> and
                    975:     <a href="papers/anoncvs-slides.ps">slides</a>.
1.132     louis     976: <br>
1.66      deraadt   977: <li>A Future-Adaptable Password Scheme.<br>
1.236     jose      978:     <a href="events.html#usenix99">Usenix 1999</a>,
1.216     jose      979:     by Niels Provos, David Mazieres.<br>
1.236     jose      980:     <a href="papers/bcrypt-paper.ps">paper</a> and
                    981:     <a href="papers/bcrypt-slides.ps">slides</a>.
1.132     louis     982: <br>
1.66      deraadt   983: <li>Cryptography in OpenBSD: An Overview.<br>
1.236     jose      984:     <a href="events.html#usenix99">Usenix 1999</a>,
1.216     jose      985:     by Theo de Raadt, Niklas Hallqvist, Artur Grabowski,
                    986:     Angelos D. Keromytis, Niels Provos.<br>
1.236     jose      987:     <a href="papers/crypt-paper.ps">paper</a> and
                    988:     <a href="papers/crypt-slides.ps">slides</a>.
1.132     louis     989: <br>
1.66      deraadt   990: <li>strlcpy and strlcat -- consistent, safe, string copy and concatenation.<br>
1.236     jose      991:     <a href="events.html#usenix99">Usenix 1999</a>,
1.216     jose      992:     by Todd C. Miller, Theo de Raadt.<br>
1.236     jose      993:     <a href="papers/strlcpy-paper.ps">paper</a> and
                    994:     <a href="papers/strlcpy-slides.ps">slides</a>.
1.132     louis     995: </ul>
1.66      deraadt   996: <p>
1.46      deraadt   997:
1.51      deraadt   998: <li><strong>
1.236     jose      999: <a href="http://www.linuxexpo.org">5th Annual Linux Expo</a></strong>,
1.216     jose     1000: May 18 - 22, 1999, Raleigh, North Carolina, USA<br>
1.132     louis    1001: Some OpenBSD team members were at this conference selling OpenBSD 2.5 CDs,
                   1002: OpenBSE T-shirts, as well as Blowfish T-shirts, which sold out very quickly
                   1003: at a table donated by the Expo.  OpenBSD was the only BSD represented at the
                   1004: vendor exposition, and we had good chance to present a secure alternative
                   1005: to Linux.
1.51      deraadt  1006: <p>
                   1007:
1.53      jakob    1008: <li><strong>
1.236     jose     1009: <a href="http://www.ietf.org/proceedings/99mar/index.html">44th IETF
1.216     jose     1010: meeting</a></strong>,
                   1011: Mar 15 - 19, 1999, Minneapolis, Minnesota, USA<br>
1.132     louis    1012: Some OpenBSD team members were at this conference, in particular our
                   1013: IPSEC developers.
1.53      jakob    1014: <p>
                   1015:
1.132     louis    1016: <li><strong>
1.236     jose     1017: <a href="http://www.europen.se/NordU99">NordU99 -- The first
1.216     jose     1018: EurOpen/USENIX Conference</a></strong>,
                   1019: Feb 9 - 12, 1999, Stockholm, Sweden<br>
1.132     louis    1020: A couple of OpenBSD team members were there and some of the swedish user
                   1021: society as well.  OpenBSD CDs were sold at a booth and at the end of a
                   1022: security talk, the project got applauded for its continuous strive of auditing
                   1023: security sensitive parts of the system.
1.59      deraadt  1024: <p>
1.236     jose     1025: </ul>
1.59      deraadt  1026:
1.132     louis    1027: <h3>1998</h3>
1.59      deraadt  1028:
1.236     jose     1029: <ul>
1.132     louis    1030: <li><strong><a name=ipsec98></a>
1.236     jose     1031: <a href="http://www.netman.se/kurs/96.html">IPsec/VPN Interoperability
                   1032: tests &amp; seminar</a></strong>,
1.216     jose     1033: Dec 14, 1998, Stockholm, Sweden (in swedish)<br>
1.132     louis    1034: OpenBSD was represented as one of about a dozen
1.236     jose     1035: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4&format=html">IPsec</a>
1.132     louis    1036: implementations who were tested for interoperability.  The tests were
                   1037: successful, both for the technology in general, and for OpenBSD in
                   1038: specific.  We managed to communicate encrypted with every vendor present,
                   1039: and to negotiate keys via IKE with everyone capable.
1.70      deraadt  1040: <p>
                   1041:
1.236     jose     1042: <li><strong><a name="lisaboston-98"></a>
                   1043: <a href="http://usenix.org/events/lisa98">LISA '98: 12th Systems Administration
1.216     jose     1044: Conference</a></strong>,
                   1045: Dec 6 - 11, 1998, Boston, Massachusetts<br>
1.132     louis    1046: More than 10 OpenBSD team members showed up.  By far, OpenBSD was the
                   1047: largest representative group from free software at the conference.
                   1048: Usenix gave us a table in the vendor area where we sold 2.4 CDROMs,
                   1049: 2.3 "wire-frame" t-shirts, and the new 2.4 embroidered
                   1050: "Because security matters..." t-shirts, polos, and sweaters.
                   1051: An OpenBSD BOF was held one evening, led by Theo de Raadt.
                   1052: A PalmPilot schedule loader was at the membership booth, powered by OpenBSD.
                   1053: <br>
                   1054: The terminal room ran OpenBSD 2.4 on 45 machines. Obviously  trust in OpenBSD
                   1055: had increased since many people,normally wary of security problems of open
                   1056: terminal rooms, were seen using the machines.
1.72      ho       1057: <p>
                   1058:
1.73      deraadt  1059: <li><strong>
1.236     jose     1060: <a href="http://www.asc.unam.mx/disc98">DISC - Seguridad en
1.217     jose     1061: C&oacute;mputo 98</a></strong>,
1.216     jose     1062: Nov 2 - 7, 1998, Mexico City<br>
1.132     louis    1063: Theo de Raadt gave a talk about security auditing, sponsored by
1.236     jose     1064: <a href="http://www.core-sdi.com">CORE SDI S.A.</a>, an Argentine
1.132     louis    1065: security auditing company who strongly believes in the future
1.236     jose     1066: of OpenBSD. (<a href="papers/mexico98-slides.ps">Slides are available</a>).
1.131     jufi     1067: <p>
1.73      deraadt  1068:
1.236     jose     1069: <li><strong>IP-dagarna</strong>,
1.216     jose     1070: Oct 29, 30 1998, Stockholm, Sweden (in swedish)<br>
1.132     louis    1071: At this conference, entirely devoted to IP, Niklas Hallqvist from the
                   1072: OpenBSD team held a talk on the IKE (a.k.a ISAKMP/Oakley) key management
                   1073: protocol and experiences from the implementation of <strong>isakmpd</strong>,
                   1074: an IKE implementation funded by Ericsson Radio Systems and developed
                   1075: primarily for the OpenBSD IPSEC stack.
1.79      deraadt  1076: <p>
1.73      deraadt  1077:
1.80      deraadt  1078: <li><strong>
1.216     jose     1079: <a href="http://www.nceexpo.com/">NCEE '98</a></strong>,
                   1080: Oct 9 - 10, 1998, Auburn, Maine, USA<br>
1.132     louis    1081: An extensive after-action report was sent to advocacy@openbsd.org. While
1.151     jsyn     1082: sales of shirts and CDROMs left much to be desired, we did have good
1.132     louis    1083: opportunities to further project visibility and highlight its strengths.
1.80      deraadt  1084: <p>
                   1085:
1.93      louis    1086: <li><strong>
1.236     jose     1087: <a href="http://www.acm.uiuc.edu/conference">Reflections/Projections
1.216     jose     1088: 1998</a></strong>,
1.236     jose     1089: Oct 2 - 4, 1998, Champaign-Urbana, Illinois, USA<br>
1.132     louis    1090: Theo de Raadt spoke in a panel about Open/Free software with Eric
                   1091: Raymond and others.
1.93      louis    1092: <p>
                   1093:
1.216     jose     1094: <li><strong>
1.236     jose     1095: <a href="http://opensource.oreilly.com/townmeet.html">O'Reilly and
                   1096: Associates Open Source Developer Days</a></strong>,
1.216     jose     1097: Aug 21, 1998, San Jose, California, USA<br>
1.132     louis    1098: OpenBSD team members were on-hand to discuss OpenBSD's role among the
                   1099: other free software projects available. They also sold some CDs and t-shirts.
1.96      deraadt  1100: <p>
                   1101:
1.236     jose     1102: <li><strong><a name="defcon98"></a>
                   1103: <a href="http://www.defcon.org/html/defcon-6.html">Defcon VI</a></strong>,
1.216     jose     1104: Jul 31 - Aug 2, 1998, Las Vegas, Nevada, USA<br>
1.132     louis    1105: The router to the outside world was an OpenBSD 2.3 box.  It was involved
                   1106: in a "capture the flag" competition in which an entire room of crackers
                   1107: attempted to break into it and machines running other operating systems.
                   1108: The OpenBSD box was not broken into.
                   1109: <br>
                   1110: Almost 100 OpenBSD 2.3 CDROMs were sold (we ran out again).  The primates
1.236     jose     1111: at <a href="http://www.monkey.org">monkey.org</a> brought 2.3
1.132     louis    1112: &quot;wire-frame&quot; OpenBSD t-shirts to the conference and sold almost
                   1113: 200 of them.  The proceeds from the sales were donated to the OpenBSD project.
1.96      deraadt  1114: <p>
1.94      deraadt  1115:
1.236     jose     1116: <li><strong><a href="http://www.blackhat.com">BlackHat Sessions</a></strong>,
1.216     jose     1117: Jul 29 - 30, 1998, Las Vegas, Nevada, USA<br>
1.132     louis    1118: Theo de Raadt presented a talk entitled
                   1119: "Auditing software for security" about the OpenBSD security auditing
                   1120: team's process and the lessons the team learned.  The talk concentrated
                   1121: on how our process fixes bugs -- not just holes -- since one never knows
                   1122: when 5 bugs will act together to become a hole.
1.99      deraadt  1123: <p>
                   1124:
1.236     jose     1125: <li><strong><a name="usenix-neworleans"></a>
                   1126: <a href="http://www.usenix.org/publications/library/proceedings/usenix98/index.html">Usenix Annual Technical Conference</a></strong>,
1.216     jose     1127: Jun 15 - 19, 1998, New Orleans, Louisiana, USA<br>
1.132     louis    1128: At Usenix 1998 there was a strong OpenBSD presence both in the Freenix
                   1129: and normal tracks.  Theo did a general talk about what the OpenBSD
                   1130: project offers.  Angelos held a panel about IPSEC (which is quite an
                   1131: OpenBSD topic since IPSEC development at that time was so much further
                   1132: ahead in OpenBSD than anywhere else).
                   1133: <br>
                   1134: The terminal room PCs ran OpenBSD 2.3.  We sold many CDROMs.  The
                   1135: first style of OpenBSD t-shirt also sold quite well.
1.101     wvdputte 1136: <p>
                   1137:
1.105     wvdputte 1138: <li><strong>
1.236     jose     1139: <a href="http://www.usenix.org/publications/library/proceedings/sec98/index.html">Usenix Security</a></strong>,
1.216     jose     1140: Jan 26 - 29, 1998, San Antonio, Texas, USA<br>
1.132     louis    1141: At this conference, Theo presented an evening talk which basically
                   1142: turned into a list of fixed security problems and cautionary tales about
                   1143: subsystems in which future problems may be encountered
1.236     jose     1144: (<a href="papers/security98-slides.ps">slides available</a>).
1.105     wvdputte 1145: <br>
1.132     louis    1146: The terminal room PCs ran OpenBSD 2.2.
                   1147: <p>
1.236     jose     1148: </ul>
1.105     wvdputte 1149:
1.132     louis    1150: <h3>1997</h3>
1.107     deraadt  1151:
1.236     jose     1152: <ul>
1.113     deraadt  1153: <li><strong>
1.236     jose     1154: <a href="http://www.hip97.nl">HIP</a></strong>,
1.216     jose     1155: Aug, 1997, Almere, Netherlands<br>
1.236     jose     1156: Niels held a
                   1157: <a href="http://www.physnet.uni-hamburg.de/provos/hip97-tcpip.html">talk</a>
1.132     louis    1158: about the problems of unencrypted TCP/IP connections, offering IPSEC as
                   1159: possible solution.
1.113     deraadt  1160: <p>
1.132     louis    1161:
1.236     jose     1162: <li><strong>HOPE</strong>,
1.216     jose     1163: Aug, 1997, New York, New York, USA<br>
1.166     miod     1164: The terminal room consisted primarily of DECstations running
1.236     jose     1165: OpenBSD 2.1.  Once again, the <a href="http://www.l0pht.com">L0phT</a>
1.132     louis    1166: people had very good things to say about our security.
1.113     deraadt  1167: <p>
1.105     wvdputte 1168:
1.236     jose     1169: <li><strong><a name="defcon5"></a>
                   1170: <a href="http://www.defcon.org/html/defcon-5.html">Defcon V</a></strong>,
1.216     jose     1171: Jul 11 - 13, 1997, Las Vegas, Nevada, USA<br>
1.132     louis    1172: At this conference, the OpenBSD team sold 100 or so 2.1 release CDROMs.
                   1173: <br>
                   1174: Since this is the primary security conference, many speakers said very
1.140     jufi     1175: good things about our stance on security... particularly people like
1.236     jose     1176: <a href="http://www.l0pht.com">the L0phT</a>.
1.118     deraadt  1177: <p>
                   1178:
1.125     deraadt  1179: <li><strong>
1.236     jose     1180: <a
                   1181: href="http://www.usenix.org/publications/library/proceedings/ana97/index.html">Usenix Annual Technical Conference</a></strong>,
1.216     jose     1182: Jan  6 - 10, 1997, Anaheim, California, USA.<br>
1.132     louis    1183: Theo de Raadt held a BOF ("Birds Of a Feather", ie. a meeting of people
                   1184: interested in the same thing) about OpenBSD.
1.236     jose     1185: </ul>
1.125     deraadt  1186:
1.1       deraadt  1187:
                   1188: <hr>
1.236     jose     1189: <a href="index.html"><img height=24 width=24 src=back.gif border=0 alt="OpenBSD"></a>
                   1190: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.266   ! jolan    1191: <br><small>$OpenBSD: events.html,v 1.265 2004/09/09 15:02:22 wvdputte Exp $</small>
1.1       deraadt  1192:
                   1193: </body>
                   1194: </html>