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

Annotation of www/events.html, Revision 1.965

1.375     grunk       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
                      4: <title>OpenBSD events</title>
                      5: <meta name="resource-type" content="document">
                      6: <meta name="distribution" content="global">
1.819     jasper      7: <meta name="copyright" content="This document copyright 1996-2010 by OpenBSD.">
1.376     tom         8:
                      9: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.1       deraadt    10: </head>
                     11:
1.241     david      12: <body bgcolor="#FFFFFF" text="#000000" link="#23238E">
1.1       deraadt    13:
1.167     jsyn       14: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.1       deraadt    15: <p>
1.236     jose       16: <h2><font color="#e00000">Events</font></h2>
                     17: OpenBSD developers, users and sponsors attend trade shows and conferences,
                     18: give papers, and organize &quot;Birds Of a Feather&quot; (BOF) sessions.
                     19: This is an opportunity to find out more about OpenBSD or just meet
1.165     ian        20: like-minded people.
1.8       deraadt    21:
1.78      louis      22: <hr>
                     23:
1.484     mbalmer    24: <!-- STYLE NOTES:
                     25:     Place past events in most-recent-first order.
                     26:     Make sure you change the tense from future to past when you move an item.
                     27:     Use <br> tags instead of <p> to avoid gaps within an item.
                     28:
                     29:     Tagline formatting:
                     30:     <li><strong>
1.741     saad       31:     <a href="LINK">EVENT NAME</a></strong>,
1.727     wvdputte   32:     Month Day - Day, Year, Location.<br>
1.484     mbalmer    33:
                     34:     Use a 3 letter abbreviation for the month. Name anchors go on the line
                     35:     with the <li> tag.
                     36: -->
                     37:
1.78      louis      38: <h2>Future events:</h2>
1.132     louis      39:
1.952     giovanni   40: <h3>2015</h3>
                     41: <ul>
                     42:
1.953     schwarze   43: <li><strong><a name="bsdcan2015"></a>
                     44: <a href="http://www.bsdcan.org/2015/">BSDCan 2015</a></strong>,
                     45: June 10 - 13, 2015, Ottawa, Canada.<br>
                     46: <ul>
                     47: <li>Reyk Fl&ouml;ter:
                     48: Introducing OpenBSD's new
                     49: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd">httpd(8)</a>
                     50: <li>Ingo Schwarze:
                     51: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc">mandoc(1)</a>:
                     52: Becoming the main BSD manual toolbox
                     53: <li>Peter Hansteen:
                     54: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf">pf(4)</a>:
                     55: The OpenBSD Packet Filter: Building The Network You Need (tutorial)
                     56: <li>Peter Hessler:
                     57: Using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rdomain">routing
                     58: domains</a> and routing tables in a production network
                     59: <li>Ted Unangst:
                     60: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signify">signify(1)</a>:
                     61: Securing OpenBSD From Us To You
                     62: </ul>
                     63: <p>
1.957     bcallah    64:
1.962     afresh1    65: <li><strong><a name="yapcna2015"></a>
                     66: <a href="http://www.yapcna.org/yn2015/">YAPC::NA 2015</a></strong>,
                     67: Jun 8-10, 2015, Salt Lake City, UT, USA.<br>
                     68: Andrew Fresh will be giving a Perl in OpenBSD talk at Yet Another Perl Conference: North America.
                     69: <p>
                     70:
1.965   ! bcallah    71: </ul>
        !            72:
        !            73: <hr>
        !            74:
        !            75: <h2>Past events:</h2>
        !            76:
        !            77: <h3>2015</h3>
        !            78: <ul>
        !            79:
1.957     bcallah    80: <li><strong><a name="rcos2015"></a>
                     81: <a href="http://rcos.rpi.edu/">Rensselaer Center for Open Source Software</a></strong>,
                     82: Mar 20, 2015, Rensselaer Polytechnic Institute, Troy, NY.<br>
1.965   ! bcallah    83: Brian Callahan gave a guest lecture about OpenBSD.
        !            84: Presentation
        !            85: <a href="http://devio.us/~bcallah/rcos2015.pdf">slides</a>
        !            86: are also available.
1.957     bcallah    87: <p>
1.965   ! bcallah    88:
1.952     giovanni   89: <li><strong><a name="cebit2015"></a>
                     90: <a href="http://www.cebit.de/">CeBIT 2015</a></strong>,
                     91: Mar 17, 2015, Hannover, Germany.<br>
1.965   ! bcallah    92: Giovanni Bechis gave a talk about LibreSSL.
1.954     reyk       93: <p>
1.961     deraadt    94:
1.954     reyk       95: <li><strong><a name="asiabsdcon2015"></a>
                     96: <a href="http://2015.asiabsdcon.org/">AsiaBSDCon 2015</a></strong>,
                     97: March 12 - 15, 2015, Tokyo, Japan.<br>
                     98: <ul>
                     99: <li>Claudio Jeker:
                    100: Advanced networking and routing on OpenBSD (tutorial)
                    101: <li>Reyk Fl&ouml;ter:
1.963     krw       102: <a href="papers/httpd-slides-asiabsdcon2015.pdf">OpenBSD's new httpd</a>
1.954     reyk      103: <li>Henning Brauer:
1.961     deraadt   104: <a href="http://bulabula.org/papers/2015/asiabsdcon/">OpenBSD sucks</a>
1.954     reyk      105: <li>Ted Unangst:
1.963     krw       106: <a href="papers/pruning.html">Pruning and Polishing: Keeping OpenBSD Modern</a>
1.954     reyk      107: <li>Pascal Stumpf:
1.963     krw       108: <a href="papers/asiabsdcon2015-pie-slides.pdf">Converting OpenBSD to PIE</a>
1.954     reyk      109: <li>Peter Hessler:
1.963     krw       110: <a href="papers/asiabsdcon2015-bgp-spamd.pdf">The results of using BGP for realtime import and export of spam whitelist/blacklist entries</a>
1.954     reyk      111: </ul>
                    112: <p>
1.956     deraadt   113:
1.955     afresh1   114: <li><strong><a name="pdxpm201503"></a>
                    115: <a href="http://pdx.pm.org/meetings/2015/03/12/perl-in-openbsd.html">Portland Perl Mongers</a></strong>,
                    116: Mar 12, 2015, Portland, Oregon, US.<br>
1.964     krw       117: Andrew Fresh gave a talk about Perl in OpenBSD.
1.955     afresh1   118: <p>
                    119:
1.952     giovanni  120: </ul>
1.949     jturner   121:
1.908     bcallah   122: <h3>2014</h3>
1.913     jturner   123: <ul>
                    124:
1.946     giovanni  125: <li><strong><a name="opensourceday2014"></a>
                    126: <a href="http://www.opensourceday.org/2014/">Open Source Day 2014</a></strong>,
                    127: Nov 29, 2014, University of Udine, Italy.<br>
1.950     giovanni  128: Giovanni Bechis gave a talk about <a href="http://www.snb.it/downloads/libressl.pdf">LibreSSL</a>.
1.946     giovanni  129: <p>
1.947     deraadt   130:
                    131: <li><strong><a name="hackfest2014"></a>
                    132: <a href="http://hackfest.ca">Hackfest 2014</a></strong>,
                    133: Nov 7-8, 2014, Quebec City, Canada.<br>
                    134: Theo de Raadt presented an updated talk about <a href="papers/hackfest2014-arc4random/index.html">arc4random</a>.
                    135: <p>
                    136:
1.945     bcallah   137: <li><strong><a name="rpisec2014"></a>
                    138: <a href="http://rpis.ec/calendar">RPISEC Weekly Meeting</a></strong>,
                    139: Oct 24, 2014, Rensselaer Polytechnic Institute, Troy, NY, USA.<br>
                    140: Brian Callahan gave a talk on &quot;OpenBSD: Introduction and Primer for the Security Conscious.&quot;
                    141: <p>
                    142:
1.944     matthieu  143: <li><strong><a name="xdc2014"></a>
                    144: <a href="http://www.x.org/wiki/Events/XDC2014/">X Developer's Conference 2014</a></strong>,
                    145: Oct 8 - 10, 2014, Bordeaux, France.<br>
                    146: Matthieu Herrb gave a short talk about the <a href="papers/xdc2014-xenocara.pdf">&quot;Status of the graphics stack on OpenBSD&quot;</a>.
                    147: <p>
1.937     deraadt   148:
1.920     schwarze  149: <li><strong><a name="eurobsdcon2014"></a>
                    150: <a href="http://2014.eurobsdcon.org/">EuroBSDcon 2014</a></strong>,
1.924     schwarze  151: Sep 25 - 28, 2014, Sofia, Bulgaria.<br>
1.940     phessler  152: There were 16 public OpenBSD-related events out of 38,
1.924     schwarze  153: more than in any previous conference listed here:<br>
                    154: <ul>
                    155: <li>Peter Hansteen:
                    156: &quot;Building The Network You Need With PF&quot; and
                    157: &quot;Transition to OpenBSD 5.6&quot; (tutorials)
                    158: <li>Stefan Sperling:
                    159: &quot;Subversion for FreeBSD developers&quot; (tutorial)
1.931     schwarze  160: <li>Ingo Schwarze: &quot;Let's make manuals more useful!&quot;
1.939     schwarze  161:   (<a href="papers/eurobsdcon2014-mandoc-slides.pdf">tutorial slides</a>,
                    162:   roff/mm/gpresent
                    163:   <a href="papers/eurobsdcon2014-mandoc-slides.tgz">source code</a>;
                    164:   more comprehensive
                    165:   <a href="papers/eurobsdcon2014-mandoc-paper.pdf">paper</a>, roff/mm
                    166:   <a href="papers/eurobsdcon2014-mandoc-paper.tgz">source code</a>)
1.932     tedu      167: <li>Ted Unangst: <a href="papers/dev-sw-hostile-env.html">&quot;Developing Software in a Hostile Environment&quot;</a>
1.934     tedu      168: and <a href="papers/eurobsdcon2014-libressl.html">&quot;LibreSSL: More Than 30 Days Later&quot;</a>
1.933     mpi       169: <li>Martin Pieuchot: <a href="papers/tamingdragons.pdf">&quot;Taming OpenBSD Network Stack Dragons&quot;</a>
1.924     schwarze  170: <li>Henning Brauer: &quot;OpenBGPD turns 10 years -
                    171: Design, Implementation, Lessons learned&quot;
1.935     claudio   172: <li>Claudio Jeker: <a href="papers/eurobsdcon2014_iscsi/">&quot;vscsi(4) and iscsid - iSCSI initiator the OpenBSD way&quot;</a>
1.940     phessler  173: <li>Peter Hessler: <a href="papers/eurobsdcon2014-rdomains.pdf">&quot;Using routing domains / tables in a production network&quot;</a>
1.942     naddy     174: <li>Paul Irofti: <a href="papers/eurobsdcon2014-octeon_dsr500.pdf">&quot;Making OpenBSD Useful on the Octeon Network Gear&quot;</a>
1.924     schwarze  175: <li>Kristaps Dzonsons: &quot;Bugs Ex Ante&quot;
1.936     deraadt   176: <li>Theo de Raadt: <a href="papers/eurobsdcon2014_arc4random/index.html">&quot;arc4random - 1996 to present&quot;</a>
1.924     schwarze  177: <li>Masao Uebayashi: &quot;Porting Valgrind to NetBSD and OpenBSD&quot;
1.939     schwarze  178: <li>Marc Espie: <a href="papers/eurobsdcon2014-parallel-make.pdf">&quot;Making make parallel - legacy code nightmare&quot;</a>
1.938     deraadt   179: <li>Philip Guenther: <a href="papers/eurobsdcon2014_securelazy/slide001.html">&quot;Secure lazy binding&quot;</a>
1.924     schwarze  180: </ul>
1.930     bcallah   181: <p>
1.929     gonzalo   182:
                    183: <li><strong><a name="bsdday.ar2014"></a>
                    184: <a href="http://bsdday.org.ar/">BSDDay Argentina 2014</a></strong>,
                    185: Aug 9, 2014, Buenos Aires, Argentina.<br>
                    186: <p>
1.928     bcallah   187:
                    188: <li><strong><a name="nycbugaug2014"></a>
1.931     schwarze  189: <a href="http://www.nycbug.org/index.cgi?action=event&amp;do=view&amp;id=10350#10350">NYCBUG Monthly Meeting</a></strong>,
1.928     bcallah   190: Aug 6, 2014, New York, New York, USA.<br>
                    191: Brian Callahan gave a talk on &quot;OpenBSD Ports.&quot;
                    192: <p>
1.922     deraadt   193:
1.925     espie     194: <li><strong><a name="lse2014"></a>
                    195: <a href="http://lse.epita.fr/lse-summer-week-2014/">LSE Summer Week</a></strong>,
                    196: July 19, 2014, Le Kremlin-Bicetre, France.<br>
                    197: Marc Espie gave a talk about signed packages in OpenBSD (in french)
                    198: <a href="https://www.youtube.com/watch?v=9lVB3Eec8bQ">Link to video</a>.
                    199: <p>
                    200:
                    201: <li><strong><a name="cuug2014"></a>
1.922     deraadt   202: <a href="http://www.cuug.ab.ca/">Calgary Unix Users Group</a></strong>,
                    203: May 27, 2014, City of Calgary Water Center, Calgary, Alberta.<br>
                    204: Bob Beck talked about LibreSSL.  Afterwards, Theo de Raadt joined
1.924     schwarze  205: in for a Q&amp;A about software quality.
1.922     deraadt   206: <p>
1.920     schwarze  207:
                    208: <li><strong><a name="bsdcan2014"></a>
                    209: <a href="http://www.bsdcan.org/2014/">BSDCan 2014</a></strong>,
                    210: May 14 - 17, 2014, Ottawa, Canada.<br>
                    211: Paul Irofti gave a talk on &quot;Porting OpenBSD on the MIPS64-based Octeon Platforms&quot;.<br>
                    212: Peter Hessler gave a talk on &quot;Using BGP for realtime import and export of spam whitelist/blacklist entries: a year in the life&quot;.<br>
                    213: Henning Brauer gave a talk on &quot;OpenBGPD turns 10 years: Design, Implementation, Lessons learned&quot;.<br>
                    214: Ingo Schwarze gave a talk on <a href="papers/bsdcan14-mandoc.pdf">New trends in
                    215: mandoc</a>: enhancing the modern toolbox for the classic documentation formats
                    216: (<a href="papers/bsdcan14-mandoc.roff">groff/mm/gpresent source</a>).<br>
                    217: Bob Beck gave a talk on &quot;LibreSSL&quot;.
                    218: <p>
1.917     henning   219:
                    220: <li><strong><a name="asiabsdcon2014"></a>
                    221: <a href="http://2014.asiabsdcon.org/">AsiaBSDCon 2014</a></strong>,
                    222: Mar 13 - 16, 2014, Tokyo, Japan.<br>
                    223: Henning Brauer gave a talk on <a href="http://bulabula.org/papers/2014/asiabsdcon/">OpenBGPD turns 10 years - Design, Implementation, Lessons learned</a>.<br>
1.918     jturner   224: Reyk Floeter gave a talk on &quot;VXLAN(4) and Cloud-based networking with OpenBSD&quot;.
1.917     henning   225: <p>
1.902     jturner   226:
1.914     zhuk      227: <li><strong><a name="lvee2014"></a>
                    228: <a href="http://lvee.org/">Linux Vacation Eastern Europe Conference 2014, Winter edition</a></strong>,
                    229: Feb 15, 2014, Minsk, Belarus.<br>
                    230: Vadim Zhukov gave two talks about OpenBSD ports in Russian:
                    231: <a href="papers/lvee_2014_winter_ports/">quick introduction at OpenBSD infrastructure itself</a> (theoretical one),
                    232: and <a href="papers/lvee_2014_winter_kde4/">updated KDE4 porting success story</a> (practical one).
                    233: <p>
                    234:
1.908     bcallah   235: <li><strong><a name="nycbugjan2014"></a>
1.913     jturner   236: <a href="http://www.nycbug.org/?action=event&amp;do=list&amp;id=10343">NYCBUG Monthly Meeting</a></strong>,
1.908     bcallah   237: Jan 8, 2014, New York, New York, USA.<br>
1.909     bcallah   238: Brian Callahan gave a talk on &quot;OpenBSD: a crash course.&quot;
1.912     bcallah   239: Presentation
                    240: <a href="http://www.nycbug.org/events/10343/bcallah-nycbugjan2014.pdf">slides</a> and
                    241: <a href="http://www.nycbug.org/events/10343/nycbug-2014-01-08.mp3">audio</a> are
                    242: also available.
1.908     bcallah   243: <p>
1.909     bcallah   244:
1.902     jturner   245: </ul>
1.900     jturner   246:
                    247: <h3>2013</h3>
1.772     cnst      248: <ul>
1.860     henning   249:
1.904     deraadt   250: <li><strong><a name="rubsd2013"></a>
1.910     deraadt   251: <a href="http://tech.yandex.com/events/ruBSD/2013/">ruBSD 2013</a></strong>,
1.904     deraadt   252: Dec 14, 2013, Moscow, Russia.<br>
                    253: Theo de Raadt gave a talk on <a href="papers/ru13-deraadt">&quot;Security Mitigation Techniques:  An update after 10 years&quot;</a>.<br>
1.907     henning   254: Henning Brauer gave a talk on <a href="http://bulabula.org/papers/2013/rubsd/">&quot;OpenBSD's pf: Design,
                    255: Implementation and Future&quot;</a>.<br>
1.904     deraadt   256: Mike Belopuhov gave a talk on &quot;OpenBSD: Where crypto
1.910     deraadt   257: is heading?&quot; (<a href="papers/rubsd2013-mikeb-ru.pdf">Russian</a>, <a href="papers/rubsd2013-mikeb-en.pdf">English</a>)<br>
                    258: Theo de Raadt also gave <a href="http://tech.yandex.com/events/ruBSD/2013/talks/103/">interview</a> about current state of OpenBSD project.<br>
                    259: Henning Brauer also gave <a href="http://tech.yandex.com/events/ruBSD/2013/talks/104/">interview</a> about history and future of PF.<br>
1.904     deraadt   260: <p>
                    261:
1.894     deraadt   262: <li><strong><a name="vbsdcon2013"></a>
                    263: <a href="http://www.vbsdcon.com">vBSDcon 2013</a></strong>,
                    264: Oct 25 - 27, 2013, Dulles, Virginia, USA.<br>
1.900     jturner   265: Henning Brauer &amp; Reyk Floeter gave a talk on
1.901     henning   266: <a href="http://bulabula.org/papers/2013/vbsdcon/">&quot;Inspecting packets with OpenBSD and PF&quot;</a>.
1.894     deraadt   267: <p>
                    268:
1.889     jturner   269: <li><strong><a name="eurobsdcon2013"></a>
                    270: <a href="http://2013.eurobsdcon.org">EuroBSDcon 2013</a></strong>,
1.890     jturner   271: Sep 28 - 29, 2013, St. Julian's, Malta.<br>
1.895     deraadt   272: Theo de Raadt gave a keynote on <a href="papers/eurobsdcon_2013_time_t">&quot;Y2038: Going long-long on time_t to cope with 2,147,483,647+1&quot;</a>.<br>
1.896     deraadt   273: Bob Beck gave a talk on &quot;Modernizing and Improving the Buffer Cache and VFS Midlayer in OpenBSD&quot;.<br>
1.897     deraadt   274: David Gwynne gave a talk on <a href="papers/eurobsdcon2013-mpath.pdf">&quot;SCSI Multipathing in OpenBSD&quot;</a>.<br>
1.896     deraadt   275: Eric Faurot gave a talk on &quot;ASR: New Asynchronous DNS Resolver Implementation for OpenBSD&quot;.<br>
                    276: Vadim Zhukov gave a talk on <a href="papers/eurobsdcon_2013_kde4">&quot;Porting Modern KDE4 to OpenBSD: A Success Story&quot;</a>.<br>
1.899     deraadt   277: Marc Espie gave a talk on <a href="papers/eurobsd_con_2013_squiggles">&quot;Ports and Packages in OpenBSD: Refactoring an Existing Tool Base&quot;</a>.<br>
1.898     landry    278: Landry Breuil gave a talk on <a href="http://rhaalovely.net/~landry/eurobsdcon2013">&quot;Porting Firefox to BSD: How to Keep Up with Fast Moving Projects and Upstream Patches&quot;</a>.<br>
1.896     deraadt   279: Alexander Bluhm gave a talk on <a href="papers/eurobsdcon_2013_sosplice-slides.pdf">&quot;Zero-Copy Socket Splicing in the OpenBSD Kernel&quot;</a>.<br>
1.900     jturner   280: Henning Brauer gave a talk on <a href="http://bulabula.org/papers/2013/EuroBSDcon/">&quot;The Surprising Complexity of TCP/IP Checksums&quot;</a>.<br>
1.894     deraadt   281: Reyk Floeter gave a talk on &quot;Relayd: Improved High
1.889     jturner   282: Availability Load-balancing and Connection Proxying&quot;.<br>
1.894     deraadt   283: Peter Hessler gave a talk on &quot;Realtime Distribution of
1.890     jturner   284: Anti-SPAM Black and White Lists using BGP&quot;.<br><br>
1.894     deraadt   285: Claudio Jeker gave a tutorial on &quot;BGP, OSPF: Advanced
1.890     jturner   286: Network Routing with OpenOSPFD and OpenBGPD&quot; the day before the
                    287: conference (Sep 27).
1.889     jturner   288: <p>
1.887     lteo      289:
1.875     phessler  290: <li><strong><a name="bsdcan2013"></a>
                    291: <a href="http://www.bsdcan.org/2013/">BSDCan 2013</a></strong>,
                    292: May 15 - 18, 2013, Ottawa, Canada.<br>
1.887     lteo      293: Landry Breuil gave a talk on
1.875     phessler  294: &quot;Mozilla on OpenBSD: When the lizard meets puffy&quot;.<br>
1.887     lteo      295: Bob Beck gave a talk on &quot;The Buffer Cache in OpenBSD&quot;.<br>
                    296: Henning Brauer gave a talk on
1.876     deraadt   297: &quot;The surprising complexity of checksums in TCP/IP:
                    298: reworking the checksum handling in the OpenBSD network stack&quot;.<br>
1.887     lteo      299: Reyk Floeter gave a talk on
1.876     deraadt   300: &quot;OpenIKED: A portable IKEv2 VPN implementation&quot;.<br>
1.875     phessler  301: <p>
                    302:
1.885     jturner   303: <li><strong><a name="bsddayeu2013"></a>
                    304: <a href="http://www.bsdday.eu/2013/">Central European BSD Day 2013</a></strong>,
                    305: Apr 6, 2013, Institute of Biostructures and Bioimaging, Naples, Italy.<br>
                    306: Giovanni Bechis gave a talk about npppd(8).
1.886     giovanni  307: Presentation <a href="http://www.snb.it/downloads/bsdday2013_npppd.pdf">slides</a>
1.891     giovanni  308: and <a href="http://www.youtube.com/watch?v=iCS7X2JAEi0">video</a> are also available.
1.885     jturner   309: <p>
                    310:
1.883     bcallah   311: <li><strong><a name="nycbugapr2013"></a>
1.885     jturner   312: <a href="http://www.nycbug.org/?action=home&amp;id=10334">NYCBUG Monthly
1.883     bcallah   313: Meeting</a></strong>, Apr 3, 2013, New York, New York, USA.<br>
                    314: Brian Callahan gave a talk on &quot;MIPS on OpenBSD.&quot;
1.884     bcallah   315: Presentation
1.888     bcallah   316: <a href="http://www.nycbug.org/events/10334/bcallah-nycbugtalk.odp">slides</a> and
1.884     bcallah   317: <a href="http://www.nycbug.org/events/10334/nycbug-2013-04-03.mp3">audio</a>
                    318: are also available.
1.883     bcallah   319: <p>
                    320:
1.879     jturner   321: <li><strong><a name="pdxlinuxmar19advtopics"></a>
                    322: <a href="http://calagator.org/events/1250463270">Portland Linux/Unix Group
                    323: Advanced Topics meeting</a></strong>,
                    324: Mar 19, 2013, Portland, Oregon, USA.<br>
                    325: Chris Cappuccio gave a talk on &quot;flashrd+nsh: OpenBSD imaging and
                    326: easy configuration for network appliances and virtual environments.&quot;
1.880     chris     327: Presentation <a href="http://www.nmedia.net/chris/PLUG-3-19/">slides</a> and
                    328: <a href="http://www.nmedia.net/chris/PLUG-3-19/PLUG-20130319.mp3">audio</a> are
                    329: also available.
1.879     jturner   330: <p>
                    331:
1.878     jturner   332: <li><strong><a name="asiabsdcon2013"></a>
                    333: <a href="http://2013.asiabsdcon.org/">AsiaBSDCon 2013</a></strong>,
                    334: Mar 14 - 17, 2013, Tokyo, Japan.<br>
                    335: Reyk Floeter gave two talks: on OpenIKED, and on relayd.<br>
                    336: Eric Faurot gave a talk on &quot;OpenSMTPD: We deliver!&quot;<br>
                    337: Peter Hessler gave a talk on &quot;Using BGP for Realtime import and
                    338: export of OpenBSD SPAMD entries&quot;.<br>
                    339: Henning Brauer gave a talk on &quot;the surprising complexity of
                    340: checksums in TCP/IP&quot;.
                    341: <p>
                    342:
1.872     jturner   343: <li><strong><a name="fosdem2013"></a>
                    344: <a href="https://fosdem.org/2013/">FOSDEM 2013</a></strong>,
1.874     tobias    345: Feb 2 - 3, 2013, ULB Campus Solbosch, Brussels, Belgium.<br>
1.872     jturner   346: Mike Belopuhov gave a talk about IPsec improvements in OpenBSD
                    347: and Matthieu Herrb gave a talk about X.Org on non-Linux systems.
                    348: <p>
                    349:
                    350: </ul>
                    351:
1.860     henning   352: <h3>2012</h3>
                    353: <ul>
1.867     gonzalo   354:
1.868     matthieu  355: <li><strong><a name="opensourceday2012"></a>
                    356: <a href="http://www.opensourceday.org/2012/">Open Source Day 2012</a></strong>,
                    357: Nov 24, 2012, University of Udine, Italy.<br>
                    358: Giovanni Bechis gave a talk on OpenBSD update.
                    359: <p>
                    360:
1.867     gonzalo   361: <li><strong><a name="bsdday2012"></a>
                    362: <a href="http://www.bsdday.org.ar/">BSDday Argentina 2012</a></strong>,
                    363: Nov 17, 2012, Lambare 873, Buenos Aires City, Argentina.<br>
                    364: <p>
                    365:
1.866     giovanni  366: <li><strong><a name="eurobsdcon2012"></a>
                    367: <a href="http://2012.eurobsdcon.org/">EuroBSDcon 2012</a></strong>,
                    368: Oct 18 - 21, 2012, Warsaw, Poland.<br>
1.882     guenther  369: Henning Brauer gave a talk about the upcoming new queueing subsystem.<br>
                    370: Marc espie gave a talk about <a href="papers/eurobsd2012/espie-dpb/index.html">building ports/packages</a>.<br>
                    371: Peter Hessler gave a talk about using <a href="papers/eurobsd2012/phessler-rdomains/index.html">rdomains in the real world</a>.<br>
                    372: Philip Guenther gave a talk about <a href="papers/eurobsd2012/guenther-rthreads/slide001.html">threads enhancements</a>.
1.866     giovanni  373: <p>
                    374:
1.864     henning   375: <li><strong><a name="bsdcan2012"></a>
                    376: <a href="http://www.bsdcan.org/2012/">BSDCan 2012</a></strong>,
1.874     tobias    377: May 9 - 12, 2012, Ottawa, Canada.<br>
1.864     henning   378: Henning Brauer gave a talk about the upcoming
                    379: <a href="http://bulabula.org/papers/2012/bsdcan/">new queueing subsystem</a>.
                    380: <p>
1.860     henning   381:
1.863     giovanni  382: <li><strong><a name="bsdday2012"></a>
                    383: <a href="http://www.bsdday.eu/2012/">BSDDay 2012</a></strong>,
1.874     tobias    384: May 5, 2012, Vienna, Austria.<br>
1.891     giovanni  385: Giovanni Bechis gave a talk about relayd(8).
                    386: Presentation <a href="http://www.snb.it/downloads/bsdday2012_relayd.pdf">slides</a>
                    387: and <a href="http://www.youtube.com/watch?v=DVJYdvQC-xY">video</a> are also available.
1.863     giovanni  388: <p>
                    389:
1.860     henning   390: <li><strong><a name="asiabsdcon2012"></a>
                    391: <a href="http://2012.asiabsdcon.org/">AsiaBSDCon 2012</a></strong>,
                    392: Mar 22 - 25, 2012, Tokyo, Japan.<br>
1.874     tobias    393: Henning Brauer and Ryan McBride gave a talk to celebrate
1.860     henning   394: <a href="http://bulabula.org/papers/2011/pf10yrs/">OpenBSD PF's 10th
                    395: Anniversary</a><br>
                    396: Kristaps Dzonsons gave a talk about mandoc.<br>
                    397: Peter N. M. Hansteen gave a tutorial on building networks with PF.<br>
                    398: <p>
                    399:
1.861     henning   400: <li><strong><a name="opensourcedayscopenhagen2012"></a>
                    401: <a href="http://www.opensourcedays.org/2012/">Open Source Days</a></strong>,
1.874     tobias    402: Mar 8 - 11, 2012, Copenhagen, Denmark.<br>
1.860     henning   403: Peter Hansteen gave PF tutorials.
                    404: <p>
                    405: </ul>
                    406:
1.842     schwarze  407: <h3>2011</h3>
                    408: <ul>
                    409:
1.857     haesbaer  410: <li><strong><a name="bsdday2011"></a>
                    411: <a href="http://www.bsdday.org.ar/">BSDday Argentina 2011</a></strong>,
                    412: Nov 5, 2011, Universidad Tecnologica Nacional, Buenos Aires City, Argentina.<br>
                    413: <p>
                    414:
1.852     krw       415: <li><strong><a name="eurobsdcon2011"></a>
                    416: <a href="http://2011.eurobsdcon.org/">EuroBSDCon 2011</a></strong>,
                    417: October 6 - 9, 2011, Maarssen (near Utrecht) in The Netherlands.<br>
1.874     tobias    418: Henning Brauer gave an <a href="http://bulabula.org/papers/2011/eurobsdcon-openbsdupdate">OpenBSD Update</a><br>
                    419: Henning Brauer and Ryan McBride gave a talk
1.855     henning   420: <a href="http://bulabula.org/papers/2011/pf10yrs/">OpenBSD PF's 10th
                    421: Anniversary</a><br>
1.853     pirofti   422: Paul Irofti presented a paper about
                    423: <a href="papers/zzz.pdf">
                    424: "OpenBSD's New Suspend and Resume Framework"</a>.
                    425: Presentation
                    426: <a href="papers/zzz-presentation.pdf">
                    427: slides</a> are also available.<br>
1.852     krw       428: Claudio Jeker gave a talk "The MLPS framework in OpenBSD"<br>
                    429: Mark Kettenis gave a talk "OpenBSD/sun4v: Porting OpenBSD to Sun's UltraSPARC T1 and T2 processors"<br>
                    430: Damien Miller gave a talk "Recent Developments in OpenSSH"<br>
1.854     krw       431: Ken Westerback gave a talk <a href="papers/eurobsdcon2011-openbsdscsievolution.pdf">OpenBSD SCSI Evolution</a><br>
1.852     krw       432: <p>
                    433:
1.850     deraadt   434: <li><strong><a name="slackathon2011"></a>
                    435: <a href="http://www.slackathon.se:2011/">Slackathon 2011</a></strong>,
                    436: August 6, 2011, Stockholm, Sweden.<br>
                    437: Jonathan Gray gave an
1.851     deraadt   438: <a href="papers/slackathon2011_update/index.html">OpenBSD Update</a>.<br>
1.850     deraadt   439: Ariane van der Steldt gave talks about
1.851     deraadt   440: <a href="papers/slackathon2011_vmmap/index.html">vmmap</a>
1.858     ajacouto  441: and <a href="papers/slackathon2011_64bitandjit/index.html">64 bit and jit</a>.<br>
1.850     deraadt   442: Paul Irofti gave a talk about
1.851     deraadt   443: <a href="papers/slack2k11-on_compat_linux.pdf">the Compatibility Layer in OpenBSD 5.0</a>.<br>
1.850     deraadt   444: Henning Brauer gave a talk titled
                    445: <a href="http://bulabula.org/papers/2011/pf10yrs/">10 years of PF</a>.<br>
                    446: <p>
                    447:
1.843     henning   448: <li><strong><a name="bsdcan2011"></a>
                    449: <a href="http://www.bsdcan.org/2011/">BSDCan 2011</a></strong>,
                    450: May 11 - 14, 2011, Ottawa, Canada.<br>
                    451: Peter N. M. Hansteen gave a tutorial on building networks with PF.<br>
1.848     schwarze  452: Kristaps Dzonsons gave a talk about
                    453: <a href="http://mdocml.bsd.lv/talks/kristaps-bsdcan-2011.pdf">the
                    454: roff tradition and mandoc</a>.<br>
1.846     schwarze  455: Ingo Schwarze gave a talk about
                    456: <a href="papers/bsdcan11-mandoc-openbsd.html">mandoc in OpenBSD</a>.<br>
1.843     henning   457: Claudio Jeker gave a talk about vscsi(4) and iscsid - iSCSI initiator
                    458: the OpenBSD way.<br>
1.844     henning   459: Henning Brauer and Ryan McBride gave a talk to celebrate
                    460: <a href="http://bulabula.org/papers/2011/pf10yrs/">10 years of PF.</a><br>
                    461: Henning, Ryan and Claudio gave a quick (5 Minutes)
                    462: <a href="http://bulabula.org/papers/2011/bsdcan-openbsdupdate/">
                    463: OpenBSD Update</a><br>
1.843     henning   464: <p>
                    465:
1.842     schwarze  466: <li><strong><a name="asiabsdcon2011"></a>
                    467: <a href="http://2011.asiabsdcon.org/">AsiaBSDCon 2011</a></strong>,
                    468: Mar 17 - 20, 2011, Tokyo, Japan.<br>
                    469: Due to the unsafeness of the Tokyo area, all speakers from OpenBSD
1.845     djm       470: cancelled their attendance at AsiaBSD.<br>
                    471: Damien Miller presented via VC on
                    472: <a href="papers/asiabsdcon2011_openssh_whats_new.pdf">What's new in
                    473: OpenSSH</a>.
1.842     schwarze  474: <p>
                    475:
                    476: </ul>
                    477:
1.831     jasper    478: <h3>2010</h3>
                    479: <ul>
                    480:
1.839     schwarze  481: <li><strong><a name="nycbsdcon2010"></a>
                    482: <a href="http://www.nycbsdcon.org/2010/">NYCBSDCon 2010</a></strong>,
                    483: Nov 12 - 14, 2010, New York, New York.<br>
                    484: <p>
                    485:
                    486: <li><strong><a name="bsdday2010"></a>
                    487: <a href="http://www.bsdday.org.ar/">BSDday Argentina 2010</a></strong>,
                    488: Nov 5 - 6, 2010, Faculty of Natural Sciences, University of Buenos Aires.<br>
                    489: Martin Coco gave a talk about OpenBSD in production.<br>
                    490: <p>
                    491:
1.838     espie     492: <li><strong><a name="eurobsdcon2010"></a>
                    493: <a href="http://2010.eurobsdcon.org/">EuroBSDCon 2010</a></strong>,
                    494: Oct 8 - 10, 2010, Karlsruhe, Germany.<br>
1.839     schwarze  495: Peter N. M. Hansteen gave a tutorial on building networks with PF.<br>
                    496: Thordur Bjornsson and Owain Ainsworth talked about bouncing of the other
                    497: kind - OpenBSD for large memory systems.<br>
                    498: Reyk Floeter gave a talk about iked(8) - Internet Key Exchange
                    499: version 2 (IKEv2) in OpenBSD.<br>
                    500: Henning Brauer talked about something OpenBSD networking related.<br>
                    501: Marc Espie gave two talks: about package updates and about efficient
                    502: distributed package builds in OpenBSD.<br>
                    503: Theo de Raadt gave a brief overview what happened in OpenBSD during 2010.<br>
1.838     espie     504: <p>
                    505:
1.836     austin    506: <li><strong><a name="OSCON2010"></a>
                    507: <a href="http://www.oscon.com/">OSCON 2010</a></strong>,
                    508: Jul 19 - 23, 2010, Portland, Oregon, USA.<br>
                    509: O'Reilly sponsored booth. Many OpenBSD users happy to see us.
                    510: <p>
                    511:
1.833     jasper    512: <li><strong><a name="pkgsrccon2010"></a>
                    513: <a href="http://pkgsrc.org/pkgsrcCon/2010/">pkgsrcCon 2010</a></strong>,
                    514: May 28 - 30, 2010, Basel, Switzerland.<br>
                    515: Jasper Lievisse Adriaanse gave a talk about <a href="papers/pkgsrccon-2010.pdf">OpenBSD ports</a>.
                    516: <p>
                    517:
1.821     claudio   518: <li><strong><a name="bsdcan2010"></a>
                    519: <a href="http://www.bsdcan.org/2010/">BSDCan 2010</a></strong>,
                    520: May 11 - 14, 2010, Ottawa, Canada.<br>
1.831     jasper    521: Peter N. M. Hansteen gave a tutorial on building networks with PF.<br>
                    522: Henning Brauer and Sven Dehmlow gave a talk about Puffy At Work -- Getting Code Right And Secure.<br>
                    523: Jean-Philippe Dionne gave a talk about ECDYSIS OPEN-SOURCE NAT64 Implementation in OpenBSD PF.
1.821     claudio   524: <p>
1.805     claudio   525:
1.832     jasper    526: <li><strong><a name="securitydate"></a>
                    527: <a href="http://www.securitydate.org/programma.html">SecurityDate 2010</a></strong>,
                    528: May 7, 2010, Camerino, Italy.<br>
                    529: Giovanni Bechis gave a quick update on recent developments in OpenBSD.
1.822     claudio   530: <p>
                    531:
1.820     marco     532: <li><strong><a name="asiabsdcon2010"></a>
                    533: <a href="http://2010.asiabsdcon.org/index.html">AsiaBSDCon 2010</a></strong>,
1.840     schwarze  534: Mar 11 - 14, 2010, Tokyo, Japan.<br>
                    535: Marco Peereboom gave talks about <a href="papers/asiabsdcon2010_softraid/softraid.html">softraid -- OpenBSD's virtual HBA, with benefits</a> and
                    536: <a href="papers/asiabsdcon2010_epitome2/epitome2.html">Epitome2 -- dedup for the masses</a>.<br>
1.824     syuu      537: Claudio Jeker gave a talk about <a href="papers/asiabsdcon2010_iscsi/">vscsi(4) and iscsid -- iSCSI initiator the OpenBSD way</a>.<br>
1.840     schwarze  538: Takuya Asada gave a talk about the <a href="papers/asiabsdcon2010_smp_for_sgi.pdf">SMP Implementation for OpenBSD/sgi</a>.<br>
1.826     deraadt   539: Alexandre Ratchov gave a talk about <a href="papers/asiabsdcon2010_sndio.pdf">sndio -- audio and MIDI framework</a>.<br>
1.840     schwarze  540: Theo de Raadt gave a very short talk about <a href="papers/asiabsdcon2010_vether/index.html">vether(4) -- Because Canadian Internet Sucks</a>.<br>
1.828     sthen     541: Ryan McBride gave a talk about <a href="papers/asiabsdcon2010_pf/index.html">What's wrong with PF</a>.
1.820     marco     542: <p>
                    543:
                    544: </ul>
                    545:
1.783     sthen     546: <h3>2009</h3>
                    547: <ul>
1.795     cnst      548:
1.816     sthen     549: <li><strong><a name="openexpo2009zh"></a>
                    550: <a href="http://openexpo.ch/openexpo-2009-winterthur/">OpenExpo 2009 Winterthur</a></strong>,
                    551: Sep 23 - 24, 2009, Zurich/Winterthur, Switzerland.<br>
                    552: <p>
                    553:
1.811     otto      554: <li><strong><a name="eurobsdcon2009"></a>
                    555: <a href="http://2009.eurobsdcon.org/">EuroBSDCon 2009</a></strong>,
                    556: Sep 17 - 19, 2009, Cambridge, UK.<br>
1.814     henning   557: Henning Brauer gave  a talk on
                    558: <a href="http://bulabula.org/papers/2009/eurobsdcon-faster_packets/">
                    559: performance improvements in the network stack.</a><br>
1.811     otto      560: Otto Moerbeek gave a talk about
1.813     otto      561: <a href="papers/eurobsdcon2009/otto-malloc.pdf">
1.811     otto      562: the new malloc</a>.<br>
1.815     tedu      563: Ted Unangst gave a talk about <a href="http://tedunangst.com/kqueue.pdf">using kqueue</a>.<br>
1.812     otto      564: Peter N. M. Hansteen gave a tutorial on building networks with PF.<br>
1.814     henning   565: Owain Ainsworth and Henning gave a quick
                    566: <a href="http://bulabula.org/papers/2009/eurobsdcon-openbsd_update/">update</a>
                    567: on recent developments in OpenBSD.
1.811     otto      568: <p>
                    569:
1.807     sthen     570: <li><strong><a name="slackathon2009"></a>
                    571: <a href="http://www.slackathon.se">Slackathon 2009</a></strong>,
1.817     tobias    572: Aug 15, 2009, Stockholm, Sweden. <br>
1.808     ariane    573: Ariane van der Steldt gave a presentation about
                    574: <a href="papers/f2k9-pmemrange/">
                    575: OpenBSD Physical Memory Management</a>.<br>
1.809     claudio   576: Claudio Jeker gave a short introduction about his work on
                    577: <a href="papers/f2k9-vrf/">
                    578: Network Stack Virtualization</a>.<br>
1.807     sthen     579: <p>
                    580:
                    581: <li><strong><a name="openkyiv2009"></a>
                    582: <a href="http://www.uaoug.org.ua/openkyiv/2009/">OpenKyiv 2009</a></strong>,
1.817     tobias    583: Aug 1, 2009, Kyiv, Ukraine.<br>
1.818     sthen     584: Vladimir Kirillov gave a presentation,
                    585: <a href="http://atmnis.com/~proger/openkyiv/openkyiv2009_proger_sys.pdf">
                    586: OpenBSD Kernel Internals: The Hitchhiker's Guide</a>.<br>
1.807     sthen     587: <p>
                    588:
1.802     matthieu  589: <li><strong><a name="bsddayarg2009"></a>
                    590: <a href="http://www.bsdday.com.ar/">BSDday Argentina 2009</a></strong>,
                    591: May 29 - 30, 2009, Buenos Aires, Argentina.<br>
                    592: <p>
                    593:
1.800     cnst      594: <li><strong><a name="bsdcan2009"></a>
                    595: <a href="http://www.bsdcan.org/2009/">BSDCan 2009</a></strong>,
                    596: May 6 - 9, 2009, Ottawa, Canada.<br>
1.803     jdixon    597: Peter N. M. Hansteen gave a tutorial on building networks with PF.<br>
                    598: Constantine A. Murenin gave a talk on quiet computing and fan control.<br>
                    599: Gordon Willem Klok gave a talk on processor power management.
1.800     cnst      600: <p>
                    601:
1.797     mk        602: <li><strong><a name="fossaalborg2009"></a>
                    603: <a href="http://www.foss-aalborg.dk/">FOSS Aalborg 2009</a></strong>,
                    604: Mar 24, 2009, Aalborg, Denmark.<br>
1.798     henning   605: Henning Brauer and Sven Dehmlow gave a
                    606: <a href="http://bulabula.org/papers/aalborg2009/">presentation</a>
                    607: about secure programming.
1.797     mk        608: <p>
                    609:
1.796     fkr       610: <li><strong><a name="chemnitz2009"></a>
                    611: <a href="http://chemnitzer.linux-tage.de/2009/info/">Chemnitzer Linux-Tage 2009</a></strong>,
                    612: Mar 14 - 15, 2009, Chemnitz, Germany.<br>
                    613: There was an OpenBSD booth run by Bernd Ahlers, Holger Mauermann and Felix Kronlage.<br>
                    614: <p>
                    615:
1.795     cnst      616: <li><strong><a name="asiabsdcon2009"></a>
                    617: <a href="http://2009.asiabsdcon.org/">AsiaBSDCon 2009</a></strong>,
                    618: Mar 12 - 15, 2009, Tokyo, Japan.<br>
                    619: Theo de Raadt gave a plenary talk about
                    620: <a href="papers/asiabsdcon2009-release_engineering">
                    621: The OpenBSD release process: A success story</a>.<br>
                    622: Claudio Jeker presented a paper about
                    623: <a href="papers/asiabsdcon2009-bgpd.pdf">
                    624: OpenBGPD - bringing full views to OpenBSD since 2004</a>.
                    625: Presentation
                    626: <a href="papers/asiabsdcon2009-bgpd">
                    627: slides</a> are also available.<br>
                    628: Constantine A. Murenin presented a paper about
                    629: <a href="papers/asiabsdcon2009-sensors-paper.pdf">OpenBSD Hardware Sensors Framework</a>.
                    630: Presentation <a href="papers/asiabsdcon2009-sensors-slides.pdf">slides</a> are also available.<br>
                    631: David Gwynne presented a paper about
                    632: <a>Active-Active Firewall Cluster Support in OpenBSD</a>.<br>
                    633: Kristaps Dzonsons presented a paper about
                    634: <a>Deprecating groff for BSD manual display</a>.<br>
                    635: There was an active work-in-progress session, chaired by Mark T. Uemura.
                    636: <p>
1.783     sthen     637:
1.789     xsa       638: <li><strong><a name="Brussels2009"></a>
                    639: <a href="http://www.fosdem.org/2009/">FOSDEM Brussels 2009</a></strong>,
                    640: Feb 7 - 8, 2009, Brussels, Belgium.<br>
                    641: There was an OpenBSD/OpenSSH booth and <a href="http://www.fosdem.org/2009/schedule/devroom/bsdpostgresql">a Dev room</a>.
                    642: On Saturday we had our traditional BSD dinner.
                    643: <p>
                    644:
1.783     sthen     645: <li><strong><a name='dcbsdcon2009'></a>
                    646: <a href="http://www.dcbsdcon.org/">DCBSDCon 2009</a></strong>,
                    647: Feb 5 - 6, 2009, Washington, D.C., USA.<br>
1.786     jdixon    648: Henning Brauer gave a talk about
                    649: <a href='http://bulabula.org/papers/dcbsdcon2009/'>
                    650: Performance Tuning in the OpenBSD Network Stack and PF</a>.<br>
                    651: Ted Unangst presented
                    652: <a href='http://www.dcbsdcon.org/speakers/slides/unangst_dcbsdcon2009.pdf'>
                    653: OpenBSD versus SMP, Threading and Concurrency</a>.<br>
                    654: Marco Peereboom introduced the
                    655: <a href='http://www.dcbsdcon.org/speakers/slides/peereboom_dcbsdcon2009.pdf'>
                    656: Epitome suite</a>.<br>
                    657: Kurt Miller gave his talk about
                    658: <a href='http://www.dcbsdcon.org/speakers/slides/miller_dcbsdcon2009.pdf'>
                    659: Implementing PIE on OpenBSD</a>.<br>
                    660: There was an OpenBSD booth, run by Bret Lambert.
1.783     sthen     661: <p>
                    662:
                    663: </ul>
                    664:
1.740     saad      665: <h3>2008</h3>
                    666: <ul>
1.764     mbalmer   667:
1.781     krw       668: <li><strong><a name=25c3></a>
                    669: <a href="http://events.ccc.de/congress/2008/">25th Chaos Communication Congress
                    670: (25C3)</a></strong>,
                    671: Dec 27 - 30, 2008, Berlin, Germany.<br>
                    672: The 25C3 slogan was "Nothing to Hide".
                    673: <p>
                    674:
1.778     krw       675: <li><strong><a name="opencon2008"></a>
                    676: <a href="http://www.opencon.org/">OpenCON 2008</a></strong>,
                    677: Nov 29 - 30, Venice, Italy.<br>
                    678: OpenBSD users and developers gave two days worth of OpenBSD talks and
1.779     krw       679: attended a big OpenBSD party on the saturday night.<br>
                    680: Ken Westerback gave a talk on
                    681: <a href='papers/opencon08-openbsdfoundation/index.html'>
                    682: The OpenBSD Foundation</a>.<br>
                    683: Ken Westerback gave a talk on
                    684: <a href='papers/opencon08-installscripts/index.html'>
                    685: OpenBSD's Install Scripts</a>.<br>
1.778     krw       686: <p>
                    687:
1.775     sthen     688: <li><strong><a name="ukuugpf2008london"></a>
                    689: <a href="http://www.ukuug.org/events/pftutorial/">UKUUG Full-day PF tutorial</a></strong>,
                    690: Nov 26 2008, London, UK.<br>
                    691: The UKUUG hosted a full-day PF tutorial by Peter Hansteen (Book of PF author),
                    692: at the Caesar Room, Imperial Hotel, London.
                    693: <p>
                    694:
                    695: <li><strong><a name="t-dose2008"></a>
                    696: <a href="http://www.t-dose.org/">T-DOSE 2008</a></strong>,
                    697: Oct 25 - 26, 2008, Eindhoven, The Netherlands.<br>
                    698: Technical Dutch Open Source Event.<br>
                    699: Developers were present as well as an OpenBSD booth,
                    700: run by the usual suspects.
                    701: <p>
                    702:
1.770     sthen     703: <li><strong><a name="eurobsdcon2008"></a>
1.772     cnst      704: <a href="http://2008.eurobsdcon.org/">EuroBSDCon 2008</a></strong>,
                    705: Oct 16 - 19, 2008, Strasbourg, France.<br>
                    706: Peter N. M. Hansteen gave a tutorial on building networks with PF.<br>
                    707: Matthieu Herrb gave a talk on input handling in wscons and X.Org.<br>
1.773     cnst      708: Constantine A. Murenin gave a talk on <a href='papers/eurobsdcon2008-sensors.pdf'>the sensors framework</a>.<br>
1.772     cnst      709: There was an OpenBSD booth, run by the usual suspects.
1.770     sthen     710: <p>
                    711:
                    712: <li><strong><a name="nycbsdcon2008"></a>
                    713: <a href="http://www.nycbsdcon.org/2008/">NYCBSDCon 2008</a></strong>,
                    714: Oct 11 - 12, 2008, New York, New York.<br>
1.774     kurt      715: Jason Dixon gave a talk called
                    716: <a href='http://talks.dixongroup.net/nycbsdcon2008/'>
                    717: BSD versus GPL</a>.<br>
                    718: Anders Magnusson gave a talk on the
                    719: <a href='papers/magnusson_pcc.pdf'>design of PCC</a>.<br>
                    720: Kurt Miller gave a talk on
                    721: <a href='papers/nycbsdcon08-pie/'>implementing PIE</a>.<br>
                    722: Michael Shalayeff gave a talk on porting PCC to new architectures.<br>
                    723: Jason L Wright gave a talk called
                    724: <a href='papers/wright_hardware-wrong.pdf'>When Hardware Is Wrong, or
                    725: "They can Fix It In Software"</a>.<br>
                    726: Audio for the talks is available
                    727: <a href='http://www.fetissov.org/public/nycbsdcon08/'>here</a>.<br>
                    728: There was an OpenBSD booth, run by Ray Lai and Okan Demirmen.<br>
1.770     sthen     729: <p>
                    730:
                    731: <li><strong><a name="opensourcedays2008"></a>
                    732: <a href="http://www.opensourcedays.org/2008/">Open Source Days
                    733: 2008</a></strong>,
                    734: Oct 3 - 4, 2008, Copenhagen, Denmark.<br>
                    735: There was an OpenBSD and OpenSSH booth.
                    736: <p>
                    737:
                    738: <li><strong><a name="openexpo2008zh"></a>
                    739: <a href="http://openexpo.org/en/">OpenExpo 2008</a></strong>,
                    740: Sep 23 - 24, 2008, Zurich/Winterthur, Switzerland.<br>
                    741: There was an OpenBSD table, run by Stephan A. Rickauer.
                    742: <p>
                    743:
1.768     sthen     744: <li><strong><a name="Slackathon 2008"></a>
                    745: <a href="http://www.slackathon.se:2008/index_en.html">Slackathon 2008</a></strong>,
                    746: Sep 13, 2008, Stockholm, Sweden.<br>
                    747: Swedish annual OpenBSD conference.
                    748: <p>
                    749:
                    750: <li><strong><a name="froscon2008"></a>
                    751: <a href="http://www.froscon.de">FrOSCon 2008</a></strong>,
                    752: Aug 23 - 24, 2008, Bonn/Rhein-Sieg, Germany.<br>
                    753: There was an OpenBSD booth, run by the usual suspects.
                    754: <p>
                    755:
                    756: <li><strong><a name="OpenKyiv 2008"></a>
                    757: <a href="http://uaoug.org.ua/openkyiv/">OpenKyiv 2008</a></strong>,
                    758: Aug 2, 2008, Kyiv, Ukraine.<br>
1.787     mikeb     759: Mike Belopuhov gave a talk called
                    760: <a href='papers/openkyiv08-mikeb.pdf'>OpenBSD Kernel Architecture,
                    761: Network Stack</a>.<br>
1.768     sthen     762: There was plenty of OpenBSD activity including a
                    763: <a href="https://register.bsdcertification.org/register/events/openkyiv-2008">BSD certification</a> exam.
                    764: <p>
                    765:
1.764     mbalmer   766: <li><strong><a name="lsm2008"></a>
                    767: <a href="http://www.rmll.info">Libre Software Meeting 2008</a></strong>,
                    768: Jul 1 - 5, 2008, Mont de Marsan, France.<br>
                    769: There was an OpenBSD and OpenSSH booth.
                    770: <p>
                    771:
                    772: <li><strong><a name="jdlbe2008"></a>
                    773: <a href="http://journeesdulibre.bxlug.be/">Journ&eacute;es du Libre &agrave; Bruxelles 2008</a></strong>,
                    774: Jun 6 - 7, 2008, Sint-Gillis, Belgium.<br>
                    775: There was an OpenBSD and OpenSSH booth.
                    776: <p>
                    777:
                    778: <li><strong><a name="linuxtag2008"></a>
                    779: <a href="http://www.linuxtag.org/2008/en/">LinuxTag 2008</a></strong>,
                    780: May 28 - 31, 2008, Berlin, Germany.<br>
                    781: There was plenty of OpenBSD activity (talks &amp; booth).
                    782: <p>
                    783:
1.761     merdely   784: <li><strong><a name="linuxdays2008"></a>
                    785: <a href="http://www.linuxdays.ch/">LinuxDays 2008</a></strong>,
                    786: May 21 - 22, 2008, Geneva, Switzerland.<br>
1.764     mbalmer   787: Julien Mabillard gave a presentation about OpenBSD and
                    788: failover/load-balancing features. There was also an OpenBSD booth.
1.761     merdely   789: <p>
                    790:
1.760     matthieu  791: <li><strong><a name="bsdcan2008"></a>
                    792: <a href="http://www.bsdcan.org/2008/">BSDCan 2008</a></strong>,
                    793: May 14 - 17, 2008, Ottawa, Canada.<br>
                    794: Several OpenBSD developers were there.<br>
1.762     cnst      795: Constantine A. Murenin gave an <a href="papers/bsdcan08-sensors.pdf">
                    796: overview of the sensors framework</a>,
1.760     matthieu  797: Matthieu Herrb  talked about the <a href="papers/bsdcan08-xorg.pdf">
                    798: upcoming X.org plans</a> and
                    799: Ian Darwin gave a presentation about OpenMoko.<br>
                    800: John Pertalion and Oscar Knight presented a case-study of
                    801: their OpenVPN on OpenBSD deployment.
                    802: <p>
                    803:
                    804: <li><strong><a name="vj08"></a>
                    805: <a href="http://www.nluug.nl/events/vj08">NLUUG spring conference
                    806: 2008</a></strong>,
                    807: May 15, 2008, Ede, Netherlands.<br>
                    808: There has been an OpenBSD booth.
                    809: <p>
                    810:
                    811: <li><strong><a name="confidence2008"></a>
                    812: <a href="http://2008.confidence.org.pl/">Confidence 2008</a></strong>,
                    813: May 16 - 17, 2008, Krakow, Poland.<br>
                    814: Felix has given a presentation and there was a OpenBSD booth.
                    815: <p>
                    816:
1.759     johan     817: <li><strong><a name="DORSCLUC2008"></a>
                    818: <a href="http://www.open.hr/dc2008/en/">DORS / CLUC 2008</a></strong>,
                    819: Apr 16 - Apr 18, 2008, Zagreb, Croatia.<br>
1.911     naddy     820: There was an OpenBSD booth, a talk on OpenBSD 4.3 by Wim and an <a href="http://www.kerberos.si/papers/DORS08">IPsec workshop</a> by Wim and Mitja Mu&#382;eni&#269;.<br>
1.759     johan     821: <p>
                    822:
                    823: <li><strong><a name="jtic2008"></a>
                    824: <a href="http://www.iesmirabent.com/jornadas/index2.html">I Jornadas
                    825: Tecnol&oacute;gicas Ciudad de Isla Cristina</a></strong>,
                    826: Apr 3 - 4, 2008, Huelva, Spain.<br>
                    827: Igor Sobrado gave a talk on OpenBSD and related free software projects.<br>
                    828: <p>
                    829:
                    830: <li><strong><a name="ukuugspring2008"></a>
                    831: <a href="http://spring2008.ukuug.org/">UKUUG Spring 2008</a></strong>,
                    832: Mar 31 - Apr 2, 2008, Birmingham, UK.<br>
                    833: Peter Hansteen gave a full day <a href="http://spring2008.ukuug.org/talk_abstracts.html#pf_tutorial">PF tutorial</a> and a <a href="http://spring2008.ukuug.org/talk_abstracts.html#6">fighting malware and spam</a> talk.  There was an OpenBSD booth, manned by Peter.<br>
                    834: <p>
                    835:
1.756     claudio   836: <li><strong><a name="asiabsdcon2008"></a>
                    837: <a href="http://2008.asiabsdcon.org/">AsiaBSDCon 2008</a></strong>,
1.772     cnst      838: Mar 27 - 30, 2008, Tokyo, Japan.<br>
1.757     claudio   839: Claudio Jeker gave a talk on <a href="/papers/asiabsdcon08-network/">OpenBSD Network Stack Internals</a>.<br>
1.756     claudio   840: <p>
                    841:
1.749     wvdputte  842: <li><strong><a name="openexpo2008"></a>
                    843: <a href="http://openexpo.org/en/">OpenExpo 2008</a></strong>,
                    844: Mar 12 - 13, 2008, Bern, Switzerland.<br>
                    845: There was an OpenBSD table, run by Stephan A. Rickauer.<br>
                    846: <p>
                    847:
                    848: <li><strong><a name="chemnitz2008"></a>
                    849: <a href="http://chemnitzer.linux-tage.de/2008/info/">Chemnitzer Linux-Tage 2008</a></strong>,
                    850: Mar 1 - 2, 2008, Chemnitz, Germany.<br>
                    851: There was an OpenBSD table, run by Philipp.<br>
                    852: <p>
1.740     saad      853:
1.743     wvdputte  854: <li><strong><a name="Brussels2008"></a>
                    855: <a href="http://www.fosdem.org/2008/">FOSDEM Brussels 2008</a></strong>,
                    856: Feb 23 - 24, 2008, Brussels, Belgium.<br>
                    857: There was an OpenBSD/OpenSSH booth and <a href="http://www.fosdem.org/2008/schedule/devroom/bsdpostgresql">a Dev room</a>.
                    858: There was also an exam for <a href="http://www.bsdcertification.org/">BSD
                    859: certification</a>.<br>
                    860: On Saturday we had our traditional BSD dinner.
                    861: <p>
                    862:
1.742     merdely   863: <li><strong><a name="scale6x"></a>
                    864: <a href="http://www.socallinuxexpo.org/scale6x/">Southern California Linux
                    865: Expo 6x</a></strong>,
                    866: Feb 8 - 10, 2008, Los Angeles, California, USA.<br>
                    867: There was an OpenBSD booth run by Darrin Chandler with live
                    868: demonstrations and CDs for sale.
                    869: <p>
                    870:
1.740     saad      871: <li><strong><a name="Paris2008"></a>
                    872: <a href="http://www.solutionslinux.fr/fr/index.php">Solutions Linux
                    873: 2008</a></strong>,
                    874: Jan 29 - 31, 2008, Paris, France.<br>
                    875: There was an OpenBSD and OpenSSH booth with Marc Espie, Antoine
                    876: Jacoutot, Gilles Chehade, Charles Longeau, Landry Breuil, Saad Kadhi,
1.741     saad      877: Wim and others. [<a href="http://saad.docisland.org/pictures/sl2008/"
                    878: >pictures</a>]
1.740     saad      879: <p>
                    880:
                    881: </ul>
                    882:
1.588     espie     883: <h3>2007</h3>
                    884: <ul>
1.603     fkr       885:
1.731     wvdputte  886: <li><strong><a name=24c3></a>
                    887: <a href="http://www.ccc.de/congress/2007/">24C3 Chaos Communication Congress in
                    888: Berlin</a></strong>,
                    889: December 27 - 30, 2007, Berlin, Germany.<br>
                    890: The motto was Volldampf voraus! (literally Full Steam Ahead).
                    891: <p>
                    892:
1.726     merdely   893: <li><strong><a name="capbug200712"></a>
                    894: <a href="http://capbug.org/">Capital Area BSD User Group</a></strong>,
1.727     wvdputte  895: Dec 17, 2007, Columbia, Maryland, USA.<br>
1.726     merdely   896: Michael Erdely presented <a href="papers/capbug200712/index.html">OpenBSD
                    897: Ports Tutorial: Advanced Topics</a>.
                    898: [<a href="http://talks.metabug.org/20071218_capbug_640x480.mp4">slides
                    899: w/audio</a>]
                    900: <p>
                    901:
1.721     jsg       902: <li><strong><a name="opencon2007"></a>
1.734     tobias    903: <a href="http://www.opencon.org/">OpenCON 2007</a></strong>,
1.721     jsg       904: Nov 30 - Dec 2, 2007, Venice, Italy.<br>
                    905: OpenCON is the only conference dedicated solely to OpenBSD.
                    906: This edition was composed of one "tutorial day" and two days of conference.
                    907: Three days entirely dedicated to OpenBSD with a lot of developers and users.
1.722     jsg       908: Talks by OpenBSD developers were:
                    909: <p>
                    910:  <ul>
                    911:  <li>Jonathan Gray: <a href="papers/opencon07-complex/index.html">
                    912:      Why are modern operating systems so complicated?</a>
1.724     jasper    913:  <li>Mark Kettenis: <a href="papers/opencon07-sparc64.pdf">
                    914:      OpenBSD/sparc64</a>.
1.723     jasper    915:  <li>Reiner Jung and Jasper Lievisse Adriaanse: <a href="papers/opencon07-gnome.pdf">
1.724     jasper    916:      Gnome as OpenBSD desktop solution</a>.
1.725     bernd     917:  <li>Bernd Ahlers: <a href="papers/opencon07-portstutorial/index.html">
                    918:      OpenBSD Ports Tutorial</a>.
1.744     claudio   919:  <li>Claudio Jeker: <a href="papers/opencon07-ospf6d">
                    920:      OSPF v3 - OSPF for IPv6</a>.
1.722     jsg       921:  </ul>
1.721     jsg       922: <p>
                    923:
1.716     wvdputte  924: <li><strong><a name="dulug2007"></a>
1.719     wvdputte  925: <a href="http://www.dulug.de/">Duisburger Linux User Group</a></strong>,
1.727     wvdputte  926: Nov 17, 2007, Duisburg, Germany.<br>
1.738     tobias    927: Richard Verwayen gave a workshop on installing OpenBSD,
1.727     wvdputte  928: [<a href="http://www.dulug.de/cgi-bin/dcms.cgi?action=lit-17.11.07">pictures</a>].
1.716     wvdputte  929: <p>
                    930:
                    931: <li><strong><a name="essen2007"></a>
                    932: <a href="http://www.come2linux.org/psp/">Come 2 Linux 2007 Essen</a></strong>,
1.727     wvdputte  933: Nov 10 - 11, 2007, Essen, Germany.<br>
                    934: The *BSD projects had an OpenBSD and OpenSSH booth.
1.716     wvdputte  935: <p>
                    936:
                    937: <li><strong><a name="nluug2007"></a>
                    938: <a href="http://www.nluug25.nl/en/index.php">NLUUG 25th anniversary</a></strong>,
1.727     wvdputte  939: Nov 7, 2007, Amsterdam, Netherlands.<br>
1.716     wvdputte  940: There was an OpenBSD and OpenSSH booth with Wim, Otto, Floor and Kevin.
                    941: <p>
1.658     reyk      942:
1.714     jasper    943: <li><strong><a name="amsterdam2007"></a>
1.741     saad      944: <a
                    945: href="http://undeadly.org/cgi?action=article&amp;sid=20071017100734&amp;mode=expanded&amp;count=20">Amsterdam user meeting Cafe De Deugniet</a></strong>,
1.727     wvdputte  946: Nov 2, 2007, Amsterdam, Netherlands.<br>
1.741     saad      947: Informal OpenBSD user meeting in Amsterdam, more info on Undeadly.org.
                    948: [<a href="http://brobding.mine.nu/Brobding.mine.nu/Albums/Pages/OpenBSD_4.2.html">pictures</a>]
1.714     jasper    949: <p>
                    950:
1.713     wvdputte  951: <li><strong><a name="uaoug2007"></a>
1.738     tobias    952: <a href="http://www.uaoug.org.ua/en/index.html">Ukrainian OpenBSD Users Group  meeting</a></strong>,
1.713     wvdputte  953: Nov 1, 2007, Kyiv, Ukraine<br>
1.738     tobias    954: Sergey Prysiazhnyi, community co-ordinator, gave a talk about Driver
                    955: Architecture and OpenBSD using in Embedded Systems.
1.713     wvdputte  956: <a href= "http://www.atmnis.com/~apelsin/uaoug/u2k7_v3.0/talk/">[slides]</a>
                    957: <a href= "http://www.atmnis.com/~apelsin/uaoug/u2k7_v3.0/">[pictures]</a>
                    958: <a href= "http://www.atmnis.com/~apelsin/uaoug/u2k7_v3.0/video/talk.mp4">[video]</a>
                    959: <p>
                    960:
1.712     sthen     961: <li><strong><a name="cossfest2007"></a>
                    962: <a href="http://www.cossfest.ca/">COSSFEST 2007</a></strong>,
                    963: Oct 27, 2007, Calgary, Alberta,<br>
                    964: There was an OpenBSD booth present with 4.2 CDs.
                    965: <p>
                    966:
                    967: <li><strong><a name="systems2007"></a>
                    968: <a href="http://www.systems.de/">Systems</a></strong>,
1.727     wvdputte  969: Oct 23 - 26, 2007, Munich, Germany.<br>
1.712     sthen     970: The *BSD projects had an OpenBSD and OpenSSH booth in Halle B2 110-2, run by
                    971: DaN, Nikolay Sturm, Marco Pfatschbacher and some other volunteers.
                    972: <p>
                    973:
                    974: <li><strong><a name="bsdcontr2007"></a>
1.734     tobias    975: <a href="http://www.bsdcontr.org/">BSDConTR 2007</a></strong>,
1.712     sthen     976: Oct 19 - 20, 2007, Rectorate of Marmara University, SultanAhmet, Istanbul,
                    977: Turkey.<br>
                    978: First Turkish Conference on BSD Systems.<br>
                    979: Marc Balmer talked about his work on support for radio clocks in
                    980: OpenBSD.<br>
                    981: G&ouml;khan Alkan gave a talk "Spam protection with OpenBSD and PF".<br>
                    982: Huzeyfe &Ouml;nal gave a talk "Advanced Security solutions in OpenBSD".
                    983: <br>
                    984: <p>
                    985:
1.708     aanriot   986: <li><strong><a name=aldil2007></a>
                    987: <a href="http://www.aldil.org/">Les Journ&eacute;es Du Logiciel Libre
                    988: 2007</a></strong>,
                    989: Oct 19 - 20, 2007, Lyon, France.<br>
                    990: There was an OpenBSD and OpenSSH booth, run by Damien Bergamini and
                    991: Alexandre Anriot with the help of Thierry Thomas.
                    992: <p>
                    993:
1.705     pvalchev  994: <li><strong><a name=rp2007></a>
                    995: <a href="http://www.acm.uiuc.edu/conference/2007/">Reflections/Projections
                    996: 2007</a></strong>,
1.727     wvdputte  997: Oct 12 - 14, 2007, Champaign-Urbana, Illinois, USA.<br>
1.705     pvalchev  998: Peter Valchev gave a talk titled <a href="papers/rp2007-slides.pdf">
                    999: Using OpenBSD Security Features to Find Software Bugs</a>.
                   1000: <p>
                   1001:
                   1002: <li><strong><a name=auug2007></a>
                   1003: <a href="http://new.auug.org.au/AUUG2007">AUUG 2007</a></strong>,
                   1004: Oct 13 - 14, 2007, Melbourne, Australia.<br>
                   1005: Reyk Floeter talked about load balancing and TCP-relaying with hoststated.
                   1006: There were developers, users, and an OpenBSD booth present.
                   1007: <p>
                   1008:
                   1009: <li><strong><a name="t-dose2007"></a>
                   1010: <a href="http://www.t-dose.org/">T-DOSE 2007</a></strong>,
                   1011: Oct 13 - 14, 2007, Eindhoven, The Netherlands.<br>
1.727     wvdputte 1012: Technical Dutch Open Source Event.<br>
1.705     pvalchev 1013: There were developers present as well as an OpenBSD booth,
                   1014: run by the usual suspects.
                   1015: <p>
                   1016:
1.689     claudio  1017: <li><strong><a name="openexpo2007"></a>
                   1018: <a href="http://www.openexpo.ch/">OpenExpo 2007</a></strong>,
1.734     tobias   1019: Sep 19 - 20, 2007, Zurich, Switzerland.<br>
1.689     claudio  1020: There were developers present as well as an OpenBSD booth,
1.738     tobias   1021: run by the usual suspects.  Stephan A. Rickauer gave a talk
                   1022: "OpenBSD and Linux: Insights into a migration project at the Institute of
1.689     claudio  1023: Neuroinformatics, ETH Zurich".<br>
                   1024: <p>
                   1025:
1.686     mbalmer  1026: <li><strong><a name="eurobsdcon2007"></a>
                   1027: <a href="http://2007.eurobsdcon.org/">EuroBSDCon 2007</a></strong>,
                   1028: Sep 14 - 15, 2007, Copenhagen, Denmark.<br>
                   1029: Marc Balmer gave a talk <a href="papers/eurobsdcon07/mbalmer-radio_clocks.pdf">
                   1030: Support for Radio Clocks in OpenBSD</a>.<br>
1.702     pyr      1031: Pierre-Yves Ritschard gave a talk <a href="papers/eurobsdcon07/pyr-loadbalancing">Load Balancing in OpenBSD Using hoststated</a>.<br>
1.688     claudio  1032: Claudio Jeker gave a talk <a href="papers/eurobsdcon07/claudio-routing">
                   1033: Using OpenBSD as Routing Platform</a>.<br>
1.686     mbalmer  1034: Peter Hansteen offered "A Packet Filter Tutorial" on the tutorial day.<br>
                   1035: There was an OpenBSD booth, run by the usual suspects.
                   1036: <p>
                   1037:
1.685     bernd    1038: <li><strong><a name="linuxdayskiel2007"></a>
                   1039: <a href="http://www.kieler-linuxtage.de">Kieler Linux und Open Source Tage</a></strong>,
1.727     wvdputte 1040: Sep 07 - 08, 2007, Kiel, Germany.<br>
1.685     bernd    1041: There was an OpenBSD and OpenSSH booth, run by Bernd.
                   1042: <p>
                   1043:
1.686     mbalmer  1044: <li><strong><a name="xds2007"></a>
                   1045: <a href="http://www.x.org/wiki/Events/XDS2007">X.Org Developers' Summit 2007</a></strong>,
                   1046: Sep 10 - 12, 2007, Cambridge, UK.<br>
                   1047: Matthieu Herrb and Marc Balmer attended the 3-day summit to make sure the
                   1048: *BSD point of view was well represented.
                   1049: <p>
                   1050:
1.684     bernd    1051: <li><strong><a name="froscon2007"></a>
                   1052: <a href="http://www.froscon.de">FrOSCon 2007</a></strong>,
1.727     wvdputte 1053: Aug 25 - 26, 2007, Bonn/Rhein-Sieg, Germany.<br>
1.684     bernd    1054: There was an OpenBSD booth, run by the usual suspects.
                   1055: <p>
                   1056:
1.682     bernd    1057: <li><strong><a name="summercamp2007"></a>
1.734     tobias   1058: <a href="http://events.ccc.de/camp/2007">Chaos Communication Camp
                   1059: 2007</a></strong>,
1.727     wvdputte 1060: Aug 8 - 12, 2007, Finowfurt, Germany.<br>
1.682     bernd    1061: This open air event had a big OpenBSD village with all the usual suspects.
                   1062: <p>
                   1063:
1.680     aanriot  1064: <li><strong><a name="lsm2007"></a>
                   1065: <a href="http://www.rmll.info">Libre Software Meeting 2007</a></strong>,
                   1066: Jul 10 - 14, 2007, Amiens, France.<br>
1.681     aanriot  1067: There was an OpenBSD and OpenSSH booth, run by Wim, Matthieu and
                   1068: Alexandre with the help of Serge and Christelle.
1.680     aanriot  1069: <p>
                   1070:
1.675     mbalmer  1071: <li><strong><a name=Slackathon2007></a>
1.734     tobias   1072: <a href="http://www.slackathon.se/">Slackathon 2007</a></strong>,
1.675     mbalmer  1073: June 16, 2007, Stockholm, Sweden.<br>
1.738     tobias   1074: Yet another round of fund raising for OpenBSD/SSH and general *BSD meeting
1.675     mbalmer  1075: that took place in Stockholm.
                   1076: <p>
                   1077:
                   1078: <li><strong><a name="linuxtag2007"></a>
1.734     tobias   1079: <a href="http://www.linuxtag.org/2007/en/">LinuxTag 2007</a></strong>,
1.727     wvdputte 1080: May 30 - Jun 2, 2007, Berlin, Germany.<br>
1.675     mbalmer  1081: There were presentations by OpenBSD developers and an OpenBSD booth,
1.738     tobias   1082: run by the usual suspects, and Stephan A. Rickauer held Peter Hansteen's PF
                   1083: tutorial as well as the talk
1.677     wvdputte 1084: <a href="http://www.ini.unizh.ch/~stephan/talks/LinuxTag07.pdf">
1.738     tobias   1085: "OpenBSD and Linux: Insights into a migration project at the Institute of
1.677     wvdputte 1086: Neuroinformatics, ETH Zurich"</a>.
1.675     mbalmer  1087: <p>
                   1088:
1.674     martin   1089: <li><strong><a name=LinuxwochenVienna2007></a>
1.734     tobias   1090: <a href="http://www.linuxwochen.at/2007/Wien">Linuxwochen Vienna
                   1091: 2007</a></strong>,
1.674     martin   1092: May 31 - Jun 2, 2007, Vienna, Austria.<br>
                   1093: There was an OpenBSD and OpenSSH booth run by Martin Reindl, Robert Peichaer
                   1094: and Teemu Schaabl.
                   1095: <p>
                   1096:
1.671     aanriot  1097: <li><strong><a name=cuug2007></a>
                   1098: <a href="http://www.cuug.ab.ca/">Calgary Unix Users Group</a></strong>,
                   1099: May 29, 2007, downtown Library, basement meeting room, Calgary, Alberta.<br>
1.688     claudio  1100: <a href="papers/cuug07-claudio/">Claudio Jeker</a>,
                   1101: <a href="papers/cuug2007/">David Gwynne, Henning Brauer</a>,
1.673     mbalmer  1102: Reyk Fl&ouml;ter, Matthieu Herrb, Marc Balmer, and Bob Beck discussed recent and
                   1103: future networking changes in OpenBSD, as well as Xenocara, support for
                   1104: radio clocks in OpenBSD, and Spam Reduction with OpenBSD spamd and greylisting.
1.672     henning  1105: Some other OpenBSD developers attended to provide international colour.
1.671     aanriot  1106: <p>
                   1107:
1.670     ray      1108: <li><strong><a name="bsdcan2007"></a>
                   1109: <a href="http://www.bsdcan.org/2007/">BSDCan 2007</a></strong>,
                   1110: May 16 - 19, 2007, Ottawa, Canada.<br>
                   1111: Several OpenBSD developers were there.<br>
                   1112: Peter Hansteen gave a "Packet filtering for fun and profit" tutorial and
                   1113: presented a "Fighting malware and spam with free tools" talk.<br>
                   1114: Ray Lai presented OpenCVS/OpenRCS and
                   1115: discussed why a secure CVS implementation is needed.
                   1116: <a href="papers/bsdcan07-cvs/">Slides</a> are available.<br>
                   1117: Jason Dixon gave the closing session of BSDCan 2007.
                   1118: <p>
                   1119:
1.669     fkr      1120: <li><strong><a name="confidence2007"></a>
                   1121: <a href="http://2007.confidence.org.pl/">Confidence 2007</a></strong>,
                   1122: May 12 - 13, 2007, Krakow, Poland.<br>
                   1123: Felix, Henning and Wim gave presentations and ran the OpenBSD booth.
                   1124: <p>
                   1125:
1.666     michele  1126: <li><strong><a name="obsdm2"></a>
1.734     tobias   1127: <a href="http://www.openbeer.it/?open=obsdm2">OpenBSD Meeting V.2</a></strong>,
1.666     michele  1128: May 12, 2007, Verona, Italy.<br>
                   1129: Another event organized by the OpenBEER team with italian OpenBSD related talks.
                   1130: Michele presented a talk about the OpenBSD network stack.
                   1131: <p>
                   1132:
                   1133: <li><strong><a name="nluug2007"></a>
                   1134: <a href="http://www.nluug.nl/events/vj07/index.html">NLUUG Voorjaarsconferentie
                   1135: 2007</a></strong>,
1.727     wvdputte 1136: May 10, 2007, Ede, Netherlands.<br>
1.666     michele  1137: There was a
                   1138: <a href="http://www.nluug.nl/events/vj07/abstracts/ab.html?id=2">presentation</a>
1.738     tobias   1139: by Anil Madhavapeddy and an OpenBSD booth, run by the usual
1.666     michele  1140: suspects.
                   1141: <p>
                   1142:
1.665     mbalmer  1143: <li><strong><a name="coimbra2007"></a>
                   1144: <a href="http://www.openbsd-pt.com/eventos/coimbra07/index-en.html">Portuguese OpenBSD Usergroup Meeting</a></strong>,
                   1145: May 5 - 6, 2007, Coimbra, Portugal.<br>
                   1146: 7th Meeting of the Portuguese OpenBSD Usergroup.<br>
                   1147: Marc Balmer gave a talk "Ensuring Quality in OpenBSD Without a Formal Process".<br>
                   1148: Rui Reis gave a presentation "The Honeynet.PT project".<br>
1.667     pedro    1149: Michael Shalayeff gave a talk "Asynchronous I/O".<br>
                   1150: Also present was Pedro Martelletto.
1.665     mbalmer  1151: <p>
                   1152:
1.658     reyk     1153: <li><strong><a name=decix6th></a>
                   1154: <a href="http://www.de-cix.org/">DE-CIX 6th Technical Meeting</a></strong>,
                   1155: Apr 19, 2007, Schloss Kransberg, near Usingen, Germany.<br>
                   1156: Henning Brauer and Reyk Fl&ouml;ter talked at the 6th technical
                   1157: meeting of the Deutsche Commercial Internet Exchange (DE-CIX).
                   1158: Henning gave an update on OpenBGPD and Reyk about the latest
                   1159: network-related changes since OpenBSD 4.1. They also talked about
                   1160: the status of test OpenBGPD route server running at the DE-CIX.
                   1161: <p>
                   1162:
1.738     tobias   1163: <li><strong><a name="litol07"></a>
1.651     fkr      1164: <a href="http://www.lit-ol.de/">2. Linux-Informationstag Oldenburg</a></strong>,
1.738     tobias   1165: Apr 14 - 15, 2007, Oldenburg, Germany.<br>
                   1166: Small Open-Source event. Of course there was an OpenBSD and OpenSSH booth run by
1.659     fkr      1167: Bernd, Felix and Tobias Stoeckmann. Felix gave a talk about the current state
                   1168: of OpenBSD development titled <a href="papers/litol07/">OpenBSD - Past, Present and Future</a>.
1.738     tobias   1169: <p>
1.650     deraadt  1170:
                   1171: <li><strong><a name="fisl8"></a>
                   1172: <a href="http://fisl.softwarelivre.org/8.0/www/?q=en">fisl8.0</a></strong>,
1.734     tobias   1173: Apr 12 - 14, 2007, Porto Alegre, RS, Brazil.<br>
1.650     deraadt  1174: This was a fairly large conference in South America.  Theo de Raadt
                   1175: presented a talk about <a href="papers/brhard2007/">Hardware Documentation</a>.
1.738     tobias   1176: <p>
1.650     deraadt  1177:
1.645     ray      1178: <li><strong><a name="nycbug2007-cvs"></a>
                   1179: <a href="http://nycbug.org/">NYC*BUG April 2007</a></strong>,
                   1180: Apr 4, 2007, NYC, USA.<br>
                   1181: Ray Lai (ray@) gave a
                   1182: <a href="http://www.nycbug.org/index.php?NAV=Home;SUBM=10104">talk</a>
                   1183: on OpenCVS.
1.648     ray      1184: <a href="papers/nycbug07-cvs/">Slides</a> and
                   1185: <a href="http://www.fetissov.org/public/nycbug/nycbug-04-04-07.mp3">audio</a>
                   1186: are available.
1.645     ray      1187: <p>
                   1188:
1.638     grunk    1189: <li><strong><a name="elite2007"></a>
                   1190: <a href="http://www.erlug.de/?q=node/323">5. Erlanger Linuxtage</a></strong>,
                   1191: Mar 24 - 25, 2007, Erlangen, Germany.<br>
                   1192: There was an OpenBSD/OpenSSH booth, run by Alexander von Gernler (grunk@).
                   1193: He also gave a talk called
1.639     grunk    1194: <a href="papers/elite2007/elite2007-openbsd.pdf">
1.638     grunk    1195: "Sichere Systeme mit OpenBSD" (german)</a>.
                   1196: <p>
                   1197:
1.635     tom      1198: <li><strong><a name="ukuug2007"></a>
                   1199: <a href="http://www.ukuug.org/events/spring2007/">UKUUG Spring 2007 Conference</a></strong>,
1.727     wvdputte 1200: Mar 19 - 21, 2007, Manchester, United Kingdom.<br>
1.635     tom      1201: Tom Cosgrove gave a presentation about "Third-Party Applications on OpenBSD"
                   1202: at the annual spring meeting of the
                   1203: <a href="http://www.ukuug.org/">UK's Unix and Open Systems User Group</a>.
                   1204: <p>
                   1205:
1.627     mcbride  1206: <li><strong><a name="asiabsdcon2007"></a>
                   1207: <a href="http://www.asiabsdcon.org/">AsiaBSDCon 2007</a></strong>,
                   1208: Mar 8 - 11, 2007, Tokyo, Japan.<br>
1.631     mbalmer  1209: Marc Balmer presented a paper <a href="papers/radio-clocks-asiabsdcon07.pdf">Supporting Radio Clocks in OpenBSD</a>. Presentation
                   1210: <a href="papers/asiabsdcon07-radioclocks/index.html">slides</a> are also
                   1211: available.<br>
1.627     mcbride  1212: Ryan McBride gave talks on <a href="papers/asiabsdcon07-development/index.html">OpenBSD as a Development Platform</a> and <a href="papers/asiabsdcon07-network_randomness/index.html">OpenBSD Network Randomness Injection: Further Improvements</a>.<br>
1.630     mbalmer  1213: Mathieu Sauve-Frankel gave a talk <a href="papers/asiabsdcon07-ipsec/index.html">Recent Improvements in OpenBSD's IPSec Support</a>.<br>
                   1214: Damien Miller presented a paper <a href="papers/openssh-measures-asiabsdcon2007.pdf">Security measures in OpenSSH</a>. Presentation
1.628     djm      1215: <a href="papers/openssh-measures-asiabsdcon2007-slides.pdf">slides</a> are
                   1216: also available.<br>
1.627     mcbride  1217: There were also PF tutorials back to back, Peter Hansteen's "Firewalling with OpenBSD's PF packet filter" and Ryan McBride's "Advanced PF Rulesets".
                   1218: <p>
                   1219:
1.622     fkr      1220: <li><strong><a name="linuxforum2007"></a>
                   1221: <a href="http://www.linuxforum.dk/2007/">LinuxForum 2007</a></strong>,
                   1222: Mar 2 - 3, 2007, Copenhagen, Denmark.<br>
1.738     tobias   1223: There was an OpenBSD and OpenSSH booth run by Wim, Bernd and Michael in the
                   1224: <a href="http://img.ba-net.org/LinuxForum2007/">best of circumstances</a>.
                   1225: Felix gave a talk titled
1.622     fkr      1226: <a href="papers/linuxforum07/index.html">OpenBSD - Past, Present and Future</a>.
                   1227: <p>
                   1228:
1.619     wvdputte 1229: <li><strong><a name=Brussels2007></a>
                   1230: <a href="http://www.fosdem.org/2007/">FOSDEM Brussels 2007</a></strong>,
                   1231: Feb 24 - 25, 2007, Brussels, Belgium.<br>
1.727     wvdputte 1232: There was an OpenBSD/OpenSSH booth with Matthieu, Marc, Mickey, Saad
1.619     wvdputte 1233: and Wim. On Saturday we had our traditional BSD dinner.<br>
                   1234: Matthieu gave a <a href="papers/fosdem07-xenocara.pdf">
                   1235: talk on Xenocara</a> in the X.Org devroom.
                   1236: <p>
1.616     wvdputte 1237:
                   1238: <li><strong><a name="kiberpipa2007"></a>
                   1239: <a href="http://pot.kiberpipa.org">Kiberpipa open sessions</a></strong>,
                   1240: February 20, 2007, Ljubljana, Slovenia.<br>
                   1241: On that edition of weekly "Open sessions" meetings
1.911     naddy    1242: <a href="http://www.kerberos.si">Mitja Mu&#382;eni&#269;</a> gave a
1.616     wvdputte 1243: <a href="http://pot.kiberpipa.org/?p=39">talk</a> on OpenBSD.
1.619     wvdputte 1244: <a href="http://www.kerberos.si/papers/Kiberpipa07/">Slides</a> (in Slovenian),
                   1245: <a href="http://video.kiberpipa.org/media/POT_OpenBSD">video</a> (in Slovenian),
1.616     wvdputte 1246: and <a href="http://gallery.kerberos.si/kiberpipa07/">photos</a> are available.
                   1247: <p>
                   1248:
                   1249: </ul>
                   1250:
1.445     martin   1251: <h3>2006</h3>
1.236     jose     1252: <ul>
1.537     deraadt  1253:
1.588     espie    1254: <li><strong><a name="23c3"></a>
1.577     mbalmer  1255: <a href="https://events.ccc.de/congress/2006/">23C3 Chaos Communication Congress in
                   1256: Berlin</a></strong>,
                   1257: December 27 - 30, 2006, Berlin, Germany.<br>
1.597     mbalmer  1258: Who can you trust? Well, us. OpenBSD was there, of course, for our annual
1.595     reyk     1259: closing event.  fkr, grunk, jsg, mbalmer, mickey, sturm, uwe, martin,
1.598     bernd    1260: henning, moritz, bernd and wvdputte were there
1.597     mbalmer  1261: there to chat with attendees and discuss OpenBSD stuff.  It was - as usual -
                   1262: a great end-of-the-year event.  See you in Berlin again end of 2007.
1.577     mbalmer  1263: <p>
                   1264:
1.594     mbalmer  1265: <li><strong><a name="moscow2006"></a>
                   1266: <a href="https://kd85.com/">Moscow OpenBSD user meeting</a></strong>,
                   1267: December 8 - 9, 2006, Moscow, Russia.<br>
1.633     tom      1268: For details, please email <a href="mailto:grange@opensd.org">Grange</a>
1.594     mbalmer  1269: <p>
                   1270:
1.515     tom      1271: <li><strong><a name="opencon2006"></a>
                   1272: <a href="http://www.opencon.org/">OpenCON 2006</a></strong>,
1.734     tobias   1273: Dec 2 - 3, 2006, <a href="http://www.riminiturismo.com/metha/scheda.asp?idHotel=16&lang=uk">CourtYard Venice</a> Airport, Tessera/Venice, Italy.<br>
1.568     mbalmer  1274: OpenCON is the only conference dedicated solely to OpenBSD.
1.587     deraadt  1275: 135 people were registered for the event, but since it was a completely open event is likely that
                   1276: even more people just walked in.
1.577     mbalmer  1277: Most talks were by OpenBSD developers, but there was also an impressive
1.568     mbalmer  1278: number of our developers just attending the conference.  Talks by OpenBSD
1.577     mbalmer  1279: developers were:
1.568     mbalmer  1280: <p>
1.535     deraadt  1281:  <ul>
1.581     claudio  1282:  <li>Claudio Jeker: <a href="papers/opencon06-network/index.html">
                   1283:      Network stack changes in OpenBSD</a>
1.580     deraadt  1284:  <li>Marc Balmer: <a href="papers/opencon06-nmea/index.html">
                   1285:      Support for Time Signal Station Receivers and GPS in OpenBSD</a>
1.601     fkr      1286:  <li>Felix Kronlage: <a href="papers/opencon06-umts/index.html">Redundancy or mobile deployment with 3G technology</a>
1.584     jsg      1287:  <li>Jonathan Gray: <a href="papers/opencon06-drivers/index.html">
                   1288:      Driver architecture and implementation in OpenBSD</a>
1.543     mbalmer  1289:  <li>Gordon Klok: <i>Processor Power Management</i>
1.596     dlg      1290:  <li>David Gwynne: <a href="papers/opencon06-culture.pdf">The OpenBSD
                   1291:      Culture</a> and he also filled in for Marco's
                   1292:      <a href="papers/opencon06-bio.pdf">Bio and Sensors in OpenBSD</a> talk.
1.582     michele  1293:  <li>Michele Marchetto: <a href="papers/opencon06-ripd/index.html">
                   1294:      OpenRIPD</a>
1.574     mbalmer  1295:  <li>Reyk Floeter: <i>IPsec demystified</i>
1.580     deraadt  1296:  <li>Theo de Raadt: <a href="papers/opencon06-docs">
                   1297:     Why hardware documentation matters so much and why it is so hard to get</a>
1.535     deraadt  1298:  </ul>
1.502     mbalmer  1299: <p>
1.577     mbalmer  1300: Also present were jcs, krw, mglocker, robert, wvdputte, martin, grunk,
                   1301: dhartmei, aanriot, sturm, and bernd.  Of course there was an OpenBSD booth
                   1302: run by the usual suspects and you could buy our CD-ROMS, the audio CD and other
1.568     mbalmer  1303: stuff.
                   1304: <p>
1.502     mbalmer  1305:
1.575     reyk     1306: <li><strong><a name=opensourcetag2006></a>
                   1307: <a href="http://www.opensourcetag.de/2006/">OpenSourceTag 2006</a></strong>,
                   1308: Nov 30, 2006, Hannover, Germany.<br>
                   1309: Reyk gave a <a href="http://www.opensourcetag.de/2006/agenda/">talk</a> about OpenBSD
                   1310: as a reference project for secure software.
                   1311: <p>
                   1312:
1.583     henning  1313: <li><strong><a name=epf2006></a>
                   1314: <a href="http://www.peering-forum.eu/2006/">European Peering Forum 2006</a></strong>,
                   1315: Nov 29 - 30, 2006, Frankfurt, Germany.<br>
                   1316: The European Peering Forum in Frankfurt was hosted by the 3 big european
                   1317: peering points DE-CIX, AMSIX and LINX, bringing network operators together.
                   1318: Henning was talking about OpenBGPD,
                   1319: <a href="http://bulabula.org/papers/epf2006/">slides</a> are available.
                   1320: <p>
                   1321:
1.565     krw      1322: <li><strong><a name=conisli2006></a>
                   1323: <a href="http://conisli.org/">CONISLI 2006</a></strong>,
1.727     wvdputte 1324: Nov 3 - 5, 2006, S&atilde;o Paulo, Brazil.<br>
1.565     krw      1325: 4th edition of S&atilde;o Paulo's International Free Software Congress.
1.687     jolan    1326: Ken Westerback and Pedro Martelletto gave a talk.
1.565     krw      1327: <p>
                   1328:
1.559     jason    1329: <li><strong><a name=nycbsdcon2006></a>
                   1330: <a href="http://nycbsdcon.org/">NYCBSDCon 2006</a></strong>,
1.727     wvdputte 1331: Oct 28 - 29, 2006, New York City, USA.<br>
1.559     jason    1332: NYCBSDCon is the main conference on the East Coast for the
                   1333: BSD community to get together to share and gain knowledge,
1.562     jason    1334: to network with like minded people.  Several developers
1.563     jason    1335: spoke, more were on hand:
1.559     jason    1336:  <ul>
                   1337:   <li>Marco Peereboom: <a href="papers/bio.pdf">bio and sensors in OpenBSD</a>
1.563     jason    1338:    [<a href="http://www.fetissov.org/public/nycbsdcon06/1.6.mp3">audio</a>]
1.605     jason    1339:   <li>Jason Wright: <a href="papers/nycbsdcon06_sparc64/">OpenBSD/sparc64</a> [<a href="http://www.fetissov.org/public/nycbsdcon06/2.1.mp3">audio</a>]
1.563     jason    1340:   <li>Bob Beck: <a href="http://www.ualberta.ca/~beck/nycbug06/pf">PF, it is not just for firewalls anymore</a> [<a href="http://www.fetissov.org/public/nycbsdcon06/1.3.mp3">audio</a>]
                   1341:   <li>Bob Beck: <a href="http://www.ualberta.ca/~beck/nycbug06/spamd">OpenBSD spamd - greylisting and beyond</a> [<a href="http://www.fetissov.org/public/nycbsdcon06/2.4.mp3">audio</a>]
1.559     jason    1342:   <li>Ray Lai: <i>First time booth bunny</i>
                   1343:  </ul>
                   1344: <p>
                   1345:
1.556     fgsch    1346: <li><strong><a name=linuxworlduk2006></a>
                   1347: <a href="http://www.linuxworldexpo.co.uk/">LinuxWorld Expo UK 2006</a></strong>,
                   1348: Oct 25 - 26, 2006, Olympia, London, UK.<br>
1.738     tobias   1349: There was an OpenBSD and OpenSSH booth, run by Wim, Tom, Peter, Federico and
1.558     wvdputte 1350: Pedro La Peu.
1.556     fgsch    1351: <p>
                   1352:
1.589     aanriot  1353: <li><strong><a name=cuug2006oct></a>
                   1354: <a href="http://www.cuug.ab.ca/">Calgary Unix Users Group</a></strong>,
                   1355: Oct 24, 2006, downtown Library, basement meeting room, Calgary, Alberta.<br>
                   1356: Theo de Raadt gave a talk regarding the increasing demand for
                   1357: vendors to open up their documentation.
                   1358: <p>
                   1359:
1.553     grunk    1360: <li><strong><a name="systems2006"></a>
                   1361: <a href="http://www.systems.de/">Systems</a></strong>,
1.734     tobias   1362: Oct 23 - 27, 2006, Munich, Germany.<br>
1.553     grunk    1363: The *BSD projects were located at A3.542.
                   1364: There was an OpenBSD and OpenSSH booth, run by
                   1365: Wilhelm B&uuml;hler, DaN, Nikolay Sturm, Marco Pfatschbacher,
                   1366: and some other volunteers.
                   1367: <p>
                   1368:
1.550     henning  1369: <li><strong><a name=hacklu2006></a>
                   1370: <a href="http://www.hack.lu/">hack.lu 2006</a></strong>,
1.727     wvdputte 1371: Oct 19 - 21, 2006, Luxembourg/Kirchberg, Luxembourg.<br>
1.550     henning  1372: Henning Brauer gave a well received talk about OpenBGPD.
                   1373: <p>
                   1374:
1.547     aanriot  1375: <li><strong><a name=aldil2006></a>
                   1376: <a href="http://www.aldil.org/">Les Journ&eacute;es Du Logiciel Libre
                   1377: 2006</a></strong>,
                   1378: Oct 13 - 14, 2006, Lyon, France.<br>
                   1379: There was an OpenBSD and OpenSSH booth, run by Miod Vallat and Alexandre
                   1380: Anriot with the help of Thierry Thomas and Damien Bergamini.
                   1381: <p>
                   1382:
1.546     mcbride  1383: <li><strong><a name=auug2006></a>
                   1384: <a href="http://new.auug.org.au/">AUUG 2006</a></strong>,
                   1385: Oct 10 - 13, 2006, Melbourne, Australia.<br>
                   1386: Ryan Mcbride presented a full-day tutorial entitled
1.738     tobias   1387: "Advanced PF Rulesets" as well as two additional talks
1.546     mcbride  1388: <a href="papers/auug2006/pf_evolution/">PF evolution</a>
1.738     tobias   1389: and
1.546     mcbride  1390: <a href="papers/auug2006/network_randomness/">Network stack randomness in OpenBSD</a>.
                   1391: <p>
                   1392:
1.532     wvdputte 1393: <li><strong><a name=eurooscon2006></a>
1.734     tobias   1394: <a href="http://conferences.oreillynet.com/euos2006/">O'Reilly Euro OSCON
                   1395: 2006</a></strong>,
1.532     wvdputte 1396: Sep 20, 2006, Brussels, Belgium.<br>
                   1397: There was an OpenBSD and OpenSSH booth.
                   1398: <p>
                   1399:
1.528     wvdputte 1400: <li><strong><a name=come2linux2006></a>
                   1401: <a href="http://www.come2linux.org/psp/">Come 2 Linux 2006</a></strong>,
                   1402: Sep 9 - 10, 2006, Duisburg-Essen, Germany.<br>
                   1403: There was an OpenBSD and OpenSSH booth.
                   1404: <p>
                   1405:
1.525     wvdputte 1406: <li><strong><a name=ChaosdaysDarmstadt2006></a>
1.734     tobias   1407: <a href="http://mrmcd101b.metarheinmain.de/index.html">mrmcd101b -
                   1408: MetaRheinMainChaosDays Darmstadt 2006</a></strong>,
1.525     wvdputte 1409: Sep 1 - 3, 2006, Darmstadt, Germany.<br>
                   1410: There was an OpenBSD and OpenSSH booth.
                   1411: <p>
                   1412:
1.521     fkr      1413: <li><strong><a name=LinuxWorldExpoSF2006></a>
1.734     tobias   1414: <a href="http://www.linuxworldexpo.com/live/12/events/12SFO06A/conference/tracksessions/Security/QMONYA04ROFR">LinuxWorld Expo San Francisco 2006</a></strong>,
1.727     wvdputte 1415: Aug 16, 2006, San Francisco, USA.<br>
1.521     fkr      1416: Ted Unangst spoke about OpenBSD as part of a security panel.
                   1417: <p>
                   1418:
1.518     tedu     1419: <li><strong><a name=coimbra2006></a>
                   1420: <a href="http://www.openbsd-pt.com/eventos/coimbra06/">Portuguese OpenBSD Usergroup Meeting</a></strong>,
                   1421: Jul 22 - 23, 2006, Coimbra, Portugal.<br>
                   1422: 6th Meeting of the Portuguese OpenBSD Usergroup.  Marc Balmer gave a talk
                   1423: "NMEA 0183 and Time Signal Station Receiver Support in OpenBSD".
                   1424: <p>
                   1425:
                   1426: <li><strong><a name=akqit2006></a>
1.738     tobias   1427: <a href="http://www.akqit.ch/w3/DE/actual.html">Arbeitskreis f&uuml;r Qualit&auml;t in der Informationstechnologie (Working Group for Quality in IT)</a></strong>,
1.734     tobias   1428: Jul 20, 2006, University of Basel, Computer Science Department, Room 205, Bernoullistr. 16, 17:30 - 18:30, Basel, Switzerland.<br>
1.590     mbalmer  1429: Marc Balmer gave a talk in german "<a href="papers/akqit06/index.html">Ensuring
                   1430: Quality in the Development of the Free Operating System OpenBSD</a>".
1.518     tedu     1431: <p>
1.475     deraadt  1432:
1.510     wvdputte 1433: <li><strong><a name="lsm2006"></a>
                   1434: <a href="http://www.rmll.info">Libre Software Meeting 2006</a></strong>,
                   1435: Jul 4 - 8, 2006, Vandoeuvre-les-nancy, France.<br>
1.681     aanriot  1436: There was an OpenBSD and OpenSSH booth, run by Wim, Matthieu and
                   1437: Alexandre with the help of Serge and Christelle.
1.510     wvdputte 1438: <p>
                   1439:
1.508     wvdputte 1440: <li><strong><a name=FrOSCon></a>
                   1441: <a href="http://www.froscon.de/">
                   1442: FrOSCon 2006 - Free and Open Source Software Conference</a></strong>,
                   1443: Jun 24 - 25, 2006, Bonn/Rhein-Sieg, Germany.<br>
1.738     tobias   1444: There was an OpenBSD and OpenSSH booth run by Wim, Waldemar, Manuel and
1.508     wvdputte 1445: Tim Kornau.
                   1446: <p>
                   1447:
1.507     mbalmer  1448: <li><strong><a name=LinuxwochenLinz2006></a>
1.734     tobias   1449: <a href="http://www.linuxwochen.at/2006/Linz">Linuxwochen Linz
                   1450: 2006</a></strong>,
1.507     mbalmer  1451: June 15, 2006, Linz, Austria.<br>
1.727     wvdputte 1452: There was an OpenBSD and OpenSSH booth run by Wim and the usual suspects.
1.507     mbalmer  1453: <p>
                   1454:
1.506     deraadt  1455: <li><strong><a name=lugverona2006></a>
1.734     tobias   1456: <a href="http://www.di.univr.it/dol/main?ent=iniziativa&amp;id=857&amp;lang=it">LUGVR@UNIVR</a></strong>,
1.506     deraadt  1457: Jun 9, 2006, Verona University, Borgo Roma, Italy.<br>
                   1458: Florin Iamandi of <a href="https://www.verona.linux.it">LUG Verona</a>
                   1459: gave a talk
                   1460: (<a href="http://todome.net/docs/obsd_carp/en">English</a> and
                   1461: <a href="http://todome.net/docs/obsd_carp/it">Italian</a>)
                   1462: and live demonstration on redundant failover
                   1463: OpenBSD firewalls. He explained why OpenBSD solves many problems that
                   1464: had previously been the dominion of expensive commercial solutions.
                   1465: Attendees learned about OpenBSD's hard stance and successful fight against
                   1466: bad licences and uncooperating vendors and manufacturers.
                   1467: <p>
                   1468:
1.502     mbalmer  1469: <li><strong><a name=Slackathon2006></a>
1.734     tobias   1470: <a href="http://slackathon2006.unix.se">Slackathon 2006</a></strong>,
1.502     mbalmer  1471: Jun 3, 2006, Stockholm, Sweden.<br>
                   1472: A fundraiser for OpenBSD/SSH held at the Stockholm University. Free
1.505     ian      1473: entrance and all donations went straight to the project. Several
1.502     mbalmer  1474: developers were talking about OpenBSD here, as well as some hands-on
                   1475: workshops took place with both old and new hardware.
                   1476: <p>
                   1477:
1.500     deraadt  1478: <li><strong><a name=cuug2006></a>
                   1479: <a href="http://www.cuug.ab.ca/">Calgary Unix Users Group</a></strong>,
                   1480: Jun 1, 2006, SAIT Campus, Calgary, Alberta.<br>
1.504     miod     1481: Bob Beck and Reyk Floeter discussed recent and future networking
                   1482: changes in OpenBSD.  Some other OpenBSD developers attended to provide
1.500     deraadt  1483: international colour, and there were tshirts, CDs, and posters on hand.
                   1484: CUUG made a substantial contribution to OpenBSD at this event as well.
                   1485: <p>
                   1486:
1.589     aanriot  1487: <li><strong><a name=LinuxwochenVienna2006></a>
1.734     tobias   1488: <a href="http://www.linuxwochen.at/2006/Wien">Linuxwochen Vienna
                   1489: 2006</a></strong>,
1.589     aanriot  1490: May 31 - Jun 2, 2006, Vienna, Austria.<br>
                   1491: There was an OpenBSD and OpenSSH booth run by Wim and the usual suspects.
                   1492: <p>
                   1493:
1.585     aanriot  1494: <li><strong><a name=plug060519></a>
1.734     tobias   1495: <a href="http://www.plugfr.org/">Provence Linux User Group</a></strong>,
1.586     aanriot  1496: May 19, 2006, Marseille, France.<br>
1.585     aanriot  1497: Alexandre Anriot spoke about the deployment of wireless networks with
1.586     aanriot  1498: OpenBSD during a meeting of the PLUG.
1.585     aanriot  1499: <p>
                   1500:
1.491     bernd    1501: <li><strong><a name="SANE2006"></a>
                   1502: <a href="http://www.sane.nl/sane2006/">SANE 2006</a></strong>,
                   1503: May 15 - 19, 2006, Delft, The Netherlands.<br>
                   1504: Peter N. M. Hansteen gave a
                   1505: <a href="http://www.sane.nl/sane2006/program/abstract.php?eventid=35">
                   1506: PF tutorial</a>.
                   1507: <p>
                   1508:
1.490     reyk     1509: <li><strong><a name=bsdcan2006></a> <a
                   1510: href="http://www.bsdcan.org/2006/">BSDCan 2006</a></strong>,
                   1511: May 12 - 13, 2006, Ottawa, Canada.<br>
                   1512: David Gwynne gave a talk about hardware monitoring with bio and
                   1513: sensors in OpenBSD (<a href="papers/bsdcan06-biosensors.pdf">slides</a>)
                   1514: and Reyk Fl&ouml;ter talked about the latest
                   1515: wireless support and the incredible plans for the future
                   1516: (<a href="papers/bsdcan06-wlan/index.html">slides</a>), and
                   1517: Peter Hansteen gave a PF tutorial. A number of OpenBSD hackers
                   1518: attended the conference as well, like Bob Beck and Mathieu Sauve-Frankel.
                   1519: <p>
                   1520:
1.489     bernd    1521: <li><strong><a name="linuxdays2006"></a>
1.738     tobias   1522: <a href="http://www.linuxdays.ch">Linuxdays 2006</a></strong>,
1.489     bernd    1523: May 8 - 12, 2006, Geneva, Switzerland.<br>
                   1524: Julien Mabillard, a long-time Geneva OpenBSD user, gave a talk to present
                   1525: the overall system and its great features.
                   1526: <p>
                   1527:
1.592     claudio  1528: <li><strong><a name="idepes2006"></a>
1.589     aanriot  1529: <a href="http://www.idepes.org.br/openbsd/">IDEPES 2006</a></strong>,
                   1530: May 6, 2006, S&atilde;o Paulo, Brazil.<br>
                   1531: First event in Brazil totally dedicated to OpenBSD.
                   1532: <p>
                   1533:
1.592     claudio  1534: <li><strong><a name="LinuxTag2006"></a>
1.484     mbalmer  1535: <a href="http://www.linuxtag.org/2006/">LinuxTag 2006</a></strong>,
                   1536: May 3 - 6, 2006, Wiesbaden, Germany.<br>
                   1537: OpenBSD was very present at this years Linuxtag:
                   1538: <ul>
                   1539: <li>On friday morning, Claudio and Marc moderated a panel discussion
                   1540: "BLOBS sind das Krebsgeschw&uuml;r freier Software" (Blobs are the
1.485     mbalmer  1541: cancer of free software) that was well attended.  Unfortunately no one
1.484     mbalmer  1542: in favour of Blobs attended, although we asked almost all Linux
                   1543: distributions...
                   1544: <li>After lunch, Marc Balmer started the afternoon with a talk "OpenBSD
                   1545: as a Strategic Platform for the Basle Public Schools", outlining how and
1.485     mbalmer  1546: why the Basle Public school system uses OpenBSD for most of its
1.484     mbalmer  1547: infrastructure.
1.592     claudio  1548: <li>The next OpenBSD specific talk was by Claudio Jeker,
                   1549: <a href="papers/linuxtag06-network/">"Routing with OpenBSD using
                   1550: OpenOSPFD and OpenBGPD"</a> where he showed various routing setups and
                   1551: how full redundancy can be achieved.
                   1552: [<a href="papers/linuxtag06-network.pdf">paper</a>]
1.484     mbalmer  1553: <li>Later, Marc Balmer gave a talk "Decoding Time Signal Stations using
                   1554: OpenBSD" and explained the recent addition of timedelta sensors and the
                   1555: first implementation of such, udcf(4).
                   1556: </ul>
                   1557: <br>
                   1558: All talks where very well received and OpenBSD filled four hours of the
1.485     mbalmer  1559: Linuxtag program.  We thank Wilhelm B&uuml;hler,  chair of the BSD-Track
1.484     mbalmer  1560: at Linuxtag, for the superb and professional organization.
                   1561: <br>
                   1562: Of course, there was an OpenBSD and OpenSSH booth run by Wim and the
                   1563: usual suspects.
                   1564: <p>
                   1565:
1.486     mickey   1566: <li><strong><a name=NYCBUG2006-05></a>
                   1567: <a href="http://nycbug.org/index.php?NAV=Home&amp;SUBM=83">NYCBUG Monthly meeting</a></strong>,
                   1568: May 3, 2006, NYC, USA.<br>
                   1569: Mickey gave a talk
1.564     jason    1570: (<a href="papers/nyc2006">slides</a> and <a href="http://www.fetissov.org/public/nycbug/nycbug-05-03-06.mp3">audio</a>))
1.486     mickey   1571: about PAE work for OpenBSD/i386.<br>
                   1572: Mischa Diehm gave a talk about implementing VPN using OpenBSD.
                   1573: <p>
                   1574:
1.484     mbalmer  1575: <li><strong><a name=tokyo2006></a>
                   1576: <a href="http://www.tokyopc.org/index.php/weblog/">Tokyo PC Users Group</a></strong>,
1.727     wvdputte 1577: May 2, 2006, Tokyo, Japan.<br>
1.484     mbalmer  1578: Theo presented his <a href="papers/ven05-deraadt">"Exploit Mitigation Techniques"</a>
                   1579: talk.  There is a
                   1580: <a href="http://www.tokyopc.org/faxmessage/index.html#about">map to the location</a>.
                   1581: <p>
                   1582:
1.478     mbalmer  1583: <li><strong><a name=SambaEXPerience2006></a>
                   1584: <a href="http://www.sambaxp.org/">Samba eXPerience 2006</a></strong>,
                   1585: April 24 - 26, 2006, G&ouml;ttingen, Germany.<br>
                   1586: Marc Balmer gave a talk "Providing Fully Automated Fileserver Services
                   1587: for Public Schools using LDAP Integrated SAMBA on OpenBSD" that was very
                   1588: well received.
                   1589: <br>
                   1590: There was an OpenBSD and OpenSSH booth run by Wim and Marc and Felix Kronlage
                   1591: and we could draw a lot of attention.
                   1592: <p>
                   1593:
1.479     deraadt  1594: <li><strong><a name=DORSCLUC2006></a>
                   1595: <a href="http://www.open.hr/dc2006/"> DORS / CLUC 2006</a></strong>,
1.734     tobias   1596: April 19 - 21, 2006, Zagreb, Croatia.<br>
1.911     naddy    1597: <a href="http://www.kerberos.si">Mitja Mu&#382;eni&#269;</a> gave a
1.480     mbalmer  1598: <a href="http://www.kerberos.si/papers/DORS06/index.html">
                   1599: "Introduction to OpenBSD"</a> talk. Conference
                   1600: <a href="http://www.open.hr/dc2006/program.php">program</a> (in croatian
1.479     deraadt  1601: only).
                   1602: <p>
                   1603:
1.475     deraadt  1604: <li><strong><a name=linuxworld2006></a>
1.734     tobias   1605: <a href="http://www.linuxworldexpo.com/live/12/events/12BOS06A/"
                   1606: >LinuxWorld/OpenSolutions World 2006</a></strong>,
1.475     deraadt  1607: April 3 - 6, 2006, Boston, USA.<br>
                   1608: Jason Dixon presented
1.738     tobias   1609: <a href="http://www.linuxworldexpo.com/live/12/events/12BOS06A/conference/tracksessions/Security/QMONYA04Q1DK">Secure Network Architectures with OpenBSD</a>,
1.475     deraadt  1610: a talk on OpenBSD that outlines the various technologies that make
                   1611: it a leader of secure networking platforms.
                   1612: <br>
                   1613: He spent time around the exposition BSD booth with giveaways
                   1614: and early release OpenBSD 3.9 CDs.
                   1615: <p>
                   1616:
                   1617: <li><strong><a name=cansecwest06></a>
                   1618: <a href="http://www.cansecwest.com">Cansecwest/core06</a></strong>,
1.727     wvdputte 1619: April 3 - 7, 2006, Vancouver, Canada.<br>
1.475     deraadt  1620: A rather interesting OpenBSD-related talk happened at this event, regarding
                   1621: using SMI interrupts to break out of X into kernel mode.
                   1622: <br>
                   1623: Some OpenBSD developers attended.  Some early OpenBSD 3.9 items went
                   1624: on sale.
                   1625: <p>
                   1626:
1.469     tom      1627: <li><strong><a name=ukuug2006></a>
                   1628: <a href="http://www.ukuug.org/events/spring2006/">UKUUG Spring Conference 2006</a></strong>,
1.727     wvdputte 1629: Mar 22 - 23, 2006, Durham, United Kingdom.<br>
1.469     tom      1630: Reyk Fl&ouml;ter gave a talk about the latest wireless support in
                   1631: OpenBSD at the annual spring meeting of the
                   1632: <a href="http://www.ukuug.org/">UK's Unix and Open Systems User Group</a>.
                   1633: Peter N. M. Hansteen
                   1634: gave a PF tutorial, Tom Cosgrove presented "Exploit
                   1635: Mitigation Techniques" and Constantine Murenin gave a
                   1636: presentation on "Hardware temperature monitoring device
                   1637: drivers for OpenBSD".
                   1638: These were all part of a new, well-attended, BSD stream at the event.
                   1639: <p>
                   1640:
1.459     henning  1641: <li><strong><a name=Copenhagen2006></a>
                   1642: <a href="http://www.linuxforum.dk/2006/en/">LinuxForum 2006</a></strong>,
1.727     wvdputte 1643: Mar 3 - 4, 2006, Copenhagen, Denmark.<br>
1.738     tobias   1644: Wim gave Felix Kronlage's talk about OpenBSD Mobile Use (wifi, UMTS,
1.459     henning  1645: GPRS, phones and the like) with some demo setups.
                   1646: Henning Brauer gave a very well received talk about OpenBGPD,
                   1647: <a href="http://bulabula.org/papers/linuxforum2006/">slides</a> are available.
                   1648: <p>
                   1649:
1.457     wvdputte 1650: <li><strong><a name=Brussels2006></a>
                   1651: <a href="http://www.fosdem.org/2006/">FOSDEM Brussels 2006</a></strong>,
                   1652: Feb 25 - 26, 2006, Brussels, Belgium.<br>
1.738     tobias   1653: An OpenBSD/OpenSSH booth was present, run by the usual gang of suspects:
1.458     xsa      1654: Alexandre, Dimitar, Matthieu, Mbalmer, Nikolay, Otto, Reyk, Saad, Thierry, Uwe, Wim, and
1.457     wvdputte 1655: Xsa. Reyk gave a talk about Wifi with OpenBSD and there was our traditional
1.738     tobias   1656: BSD dinner. More details and
1.457     wvdputte 1657: <a href="http://saad.docisland.org/pictures/fosdem2006/index.html">pictures</a>
1.458     xsa      1658: on <a href="http://saad.docisland.org/blog/files/archive-12.html#unique-entry-id-40">Saad's blog</a>.
1.457     wvdputte 1659: <p>
                   1660:
                   1661: <li><strong><a name=Vegas2006></a>
                   1662: <a href="http://kd85.com/vegas2006.html">Merciful briefings 2006</a></strong>,
                   1663: Feb 15, 2006, Las Vegas, USA - Feb 17, 2006, San Diego, USA - Feb 18, 2006, Phoenix, USA.<br>
                   1664: While traveling the US, Wim met with a bunch of OpenBSD users in Las Vegas,
1.738     tobias   1665: San Diego and Phoenix. With many thanks to the members of PhxBUG - Phoenix BSD
1.457     wvdputte 1666: User Group, more specificly Darrin Chandler, for organising the little
                   1667: details and Jacob for road trip directions.
                   1668: <p>
1.455     grunk    1669:
1.456     henning  1670: <li><strong><a name=nanog36></a>
                   1671: <a href="http://www.nanog.org/">NANOG 36</a></strong>,
                   1672: Feb 12 - 15, 2006, Dallas, USA.<br>
                   1673: Henning Brauer and Bernhard Kroenung of DE-CIX talked about OpenBGPD and
                   1674: OpenBGPD at DE-CIX, <a href="http://bulabula.org/papers/nanog36/">slides</a>
                   1675: are available. Henning talked again at the tools BOF
                   1676: (<a href="http://bulabula.org/papers/nanog36-bof/">slides</a>).
                   1677: Both talks were very well received by the audience.
                   1678: Kenjiro Cho was there too, talking about IPv6 issues.
                   1679: <p>
                   1680:
1.455     grunk    1681: <li><strong><a name="Paris2006"></a>
1.734     tobias   1682: <a href="http://www.solutionslinux.fr/fr/index.php">Solutions Linux
                   1683: 2006</a></strong>,
1.455     grunk    1684: Jan 31 - Feb 2, 2006, Paris, France.<br>
                   1685: There was an OpenBSD booth run by Marc Espie, Miod Vallat, Saad Kadhi and
                   1686: Wim with help from Guillaume Arcas and Christophe Plasschaert.
                   1687: <p>
                   1688: </ul>
                   1689:
1.296     mcbride  1690: <h3>2005</h3>
1.240     espie    1691:
                   1692: <ul>
1.337     deraadt  1693:
1.445     martin   1694: <li><strong><a name=22c3></a>
                   1695: <a href="http://www.ccc.de/congress/2005/">22C3 Chaos Communication Congress in
                   1696: Berlin</a></strong>,
                   1697: December 27 - 30, 2005, Berlin, Germany.<br>
                   1698: Many OpenBSD developers and users met for a Xmas break in a unique setting.
                   1699: <p>
                   1700:
1.585     aanriot  1701: <li><strong><a name=plug051216></a>
1.734     tobias   1702: <a href="http://www.plugfr.org/">Provence Linux User Group</a></strong>,
1.586     aanriot  1703: December 16, 2005, Marseille, France.<br>
                   1704: Alexandre Anriot spoke about OpenSSH during a meeting of the PLUG.
1.585     aanriot  1705: <p>
                   1706:
1.435     matthieu 1707: <li><strong><a name=eurobsdcon2005></a>
                   1708: <a href="http://2005.eurobsdcon.org/">EuroBSDCon 2005</a></strong>,
                   1709: Nov 25 - 27, 2005, Basel, Switzerland.<br>
                   1710: The 4th edition of the european conference for BSD systems has been a
                   1711: great success. More than 225 people from 27 countries attended the
1.438     deraadt  1712: event.
1.444     grunk    1713: The program included a
                   1714: <a href="http://www.eurobsdcon.org/tutorials-reyk.php">tutorial by Reyk about
1.437     niallo   1715: OpenBSD-based Wireless Networks</a> and the following talks
                   1716: <ul>
1.438     deraadt  1717: <li>Henning Brauer with Wilhelm B&uuml;hler "Signal Handlers"
                   1718: <li>Ryan McBride "Network Stack Randomness"
1.439     matthieu 1719: <li><a href="papers/eurobsd2005/herrb-hopf.pdf">Matthieu Herrb and Matthias Hopf "New Evolutions in the X Window System"</a>
1.440     claudio  1720: <li><a href="papers/eurobsd2005/claudio/">Claudio Jeker "The Design and Implementation of OpenOSPFD"</a>
1.439     matthieu 1721: <li><a href="papers/eurobsd2005/niallo-uwe/">Niall O'Higgins &amp; Uwe Stuehler "Embedded OpenBSD"</a>
1.443     deraadt  1722: <li><a href="papers/eurobsd2005/tedu-rthreads.pdf">Ted Unangst "rthreads: A New Thread Implementation for OpenBSD"</a>
1.437     niallo   1723: </ul>
1.438     deraadt  1724: <p>
1.435     matthieu 1725: There was an OpenBSD and OpenSSH booth, run by
                   1726: <a href="mailto:wim@openbsd.org">Wim</a>.
                   1727: <p>
                   1728:
1.434     bernd    1729: <li><strong><a name=linuxworldexpogermany2005></a>
                   1730: <a href="http://www.linuxworldexpo.de/">Linux World Expo Germany</a></strong>,
                   1731: Nov 15 - 17, 2005, Frankfurt, Germany.<br>
                   1732: There was an OpenBSD and OpenSSH booth, run by
                   1733: <a href="mailto:wim@openbsd.org">Wim</a> and Bernd.
                   1734: <p>
                   1735:
1.441     niallo   1736: <li><strong><a name="pacsec05"></a>
                   1737: <a href="http://www.pacsec.jp/">PacSec/core 05 conference</a></strong>,
                   1738: Nov 15 - 16, 2005, Tokyo, Japan.<br>
                   1739: Sean Comeau presented a talk called
                   1740: <a href="http://www.openbsd-support.com/jp/en/htm/mgp/pacsec05/index.html">
                   1741: Open Source Secure Wireless Networks in a Windows World</a>
                   1742: <a href="http://www.pacsec.jp/core05/psj05-scomeau-en.pdf">[PDF]</a>.
                   1743: The solution he presents uses IPsec to protect traffic between the
                   1744: wireless clients and access points. Authentication is done using OpenSSH
                   1745: (authpf), a process made transparent and user-friendly by a few small
                   1746: scripts.
                   1747: <p>
                   1748:
1.424     mbalmer  1749: <li><strong><a name=opencon2005></a>
                   1750: <a href="http://www.opencon.org/">OpenCON 2005</a></strong>,
                   1751: Nov 4 - 6, 2005, San Servolo Island, Venice, Italy.<br>
1.427     deraadt  1752: The only unique conference entirely dedicated to OpenBSD, held in the totally
                   1753: crazy environment of San Servolo island: an old insane asylum turned into a
                   1754: university about 20 years ago, about 10 minutes boat ride from Venice.
1.429     deraadt  1755: In the days leading up to this, about 12 OpenBSD developers arrived early
1.427     deraadt  1756: for a Ports mini-hackathon.  During the conference a few developers gave
1.433     deraadt  1757: talks, including
                   1758: <ul>
                   1759: <li><a href="papers/ven05-pvalchev">Peter Valchev "OpenBSD Hackathon report"</a>
                   1760: <li><a href="papers/ven05-espie">Marc Espie "OpenBSD ports and packages"</a>
                   1761: <li><a href="papers/ven05-henning">Henning Brauer "OpenBSD networking update"</a>
                   1762: <li><a href="papers/ven05-niallo-uwe/slides.pdf">Uwe Stuehler, Niall O'Higgins "Porting OpenBSD"</a>
                   1763: <li><a href="papers/ven05-deraadt">Theo de Raadt "Exploit Mitigation Techniques (updated to include random malloc and mmap)"</a>
                   1764: </ul>
1.424     mbalmer  1765: <p>
                   1766:
                   1767: <li><strong><a name=systems2005></a>
1.738     tobias   1768: <a href="http://www.systems.de/">Systems</a></strong>,
1.727     wvdputte 1769: Oct 24 - 28, 2005, Munich, Germany.<br>
1.425     mbalmer  1770: There was an OpenBSD and OpenSSH booth, run by
1.424     mbalmer  1771: <a href="mailto:wim@openbsd.org">Wim</a>.
                   1772: <p>
                   1773:
1.418     djm      1774: <li><strong><a name=auug2005></a>
                   1775: <a href="http://www.auug.org.au/events/2005/auug2005/">AUUG 2005</a></strong>,
                   1776: October 16 - 21, 2005, Sydney, Australia.<br>
1.738     tobias   1777: Mark Uemura presented a tutorial on setting up CARP/PF, a demonstration of
                   1778: stateful failover with CARP and pfsync and a talk on wireless security in
1.418     djm      1779: a corporate environment using authpf and isakmpd.  Peter Hansteen gave a
                   1780: <a href="http://www.bgnett.no/~peter/pf/">Firewalling with PF</a> tutorial.
1.420     deraadt  1781: Damien Miller presented on the approach to
                   1782: <a href="papers/auug2005-portability">secure software portability used
1.948     bentley  1783: by portable OpenSSH</a>, Reyk Fl&ouml;ter gave a talk on the current state of wireless
1.418     djm      1784: support in OpenBSD and David Purdue introduced OpenBSD's spamd tarpit.
                   1785: Most of the Australian OpenBSD developers and many users were present.
                   1786: <p>
                   1787:
1.415     aanriot  1788: <li><strong><a name=aldil2005></a>
                   1789: <a href="http://www.aldil.org/">Les Journ&eacute;es Du Logiciel Libre
                   1790: 2005</a></strong>,
                   1791: Oct 14 - 15, 2005, Lyon, France.<br>
                   1792: There was OpenBSD and OpenSSH booth, run by Alexandre Anriot with the
                   1793: help of Thierry Thomas.
                   1794: <p>
                   1795:
1.420     deraadt  1796: <li><strong><a name=cafeconf2005></a>
                   1797: <a href="http://www.cafeconf.org/">CaFeConf 2005,
                   1798: 4tas Jornadas Abiertas de GNU/Linux y Software Libre</a></strong>,
1.734     tobias   1799: Oct 13 - 15, 2005, Buenos Aires, Argentina.<br>
1.420     deraadt  1800: CaFeConf 2005 is the anual event of CaFeLUG - Free Software Users
                   1801: Group of Capital Federal, Argentina. This year the event featured
                   1802: 116 presentations consisting of talks, tutorials, and workshops. The
                   1803: event was also broadcasted on the Internet. Entrance was free, but
                   1804: registration was mandatory.<br>
                   1805: Fernando Gont gave a talk on
1.444     grunk    1806: <a href="http://www.cafeconf.org/modules/myconference/viewspeech.php?sid=147&amp;cid=20">
1.420     deraadt  1807: ICMP attacks against TCP</a>,
                   1808: in which he gave an overview of the attacks, the possible
                   1809: counter-measures, and the politics of vulnerabilities, and a talk on
1.444     grunk    1810: <a href="http://www.cafeconf.org/modules/myconference/viewspeech.php?sid=173&amp;cid=20">
1.420     deraadt  1811: Fixing the vulnerability of the Path-MTU Discovery mechanism</a>,
                   1812: in which explained how OpenBSD fixed the vulnerability of the PMTUD
                   1813: mechanism.
                   1814: <p>
                   1815:
1.414     bernd    1816: <li><strong><a name=linuxkongress2005></a>
1.738     tobias   1817: <a href="http://www.linux-kongress.org/">12th International Linux System
1.414     bernd    1818: Technology Conference</a></strong>,
                   1819: Oct 11 - 14, 2005, University of Hamburg, Germany.<br>
                   1820: There was an OpenBSD and OpenSSH booth.
                   1821: <p>
                   1822:
                   1823: <li><strong><a name=linuxworlduk2005></a>
                   1824: <a href="http://www.linuxworldexpo.co.uk/">LinuxWorld Expo UK 2005</a></strong>,
                   1825: Oct 5 - 6, 2005, Olympia, London, UK.<br>
                   1826: There was an OpenBSD and OpenSSH booth.
                   1827: <p>
                   1828:
1.410     wvdputte 1829: <li><strong><a name=opensourcetag2005></a>
1.575     reyk     1830: <a href="http://www.opensourcetag.de/2005/">OpenSourceTag 2005</a></strong>,
1.410     wvdputte 1831: Sep 27, 2005, Hannover, Germany.<br>
1.444     grunk    1832: There was an OpenBSD and OpenSSH booth and Reyk gave a
1.575     reyk     1833: <a href="http://www.opensourcetag.de/2005/agenda/">talk</a> about IT security.
1.410     wvdputte 1834: <p>
                   1835:
                   1836: <li><strong><a name="gubuginstallfest2005"></a>
1.738     tobias   1837: <a href="http://gubug.org/meetings.php">Greater Utah BSD Group
1.410     wvdputte 1838: Installfest 2005</a></strong>,
1.885     jturner  1839: Sep 24, 2005, Sandy, UT, USA.<br>
1.444     grunk    1840: <a href="http://www.gubug.org/">The Greater Utah BSD User Group</a> organised
1.410     wvdputte 1841: their first annual BSD Installfest, sponsored by Utah ISP ArosNet.
                   1842: There were handouts, CD-ROMs, technical presentations, and
                   1843: fun, plus a chance to get OpenBSD or a related open source BSD operating system
                   1844: installed on your computer.
                   1845: Admission was free (computers not included in cost of admission).
1.419     djm      1846: Featured speakers included Dan Langille, organizer of BSDCan.
1.410     wvdputte 1847: <p>
                   1848:
1.404     wvdputte 1849: <li><strong><a name="NYCBSDCon2005"></a>
                   1850: <a href="http://nycbsdcon.org/">New York City BSD Conference 2005</a></strong>,
1.410     wvdputte 1851: Sep 17, 2005, NYC, USA.<br>
1.404     wvdputte 1852: NYCBSDCon was a one day technical conference hosted by the New York
                   1853: City *BSD User Group and was held at Columbia University.
1.406     saad     1854: The all day conference included a variety of speakers representing the
1.404     wvdputte 1855: BSD projects and the open source community.<br>
                   1856: NYCBSDCon was organized by NYC*BUG, a technical user group that formed in
                   1857: December 2003. Besides their regular monthly meetings at the Soho Apple
                   1858: Store, NYC*BUG has done fundraising for the BSD projects and contributed a
                   1859: number of useful online applications such as BSDTracker and dmesgd.<br>
                   1860: Additional sponsors included USENIX, New York Internet and SRA America.
                   1861: <p>
                   1862:
                   1863: <li><strong><a name=opensaar2005></a>
                   1864: <a href="http://www.opensaar.de/">OpenSaar 2005</a></strong>,
                   1865: Sep 13 - 14, 2005, Saarbr&uuml;cken, Germany.<br>
1.727     wvdputte 1866: An OpenBSD and OpenSSH booth was present.
1.404     wvdputte 1867: <p>
                   1868:
1.403     henning  1869: <li><strong><a name=decix160905></a> <a
                   1870: href="http://www.de-cix.org/">DE-CIX Technical Meeting</a></strong>,
1.410     wvdputte 1871: Sep 16, 2005, Schloss Kransberg, near Usingen, Germany.<br>
1.403     henning  1872: Henning Brauer, Reyk Fl&ouml;ter and Maxim Salomon had been invited to the
                   1873: technical meeting of the Deutsche Commercial Internet Exchange (DE-CIX) again.
                   1874: Henning gave an update on OpenBGPD, Reyk talked about a route server project
                   1875: using OpenBGPD at DE-CIX, and Maxim explained why the CCC sponsors us doing so.
                   1876: There was a very positive discussion afterwards.
                   1877: <a href="http://unduli.bsws.de/papers/decix2005-2/">Slides</a> are available.
                   1878: <p>
                   1879:
1.388     tom      1880: <li><strong><a name="ukuug2005"></a>
                   1881: <a href="http://www.ukuug.org/events/linux2005/">UKUUG Linux Technical
                   1882: Conference 2005</a></strong>,
1.727     wvdputte 1883: Aug 4 - 7, 2005, University of Wales, Swansea, UK.<br>
1.388     tom      1884: Tom Cosgrove gave Theo's presentation about Exploit Mitigation Techniques.
                   1885: <p>
                   1886:
1.385     mickey   1887: <li><strong><a name=wth2005></a>
1.390     deraadt  1888: <a href="http://www.whatthehack.org/">What the Hack 2005</a></strong>,
1.410     wvdputte 1889: Jul 28 - 31, 2005, Den Bosch, The Netherlands.<br>
1.385     mickey   1890: As every 4 years, Wim organized the
                   1891: <a href="http://eurobsd.org/2005-WhatTheHack/">BSD village</a> at this huge
1.389     tom      1892: open air event. There were some talks, Reyk spoke about
                   1893: <a href="http://program.whatthehack.org/event/6.en.html">WLAN in OpenBSD</a>,
1.385     mickey   1894: and an excellent
                   1895: <a href="ftp://ftp.nyc.openbsd.org/pub/news/wth-radio-humppa.mp3">Humppa show</a> (35MB MP3) was performed on the SubEther radio.
                   1896: If you want to see what happened previously, check
                   1897: <a href="http://eurobsd.org/hal2001/">http://eurobsd.org/hal2001/</a>
                   1898: and <a href="http://www.eurobsd.org/SummerCamp2003/">http://www.eurobsd.org/SummerCamp2003/</a>.
                   1899: <p>
                   1900:
1.382     pedro    1901: <li><strong><a name=coimbra2005></a>
1.474     pedro    1902: <a href="http://www.openbsd-pt.com/eventos/coimbra05/">Portuguese OpenBSD Usergroup Meeting</a></strong>,
1.410     wvdputte 1903: Jul 23 - 24, 2005, Coimbra, Portugal.<br>
1.538     pedro    1904: 5th Meeting of the Portuguese OpenBSD Usergroup. Pedro Martelletto gave a talk.
1.382     pedro    1905: <p>
                   1906:
1.378     aanriot  1907: <li><strong><a name="lsm2005"></a>
                   1908: <a href="http://2005.rencontresmondiales.org/sections/index_html/switchLanguage/en">Libre Software Meeting 2005</a></strong>,
1.410     wvdputte 1909: Jul 5 - 9, 2005, Dijon, France.<br>
1.379     aanriot  1910: There was an OpenBSD and OpenSSH booth, run by Wim and the usual
                   1911: suspects, with the help of Serge Basterot. It was a nice place to meet
                   1912: some of our French, German and Swiss developers, including Marc Balmer,
                   1913: Alexandre Anriot, Matthieu Herrb and Reyk Floeter.
1.378     aanriot  1914: <p>
                   1915:
1.375     grunk    1916: <li><strong><a name=LinuxTag2005></a>
                   1917: <a href="http://www.linuxtag.org">LinuxTag 2005</a></strong>,
1.410     wvdputte 1918: Jun 22 - 25, 2005, Karlsruhe, Germany.<br>
1.738     tobias   1919: There was an OpenBSD and OpenSSH booth ran by Wim, Christian Weisgerber,
1.375     grunk    1920: Marc Balmer, Wilhelm Buehler, Robert Nagy, Bernd Ahlers and Phil Schulz.
                   1921: <p>
                   1922:
1.374     grunk    1923: <li><strong><a name="uofa-cc2005"></a>
                   1924: <a href="http://www.ualberta.ca/CC2005"> University of Alberta, Campus
1.410     wvdputte 1925: Computing 2005</a></strong>, Jun 21, 2005, Edmonton, Canada.<br>
1.374     grunk    1926: Ryan McBride spoke about OpenBSD's packet filter, PF, with CARP and
                   1927: failover examples. Local color and examples at the U of A shown by Bob
                   1928: Beck. Bob Beck spoke about PF and Spamd, as well as several other
                   1929: OpenBSD using and related talks at this event, which primarily focuses
                   1930: on activities centered at the University of Alberta.
                   1931: <p>
                   1932:
1.371     deraadt  1933: <li><strong><a name=uemera2005></a>
                   1934: <a href="http://www.tokyopc.net">Tokyo PC Users Group</a></strong>,
1.410     wvdputte 1935: Jun 2, 2005, Tokyo Union Church in Omotesando, Tokyo, Japan.<br>
1.371     deraadt  1936: Mark T. Uemura spoke to Japan's largest English speaking
                   1937: personal computer club.  The talk was entitled
                   1938: <a href="http://www.openbsd-support.com/jp/en/htm/mgp/index.shtml">
                   1939: "Open Source in a Windows World"</a>.
                   1940: He demonstrated how companies can easily
                   1941: integrate Open Source, with an emphasis on OpenBSD, into their IT
                   1942: infrastructure to enhance security, scalability and stability,
                   1943: significantly reduce IT expenditures, free up computing infrastructure
                   1944: and move away from commercial lock-in.  This talk is based on changes
                   1945: implemented at PricewaterhouseCoopers in Japan.
                   1946: <p>
                   1947:
1.366     martin   1948: <li><strong><a name=LinuxwochenVienna2005></a>
                   1949: <a href="http://www.linuxwochen.at/">Linuxwochen Vienna 2005</a></strong>,
                   1950: May 24 - 27, 2005, Vienna, Austria.<br>
                   1951: The Linuxwochen 2005 tour stopped in the MuseumsQuartier, Vienna.
                   1952: Wim Vandeputte and Reinhard Sammer were running an OpenBSD booth selling
                   1953: CDs and shirts.
                   1954: <p>
                   1955:
1.365     mcbride  1956: <li><strong><a name=cuug2005></a>
                   1957: <a href="http://www.cuug.ab.ca/">Calgary Unix Users Group</a></strong>,
                   1958: May 24, 2005, Calgary, Canada.<br>
                   1959: Ryan McBride spoke about OpenBSD's packet filter, PF.
                   1960: A broad overview of PF's features were presented, with special attention
                   1961: paid to newer and more unique features and how these can be used together
                   1962: effectively for DoS mitigation, high availability, and load balancing.
                   1963: <br>
                   1964: Approximately 60 OpenBSD developers attended to heckle and participate
                   1965: in a free-for-all question period after the talk.
                   1966: <p>
                   1967:
1.362     reyk     1968: <li><strong><a name=bsdcan2005></a>
                   1969: <a href="http://www.bsdcan.org/2005/">BSDCan 2005</a></strong>,
                   1970: May 13 - 14, 2005, Ottawa, Canada.<br>
                   1971: A number of OpenBSD developers presented: Bob Beck on
                   1972: Spam Reduction with PF and Spamd, Henning Brauer on OpenBGPD,
                   1973: Ryan McBride on Network Stack Randomness and Reyk Fl&ouml;ter
                   1974: on WLAN in OpenBSD and the free ath(4) HAL. The
                   1975: <a href="papers/bsdcan05-spamd/">Spamd</a> and
                   1976: <a href="papers/bsdcan05-wlan/">WLAN</a> slides are available.
                   1977: Mathieu Sauve-Frankel has been there in attendance as well.
                   1978: <p>
                   1979:
1.358     mcbride  1980: <li><strong><a name=csw2005></a>
                   1981: <a href="http://www.cansecwest.com/">cansecwest/core05</a></strong>,
1.734     tobias   1982: May 4 - 6, 2005, Vancouver, Canada.<br>
1.358     mcbride  1983: Hiroaki Etoh spoke about propolice; Theo de Raadt and a number of other
                   1984: developers were there to sell CDs and make a nuisance of themselves.
                   1985: <p>
                   1986:
1.357     henning  1987: <li><strong><a name=ripe50></a>
                   1988: <a href="http://www.ripe.net/ripe/meetings/ripe-50/">RIPE 50</a></strong>,
1.734     tobias   1989: May 2 - 6, 2005, Stockholm, Sweden.<br>
1.357     henning  1990: RIPE NCC invited Henning to talk about OpenBGPD.
                   1991: There were over 350 attendees to the conference, and most of them attended
                   1992: henning's talk, which got very very positive feedback.
                   1993: <p>
                   1994:
1.384     tom      1995: <li><strong><a name=libreast2005></a>
1.356     espie    1996: <a href="http://idile.org/libreast/">Libr'east 2005</a></strong>,
1.948     bentley  1997: Apr 22 - 24, Marne La Vall&eacute;e, near Paris, France.<br>
1.356     espie    1998: There was an OpenBSD booth (Wim + Miod + Marc)
                   1999: Marc Espie did talk about recent OpenBSD advances, and his ports and
                   2000: packages work in front of about 30 people.
                   2001: <p>
                   2002:
1.353     henning  2003: <li><strong><a name=decix150405></a> <a
                   2004: href="http://www.de-cix.org/">DE-CIX Technical Meeting</a></strong>,
1.410     wvdputte 2005: Apr 15, 2005, near Usingen, Germany.<br>
1.353     henning  2006: Henning Brauer and Reyk Fl&ouml;ter had been invited to the technical
                   2007: meeting of the Deutsche Commercial Internet Exchange (DE-CIX). Henning
                   2008: presented his talk on OpenBGPD, about 60 people, mostly operators from
                   2009: the big ISPs peering at DECIX, were in attendance.
1.354     reyk     2010: Reyk, Maxim Salomon and Tim Kornau spoke on Wireless Network Security.
1.353     henning  2011: <p>
                   2012:
1.352     henning  2013: <li><strong><a name=nuug140405></a>
                   2014: <a href="http://www.nuug.no/aktiviteter/20050414-pf-brannmur/">Firewalling with PF at NUUG</a></strong>,
1.410     wvdputte 2015: Apr 14, 2005, Oslo, Norway.<br>
1.352     henning  2016: Peter N. M. Hansteen gave a firewalling with PF talk - which hopefully
                   2017: gave you some ideas about how to control your network traffic the
                   2018: way you want - keeping some things outside your network, directing
                   2019: traffic to specified hosts or services, and of course, giving spammers
                   2020: a hard time. The talk was in Norwegian, with <a
                   2021: href="http://www.bgnett.no/~peter/pf/no/foils/">foils</a> and <a
                   2022: href="http://www.bgnett.no/~peter/pf/no/">manuscript</a> (English <a
                   2023: href="http://www.bgnett.no/~peter/pf/en/foils/">foils</a> and <a
                   2024: href="http://www.bgnett.no/~peter/pf/en/">manuscript</a> too)
                   2025: available if you couldn't make it there.
                   2026: <p>
                   2027:
1.589     aanriot  2028:
                   2029: <li><strong><a name=fhwedel130405></a>
                   2030: <a href="http://www.fh-wedel.de/">FH Wedel invited talk</a></strong>,
                   2031: Apr 13, 2005, 17:00, H&ouml;rsaal 5, FH Wedel, Hamburg, Germany.<br>
                   2032: Henning Brauer spoke on OpenBGPD. More than 40 people were in attendance.
                   2033: <p>
                   2034:
1.350     marius   2035: <li><strong><a name=usenix2005></a>
                   2036: <a href="http://www.usenix.org/events/usenix05/">Usenix Annual
1.410     wvdputte 2037: Technical Conference</a></strong>, Apr 10-15, 2005, Anaheim,
1.350     marius   2038: California, USA.<br> Marius Eriksen gave the OpenBSD update at the BSD
                   2039: super BoF.  The update was well received and people were quite
                   2040: sympathetic towards the ongoing efforts of the OpenBSD project to
                   2041: ensure the free redistribution rights for firmware.  People were also
                   2042: excited about the new Open* tools (OpenBGPD, OpenNTPD, OpenCVS) and it
1.351     marius   2043: would not be surprising to see more of these imported into other BSDs.
1.350     marius   2044: <p>
                   2045:
1.585     aanriot  2046: <li><strong><a name=plug050408></a>
1.734     tobias   2047: <a href="http://www.plugfr.org/">Provence Linux User Group</a></strong>,
1.586     aanriot  2048: April 8, 2005, Marseille, France.<br>
1.585     aanriot  2049: Alexandre Anriot spoke about OpenBSD and some associated projects
1.586     aanriot  2050: (OpenBGPD etc.) during a meeting of the PLUG.
1.585     aanriot  2051: The <a href="papers/plug080405">slides</a> (in French) are available.
1.344     martin   2052: <p>
                   2053:
1.337     deraadt  2054: <li><strong><a name=bcs2005></a>
                   2055: <a href="http://www.bellua.com/bcs2005/asia05.index.html">Bellua Cyber Security Asia 2005</a></strong>,
1.734     tobias   2056: Mar 21 - 24, 2005, Jakarta, Indonesia.<br>
1.337     deraadt  2057: Ryan McBride presented an overview of PF which
                   2058: discussed how its advanced features work together in some important
1.338     deraadt  2059: applications and compared PF with the other major commercial and open
1.337     deraadt  2060: source firewalls.
                   2061: <p>
                   2062:
1.317     henning  2063: <li><strong><a name=nui_maynooth2005></a>
                   2064: <a href="http://www.minds.nuim.ie/events">NUI Maynooth lectures</a></strong>,
                   2065: Mar 4, 2005, Department of Computer Science, NUI Maynooth, Dublin, Ireland.<br>
1.318     henning  2066: Ryan McBride presented talks about PF and about
1.326     mcbride  2067: <a href="papers/dublin05-nr">randomization in the OpenBSD network layer.</a><br>
1.318     henning  2068: Theo and Henning were in attendance because someone had to heckle.
1.317     henning  2069: <p>
                   2070:
1.312     deraadt  2071: <li><strong><a name=trinity2005></a>
                   2072: <a href="http://www.netsoc.tcd.ie/events/0405/openbsd.php">Trinity lecture</a></strong>,
                   2073: Mar 3, 2005, Trinity College, Dublin, Ireland.<br>
1.320     deraadt  2074: Theo de Raadt presented his talk about
                   2075: <a href="papers/auug04">Exploit Mitigation Techniques</a>.
1.312     deraadt  2076: <p>
                   2077:
1.319     saad     2078: <li><strong><a name=ShefLUG2005></a>
                   2079: <a href="http://www.sheflug.co.uk/seminar/tiki-index.php?page=Sheffield%20Open%20Source%20Seminar">ShefLUG2005</a></strong>,
                   2080: Mar 2, 2005, Sheffield, UK.<br>
                   2081: Jacek Artymiak gave a talk about installing OpenBSD on Soekris hardware.
                   2082: <p>
                   2083:
1.310     mickey   2084: <li><strong><a name=NYCBUG2005-03></a>
1.375     grunk    2085: <a href="http://nycbug.org/index.php?NAV=Home&amp;SUBM=83">NYCBUG Monthly meeting</a></strong>,
1.310     mickey   2086: Mar 2, 2005, NYC, USA.<br>
1.322     deraadt  2087: Mickey gave a talk
1.325     mickey   2088: (<a href="papers/nyc2005">slides</a> and
1.564     jason    2089: <a href="http://www.fetissov.org/public/nycbug/nycbug-03-02-05.mp3">10.5MB audio</a>)
1.321     mickey   2090: about <a href="hppa.html">porting OpenBSD</a>
1.313     martin   2091: to the <a href="http://www.openpa.net">HP PA-RISC</a> platform.
1.310     mickey   2092: <p>
1.312     deraadt  2093:
1.308     deraadt  2094: <li><strong><a name=Netsoc2005></a>
                   2095: <a href="http://netsoc.ucd.ie/events/openbsd/">Netsoc lectures</a></strong>,
                   2096: Mar 2, 2005, UCD, Dublin, Ireland.<br>
                   2097: Theo de Raadt, Henning Brauer, and Ryan McBride gave a series of
1.320     deraadt  2098: talks. Topics included
                   2099: <a href="papers/auug04">exploit mitigation techniques</a>,
1.326     mcbride  2100: <a href="papers/dublin05-nr">introducing network randomness to increase security</a>,
                   2101: OpenBGPD, and pf.
                   2102: Almost 200 people came to this event.
1.308     deraadt  2103: <p>
                   2104:
1.304     saad     2105: <li><strong><a name=Brussels2005></a>
                   2106: <a href="http://www.fosdem.org/2005/">FOSDEM Brussels 2005</a></strong>,
                   2107: Feb 26 - 27, 2005, Brussels, Belgium.<br>
                   2108: An OpenBSD/OpenSSH booth was present, ran by the usual gang of suspects.
                   2109: Support for <a href="mailto:wim@kd85.com">Wim Vandeputte</a> this time were
1.307     otto     2110: (among many others), Saad Kadhi, Henning Brauer, Thierry Deval, Otto Moerbeek,
1.304     saad     2111: Xavier Santolaria, Martin Reindl, Reyk Fl&ouml;ter, Hans-J&ouml;rg
1.360     db       2112: H&ouml;xer, Nikolay Sturm, Marc Balmer, Claudio Jeker, Joris Vink,
                   2113: Olivier Cherrier, David Berghoff,
1.316     mbalmer  2114: Alexander von Gernler, Uwe Stuehler, and Felix Kronlage from OpenDarwin.<br>
1.304     saad     2115: There was a separate OpenBSD track, featuring Henning Brauer (about
                   2116: signal handlers and OpenNTPD), Reyk Fl&ouml;ter (about wireless cards in
                   2117: OpenBSD), and the author of the OpenBSD PF book, Jacek Artymiak (about
1.375     grunk    2118: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf">pf(4)</a>, of course).<br>
1.304     saad     2119: At the conference's Free Software Foundation Event, Theo de Raadt was
                   2120: awarded the Free Software Award 2004 for his efforts to make Firmware for
                   2121: wireless hardware and other devices freely available.
                   2122: <p>
1.301     saad     2123: <li><strong><a name=UKUUG05></a>
                   2124: <a href="http://www.ukuug.org/events/winter2005/">UKUUG LISA/Winter Conference</a></strong>,
                   2125: Feb 24 - 25, 2005, Birmingham, UK.<br>
                   2126: Henning Brauer spoke on OpenBGPD, OpenNTPD and Signal Handlers.
                   2127: <p>
                   2128: <li><strong><a name=FFG2005></a>
                   2129: <a href="http://www.guug.de/veranstaltungen/ffg2005/">GUUG FFG 2005</a></strong>,
                   2130: Feb 22 - 25, 2005, Munich, Germany.<br>
                   2131: Reyk Fl&ouml;ter talked about the latest wireless support in
                   2132: OpenBSD at the annual spring meeting of the <a href="http://www.guug.de/">German Unix User Group</a>.
                   2133: <p>
1.293     saad     2134: <li><strong><a name=Paris2005></a>
                   2135: <a href="http://www.solutionslinux.fr/fr/index.php">Solutions Linux 2005</a></strong>,
                   2136: Feb 1 - 3, 2005, Paris, France.<br>
                   2137: An OpenBSD booth as well as an OpenSSH booth were present. These booths
                   2138: were run by Marc Espie, Miod Vallat, Saad Kadhi and Wim with help from
                   2139: Guillaume Arcas and Christophe Plasschaert, two members of the OpenBSD
1.294     saad     2140: french translation team.<br>
                   2141: Marc Espie and Saad Kadhi gave a talk about the OpenBSD project with a
                   2142: special focus on the ports collection and Packet Filter. The <a
                   2143: href="papers/sl2005/index.html">slides</a> (in French) are
                   2144: available.<br>
                   2145: During the event, several demonstrations of <a
1.293     saad     2146: href="http://soekris.kd85.com/">Soekris</a> machines running OpenBSD
                   2147: were given by Saad Kadhi and Wim.
                   2148: <p>
1.296     mcbride  2149: </ul>
1.293     saad     2150:
1.296     mcbride  2151: <h3>2004</h3>
                   2152:
                   2153: <ul>
1.287     henning  2154: <li><strong><a name=21C3></a>
                   2155: <a href="http://www.ccc.de/congress/2004/">21C3 - Chaos Communication Congress</a></strong>,
1.727     wvdputte 2156: Dec 27 - 29, 2004, Berlin, Germany.<br>
1.287     henning  2157: &quot;The Usual Suspects&quot; were there and ran the BSD corner, including
                   2158: <a href="mailto:wim@kd85.com">Wim</a>,
                   2159: Henning Brauer, Marc Balmer, Martin Reindl, Moritz Jodeit, Felix Kronlage,
1.315     nick     2160: Uwe Stuehler, Konrad Foerstner, Bernd Ahlers, and Alexander von Gernler.<br>
1.287     henning  2161: Henning gave a talk about OpenBGPD and OpenNTPD
                   2162: (<a href="http://bulabula.org/papers/21c3/">slides</a>).<br>
                   2163: The WiFi backbone ran on OpenBSD powered
                   2164: <a href="http://soekris.kd85.com">Soekris</a> machines as access points,
                   2165: work done by Reyk Fl&ouml;ter, Tim Kornau and others.
                   2166: This installation was a very successful test of the new
1.290     henning  2167: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath">ath(4)</a>
1.287     henning  2168: driver.
                   2169: <p>
1.248     deraadt  2170:
1.286     kevlo    2171: <li><strong><a name=icos2004></a>
1.417     kevlo    2172: <a href="http://2004.icos.org.tw/">ICOS 2004</a></strong>,
1.286     kevlo    2173: Dec 18 - 19, 2004, Taipei, Taiwan.<br>
                   2174: Kevin Lo gave a presentation.
                   2175: <p>
                   2176:
1.285     deraadt  2177: <li><strong><a name=syscan2004></a>
                   2178: <a href="http://www.syscan.org/">SyScAN 2004</a></strong>,
1.727     wvdputte 2179: Dec 16 - 17, 2004, Singapore, Singapore.<br>
1.285     deraadt  2180: Theo de Raadt presented his talk about
                   2181: <a href="papers/auug04">Exploit Mitigation Techniques</a>.
                   2182: <p>
                   2183:
1.283     saad     2184: <li><strong><a name=sur200412></a>
                   2185: <a href="http://www.ossir.org/sur/calendrier/index.shtml">SUR Group Meeting, December 2004</a></strong>,
                   2186: Dec 14, 2004, Paris, France.<br>
                   2187: Saad Kadhi gave a talk about OpenBSD and security during the monthly
                   2188: meeting of the
1.948     bentley  2189: <a href="http://www.ossir.org/sur/index.shtml">SUR</a> Group (S&eacute;curit&eacute;
                   2190: Unix et R&eacute;seaux), a french user group focusing on security and Unix. The
1.284     xsa      2191: <a href="papers/surgroup200412/index.html">slides</a> (in French) are available.
1.283     saad     2192: <p>
                   2193:
1.282     henning  2194: <li><strong><a name=opencon2004></a>
                   2195: <a href="http://www.opencon.org/">OpenCon 2004</a></strong>,
                   2196: Dec 10 - 12, 2004, Venice, Italy.<br>
                   2197: OpenBSD meeting in Northern Italy. Henning gave 3 talks in
                   2198: two days, on bgpd
                   2199: (<a href="http://bulabula.org/papers/opencon04/bgpd/">slides</a>),
                   2200: ntpd
                   2201: (<a href="http://bulabula.org/papers/opencon04/ntpd/">slides</a>)
                   2202: and signal handlers
                   2203: (<a href="papers/opencon04/">slides</a>).
                   2204: Wim ran a booth, and Marc Balmer was there as well.
                   2205: <p>
                   2206:
1.275     deraadt  2207: <li><strong><a name=UofA></a>
                   2208: <a href="http://www.ualberta.ca/">U of A Seminar</a></strong>,
                   2209: Nov 17 - 18, 2004, Edmonton Alberta.<br>
                   2210: Theo de Raadt presented a talk at an open seminar at the
                   2211: <a href="http://www.ualberta.ca/">University of Alberta</a>, in
                   2212: Room B-02 of the
                   2213: <a href="http://www.campusmap.ualberta.ca/map_bldg.cfm?bldg_id=42">
                   2214: Computing Sciences Center</a>.
                   2215: Talk went from 2 PM to nearly 5PM with more than 100 people attending
                   2216: from the University and industry, followed by beer nearby.
                   2217: The talk was also given the following day at the
                   2218: <a href="http://www.cips.ca/">CIPS Security SIG</a> luncheon.
                   2219: <p>
                   2220:
1.271     henning  2221: <li><strong><a name=EuroBSDCon2004></a>
                   2222: <a href="http://2004.eurobsdcon.org/">EuroBSD Con</a></strong>,
                   2223: Oct 29 - 31, 2004, Karlsruhe, Germany.<br>
1.272     henning  2224: There was an OpenBSD and OpenSSH booth, run by
                   2225: <a href="mailto:wim@openbsd.org">Wim</a>.
1.271     henning  2226: Henning gave a talk
1.375     grunk    2227: about <a href="http://2004.eurobsdcon.org/talks.html?&amp;tx_ptspeechupload_pi1[showUid]=44&amp;cHash=ec015b0552">bgpd</a>,
1.272     henning  2228: <a href="http://bulabula.org/papers/euroBSDCon2004/">slides</a> are available.
1.271     henning  2229: <p>
                   2230:
                   2231: <li><strong><a name=LinuxWorldExpoGermany2004></a>
                   2232: <a href="http://www.linuxworldexpo.de/">Linux World Expo</a></strong>,
                   2233: Oct 26 - 28, 2004, Frankfurt, Germany.<br>
1.272     henning  2234: There was an OpenBSD and OpenSSH booth, run by
                   2235: <a href="mailto:wim@openbsd.org">Wim</a>.
1.271     henning  2236: <p>
                   2237:
1.276     deraadt  2238: <li><strong><a name=cuug2004></a>
1.270     deraadt  2239: <a href="http://www.cuug.ab.ca/">Calgary Unix Users's Group</a></strong>,
                   2240: Oct 26, 2004, Calgary, Canada.<br>
                   2241: Theo presented the talk that he has recently given in Australia and
                   2242: Malaysia to the "Home Crowd".
                   2243: <p>
                   2244:
                   2245: <li><strong><a name=aldil2004></a>
1.753     wvdputte 2246: <a href="http://www.aldil.org/">Les Journ&eacute;es Du Logiciel Libre 2004</a></strong>,
1.269     krw      2247: Oct 22 - 23, 2004, Lyon, France.<br>
1.381     aanriot  2248: There was OpenBSD and OpenSSH booth, run by Miod Vallat with the help of
1.415     aanriot  2249: Alexandre Anriot and Thierry Thomas.
1.269     krw      2250: <p>
                   2251:
                   2252: <li><strong><a name=systems2004></a>
1.738     tobias   2253: <a href="http://www.systems.de/">Systems</a></strong>,
1.727     wvdputte 2254: Oct 18 - 22, 2004, Munich, Germany.<br>
1.269     krw      2255: There was an OpenBSD and OpenSSH booth, run by
                   2256: <a href="mailto:wim@openbsd.org">Wim</a>.
                   2257: <p>
                   2258:
1.268     krw      2259: <li><strong><a name=linuxexpo2004oct></a>
1.738     tobias   2260: <a href="http://www.linuxexpo.org.uk/">Linux Expo</a></strong>,
1.268     krw      2261: Oct 6 - 7, 2004, London, UK.<br>
                   2262: There was an OpenBSD and OpenSSH booth, run by
                   2263: <a href="mailto:wim@openbsd.org">Wim</a>.
                   2264: <p>
                   2265:
1.375     grunk    2266: <li><strong><a name=hitb2004></a>
1.268     krw      2267: <a href="http://conference.hackinthebox.org">Hack in the Box Security Conference 2004</a></strong>,
                   2268: Oct 4 - 7, 2004, Kuala Lumpur, Malaysia.<br>
                   2269: Theo de Raadt presented an updated version of his
                   2270: "Exploit Mitigation Techniques" talk.
                   2271: <p>
                   2272:
                   2273: <li><strong><a name=SANE2004></a>
                   2274: <a href="http://www.nluug.nl/events/sane2004/bazaar.html">SANE 2004</a></strong>
1.410     wvdputte 2275: , Sep 29, 2004, Amsterdam, Netherlands.<br>
1.268     krw      2276: There was an OpenBSD and OpenSSH booth, run by
                   2277: <a href="mailto:wim@openbsd.org">Wim</a>.
                   2278: <p>
                   2279:
1.265     wvdputte 2280: <li><strong><a name=LinuxKongress2004></a>
                   2281: <a href="http://www.linux-kongress.org/2004">Linux Kongress 2004</a></strong>,
1.410     wvdputte 2282: Sep 7 - 10, 2004, Erlangen, Germany.<br>
1.265     wvdputte 2283: From their website: "Linux-Kongress is still the premier event for European
                   2284: developers and one of the most important in the world. Each year hundreds of
                   2285: hard core Linux enthusiasts from all over the world gather for this important
                   2286: event."
                   2287: <br>
                   2288: Although this was a Linux developers' conference, we were able to
                   2289: install a regular OpenBSD booth there, as known from other events.
                   2290: It was run by <a href="mailto:wim@openbsd.org">Wim Vandeputte</a>,
                   2291: <a href="mailto:grunk@pestilenz.org">Alexander von Gernler</a> and other
                   2292: geeks from the Erlangen-Nuremberg area.
                   2293: <br>
                   2294: There also was a BSD dinner at Friday evening.
                   2295: <p>
                   2296:
1.262     henning  2297: <li><strong><a name=Sucon2004></a>
                   2298: <a href="http://www.suug.ch/sucon/04/">SUCON 2004</a></strong>,
1.410     wvdputte 2299: Sep 2 - 4, 2004, Zurich, Switzerland.<br>
1.262     henning  2300: There was an OpenBSD and OpenSSH booth. Very nice conference.
                   2301: Henning's slides from his talks about
                   2302: <a href="http://bulabula.org/papers/sucon04/bgpd">bgpd</a> and
                   2303: <a href="http://bulabula.org/papers/sucon04/ntpd">ntpd</a>
                   2304: are available.
                   2305: <p>
                   2306:
1.261     deraadt  2307: <li><strong><a name=auug2004></a>
1.738     tobias   2308: <a href="http://www.auug.org.au/events/2004/auug2004/">AUUG 2004</a></strong>,
1.261     deraadt  2309: Aug 29 - Sep 3, 2004, Melbourne, Australia.<br>
                   2310: Theo de Raadt presented a half-day tutorial on privilege seperation and a
                   2311: newly extended version of the
                   2312: <a href="papers/auug04">Exploit Mitigation Techniques</a> talk.<br>
                   2313: For more information, see this
                   2314: <a href="http://www.computerworld.com.au/index.php/id;517187222;fp;16;fpid;0">
                   2315: ComputerWorld article</a>.
                   2316: <p>
                   2317:
                   2318:
1.680     aanriot  2319: <li><strong><a name=lsm2004></a>
1.257     saad     2320: <a href="http://lsm.abul.org">Libre Software Meeting</a></strong>,
1.410     wvdputte 2321: Jul 6 - 10, 2004, Bordeaux, France.<br>
1.257     saad     2322: There was an OpenBSD and OpenSSH booth, run by
                   2323: <a href="mailto:wim@openbsd.org">Wim Vandeputte</a>.
                   2324: <p>
                   2325:
                   2326: <li><strong><a name=LinuxTag2004></a>
1.738     tobias   2327: <a href="http://www.linuxtag.org">LinuxTag 2004</a></strong>,
1.410     wvdputte 2328: Jun 23 - 26, 2004, Karlsruhe, Germany.<br>
1.257     saad     2329: There was an OpenBSD and OpenSSH booth, run by
                   2330: <a href="mailto:wim@openbsd.org">Wim Vandeputte</a>.
                   2331: <p>
                   2332:
1.254     xsa      2333: <li><strong><a name=LinuxwochenVienna2004></a>
1.255     xsa      2334: <a href="http://www.linuxwochen.at/">Linuxwochen Vienna 2004</a></strong>,
1.254     xsa      2335: May 26 - 29, 2004, Vienna, Austria.<br>
                   2336: The Linuxwochen 2004 tour stopped in the MuseumsQuartier, Vienna.
                   2337: Wim Vandeputte and Reinhard Sammer ran the OpenBSD booth. Michael Bauer
                   2338: and Teemu Schaabl from the <a href="http://www.cngw.org/">CNGW</a> gave
                   2339: a basic talk about pf.
                   2340: <p>
                   2341:
1.248     deraadt  2342: <li><strong><a name=BSDCan2004></a>
1.303     mcbride  2343: <a href="http://www.bsdcan.org/2004/">BSDCan 2004</a></strong>,
1.248     deraadt  2344: May 13 - 16, 2004, Ottawa, Canada.<br>
                   2345: BSDCan was held at the University of Ottawa.  Ryan McBride gave a talk
1.302     mcbride  2346: <a href="http://www.openbsd.org/papers/bsdcan04-pf/index.html">about newer features in pf</a>,
                   2347: focusing on the redundancy provided by CARP and pfsync.
                   2348: Theo de Raadt presented a revised version of his talk on
1.248     deraadt  2349: <a href="papers/bsdcan04">Exploit Mitigation Techniques</a>.
                   2350: <p>
                   2351:
1.247     canacar  2352: <li><strong><a name="LOSFAnkara2004"></a>
                   2353: <a href="http://senlik.linux.org.tr">3rd Linux and Open Source Festival</a></strong>,
                   2354: May 13 - 16, 2004, Ankara, Turkey.<br>
                   2355: Can E. Acar and Berk D. Demir talked about the OpenBSD Project. The
                   2356: philosophy, project goals, system features and recent proactive
                   2357: security features were introduced. CARP, patents, recent Apache &amp;
                   2358: XFree86 licensing issues and effects of NDAs in open source
                   2359: projects were discussed.<br>
                   2360: You can view the
1.720     canacar  2361: <a href="http://purl.org/net/bddemir/talk/2004/LOYS-OpenBSD-cea-bdd.pdf">
1.247     canacar  2362: slides in PDF format</a> the
1.720     canacar  2363: <a href="http://purl.org/net/bddemir/talk/2004/LOYS-OpenBSD-cea-bdd.tex">
1.247     canacar  2364: LaTeX source</a> is also available (they are
                   2365: <a href="http://www.eee.metu.edu.tr/~canacar/slides/">mirrored</a>, as well).
                   2366: <p>
                   2367:
1.242     henning  2368: <li><strong><a name=Brussels2004></a>
                   2369: <a href="http://www.fosdem.org/">FOSDEM Brussels 2004</a></strong>,
                   2370: Feb 21 - 22, 2004, Brussels, Belgium.<br>
1.243     henning  2371: An OpenBSD/OpenSSH booth was present, run by Wim Vandeputte.
                   2372: Several developers (including Henning Brauer, Xavier Santolaria, Thierry Deval,
                   2373: Philipp B&uuml;hler, Otto Moerbeek and Saad Kadhi) showed up.
                   2374: Wim and Alexander von Gernler gave &quot;lightning talks&quot; about Soekris
                   2375: and systrace
1.263     saad     2376: (<a href="http://pestilenz.org/~grunk/vortraege/2004/FOSDEM/systrace.pdf">slides</a>), respectively.
1.243     henning  2377: Henning got a slot in the main track to talk about the new bgpd
                   2378: (<a href="http://www.2suck.net/papers/fosdem2004/">slides</a>).
                   2379: On Saturday evening, the traditional OpenBSD dinner took place.
1.242     henning  2380: <p>
                   2381:
1.240     espie    2382: <li><strong><a name=Paris2004></a>
                   2383: <a href="http://www.linuxsolutions.fr/">Linux Expo Paris 2004</a></strong>,
                   2384: Feb 3 - 5, 2004, Paris, France.<br>
                   2385: An OpenBSD booth as well as an OpenSSH booth were present, thanks to
                   2386: <a href="mailto:saad@docisland.org">Saad Kadhi</a> and
                   2387: <a href="mailto:wim@openbsd.org">Wim</a>.
                   2388: <p>
                   2389:
                   2390: <li><strong><a name="LWE04"></a>
                   2391: <a href="http://www.linuxworldexpo.com/linuxworldny/V40/index.cvn">LinuxWorld
                   2392: Conference and Expo</a></strong>, Jan 20 - 23, 2004, New York, NY, USA.<br>
1.738     tobias   2393: <a href="mailto:wes@openlysecure.org">Wes Sonnenreich</a> and others
                   2394: have established a BSD user group in NYC and held a BSD BoF at the
                   2395: Jacob Javits Center on January 22nd at 5:45pm, Room 1E15.
1.240     espie    2396: <p>
                   2397: </ul>
                   2398:
1.188     henning  2399: <h3>2003</h3>
1.236     jose     2400:
                   2401: <ul>
1.232     jose     2402: <li><strong><a name=20c3></a>
                   2403: <a href="http://www.ccc.de/congress/2003/">20th Chaos Communication Congress 2003</a></strong>,
                   2404: Dec 27 - 29, 2003, Berlin, Germany.<br>
                   2405: OpenBSD was represented by a booth, ran by
                   2406: <a href= "mailto:wim@openbsd.org">Wim</a>, and supported by Henning and
1.236     jose     2407: Alexander von Gernler. Alexander also gave a
1.260     saad     2408: <a href="http://pestilenz.org/~grunk/vortraege/2003/20C3/openbsd.pdf">talk</a>
1.232     jose     2409: introducing the project and the OS (in German).
1.236     jose     2410: <p>
1.232     jose     2411:
1.228     jose     2412: <li><strong><a name=brazil2003></a>
1.236     jose     2413: <a href="http://bsdcon.myfreebsd.com.br">1st BSDCon Brazil</a></strong>,
1.734     tobias   2414: Dec 6 - 7, 2003, Rio de Janeiro, Brazil.<br>
1.228     jose     2415: This was the first BSDCon Brazil, and of course OpenBSD was present.
1.236     jose     2416: Douglas Santos spoke on advocacy and about some of the technical aspects
                   2417: of OpenBSD. Eduardo A. Alvarenga gave a presentation about firewalling
1.228     jose     2418: with OpenBSD PF.
                   2419: <p>
                   2420:
                   2421: <li><strong><a name=ankara03></a>
1.720     canacar  2422: <a href="http://seminer.linux.org.tr">Turkish Linux Users Association</a></strong>,
1.228     jose     2423: Dec 4, 2003, Ankara, Turkey.<br>
1.720     canacar  2424: Can E. Acar and Berk D. Demir gave a mammoth 4 hour presentation on OpenBSD.
1.228     jose     2425: The first part was a broad introduction to the OpenBSD philosophy, the
1.236     jose     2426: project goals, and system features. After a break, in the second part they
                   2427: talked about the exploit mitigation techniques employed in OpenBSD. This
                   2428: part was aimed at techies and is almost a complete Turkish translation of
                   2429: the talk Theo recently gave in Japan. You can view the
1.720     canacar  2430: <a href="http://purl.org/net/bddemir/talk/2003/LS-OpenBSD-cea-bdd.pdf">
1.236     jose     2431: slides in PDF format </a>
                   2432: (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     2433: <p>
                   2434:
1.227     jose     2435: <li><strong><a name=Luxembourg2003></a>
                   2436: <a href="http://www.linuxday.lu/">Linuxday Luxembourg 2003</a></strong>,
                   2437: Nov 6 - 8, 2003, Luxembourg, Luxembourg.<br>
                   2438: Booths were present, organized by <a href= "mailto:wim@openbsd.org">Wim</a>.
                   2439: <p>
                   2440:
                   2441: <li><strong><a name=Pacsec2003></a>
                   2442: <a href="http://pacsec.jp/">Pacsec 2003</a></strong>,
1.410     wvdputte 2443: Nov 6 - 7, 2003, Tokyo, Japan.<br>
1.236     jose     2444: Three OpenBSD developers presented on various topics. Theo de Raadt
1.227     jose     2445: gave a presentation on Exploit Mitigation Techniques
1.236     jose     2446: <a href="papers/pacsec03/e/index.html">(English)</a>
                   2447: <a href="papers/pacsec03/j/index.html">(Japanese)</a>, Jun-ichiro
1.227     jose     2448: itojun Hagino presented material covering
1.236     jose     2449: <a href="http://www.itojun.org/paper/itojun-200311-pacsec-jp/">
1.241     david    2450: IPv6 security considerations</a>, and Jose Nazario discussed advances
1.227     jose     2451: in Internet worm defenses.
                   2452: <p>
                   2453:
1.224     miod     2454: <li><strong><a name=Lyon2003></a>
                   2455: <a href="http://www.aldil.org/agenda/journees/2003/">Les V<sup>&egrave;mes</sup> Journ&eacute;es du Libre 2003</a></strong>,
                   2456: Oct 31 - Nov 1, 2003, Lyon, France.<br>
                   2457: Miod Vallat gave a talk about the recent security efforts deployed in OpenBSD,
                   2458: as well as generic security concepts (slides, in bad French, are available in
                   2459: <a href="http://www.aldil.org/agenda/journees/2003/vallat/miod.mgp">mgp
                   2460: format</a>). As usual, Wim ran an OpenBSD booth featuring the new 3.4 release,
                   2461: as well as <a href="http://soekris.kd85.com">Soekris</a> hardware running
                   2462: OpenBSD.
                   2463: <p>
                   2464:
                   2465: <li><strong><a name=Saarbrucken2003></a>
                   2466: <a href="http://www.linux-kongress.org/2003/index.html">Linux Kongress Saarbr&uuml;cken 2003</a></strong>,
                   2467: Oct 14 - 16, 2003, Saarbr&uuml;cken, Germany.<br>
                   2468: An OpenBSD booth was present, starring Wim again.
                   2469: <p>
                   2470:
                   2471: <li><strong><a name=London2003></a>
                   2472: <a href="http://www.linuxexpo.org.uk/">Linux Expo London 2003</a></strong>,
                   2473: Oct 8 - 9, 2003, London, UK.<br>
                   2474: An OpenBSD booth was present, starring Wim as usual.
                   2475: <p>
                   2476:
1.219     jose     2477: <li><strong><a name=bsdcon2003></a>
                   2478: <a href="http://www.usenix.org/events/bsdcon03/">BSDCon '03</a></strong>,
                   2479: Sep 8 - 12, 2003, San Mateo, California.<br>
1.236     jose     2480: OpenBSD was represented in the BSD Status Report, and David Rosenthal
1.219     jose     2481: gave a talk on an OpenBSD based security appliance.
                   2482: <p>
                   2483:
1.218     jose     2484: <li><strong><a name=sucon2003></a>
                   2485: <a href="http://www.sucon.ch/">SUCON '03</a></strong>,
1.734     tobias   2486: Sep 5, 2003, Zurich, Switzerland.<br>
1.236     jose     2487: Daniel Hartmeier talked about PF, and <a
1.218     jose     2488: href="http://open.bsdcow.net/events/sucon2003/">pictures are available</a>.
                   2489: <p>
                   2490:
1.214     henning  2491: <li><strong><a name=camp2003></a>
                   2492: <a href="http://www.ccc.de/camp/">Chaos Communication Camp 2003</a></strong>,
1.733     tobias   2493: Aug 7 - 10, 2003, in <a href="http://www.paulshof.de/body-mehr.html">a field</a> near Berlin, Germany.<br>
1.214     henning  2494: There was a huge OpenBSD village. Several OpenBSD developers have been there.
                   2495: <p>
                   2496:
1.213     jose     2497: <li><strong><a name=sec2003></a>
                   2498: <a href="http://www.usenix.org/events/sec03/">Usenix Security</a></strong>,
1.216     jose     2499: Aug 4 - 8, 2003, Washington, DC, USA.<br>
1.236     jose     2500: Niels Provos presented two papers on security advances originally
1.213     jose     2501: developed for OpenBSD, including the OpenSSH privsep feature and systrace.
                   2502: Several OpenBSD developers were there.
                   2503: <p>
                   2504:
1.211     jose     2505: <li><strong><a name=linuxtag2003></a>
                   2506: <a href="http://www.linuxtag.org/2003/en/index.html">LinuxTag 2003</a></strong>,
1.733     tobias   2507: Jul 10 - 13, 2003, Karlsruhe Convention Center, Germany.<br>
1.211     jose     2508: Both OpenBSD and OpenSSH had booths in the main exhibit.
                   2509: <p>
                   2510:
                   2511: <li><strong><a name=lsm2003></a>
                   2512: <a href="http://libresoftwaremeeting.org/">Libre Software Meeting 2003</a></strong>,
1.727     wvdputte 2513: Jul 9 - 12, 2003, Metz, France.<br>
1.212     matthieu 2514: Matthieu Herrb gave <a href="papers/xf86-sec.pdf">a talk about XFree86 security</a>. There was
1.211     jose     2515: also an OpenBSD booth with developers.
                   2516: <p>
                   2517:
1.209     wvdputte 2518: <li><strong><a name=lud2003></a>
1.733     tobias   2519: <a href="http://www.linuxuserexpo.com/">Linux User &amp; Developer Expo 2003</a></strong>,
                   2520: Jun 24 - 26, 2003, at the NEC in Birmingham, UK.<br>
1.209     wvdputte 2521: There was an OpenBSD booth with developers.
                   2522: <p>
1.195     deraadt  2523:
1.202     jason    2524: <li><strong><a name=usenix2003></a>
1.236     jose     2525: <a href="http://www.usenix.org/events/usenix03/">Usenix Annual Technical
1.216     jose     2526: Conference</a></strong>,
1.727     wvdputte 2527: Jun 9 - 14, 2003, San Antonio, Texas, USA.<br>
1.202     jason    2528: A few OpenBSD developers were there and one paper was presented:
                   2529: <ul>
1.216     jose     2530: <li>The Design of the OpenBSD Cryptographic Framework<br>
1.202     jason    2531:     <a href="events.html#usenix2003">Usenix 2003</a>, by
1.236     jose     2532:     Angelos D. Keromytis,
                   2533:     Jason L. Wright, and
1.205     deraadt  2534:     Theo de Raadt.<br>
1.202     jason    2535:     <a href="papers/ocf.pdf">paper</a>.
                   2536: </ul>
                   2537: <p>
                   2538:
1.216     jose     2539: <li><strong>
                   2540: <a href="http://www.webb.it/">Webbit 2003</a></strong>,
1.727     wvdputte 2541: May 9 - 11, 2003, Padova, Italy.<br>
1.203     jason    2542: Giacomo Cariello and Wim Vandeputte attended, and several OpenBSD
1.741     saad     2543: <a href="http://undeadly.org/cgi?action=article&amp;sid=20030503101052">related talks</a> were given.
1.203     jason    2544: <p>
                   2545:
1.216     jose     2546: <li><strong>
                   2547: <a href="http://cansecwest.com/">CanSecWest 03</a></strong>,
1.727     wvdputte 2548: Apr 9 - 11, 2003, Vancouver, Canada.<br>
1.195     deraadt  2549: Theo spoke about killing buffer overflows using ProPolice and the new W^X technology,
1.196     matthieu 2550: available as a <a href="papers/csw03.mgp">magicpoint file</a>.
1.195     deraadt  2551: <p>
                   2552:
1.216     jose     2553: <li><strong>
                   2554: <a href="http://www.cebit.de/">CeBIT 2003</a></strong>,
1.727     wvdputte 2555: Mar 14, 2003, Hannover, Germany.<br>
1.236     jose     2556: 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 2557: gave a talk on OpenBSD and OpenSSH. <a href="papers/cebit2003.tgz">slides</a> are available.
1.194     henning  2558: <p>
                   2559:
1.216     jose     2560: <li><strong>
                   2561: <a href="http://www.linuxforum.dk/2003/english/">LinuxForum 2003</a></strong>,
1.727     wvdputte 2562: Mar 1, 2003, Copenhagen, Denmark.<br>
1.236     jose     2563: Daniel spoke about PF (slides in <a href="papers/linuxforum2k3.tar.gz">mgp</a>,
1.951     sthen    2564: <a href="http://www.benzedrine.ch/linuxforum/">HTML</a>).
1.191     dhartmei 2565: It was a small but cozy conference, jointly held by Danish Linux and BSD
                   2566: user groups.
                   2567: <p>
                   2568:
1.236     jose     2569: <li><strong>
                   2570: <a href="http://www.cuug.ab.ca">CUUG - The Calgary Unix Users
1.216     jose     2571: Group</a></strong>,
1.727     wvdputte 2572: Feb 25, 2003, 18:00 MST, Calgary, Canada.<br>
1.190     miod     2573: OpenBSD lead developer Theo de Raadt spoke about some of the recent
                   2574: changes in OpenBSD that are leading the way to the complete elimination of
                   2575: "buffer overflow" security risks and attacks.
                   2576: <p>
                   2577:
1.216     jose     2578: <li><strong>
                   2579: <a href="http://www.fosdem.org/">FOSDEM 2003</a></strong>,
1.727     wvdputte 2580: Feb 8 - 9, 2003, Brussels, Belgium.<br>
1.236     jose     2581: Henning and Philipp gave a talk on -current PF developments
1.196     matthieu 2582: (<a href="papers/fosdem2k3-pf.mgp">slides</a>)
1.187     henning  2583: and on Saturday evening, there was an OpenBSD dinner for those interested.
                   2584: <p>
                   2585:
1.216     jose     2586: <li><strong>
                   2587: <a href="http://linuxsolutions.fr/FR/home/index.php?site=default">Linux Solutions</a></strong>,
1.948     bentley  2588: Feb 4 - 6, 2003, CNIT - Paris La D&eacute;fense, France.<br>
1.185     miod     2589: There was an OpenBSD booth with several OpenBSD developers, as well as 3.2 OpenBSD
1.413     grunk    2590: CD sets and T-shirts.
1.185     miod     2591: <p>
1.236     jose     2592: </ul>
1.185     miod     2593:
1.161     millert  2594: <h3>2002</h3>
1.236     jose     2595:
                   2596: <ul>
                   2597: <li><strong>
                   2598: <a href="http://www.ccc.de/congress/2002/">19c3: the 19th CCC
1.216     jose     2599: Congress</a></strong>,
1.727     wvdputte 2600: Dec 27 - 29, 2002, Berlin, Germany.<br>
1.236     jose     2601: There was a huge <a href="http://www.eurobsd.org/19c3">reserved space</a> for
                   2602: OpenBSD users and developers, a couple of -current test systems and for those
1.413     grunk    2603: curious, a first look at the 3.2 OpenBSD T-shirts.
1.184     wvdputte 2604: <p>
1.177     jason    2605:
1.216     jose     2606: <li><strong>
                   2607: <a href="http://2002.eurobsdcon.org/">BSDCon Europe 2002</a></strong>,
1.727     wvdputte 2608: Nov 15 - 17, 2002, Amsterdam, Netherlands.<br>
1.181     henning  2609: OpenBSD people were there;
1.236     jose     2610: Philipp B&uuml;hler and Henning Brauer spoke about
1.182     ian      2611: <a href="papers/tuning-openbsd.ps">
                   2612: network performance tuning on OpenBSD</a>,
1.236     jose     2613: and Ian Darwin presented a
1.182     ian      2614: <a href="papers/eurobsd-firewalls-2002.pdf">
                   2615: tutorial on OpenBSD servers/firewalls</a>.
1.179     pb       2616: <p>
1.178     pb       2617:
1.216     jose     2618: <li><strong>
1.236     jose     2619: <a href="http://www.usenix.org/events/lisa02/">LISA '02: 16th Systems
1.216     jose     2620: Administration Conference</a></strong>,
1.727     wvdputte 2621: Nov 3 - 8, 2002, Philadelphia, USA.<br>
1.177     jason    2622: Mickey and Jason manned the booth at the vendor expo (the only BSD
                   2623: represented) and sold <a href="32.html">3.2</a> CDs, and Jason gave a BoF
                   2624: session on <a href="32.html">3.2</a> and future.
                   2625: <p>
                   2626:
1.216     jose     2627: <li><strong>
1.264     djm      2628: <a href="http://www.auug.org.au/events/2002/auug2002/">Australian Unix Users
                   2629: Group Winter Conference</a></strong>,
1.733     tobias   2630: Sep 1 - 6, 2002, Melbourne, Australia.<br>
1.738     tobias   2631: Damien Miller presented a tutorial on the
                   2632: <a href="papers/auug2002-ssh/index.html">SSH protocol</a> and
1.264     djm      2633: <a href="papers/auug2002-ssh.ps">OpenSSH tips and tricks</a>.
                   2634: <p>
                   2635:
                   2636: <li><strong>
1.216     jose     2637: <a href="http://lsm.abul.org">The 3rd Libre Software Meeting</a></strong>,
1.727     wvdputte 2638: Jul 9 - 13, 2002, Bordeaux, France.<br>
1.172     miod     2639: Several OpenBSD developers and users were attending the meeting, and
                   2640: Niels Provos presented his
                   2641: <a href="http://www.citi.umich.edu/u/provos/systrace">systrace</a>
                   2642: system call policy management tool.
1.174     nick     2643: <p>
1.172     miod     2644:
1.216     jose     2645: <li><strong>
                   2646: <a href="http://www.Webb.it">Webb.it 02</a></strong>,
1.727     wvdputte 2647: Jul 5 - 7, 2002, Padova, Italy.<br>
1.171     ian      2648: OpenBSD developers had a booth selling CD's, T-shirts, etc.
                   2649: <p>
                   2650:
1.216     jose     2651: <li><strong>
1.236     jose     2652: <a href="http://www.softwarelivre.rs.gov.br/forum">The Annual International
1.216     jose     2653: Free Software Forum</a></strong>,
1.727     wvdputte 2654: May 2 - 4, 2002, Porto Alegre-RS, Brazil.<br>
1.236     jose     2655: Mainly a Linux/GNU event, but this year the BSD Operating Systems
                   2656: had a chance to prove their value.
1.169     horacio  2657: Edson Brandi spoke on FreeBSD, Diego Linke
1.236     jose     2658: on NetBSD, and Ricardo Nascimento Ferreira on OpenBSD.
1.169     horacio  2659: <p>
1.168     miod     2660:
1.216     jose     2661: <li><strong>
                   2662: <a href="http://www.usenix.org/events/bsdcon02/">BSDCON 2002</a></strong>,
1.727     wvdputte 2663: Feb 11 - 14, 2002, San Francisco, California, USA.<br>
1.161     millert  2664: Todd Miller gave an update on current OpenBSD status and participated in a
1.162     millert  2665: BSD panel discussion.  The <a href="slides/bsdcon_2002/index.html">slides</a>
                   2666: are available.
1.161     millert  2667: <p>
                   2668:
1.216     jose     2669: <li><strong>
                   2670: <a href="http://www.linuxexpoparis.com">Linux expo Paris 2002</a></strong>,
1.727     wvdputte 2671: Jan 30 - Feb 1, 2002, Paris, France.<br>
1.163     miod     2672: The french Linux Expo 2002 was quite small and as usual the OpenBSD booth ended
                   2673: up with others on the expo's side.  On the first day, almost all the merchandise
                   2674: was sold, and we have even sold older versions (2.9) the following days to
                   2675: people who wouldn't leave without a cd set in their hands...
                   2676: <p>
                   2677:
1.216     jose     2678: <li><strong>
                   2679: <a href="http://musess.mcmaster.ca/">MUSESS 2002</a></strong>,
1.727     wvdputte 2680: Jan 25 - 26, 2002, McMaster University, Ontario, Canada.<br>
1.164     millert  2681: Louis Bertrand gave a presentation on OpenBSD titled
                   2682: <strong>Fix The Bugs, Secure The System</strong>.
                   2683: The <a href="slides/musess_2002/index.html">slides</a> are available.
                   2684: <p>
1.236     jose     2685: </ul>
1.164     millert  2686:
1.152     jakob    2687: <h3>2001</h3>
                   2688:
1.236     jose     2689: <ul>
1.216     jose     2690: <li><strong>
                   2691: <a href="http://www.usenix.org/events/lisa01/">USENIX LISA 2001</a></strong>,
1.727     wvdputte 2692: Dec 2 - 7, 2001, San Diego, California, USA.<br>
1.160     jufi     2693: Niels Provos gave a presentation, and there's been a booth selling
1.413     grunk    2694: T-shirts and 3.0 CDs.
1.160     jufi     2695: <p>
                   2696:
1.216     jose     2697: <li><strong>
                   2698: <a href="http://www.ietf.org/meetings/IETF-52.html">52nd IETF</a></strong>,
1.727     wvdputte 2699: Dec 9 - 14, 2001, Salt Lake City, Utah, USA.<br>
1.160     jufi     2700: Angelos, Itojun &amp; Jakob were there.
                   2701: <p>
                   2702:
1.158     deraadt  2703: <li><strong>
1.236     jose     2704: <a href="http://www.disc2000.unam.mx/disc/index-ing.html">DISC
1.216     jose     2705: 2001</a></strong>,
1.727     wvdputte 2706: Nov 26 - 29, 2001, Mexico City, Mexico.<br>
1.158     deraadt  2707: Once again, Theo de Raadt explained the security auditing process and
                   2708: subsequent secure configuration choices made in OpenBSD, in a talk
                   2709: entitled "Updated thoughts on writing a secure Operating System".
                   2710: <p>
                   2711:
1.216     jose     2712: <li><strong>
                   2713: <a href="http://www.linux.org.hk">LinuxCafe</a></strong>,
1.734     tobias   2714: Sep 15, 2001, Hong Kong, China.<br>
1.156     provos   2715: Shell Hung gave an introduction for BSD and demonstration of OpenBSD to HKLUG.
                   2716: <p>
                   2717:
1.201     deraadt  2718: <li><strong>VPN Bakeoff</strong>,
1.727     wvdputte 2719: Aug 13 - 18, 2001, Finland.<br>
1.156     provos   2720: Jakob and Itojun were there.
                   2721: <p>
1.158     deraadt  2722:
1.150     wvdputte 2723: <li><strong>
1.215     nick     2724: <a href="http://www.hal2001.org">HAL 2001</a></strong>,
1.727     wvdputte 2725: Aug 10 - 12, 2001, Twente, Netherlands.<br>
1.153     jufi     2726: Quite a lot of developers were there, we even had our own tent.
                   2727: Niels, Rees and Dugsong held talks, more info on the main website
                   2728: for HAL2001. And of course T-Shirts and CDROMs were sold.
1.150     wvdputte 2729: <p>
1.137     aaron    2730:
                   2731: <li><strong>
1.236     jose     2732: <a href="http://conferences.oreilly.com/oscon/">O'Reilly Open Source
1.216     jose     2733: Conference</a></strong>,
1.727     wvdputte 2734: Jul 23 - 27, 2001, San Diego, California, USA.<br>
1.148     brian    2735: OpenBSD had a booth selling CD's, T-shirts, etc.
                   2736: Ian Darwin presented his "Firewalls and Secure Internet Servers
                   2737: with OpenBSD" tutorial.
                   2738: <p>
                   2739:
                   2740: <li><strong>
1.201     deraadt  2741: <a href="http://www.defcon.org">DEF CON Nine</a></strong>,
1.734     tobias   2742: Jul 13 - 15, 2001, Las Vegas, USA.<br>
1.148     brian    2743: OpenBSD developers and users make it a point to attend every year,
                   2744: and had a table selling CD's, shirts, etc.
                   2745: <p>
                   2746:
                   2747: <li><strong>
1.236     jose     2748: <a href="http://www.sek.co.kr/sek2001/sek_html/main.htm">Software
1.216     jose     2749: Exhibition of Korea</a></strong>,
1.727     wvdputte 2750: Jun 26 - 29, 2001, Seoul, Korea.<br>
1.146     krw      2751: urisecure/NDS sponsored an OpenBSD booth with CD's, posters,
                   2752: and a live demo of OpenBSD's IPSEC hardware acceleration.
                   2753: <p>
                   2754:
                   2755: <li><strong>
1.236     jose     2756: <a href="http://www.usenix.org/events/usenix01/">2001 USENIX Annual
1.216     jose     2757: Technical Conference</a></strong>,
1.727     wvdputte 2758: Jun 25 - 30, 2001, Boston, USA.<br>
1.146     krw      2759: OpenBSD developers were there, selling CD's, T-shirts, etc.
                   2760: <p>
                   2761:
                   2762: <li><strong>
1.143     dugsong  2763: <a href="http://www.olymfair.org/eng/workshop.htm">Information
1.201     deraadt  2764: Security OlymFair</a></strong>,
1.727     wvdputte 2765: May 16 - 18, 2001, Seoul, Korea.<br>
1.143     dugsong  2766: Dug Song gave a detailed introduction to OpenBSD to the Korean
                   2767: security community.
                   2768: <p>
                   2769:
                   2770: <li><strong>
1.236     jose     2771: <a href="http://www.osdem.org/">2001 Open Source and Free Software
1.216     jose     2772: Developers' Meeting</a></strong>,
1.727     wvdputte 2773: Feb 3 - 4, 2001, Brussels, Belgium.<br>
1.137     aaron    2774: There was an OpenBSD booth with some loose talks made.
                   2775: <p>
                   2776:
                   2777: <li><strong>
1.201     deraadt  2778: <a href="http://www.linuxexpoparis.com/">2001 Linux Expo</a></strong>,
1.727     wvdputte 2779: Feb 1 - 2, 2001, Paris, France.<br>
1.236     jose     2780: There was an OpenBSD booth in the 'F' area.
1.137     aaron    2781: <p>
1.236     jose     2782: </ul>
1.137     aaron    2783:
1.132     louis    2784: <h3>2000</h3>
                   2785:
1.236     jose     2786: <ul>
1.132     louis    2787: <li><strong>
1.236     jose     2788: <a href="http://www.usenix.org/events/lisa2000/">LISA 2000, USENIX
1.216     jose     2789: Systems Administration Conference</a></strong>,
1.727     wvdputte 2790: Dec 3 - 8, 2000, New Orleans, USA.<br>
1.134     jufi     2791: Wim Vandeputte and other volunteers have been running a sales table with
                   2792: shirts, posters and the brand new 2.8 CDs.
                   2793: <p>
                   2794:
                   2795: <li><strong>
1.215     nick     2796: <a href="http://www.disc2000.unam.mx/disc/index-ing.html">DISC 2000</a></strong>,
1.727     wvdputte 2797: Nov 26 - Dec 1, 2000, Mexico City, Mexico.<br>
1.133     deraadt  2798: Theo de Raadt explained the security auditing process and subsequent secure
                   2799: configuration choices made in OpenBSD, in a talk entitled "Secure by Default".
                   2800: Over the next few days, he also participated in two panels with various security
                   2801: experts who had flown in from around the world.  Following this, Theo climbed
1.151     jsyn     2802: one of the largest volcanoes, called Malinche.
1.133     deraadt  2803: <p>
                   2804:
                   2805: <li><strong>
1.236     jose     2806: <a href="http://www.nluug.nl/events/nj2000">NLUUG Najaarsconferentie
1.216     jose     2807: 2000</a></strong>,
1.727     wvdputte 2808: Nov 9, 2000, Ede, Netherlands.<br>
1.236     jose     2809: There was an OpenBSD booth where people dropped by for information or to
1.413     grunk    2810: get their T-shirts, polos, caps and 2.7 CDs.
1.13      deraadt  2811: <p>
1.4       millert  2812:
1.132     louis    2813: <li><strong><a name=ipsec2000></a>
1.236     jose     2814: <a href="http://www.upperside.fr/baipsecy2k.htm">IPsec 2000 Global
1.216     jose     2815: Summit</a></strong>,
1.727     wvdputte 2816: Oct 24 - 27, 2000, Paris La Defense, France.<br>
1.159     miod     2817: Niels Provos ended the conference by speaking about the IPsec architecture
1.132     louis    2818: in OpenBSD. The talk was well received and many people were very interested
                   2819: about our cryptographic hardware acceleration.
                   2820:
                   2821: <ul>
1.236     jose     2822: <li>The IPsec Architecture in OpenBSD<br>
1.215     nick     2823:     <a href="#ipsec2000">IPsec 2000 Global Summit</a> by Niels Provos.<br>
1.132     louis    2824:     <a href="papers/ipsec-slides.ps">slides</a>.
                   2825: </ul>
1.4       millert  2826: <p>
1.132     louis    2827:
1.7       deraadt  2828: <li><strong>
1.201     deraadt  2829: <a href="http://ApacheCon.Com/2000/EU/">ApacheCon Europa 2000</a></strong>,
1.727     wvdputte 2830: Oct 23 - 25, 2000, London, UK.<br>
1.132     louis    2831: There was an OpenBSD booth where people could drop by for information and
                   2832: a chat with the local OpenBSD personnel. We also had the essentials for
1.413     grunk    2833: your wardrobe (T-shirts, polos, caps), for your hardware (2.7 CDs) and for your
1.132     louis    2834: mind (drinks afterwards).
                   2835: <p>
                   2836:
1.216     jose     2837: <li><strong>
                   2838: <a href="http://www.bsdcon.com/">BSD Con 2000</a></strong>,
1.727     wvdputte 2839: Oct 18 - 20, 2000, Monterey, CA, USA.<br>
1.132     louis    2840: David Terrell ran an OpenBSD booth selling T-shirts and CDs and answering
                   2841: questions.
1.32      deraadt  2842: <p>
1.1       deraadt  2843:
1.132     louis    2844: <li><strong><a name=opensource2000></a>
1.236     jose     2845: <a href="http://www.opensource-forum.com/konferens">The Open Source
1.216     jose     2846: Revolution</a></strong>,
1.727     wvdputte 2847: Oct 5, 2000, Stockholm, Sweden.<br>
1.133     deraadt  2848: Theo de Raadt spoke about how user expectations for security out of the box
                   2849: have changed over the last years.
1.1       deraadt  2850: <p>
                   2851:
1.132     louis    2852: <li><strong><a name=sec2000></a>
1.216     jose     2853: <a href="http://www.usenix.org/events/sec2000/">Usenix Security</a></strong>,
1.727     wvdputte 2854: Aug 14 - 17, 2000, Denver, Colorado, USA.<br>
1.132     louis    2855: Some OpenBSD developers were there and one paper was presented:
                   2856: <ul>
1.236     jose     2857: <li>Encrypting Virtual Memory<br>
1.132     louis    2858:     <a href="#sec2000">Usenix Security 2000</a>
1.205     deraadt  2859:     by Niels Provos.<br>
1.132     louis    2860:     <a href="papers/swapencrypt.ps">paper</a> and
                   2861:     <a href="papers/swapencrypt-slides.ps">slides</a>.
                   2862: </ul>
1.1       deraadt  2863: <p>
1.132     louis    2864:
1.10      provos   2865: <li><strong>
1.201     deraadt  2866: <a href="http://www.defcon.org/html/defcon-8-post.html">Defcon 2000</a></strong>,
1.727     wvdputte 2867: Jul 28 - 30, 2000, Las Vegas, Nevada, USA.<br>
1.236     jose     2868: Kjell Wooding (our IPF maintainer), James Phillips from the
1.132     louis    2869: <a href="http://www.deadly.org">OpenBSD Journal</a>, and Theo de Raadt
1.413     grunk    2870: had a table and were selling OpenBSD CDROMs, T-shirts, and posters on
1.132     louis    2871: Friday and Saturday.  Hordes of people visited our table and we at the
                   2872: end we were completely sold out of CDROMS and shirts (allowing us to go
                   2873: check out Hoover Dam's hardhat tour on Sunday and leave the madness behind).
                   2874: <br>
                   2875: We were completely amazed at the people who stopped by our table, to say
                   2876: that they were relying on OpenBSD.
                   2877: <p>
1.32      deraadt  2878:
1.132     louis    2879: <li><strong>
1.236     jose     2880: <a href="http://conferences.oreilly.com/oscon2000/">O'Reilly Open Source
1.216     jose     2881: Conference 2000</a></strong>,
1.727     wvdputte 2882: Jul 17 - 20, 2000, Monterey, California, USA.<br>
1.216     jose     2883: Ian Darwin presented a <a href="papers/oreilly2000/">tutorial</a> on
1.132     louis    2884: <a href="http://www.oreillynet.com/pub/w/bsd_tutorials.html">
                   2885: Secure Internet Servers/Firewalls with OpenBSD</a>, and bravely
                   2886: manned the OpenBSD booth for the remainder of the show.
                   2887: Kjell Wooding took part in a panel discussion on the Future of the BSDs,
                   2888: and spoke about
                   2889: <a href="http://www.oreillynet.com/pub/w/bsd_presentations.html">
1.241     david    2890: Secure By Default.</a> Both sessions were well attended, and at least
1.132     louis    2891: one Linux sysadmin was seen racing for a keyboard, scared look in his eyes,
1.236     jose     2892: after the security talk.
1.3       provos   2893: <p>
1.132     louis    2894:
1.6       deraadt  2895: <li><strong>
1.201     deraadt  2896: <a href="http://www.linuxtag.de/2000/english/">LinuxTag 2000</a></strong>,
1.727     wvdputte 2897: Jun 29 - Jul 2, 2000, Stuttgart, Germany.<br>
1.132     louis    2898: There was a BSD booth where we had the first <a href="27.html">OpenBSD 2.7 CDs</a> for Europe
                   2899: and the new blue stitchwork <a href="tshirts.html#11">Blowfish Polo</a> shirt.
                   2900: <br>
                   2901: Christian Weisgerber gave a
                   2902: <a href="http://www.linuxtag.de/2000/english/conference/talks.php3?ID=3">talk
                   2903: on BSD</a>.
1.32      deraadt  2904: <p>
1.1       deraadt  2905:
1.216     jose     2906: <li><strong><a name=usenix2000></a>
1.236     jose     2907: <a href="http://www.usenix.org/events/usenix2000/">Usenix Annual Technical
1.216     jose     2908: Conference.</a></strong>,
1.727     wvdputte 2909: Jun 18 - 23, 2000, San Diego, California, USA.<br>
1.132     louis    2910: Almost 20 OpenBSD developers showed up for the 25th anniversary of Usenix.
                   2911: We had a vendor booth, as well as a number of papers being presented.
                   2912: Conference attendees had the opportunity to test drive the new release,
                   2913: OpenBSD 2.7, on the 30 workstations in the terminal room.  For the first
                   2914: time ever, the terminal room and wavelan networks also had a IPv6 connection,
1.147     jason    2915: and some users even discovered so by themselves.
1.132     louis    2916: Theo also held a BoF on the Wednesday evening, after which the developers
                   2917: had almost too much singing in foreign languages with the help of helium.
                   2918: <ul>
                   2919:
                   2920: <li>Implementing Internet Key Exchange, IKE.<br>
                   2921:     <a href="#usenix2000">Usenix 2000</a>
1.216     jose     2922:     by Angelos D. Keromytis, Niklas Hallqvist.<br>
1.132     louis    2923:     <a href="papers/ikepaper.ps">paper</a> and
                   2924:     <a href="papers/ikeslides.ps">slides</a>.
                   2925:
                   2926: <li>Transparent Network Security Policy Enforcement.<br>
                   2927:     <a href="#usenix2000">Usenix 2000</a>
1.216     jose     2928:     by Angelos D. Keromytis, Jason L. Wright.<br>
1.132     louis    2929:     <a href="papers/bridgepaper.ps">paper</a> and
                   2930:     <a href="papers/bridgeslides.ps">slides</a>.
1.2       deraadt  2931:
1.132     louis    2932: <li>Safety Checking of Kernel Extensions.<br>
                   2933:     <a href="#usenix2000">Usenix 2000</a>
1.205     deraadt  2934:     by Craig Metz.
1.132     louis    2935: </ul>
1.2       deraadt  2936: <p>
                   2937:
1.132     louis    2938: <li><strong>
1.236     jose     2939: <a href="http://www.manlug.mcc.ac.uk/calendar.html">OpenBSD: The Open
1.216     jose     2940: Source Secure Operating System</a></strong>,
1.734     tobias   2941: Jun 17, 2000, 14:00, Manchester, UK.<br>
1.132     louis    2942: Sam Smith gave a rundown of features coming in OpenBSD 2.7 and
                   2943: OpenSSH 2.1. His <a href="http://www.manlug.mcc.ac.uk/20000617/">slides</a>
                   2944: are available from the user group's site.
1.1       deraadt  2945: <p>
1.2       deraadt  2946:
1.132     louis    2947: <li><strong>
1.216     jose     2948: <a href="reprints/crypto2000.html">OpenBSD Crypto 2000 conference</a></strong>,
1.727     wvdputte 2949: Jun 15 - 20, 2000, Calgary, AB, Canada.<br>
1.132     louis    2950: Repeating the tradition of a similar meeting held last year, many
                   2951: OpenBSD developers from around the world converged on Calgary
                   2952: for a weekend long hack-and-drink session.  As before, the event
                   2953: was invitation only.  Many significant things got done, including
                   2954: ipv6 + ipsec running over hardware crypto devices.
1.1       deraadt  2955: <p>
1.11      jkatz    2956:
1.17      deraadt  2957: <li><strong>
1.201     deraadt  2958: <a href="http://www.converge2000.com">CONVERGENCE 2000</a></strong>,
1.734     tobias   2959: May 18, 2000, Convention Centre, Calgary, Alberta, Canada.<br>
1.132     louis    2960: Theo de Raadt participated in a panel discussion about the pros and cons
                   2961: of using Open Source software in various business environments.  The local
                   2962: users also handed out OpenSSH and OpenBSD posters, and were absolutely
                   2963: surprised and amazed by the number of Calgary companies quietly using
                   2964: OpenBSD.
1.21      pattonme 2965: <p>
1.17      deraadt  2966:
1.23      niklas   2967: <li><strong>
1.216     jose     2968: <a href="http://www.cansecwest.com/">CanSecWest</a></strong>,
1.734     tobias   2969: May 10 - 12, 2000, Robson Conference Centre, Vancouver, BC, Canada.<br>
1.132     louis    2970: Theo de Raadt spoke about why programmers keep making the same stupid mistakes,
                   2971: what types of efforts might improve this, and how this all relates to auditing
1.375     grunk    2972: efforts.
                   2973: Rain Forest Puppy, Ron Gula (Network Security Wizards), Ken Williams (E&amp;Y),
1.216     jose     2974: Marty Roesch (snort/HiverWorld), and Fyodor (nmap) were among the other speakers
1.132     louis    2975: at this event.  (On a personal note: at this conference Theo realized that three
                   2976: leading Network Intrusion Detection System companies use OpenBSD as their
                   2977: base operating system: Hiverworld, Network Security Wizards, and NFR).
1.32      deraadt  2978: <p>
1.25      deraadt  2979:
1.132     louis    2980: <li><strong>
                   2981: <a href="http://www.zdevents.com/comdex/spring2000/">Linux Business Expo /
1.201     deraadt  2982: COMDEX Spring 2000</a></strong>,
1.727     wvdputte 2983: Apr 19, 2000, Chicago, IL, USA.<br>
1.216     jose     2984: Louis Bertrand represented OpenBSD at a BSD BOF with FreeBSD/BDSI,
1.132     louis    2985: NetBSD and Apple (Darwin is BSD-derived). The BOF was attended by about
                   2986: 75 people, many of whom were new to *BSD. It was an opportunity to
                   2987: explore future cooperation among the various BSD groups and companies.
1.25      deraadt  2988: <p>
1.23      niklas   2989:
1.31      deraadt  2990: <li><strong>
1.236     jose     2991: <a href="http://www.nordu.org/NordU2000/">NordU 2000 -- The second
1.216     jose     2992: EurOpen/USENIX Conference</a></strong>,
1.734     tobias   2993: Feb 8 - 11, 2000, Malmo, Sweden.<br>
1.140     jufi     2994: About 15 OpenBSD team members attended.
1.132     louis    2995: OpenBSD CDs and shirts were sold at a booth donated by the conference.<br>
                   2996: As well, Theo de Raadt gave an invited talk on Wednesday morning
                   2997: about why software quality/security suffers, and what we can do to
                   2998: improve it.
1.32      deraadt  2999: <p>
1.31      deraadt  3000:
1.201     deraadt  3001: <li><strong>BSD BOF session, LinuxWorld Expo</strong>,
1.727     wvdputte 3002: Feb 3, 2000, New York, USA.<br>
1.132     louis    3003: Representatives from OpenBSD, BSDi, and FreeBSD hosted a
                   3004: &quot;Birds Of a Feather&quot; session at the <a
                   3005: href="http://www.linuxworldexpo.com/">New York LinuxWorld Expo</a>.<br>
                   3006: There were installation CD-ROMs, free food, and even free Daemon Horns!
1.33      niklas   3007: <p>
1.236     jose     3008: </ul>
1.33      niklas   3009:
1.132     louis    3010: <h3>1999</h3>
1.36      niklas   3011:
1.236     jose     3012: <ul>
1.216     jose     3013: <li><strong>The Bazaar</strong>,
1.727     wvdputte 3014: Dec 14 - 16, 1999, New York, New York, USA.<br>
1.132     louis    3015: Wes Sonnenreich and Tom Yates presented a tutorial on building
1.216     jose     3016: firewalls with OpenBSD. BoF of open source BSDs took place.
1.413     grunk    3017: 2.6 release CDROMs and T-shirts were sold.
1.132     louis    3018: Emphatic interest has been shown by representatives from press, international
                   3019: government and military institutions.
1.45      jason    3020: <p>
                   3021:
1.216     jose     3022: <li><strong><a name=lisa99></a>
1.236     jose     3023: <a href="http://www.usenix.org/events/lisa99/">13th Systems Administration
1.216     jose     3024: Conference (LISA 99)</a></strong>,
1.727     wvdputte 3025: Nov 7 - 12, 1999, Seattle, Washington, USA.<br>
1.132     louis    3026: Bob Beck presented a paper about the U of A's nifty OpenBSD based
                   3027: solution to the problem of public Ethernet jacks in the technical sessions
                   3028: starting at 11:00 AM on the 11th.<br>
                   3029: There were many other OpenBSD
                   3030: people at this conference as well, as well as a booth selling CDROMs and
1.413     grunk    3031: T-shirts.  His paper is available at:
1.132     louis    3032:
                   3033: <ul>
                   3034: <li>Dealing with Public Ethernet Jacks-Switches, Gateways, and Authentication.<br>
1.236     jose     3035:     <a href="events.html#lisa99">LISA 1999</a>,
1.206     david    3036:     by Bob Beck.<br>
1.236     jose     3037:     <a href="papers/authgw-paper.ps">paper</a> and
                   3038:     <a href="papers/authgw-slides.ps">slides</a>.
1.132     louis    3039: </ul>
                   3040: <p>
                   3041:
                   3042: <li><strong>
1.201     deraadt  3043: IP-dagarna 1999</strong>,
1.727     wvdputte 3044: Oct 27 - 28, 1999, Stockholm, Sweden.<br>
1.132     louis    3045: H&aring;kan Olsson &amp; Jakob Schlyter spoke at the DNSSEC session on the 27th.
                   3046: <p>
                   3047:
                   3048: <li><strong>
1.236     jose     3049: <a href="http://www.opensource-forum.com/konferens/">Linux &amp; Open Source
1.216     jose     3050: Software '99</a></strong>,
                   3051: Oct 21, 1999, Stockholm, Sweden. (in swedish)<br>
1.132     louis    3052: Niklas Hallqvist spoke on the topic of how to use
1.236     jose     3053: <a
1.375     grunk    3054: href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&amp;sektion=4">IPsec</a> for securing communications.
1.132     louis    3055: <p>
                   3056:
                   3057: <li><strong>
1.705     pvalchev 3058: <a href="http://www.acm.uiuc.edu/conference/1999">Reflections/Projections
1.216     jose     3059: 1999</a></strong>,
1.727     wvdputte 3060: Oct 8 - 10, 1999, Champaign-Urbana, Illinois, USA.<br>
1.132     louis    3061: Theo de Raadt spoke at 10:00am on the 9th.  Other OpenBSD
                   3062: developers from the east coast attended as well.
                   3063: <p>
                   3064:
1.236     jose     3065: <li><strong><a name="ipsec99"></a>
1.216     jose     3066: IPsec Interoperability tests</strong>,
                   3067: Sep 27 - 30, 1999, Stockholm, Sweden. (in swedish)<br>
1.236     jose     3068: A dozen vendors, among them OpenBSD, tested more than 15
1.375     grunk    3069: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&amp;sektion=4">IPsec</a>
1.132     louis    3070: products, both gateways and hosts, for interoperability.  The tests
                   3071: were successful as far as general IPsec and pre-shared key
                   3072: authentication went, OpenBSD interoperated with everyone, but due to
                   3073: time constraints we never got to test the certificate support
                   3074: appropriately.  The results were presented later that fall at a
                   3075: conference in Stockholm.
                   3076: <p>
                   3077:
                   3078: <li><strong>
1.236     jose     3079: <a href="http://www.auug.org.au/winter/auug99">AUUG'99</a></strong>,
1.727     wvdputte 3080: Sep 8 - 11, 1999, Melbourne, Australia.<br>
1.132     louis    3081: Theo de Raadt gave two talks on "quality of software" related issues
                   3082: and participated on a panel about how open source projects are
                   3083: coordinated.
                   3084: <p>
                   3085:
                   3086: <li><strong>
1.236     jose     3087: <a href="http://www.usenix.org/events/sec99/index.html">Usenix
1.216     jose     3088: Security</a></strong>,
1.727     wvdputte 3089: Aug 23 - 26, 1999, Washington, DC, USA.<br>
1.132     louis    3090: Many OpenBSD people from the east coast showed up and sold CDs and
                   3091: shirts.  It was pretty clear from discussions that many people were
                   3092: very aware of OpenBSD, and that OpenBSD was being used in very
                   3093: significant security roles.
                   3094: <p>
                   3095:
                   3096: <li><strong>
1.236     jose     3097: <a href="http://www.ietf.org/proceedings/99jul/index.html">45th IETF
1.216     jose     3098: meeting</a></strong>,
1.727     wvdputte 3099: Jul 12 - 16, 1999, Oslo, Norway.<br>
1.132     louis    3100: A number of OpenBSD team members from all over the world were at this
                   3101: conference. In addition to attending the IPsec and DNS working groups (among
                   3102: others) we did IPsec/IKE interoperability testing together with
1.166     miod     3103: the Japanese KAME project. Also, Angelos D. Keromytis did a presentation on
1.132     louis    3104: his work with keynote and isakmpd in OpenBSD.
                   3105: <p>
1.45      jason    3106:
1.132     louis    3107: <li><strong>
1.236     jose     3108: <a href="http://www.defcon.org/html/defcon-6.html">Defcon 6.0</a></strong>,
1.727     wvdputte 3109: Jul 9 - 11, 1999, Las Vegas, Nevada, USA.<br>
1.132     louis    3110: At this conference, the OpenBSD team sold 100 or so 2.5 release CDROMs
1.413     grunk    3111: and a TON of T-shirts.
1.46      deraadt  3112: <p>
1.132     louis    3113:
1.236     jose     3114: <li><strong><a name="usenix99"></a>
                   3115: <a href="http://www.usenix.org/events/usenix99/index.html">
1.216     jose     3116: Usenix Annual Technical Conference</a></strong>,
1.727     wvdputte 3117: Jun 6 - 11, 1999, Monterey, California, USA.<br>
1.106     jufi     3118: The <a href="http://www.usenix.org">USENIX Association</a>
1.46      deraadt  3119: provided The OpenBSD Project with a grant to underwrite the production
1.106     jufi     3120: of CDs of OpenBSD 2.5.  (We distributed the
                   3121: release for free to attendees of the USENIX Annual Conference in
1.46      deraadt  3122: June.)
1.132     louis    3123: <br>
1.46      deraadt  3124: Usenix team members were involved in the authoring and
1.132     louis    3125: presentation of 4 OpenBSD-related papers:
                   3126:
1.375     grunk    3127: <a name="anoncvs_paper"></a>
1.46      deraadt  3128: <ul>
1.66      deraadt  3129: <li>Opening the Source Repository with Anonymous CVS.<br>
1.236     jose     3130:     <a href="events.html#usenix99">Usenix 1999</a>,
1.216     jose     3131:     by Charles D. Cranor, Theo de Raadt.<br>
1.236     jose     3132:     <a href="papers/anoncvs-paper.ps">paper</a> and
                   3133:     <a href="papers/anoncvs-slides.ps">slides</a>.
1.132     louis    3134: <br>
1.66      deraadt  3135: <li>A Future-Adaptable Password Scheme.<br>
1.236     jose     3136:     <a href="events.html#usenix99">Usenix 1999</a>,
1.216     jose     3137:     by Niels Provos, David Mazieres.<br>
1.236     jose     3138:     <a href="papers/bcrypt-paper.ps">paper</a> and
                   3139:     <a href="papers/bcrypt-slides.ps">slides</a>.
1.132     louis    3140: <br>
1.66      deraadt  3141: <li>Cryptography in OpenBSD: An Overview.<br>
1.236     jose     3142:     <a href="events.html#usenix99">Usenix 1999</a>,
1.216     jose     3143:     by Theo de Raadt, Niklas Hallqvist, Artur Grabowski,
                   3144:     Angelos D. Keromytis, Niels Provos.<br>
1.236     jose     3145:     <a href="papers/crypt-paper.ps">paper</a> and
                   3146:     <a href="papers/crypt-slides.ps">slides</a>.
1.132     louis    3147: <br>
1.66      deraadt  3148: <li>strlcpy and strlcat -- consistent, safe, string copy and concatenation.<br>
1.236     jose     3149:     <a href="events.html#usenix99">Usenix 1999</a>,
1.216     jose     3150:     by Todd C. Miller, Theo de Raadt.<br>
1.236     jose     3151:     <a href="papers/strlcpy-paper.ps">paper</a> and
                   3152:     <a href="papers/strlcpy-slides.ps">slides</a>.
1.132     louis    3153: </ul>
1.66      deraadt  3154: <p>
1.46      deraadt  3155:
1.51      deraadt  3156: <li><strong>
1.236     jose     3157: <a href="http://www.linuxexpo.org">5th Annual Linux Expo</a></strong>,
1.727     wvdputte 3158: May 18 - 22, 1999, Raleigh, North Carolina, USA.<br>
1.132     louis    3159: Some OpenBSD team members were at this conference selling OpenBSD 2.5 CDs,
                   3160: OpenBSE T-shirts, as well as Blowfish T-shirts, which sold out very quickly
                   3161: at a table donated by the Expo.  OpenBSD was the only BSD represented at the
                   3162: vendor exposition, and we had good chance to present a secure alternative
                   3163: to Linux.
1.51      deraadt  3164: <p>
                   3165:
1.53      jakob    3166: <li><strong>
1.236     jose     3167: <a href="http://www.ietf.org/proceedings/99mar/index.html">44th IETF
1.216     jose     3168: meeting</a></strong>,
1.727     wvdputte 3169: Mar 15 - 19, 1999, Minneapolis, Minnesota, USA.<br>
1.132     louis    3170: Some OpenBSD team members were at this conference, in particular our
                   3171: IPSEC developers.
1.53      jakob    3172: <p>
                   3173:
1.132     louis    3174: <li><strong>
1.236     jose     3175: <a href="http://www.europen.se/NordU99">NordU99 -- The first
1.216     jose     3176: EurOpen/USENIX Conference</a></strong>,
1.727     wvdputte 3177: Feb 9 - 12, 1999, Stockholm, Sweden.<br>
1.132     louis    3178: A couple of OpenBSD team members were there and some of the swedish user
                   3179: society as well.  OpenBSD CDs were sold at a booth and at the end of a
                   3180: security talk, the project got applauded for its continuous strive of auditing
                   3181: security sensitive parts of the system.
1.59      deraadt  3182: <p>
1.236     jose     3183: </ul>
1.59      deraadt  3184:
1.132     louis    3185: <h3>1998</h3>
1.59      deraadt  3186:
1.236     jose     3187: <ul>
1.132     louis    3188: <li><strong><a name=ipsec98></a>
1.690     nick     3189: IPsec/VPN Interoperability tests &amp; seminar</strong>,
1.727     wvdputte 3190: Dec 14, 1998, Stockholm, Sweden.<br>
1.132     louis    3191: OpenBSD was represented as one of about a dozen
1.375     grunk    3192: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&amp;sektion=4">IPsec</a>
1.132     louis    3193: implementations who were tested for interoperability.  The tests were
                   3194: successful, both for the technology in general, and for OpenBSD in
                   3195: specific.  We managed to communicate encrypted with every vendor present,
                   3196: and to negotiate keys via IKE with everyone capable.
1.70      deraadt  3197: <p>
                   3198:
1.236     jose     3199: <li><strong><a name="lisaboston-98"></a>
1.690     nick     3200: <a href="http://www.usenix.org/events/lisa98">LISA '98: 12th Systems Administration
1.216     jose     3201: Conference</a></strong>,
1.727     wvdputte 3202: Dec 6 - 11, 1998, Boston, Massachusetts, USA.<br>
1.132     louis    3203: More than 10 OpenBSD team members showed up.  By far, OpenBSD was the
                   3204: largest representative group from free software at the conference.
                   3205: Usenix gave us a table in the vendor area where we sold 2.4 CDROMs,
1.413     grunk    3206: 2.3 "wire-frame" T-shirts, and the new 2.4 embroidered
                   3207: "Because security matters..." T-shirts, polos, and sweaters.
1.132     louis    3208: An OpenBSD BOF was held one evening, led by Theo de Raadt.
                   3209: A PalmPilot schedule loader was at the membership booth, powered by OpenBSD.
                   3210: <br>
1.690     nick     3211: The terminal room ran OpenBSD 2.4 on 45 machines. Obviously trust in OpenBSD
                   3212: had increased since many people, normally wary of security problems of open
1.132     louis    3213: terminal rooms, were seen using the machines.
1.72      ho       3214: <p>
                   3215:
1.73      deraadt  3216: <li><strong>
1.690     nick     3217: <a href="http://www.disc.unam.mx/eventos_anteriores/disc98/">DISC - Seguridad en
1.217     jose     3218: C&oacute;mputo 98</a></strong>,
1.727     wvdputte 3219: Nov 2 - 7, 1998, Mexico City, Mexico.<br>
1.132     louis    3220: Theo de Raadt gave a talk about security auditing, sponsored by
1.236     jose     3221: <a href="http://www.core-sdi.com">CORE SDI S.A.</a>, an Argentine
1.132     louis    3222: security auditing company who strongly believes in the future
1.236     jose     3223: of OpenBSD. (<a href="papers/mexico98-slides.ps">Slides are available</a>).
1.131     jufi     3224: <p>
1.73      deraadt  3225:
1.236     jose     3226: <li><strong>IP-dagarna</strong>,
1.734     tobias   3227: Oct 29 - 30, 1998, Stockholm, Sweden.<br>
1.132     louis    3228: At this conference, entirely devoted to IP, Niklas Hallqvist from the
                   3229: OpenBSD team held a talk on the IKE (a.k.a ISAKMP/Oakley) key management
                   3230: protocol and experiences from the implementation of <strong>isakmpd</strong>,
                   3231: an IKE implementation funded by Ericsson Radio Systems and developed
                   3232: primarily for the OpenBSD IPSEC stack.
1.79      deraadt  3233: <p>
1.73      deraadt  3234:
1.690     nick     3235: <li><strong>NCEE '98</strong>,
1.727     wvdputte 3236: Oct 9 - 10, 1998, Auburn, Maine, USA.<br>
1.132     louis    3237: An extensive after-action report was sent to advocacy@openbsd.org. While
1.151     jsyn     3238: sales of shirts and CDROMs left much to be desired, we did have good
1.132     louis    3239: opportunities to further project visibility and highlight its strengths.
1.80      deraadt  3240: <p>
                   3241:
1.93      louis    3242: <li><strong>
1.690     nick     3243: <a href="http://www.acm.uiuc.edu/conference/1998/">Reflections/Projections
1.216     jose     3244: 1998</a></strong>,
1.727     wvdputte 3245: Oct 2 - 4, 1998, Champaign-Urbana, Illinois, USA.<br>
1.132     louis    3246: Theo de Raadt spoke in a panel about Open/Free software with Eric
                   3247: Raymond and others.
1.93      louis    3248: <p>
                   3249:
1.216     jose     3250: <li><strong>
1.690     nick     3251: <a href="http://press.oreilly.com/pub/pr/797">O'Reilly and
1.236     jose     3252: Associates Open Source Developer Days</a></strong>,
1.727     wvdputte 3253: Aug 21, 1998, San Jose, California, USA.<br>
1.132     louis    3254: OpenBSD team members were on-hand to discuss OpenBSD's role among the
1.413     grunk    3255: other free software projects available. They also sold some CDs and T-shirts.
1.96      deraadt  3256: <p>
                   3257:
1.236     jose     3258: <li><strong><a name="defcon98"></a>
1.690     nick     3259: <a href="http://www.defcon.org/html/defcon-6/defcon-6.html">Defcon 6.0</a></strong>,
1.727     wvdputte 3260: Jul 31 - Aug 2, 1998, Las Vegas, Nevada, USA.<br>
1.132     louis    3261: The router to the outside world was an OpenBSD 2.3 box.  It was involved
                   3262: in a "capture the flag" competition in which an entire room of crackers
                   3263: attempted to break into it and machines running other operating systems.
                   3264: The OpenBSD box was not broken into.
                   3265: <br>
                   3266: Almost 100 OpenBSD 2.3 CDROMs were sold (we ran out again).  The primates
1.236     jose     3267: at <a href="http://www.monkey.org">monkey.org</a> brought 2.3
1.413     grunk    3268: &quot;wire-frame&quot; OpenBSD T-shirts to the conference and sold almost
1.132     louis    3269: 200 of them.  The proceeds from the sales were donated to the OpenBSD project.
1.96      deraadt  3270: <p>
1.94      deraadt  3271:
1.690     nick     3272: <li><strong><a href="http://www.blackhat.com/html/bh-usa-98/bh2-index.html">BlackHat Sessions</a></strong>,
1.727     wvdputte 3273: Jul 29 - 30, 1998, Las Vegas, Nevada, USA.<br>
1.132     louis    3274: Theo de Raadt presented a talk entitled
                   3275: "Auditing software for security" about the OpenBSD security auditing
                   3276: team's process and the lessons the team learned.  The talk concentrated
                   3277: on how our process fixes bugs -- not just holes -- since one never knows
                   3278: when 5 bugs will act together to become a hole.
1.99      deraadt  3279: <p>
                   3280:
1.236     jose     3281: <li><strong><a name="usenix-neworleans"></a>
                   3282: <a href="http://www.usenix.org/publications/library/proceedings/usenix98/index.html">Usenix Annual Technical Conference</a></strong>,
1.727     wvdputte 3283: Jun 15 - 19, 1998, New Orleans, Louisiana, USA.<br>
1.132     louis    3284: At Usenix 1998 there was a strong OpenBSD presence both in the Freenix
                   3285: and normal tracks.  Theo did a general talk about what the OpenBSD
                   3286: project offers.  Angelos held a panel about IPSEC (which is quite an
                   3287: OpenBSD topic since IPSEC development at that time was so much further
                   3288: ahead in OpenBSD than anywhere else).
                   3289: <br>
                   3290: The terminal room PCs ran OpenBSD 2.3.  We sold many CDROMs.  The
1.413     grunk    3291: first style of OpenBSD T-shirt also sold quite well.
1.101     wvdputte 3292: <p>
                   3293:
1.105     wvdputte 3294: <li><strong>
1.236     jose     3295: <a href="http://www.usenix.org/publications/library/proceedings/sec98/index.html">Usenix Security</a></strong>,
1.727     wvdputte 3296: Jan 26 - 29, 1998, San Antonio, Texas, USA.<br>
1.132     louis    3297: At this conference, Theo presented an evening talk which basically
                   3298: turned into a list of fixed security problems and cautionary tales about
                   3299: subsystems in which future problems may be encountered
1.236     jose     3300: (<a href="papers/security98-slides.ps">slides available</a>).
1.105     wvdputte 3301: <br>
1.132     louis    3302: The terminal room PCs ran OpenBSD 2.2.
                   3303: <p>
1.236     jose     3304: </ul>
1.105     wvdputte 3305:
1.132     louis    3306: <h3>1997</h3>
1.107     deraadt  3307:
1.236     jose     3308: <ul>
1.113     deraadt  3309: <li><strong>
1.236     jose     3310: <a href="http://www.hip97.nl">HIP</a></strong>,
1.727     wvdputte 3311: Aug, 1997, Almere, Netherlands.<br>
1.236     jose     3312: Niels held a
1.690     nick     3313: <a href="http://www.citi.umich.edu/u/provos/papers/hip97-tcpip.html">talk</a>
1.132     louis    3314: about the problems of unencrypted TCP/IP connections, offering IPSEC as
                   3315: possible solution.
1.113     deraadt  3316: <p>
1.132     louis    3317:
1.236     jose     3318: <li><strong>HOPE</strong>,
1.727     wvdputte 3319: Aug, 1997, New York, New York, USA.<br>
1.166     miod     3320: The terminal room consisted primarily of DECstations running
1.690     nick     3321: OpenBSD 2.1.  Once again, the <a href="http://www.lopht.com/">L0phT</a>
1.132     louis    3322: people had very good things to say about our security.
1.113     deraadt  3323: <p>
1.105     wvdputte 3324:
1.236     jose     3325: <li><strong><a name="defcon5"></a>
1.690     nick     3326: <a href="http://www.defcon.org/html/defcon-5/defcon-5.html">Defcon V</a></strong>,
1.727     wvdputte 3327: Jul 11 - 13, 1997, Las Vegas, Nevada, USA.<br>
1.132     louis    3328: At this conference, the OpenBSD team sold 100 or so 2.1 release CDROMs.
                   3329: <br>
                   3330: Since this is the primary security conference, many speakers said very
1.140     jufi     3331: good things about our stance on security... particularly people like
1.690     nick     3332: <a href="http://www.lopht.com">the L0phT</a>.
1.118     deraadt  3333: <p>
                   3334:
1.125     deraadt  3335: <li><strong>
1.236     jose     3336: <a
                   3337: href="http://www.usenix.org/publications/library/proceedings/ana97/index.html">Usenix Annual Technical Conference</a></strong>,
1.216     jose     3338: Jan  6 - 10, 1997, Anaheim, California, USA.<br>
1.690     nick     3339: Theo de Raadt held a BOF ("Birds Of a Feather", i.e. a meeting of people
1.132     louis    3340: interested in the same thing) about OpenBSD.
1.236     jose     3341: </ul>
1.1       deraadt  3342:
                   3343: </body>
                   3344: </html>