OpenBSD

Print Print
Reading time 29:27

OpenBSD
Puffy, the pufferfish mascot of OpenBSD posing in the official logo.
Free, Functional, and Secure
Openbsd61 desktop.png
OpenBSD 6.1 default desktop with various utilities: top, xterm, xclock, xcalc, glxgears
DeveloperThe OpenBSD Project
Written inC, assembly, Perl, Unix shell
OS familyUnix-like
Working stateCurrent
Source modelOpen source
Initial releaseJuly 1996; 24 years ago (1996-07)
Latest release6.9 (1 May 2021; 47 days ago (2021-05-01)) [±]
Repository Edit this at Wikidata
Package managerOpenBSD package tools[1]
PlatformsAlpha, x86-64, ARMv7, ARMv8 (64-bit), PA-RISC, IA-32, LANDISK, Omron LUNA-88K, Loongson, MIPS64, PowerPC, SPARC64[2]
Kernel typeMonolithic
UserlandBSD
Default user interfaceModified pdksh, X11 (FVWM)
LicenseBSD, ISC, other permissive licenses[3]
Official websitewww.openbsd.org

OpenBSD is a security-focused, free and open-source, Unix-like operating system based on the Berkeley Software Distribution (BSD). Theo de Raadt created OpenBSD in 1995 by forking NetBSD. According to the website, the OpenBSD project emphasizes "portability, standardization, correctness, proactive security and integrated cryptography."[4]

The OpenBSD project maintains portable versions of many subsystems as packages for other operating systems. Because of the project's preferred BSD license, many components are reused in proprietary and corporate-sponsored software projects. The firewall code in Apple's macOS is based on OpenBSD's PF firewall code,[5]Android's Bionic C standard library is based on OpenBSD code,[6]LLVM uses OpenBSD's regular expression library,[7] and Windows 10 uses OpenSSH (OpenBSD Secure Shell) with LibreSSL.[8]

The word "open" in the name OpenBSD refers to the availability of the operating system's source code on the Internet, although the word "open" in the name OpenSSH means "OpenBSD". It also refers to the wide range of hardware platforms the system supports.[9]

History

Bar chart showing the proportion of users of each BSD variant from a 2005 BSD usage survey.[10][n 1]

In December 1994, Theo de Raadt, a founding member of the NetBSD project, was asked to resign from the NetBSD core team.[11][12] In October 1995, De Raadt founded OpenBSD, a new project forked from NetBSD 1.0. The initial release, OpenBSD 1.2, was made in July 1996, followed by OpenBSD 2.0 in October of the same year.[13] Since then, the project has issued a release every six months, each of which is supported for one year.

On 25 July 2007, OpenBSD developer Bob Beck announced the formation of the OpenBSD Foundation, a Canadian non-profit organization formed to "act as a single point of contact for persons and organizations requiring a legal entity to deal with when they wish to support OpenBSD."[14]

It is hard to determine how widely OpenBSD is used, because the developers do not publish or collect usage statistics. In September 2005, the BSD Certification Group surveyed BSD users, showing that 33 percent used OpenBSD,[10] behind FreeBSD with 77 percent and ahead of NetBSD with 16 percent.[n 1]

Uses

OpenBSD startup in console mode
OpenBSD console login and welcome message

Network appliances

OpenBSD features a robust TCP/IP networking stack, and can be used as a router[15] or wireless access point.[16] OpenBSD's security enhancements, built-in cryptography, and packet filter make it suitable for security purposes such as firewalls,[17]intrusion-detection systems, and VPN gateways.

Several proprietary systems are based on OpenBSD, including devices from Armorlogic (Profense web application firewall), Calyptix Security,[18] GeNUA,[19] RTMX,[20] and .vantronix.[21]

Foreign operating systems

Some versions of Microsoft's Services for UNIX, an extension to the Windows operating system to provide Unix-like functionality, use much OpenBSD code included in the Interix interoperability suite,[22][23] developed by Softway Systems Inc., which Microsoft acquired in 1999.[24][25] Core Force, a security product for Windows, is based on OpenBSD's pf firewall.[26]

Personal computers

OpenBSD ships with Xenocara,[27] an implementation of the X Window System, and is suitable as a desktop operating system for personal computers, including laptops.[28][29]:xl As of September 2018, OpenBSD includes approximately 8000 packages in its software repository,[30] including desktop environments such as GNOME, Plasma 4, and Xfce, and web browsers such as Firefox and Chromium.[31] The project also includes three window managers in the main distribution: cwm, FVWM (part of the default configuration for Xenocara), and twm.[32]

Servers

OpenBSD features a full server suite and can be configured as a mail server, web server, FTP server, DNS server, router, firewall, NFS file server, or any combination of these.

Security

Shortly after OpenBSD was created, De Raadt was contacted by a local security software company named Secure Networks (later acquired by McAfee).[33][34] They were developing a network security auditing tool called Ballista,[n 2] which was intended to find and exploit software security flaws. This coincided with De Raadt's interest in security, so the two cooperated leading up to the release of OpenBSD 2.3.[35] This collaboration helped to define security as the focus of the OpenBSD project.[36]

OpenBSD includes numerous features designed to improve security, such as:

  • Secure alternatives to POSIX functions in the C standard library, such as strlcat for strcat and strlcpy for strcpy[37]
  • Toolchain alterations, including a static bounds checker[38]
  • Memory protection techniques to guard against invalid accesses, such as ProPolice and the W^X page protection feature
  • Strong cryptography and randomization[39]
  • System call and filesystem access restrictions to limit process capabilities[40]

To reduce the risk of a vulnerability or misconfiguration allowing privilege escalation, many programs have been written or adapted to make use of privilege separation, privilege revocation and chrooting. Privilege separation is a technique, pioneered on OpenBSD and inspired by the principle of least privilege, where a program is split into two or more parts, one of which performs privileged operations and the other—almost always the bulk of the code—runs without privilege.[41] Privilege revocation is similar and involves a program performing any necessary operations with the privileges it starts with then dropping them. Chrooting involves restricting an application to one section of the file system, prohibiting it from accessing areas that contain private or system files. Developers have applied these enhancements to OpenBSD versions of many common applications, such as tcpdump, file, tmux, smtpd, and syslogd.[42]

OpenBSD developers were instrumental in the creation and development of OpenSSH (aka OpenBSD Secure Shell), which is developed in the OpenBSD CVS repositories. OpenBSD Secure Shell is based on the original SSH.[43] It first appeared in OpenBSD 2.6 and is now by far the most popular SSH client and server, available on many operating systems.[44]

The project has a policy of continually auditing source code for problems, work that developer Marc Espie has described as "never finished ... more a question of process than of a specific bug being hunted." He went on to list several typical steps once a bug is found, including examining the entire source tree for the same and similar issues, "try[ing] to find out whether the documentation ought to be amended", and investigating whether "it's possible to augment the compiler to warn against this specific problem."[45]

Security record

The OpenBSD website features a prominent reference to the system's security record. Until June 2002, it read:

Five years without a remote hole in the default install!

In June 2002, Mark Dowd of Internet Security Systems disclosed a bug in the OpenSSH code implementing challenge–response authentication.[46] This vulnerability in the OpenBSD default installation allowed an attacker remote access to the root account, which was extremely serious not only to OpenBSD, but also to the large number of other operating systems that were using OpenSSH by that time.[47] This problem necessitated the adjustment of the slogan on the OpenBSD website to:

One remote hole in the default install, in nearly 6 years!

The quote remained unchanged as time passed, until on March 13, 2007, when Alfredo Ortega of Core Security Technologies[48] disclosed a network-related remote vulnerability.[49] The quote was subsequently changed to:

Only two remote holes in the default install, in a heck of a long time!

This statement has been criticized because the default install contains few running services, and many use cases require additional services.[50] Also, because the ports tree contains unaudited third-party software, it is easy for users to compromise security by installing or improperly configuring packages. However, the project maintains that the slogan is intended to refer to a default install and that it is correct by that measure.

One of the fundamental ideas behind OpenBSD is a drive for systems to be simple, clean, and secure by default. The default install is quite minimal, which the project states is to ensure novice users "do not need to become security experts overnight",[51] which fits with open-source and code auditing practices considered important elements of a security system.[52]

Alleged backdoor

On 11 December 2010, Gregory Perry, a former technical consultant for the Federal Bureau of Investigation (FBI), emailed De Raadt alleging that the FBI had paid some OpenBSD ex-developers 10 years prior to insert backdoors into the OpenBSD Cryptographic Framework. De Raadt made the email public on 14 December by forwarding it to the openbsd-tech mailing list and suggested an audit of the IPsec codebase.[53][54] De Raadt's response was skeptical of the report and he invited all developers to independently review the relevant code. In the weeks that followed, bugs were fixed but no evidence of backdoors was found.[55] De Raadt stated "I believe that NetSec was probably contracted to write backdoors as alleged. If those were written, I don't believe they made it into our tree. They might have been deployed as their own product."[56]

Criticisms

In December 2017, Ilja van Sprundel, director at IOActive, gave a talk at the CCC[57] as well as DEF CON,[58] entitled "Are all BSDs created equally? — A survey of BSD kernel vulnerabilities.", in which he stated that although OpenBSD was the clear winner of the BSDs in terms of security, "Bugs are still easy to find in those kernels, even in OpenBSD".

Two years later, in 2019, a talk named "A systematic evaluation of OpenBSD’s mitigations" was given[59] at the CCC, arguing that while OpenBSD has some effective mitigations, a significant part of them are "useless at best and based on pure luck and superstition", arguing for a more rational approach when it comes to designing them.[60]

Hardware compatibility

Supported platforms and devices are listed in the OpenBSD Supported Platforms Notes.[61] Other configurations may also work, but simply have not been tested or documented yet. Rough automatically extracted lists of supported device ids are available in a third party repository.[62]

In 2020, a new project was introduced to automatically collect information about tested hardware configurations.[63]

Subprojects

Many open source projects started as components of OpenBSD, including:

  • bioctl, a generic RAID management interface similar to ifconfig
  • CARP, a free alternative to Cisco's patented HSRP/VRRP redundancy protocols
  • cwm, a stacking window manager
  • OpenBSD httpd,[64][65] an implementation of httpd
  • hw.sensors, a sensors framework used by over 100 drivers
  • LibreSSL, an implementation of the SSL and TLS protocols, forked from OpenSSL 1.0.1g[66]
  • OpenBGPD, an implementation of BGP-4[67]
  • OpenIKED, an implementation of IKEv2[68]
  • OpenNTPD, a simpler alternative to ntp.org's NTP daemon[69]
  • OpenOSPFD, an implementation of OSPF[67]
  • OpenSMTPD, an SMTP daemon with IPv4/IPv6, PAM, Maildir, and virtual domains support[70]
  • OpenSSH, an implementation of SSH[71]
  • PF, an IPv4/IPv6 stateful firewall with NAT, PAT, QoS and traffic normalization support
  • pfsync, a firewall state synchronization protocol for PF with high availability support using CARP
  • sndio, a compact audio and MIDI framework
  • spamd, a spam filter with greylisting support designed to inter-operate with PF
  • Xenocara, a customized X.Org build infrastructure[27]

Some subsystems have been integrated into other BSD operating systems,[72][73][74] and many are available as packages for use in other Unix-like systems.[75][76][77]

Linux administrator Carlos Fenollosa commented on moving from Linux to OpenBSD that the system is faithful to the Unix philosophy of small, simple tools that work together well: "Some base components are not as feature-rich, on purpose. Since 99% of the servers don't need the flexibility of Apache, OpenBSD's httpd will work fine, be more secure, and probably faster".[78] He characterized the developer community's attitude to components as: "When the community decides that some module sucks, they develop a new one from scratch. OpenBSD has its own NTPd, SMTPd and, more recently, HTTPd. They work great".[78] As a result, OpenBSD is relatively prolific in creating components that become widely reused by other systems.

OpenBSD runs nearly all of its standard daemons within chroot and privsep security structures by default, as part of hardening the base system.[78]

The Calgary Internet Exchange was formed in 2012, in part to serve the needs of the OpenBSD project.[79]

Third-party components

OpenBSD includes a number of third-party components, many with OpenBSD-specific patches,[31] such as X.Org, Clang[80] (the default compiler on several architectures), GCC,[38][n 3]Perl, NSD, Unbound, ncurses, GNU binutils, GDB, and AWK.

Development

OpenBSD developers at c2k1 hackathon at MIT, June 2001

Development is continuous, and team management is open and tiered. Anyone with appropriate skills may contribute, with commit rights being awarded on merit and De Raadt acting as coordinator.[29]:xxxv Two official releases are made per year, with the version number incremented by 0.1,[81] and these are each supported for twelve months (two release cycles).[82] Snapshot releases are also available at frequent intervals.

Maintenance patches for supported releases may be applied manually or by updating the system against the patch branch of the CVS repository for that release.[83] Alternatively, a system administrator may opt to upgrade using a snapshot release and then regularly update the system against the -current branch of the CVS repository, in order to gain pre-release access to recently added features.

The generic OpenBSD kernel provided by default is strongly recommended for end users, in contrast to operating systems that recommend user kernel customization.[84]

Packages outside the base system are maintained by CVS through a ports tree and are the responsibility of the individual maintainers, known as porters. As well as keeping the current branch up to date, porters are expected to apply appropriate bug-fixes and maintenance fixes to branches of their package for OpenBSD's supported releases. Ports are generally not subject to the same continuous auditing as the base system due to lack of manpower.

Binary packages are built centrally from the ports tree for each architecture. This process is applied for the current version, for each supported release, and for each snapshot. Administrators are recommended to use the package mechanism rather than build the package from the ports tree, unless they need to perform their own source changes.

OpenBSD's developers regularly meet at special events called hackathons,[85] where they "sit down and code", emphasizing productivity.[86]

OpenBSD hackathon s2k17

Most new releases include a song.[87]

Open source and open documentation

OpenBSD is known for its high-quality documentation.[88][89]

When OpenBSD was created, De Raadt decided that the source code should be available for anyone to read. At the time, a small team of developers generally had access to a project's source code.[90] Chuck Cranor[91] and De Raadt concluded this practice was "counter to the open source philosophy" and inconvenient to potential contributors. Together, Cranor and De Raadt set up the first public, anonymous CVS server. De Raadt's decision allowed users to "take a more active role", and established the project's commitment to open access.[90]

OpenBSD does not include closed source binary drivers in the source tree, nor do they include code requiring the signing of non-disclosure agreements.[92]

Since OpenBSD is based in Canada, no United States export restrictions on cryptography apply, allowing the distribution to make full use of modern algorithms for encryption. For example, the swap space is divided into small sections and each section is encrypted with its own key, ensuring that sensitive data does not leak into an insecure part of the system.[17]

OpenBSD randomizes various behaviors of applications, making them less predictable and thus more difficult to attack. For example, PIDs are created and associated randomly to processes; the bind system call uses random port numbers; files are created with random inode numbers; and IP datagrams have random identifiers.[93] This approach also helps expose bugs in the kernel and in user space programs.

The OpenBSD policy on openness extends to hardware documentation: in the slides for a December 2006 presentation, De Raadt explained that without it "developers often make mistakes writing drivers", and pointed out that "the [oh my god, I got it to work] rush is harder to achieve, and some developers just give up."[94] He went on to say that vendor-supplied binary drivers are unacceptable for inclusion in OpenBSD, that they have "no trust of vendor binaries running in our kernel" and that there is "no way to fix [them] ... when they break."[94]

Licensing

OpenBSD maintains a strict license policy,[3] preferring the ISC license and other variants of the BSD license. The project attempts to "maintain the spirit of the original Berkeley Unix copyrights," which permitted a "relatively un-encumbered Unix source distribution."[3] The widely used Apache License and GNU General Public License are considered overly restrictive.[95]

In June 2001, triggered by concerns over Darren Reed's modification of IPFilter's license wording, a systematic license audit of the OpenBSD ports and source trees was undertaken.[96] Code in more than a hundred files throughout the system was found to be unlicensed, ambiguously licensed or in use against the terms of the license. To ensure that all licenses were properly adhered to, an attempt was made to contact all the relevant copyright holders: some pieces of code were removed, many were replaced, and others, such as the multicast routing tools mrinfo and map-mbone, were relicensed so that OpenBSD could continue to use them.[97][98] Also removed during this audit was all software produced by Daniel J. Bernstein. At the time, Bernstein requested that all modified versions of his code be approved by him prior to redistribution, a requirement to which OpenBSD developers were unwilling to devote time or effort.[99][100][101]

Because of licensing concerns, the OpenBSD team has reimplemented software from scratch or adopted suitable existing software. For example, OpenBSD developers created the PF packet filter after unacceptable restrictions were imposed on IPFilter. PF first appeared in OpenBSD 3.0[102] and is now available in many other operating systems.[103] OpenBSD developers have also replaced GPL-licensed tools (such as CVS, diff, grep and pkg-config) with permissively licensed equivalents.[104][105]

Funding

Although the operating system and its portable components are used in commercial products, De Raadt says that little of the funding for the project comes from the industry: "traditionally all our funding has come from user donations and users buying our CDs (our other products don't really make us much money). Obviously, that has not been a lot of money."[81]

For a two-year period in the early 2000s, the project received funding from DARPA, which "paid the salaries of 5 people to work completely full-time, bought about $30k in hardware, and paid for 3 hackathons", from the POSSE project.[81]

In 2006, the OpenBSD project experienced financial difficulties.[106] The Mozilla Foundation[107] and GoDaddy[108] are among the organizations that helped OpenBSD to survive. However, De Raadt expressed concern about the asymmetry of funding: "I think that contributions should have come first from the vendors, secondly from the corporate users, and thirdly from individual users. But the response has been almost entirely the opposite, with almost a 15-to-1 dollar ratio in favor of the little people. Thanks a lot, little people!"[81]

On 14 January 2014, Bob Beck issued a request for funding to cover electrical costs. If sustainable funding was not found, Beck suggested the OpenBSD project would shut down.[109] The project soon received a US$20,000 donation from Mircea Popescu, the Romanian creator of the MPEx bitcoin stock exchange, paid in bitcoins.[110] The project raised US$150,000[111] in response to the appeal, enabling it to pay its bills and securing its short-term future.[110] Since 2014, several large contributions to the OpenBSD Foundation have come from corporations such as Microsoft,[112] Facebook, and Google as well as the Core Infrastructure Initiative.[113]

During the 2016 and 2017 fundraising campaigns, Smartisan, a Chinese company, was the leading financial contributor to the project.[114][115]

Distribution

OpenBSD is freely available in various ways: the source can be retrieved by anonymous CVS,[116] and binary releases and development snapshots can be downloaded by FTP, HTTP, and rsync.[117] Prepackaged CD-ROM sets through version 6.0 can be ordered online for a small fee, complete with an assortment of stickers and a copy of the release's theme song. These, with their artwork and other bonuses, have been one of the project's few sources of income, funding hardware, Internet service, and other expenses.[118] Beginning with version 6.1, CD-ROM sets are no longer released.

OpenBSD provides a package management system for easy installation and management of programs which are not part of the base operating system.[119] Packages are binary files which are extracted, managed and removed using the package tools. On OpenBSD, the source of packages is the ports system, a collection of Makefiles and other infrastructure required to create packages. In OpenBSD, the ports and base operating system are developed and released together for each version: this means that the ports or packages released with, for example, 4.6 are not suitable for use with 4.5 and vice versa.[119]

Songs and artwork

Puffy, the mascot of OpenBSD
3D-rendered, animated OpenBSD mascot Puffy

Initially, OpenBSD used a haloed version of the BSD daemon mascot drawn by Erick Green, who was asked by De Raadt to create the logo for the 2.3 and 2.4 versions of OpenBSD. Green planned to create a full daemon, including head and body, but only the head was completed in time for OpenBSD 2.3. The body as well as pitchfork and tail was completed for OpenBSD 2.4.[120]

OpenBSD 2.3 cover

Subsequent releases used variations such as a police daemon by Ty Semaka,[121] but eventually settled on a pufferfish named Puffy.[122] Since then, Puffy has appeared on OpenBSD promotional material and featured in release songs and artwork.

The promotional material of early OpenBSD releases did not have a cohesive theme or design, but later the CD-ROMs, release songs, posters and tee-shirts for each release have been produced with a single style and theme, sometimes contributed to by Ty Semaka of the Plaid Tongued Devils.[87] These have become a part of OpenBSD advocacy, with each release expounding a moral or political point important to the project, often through parody.[123]

Themes have included Puff the Barbarian in OpenBSD 3.3, which included an 80s rock song and parody of Conan the Barbarian alluding to open documentation,[87]The Wizard of OS in OpenBSD 3.7, related to the project's work on wireless drivers, and Hackers of the Lost RAID, a parody of Indiana Jones referencing the new RAID tools in OpenBSD 3.8.

See also

  • Comparison of BSD operating systems
  • Comparison of free and open-source software licenses
  • Comparison of open-source operating systems
  • KAME project, responsible for OpenBSD's IPv6 support
  • OpenBSD Journal
  • OpenBSD security features
  • OpenBSD version history
  • Security-focused operating system
  • Unix security

Notes

  1. ^ a b Multiple selections were permitted as a user may use multiple BSD variants side by side.
  2. ^ Later renamed to Cybercop Scanner after SNI was purchased by Network Associates.
  3. ^ As of OpenBSD 6.3, either Clang 5.0.1, GCC 4.2.1 or GCC 3.3.6 is shipped, depending on the platform.[80][38]

References

  1. ^ "Package Management". OpenBSD Frequently Asked Questions. Retrieved 1 June 2016.
  2. ^ "Platforms". OpenBSD. Retrieved 3 September 2016.
  3. ^ a b c "Copyright Policy". OpenBSD. Retrieved 13 December 2011.
  4. ^ OpenBSD Project (19 May 2020). "OpenBSD". OpenBSD.org. Retrieved 12 October 2020.
  5. ^ "Murus App, Apple PF for macOS from OpenBSD".
  6. ^ "Android's C Library Has 173 Files of Unchanged OpenBSD Code". Retrieved 8 October 2018.
  7. ^ "LLVM Release License". Retrieved 8 October 2018.
  8. ^ "OpenSSH for Windows". Retrieved 8 October 2018.
  9. ^ Grimes, Roger A. (29 December 2006). "New year's resolution No. 1: Get OpenBSD". InfoWorld.
  10. ^ a b BSD Usage Survey (PDF) (Report). The BSD Certification Group. 31 October 2005. p. 9. Retrieved 16 September 2012.
  11. ^ Glass, Adam (23 December 1994). "Theo De Raadt". netbsd-users (Mailing list).
  12. ^ de Raadt, Theo (29 March 2009). "Archive of the mail conversation leading to Theo de Raadt's departure". Retrieved 15 January 2010.
  13. ^ De Raadt, Theo (18 October 1996). "The OpenBSD 2.0 release". openbsd-announce (Mailing list).
  14. ^ "Announcing – The OpenBSD Foundation". OpenBSD Journal. 26 July 2007.
  15. ^ "OpenBSD PF - Building a Router". Retrieved 8 August 2019.
  16. ^ "Building an OpenBSD wireless access point". Retrieved 8 August 2019.
  17. ^ a b McIntire, Tim (8 August 2006). "Take a closer look at OpenBSD". Developerworks. IBM. Retrieved 13 December 2011.
  18. ^ "AccessEnforcer Model AE800". Calyptix Security. Retrieved 28 May 2016.
  19. ^ "High Resistance Firewall genugate". GeNUA. Retrieved 29 May 2016.
  20. ^ "RTMX O/S IEEE Real Time POSIX Operating Systems". RTMX. Retrieved 13 December 2011. RTMX O/S is a product extension to OpenBSD Unix-like operating system with emphasis on embedded, dedicated applications.
  21. ^ ".vantronix secure system". Compumatica secure networks. Archived from the original on 1 January 2012. Retrieved 13 December 2011. The Next Generation Firewall is not a standalone device, it is a Router for operation in security critical environments with high requirements for availability, comprehensive support as well as reliable and trusted systems powered by OpenBSD.
  22. ^ Dohnert, Roberto J. (21 January 2004), "Review of Windows Services for UNIX 3.5", OSNews, David Adams, archived from the original on 11 February 2008
  23. ^ Reiter, Brian (26 January 2010). "WONTFIX: select(2) in SUA 5.2 ignores timeout". brianreiter.org.
  24. ^ "Microsoft Acquires Softway Systems To Strengthen Future Customer Interoperability Solutions", Microsoft News Center, Microsoft, 17 September 1999
  25. ^ "Milltech Consulting Inc". 2019.
  26. ^ "Core Force", Core Labs, retrieved 13 December 2011, CORE FORCE provides inbound and outbound stateful packet filtering for TCP/IP protocols using a Windows port of OpenBSD's PF firewall, granular file system and registry access control and programs' integrity validation.
  27. ^ a b "About Xenocara". Xenocara. Retrieved 13 December 2011.
  28. ^ Tzanidakis, Manolis (21 April 2006). "Using OpenBSD on the desktop". Linux.com. Archived from the original on 5 May 2012. Retrieved 9 March 2012.
  29. ^ a b Lucas, Michael W. (April 2013). Absolute OpenBSD: Unix for the Practical Paranoid (2nd ed.). San Francisco, California: No Starch Press. ISBN 978-1-59327-476-4.
  30. ^ "OpenPorts.se Statistics". OpenPorts.se. Retrieved 8 February 2018.
  31. ^ a b "OpenBSD 6.0". OpenBSD. Retrieved 1 November 2016.
  32. ^ "The X Windows System". OpenBSD Frequently Asked Questions. Retrieved 22 May 2016. OpenBSD ships with the cwm(1), fvwm(1) and twm(1) window managers, [...]
  33. ^ Varghese, Sam (8 October 2004). "Staying on the cutting edge". The Age. Retrieved 13 December 2011.
  34. ^ Laird, Cameron; Staplin, George Peter (17 July 2003). "The Essence of OpenBSD". ONLamp. Retrieved 13 December 2011.
  35. ^ De Raadt, Theo (19 December 2005). "2.3 release announcement". openbsd-misc (Mailing list). Without [SNI's] support at the right time, this release probably would not have happened.
  36. ^ Wayner, Peter (13 July 2000). "18.3 Flames, Fights, and the Birth of OpenBSD". Free For All: How Linux and the Free Software Movement Undercut the High Tech Titans (1st ed.). HarperBusiness. ISBN 978-0-06-662050-3. Archived from the original on 22 January 2012. Retrieved 13 December 2011.
  37. ^ Miller, Todd C.; De Raadt, Theo (6 June 1999). strlcpy and strlcat - Consistent, Safe, String Copy and Concatenation. USENIX Annual Technical Conference. Monterey, California. Retrieved 13 December 2011.
  38. ^ a b c "gcc-local – local modifications to gcc". OpenBSD manual pages. Retrieved 1 November 2016.
  39. ^ De Raadt, Theo; Hallqvist, Niklas; Grabowski, Artur; Keromytis, Angelos D.; Provos, Niels (6 June 1999). Cryptography in OpenBSD: An Overview. USENIX Annual Technical Conference. Monterey, California. Retrieved 27 May 2016.
  40. ^ "Pledge() - A New Mitigation Mechanism". Retrieved 8 October 2018.
  41. ^ Provos, Niels (9 August 2003). "Privilege Separated OpenSSH". Archived from the original on 2 January 2012. Retrieved 13 December 2011.
  42. ^ "Innovations". OpenBSD. Retrieved 18 May 2016. Privilege separation: [...] The concept is now used in many OpenBSD programs, for example [...] etc.
  43. ^ "Project History and Credits". OpenSSH. Retrieved 13 December 2011.
  44. ^ "SSH usage profiling". OpenSSH. Retrieved 13 December 2011.
  45. ^ Biancuzzi, Federico (18 March 2004). "An Interview with OpenBSD's Marc Espie". ONLamp. Retrieved 13 December 2011.
  46. ^ Internet Security Systems. OpenSSH Remote Challenge Vulnerability, June 26, 2002. Visited December 17, 2005.
  47. ^ A partial list of affected operating systems.
  48. ^ Core Security Technologies' homepage.
  49. ^ Core Security Technologies. OpenBSD's IPv6 mbufs remote kernel buffer overflow. March 13, 2007. Visited March 13, 2007.
  50. ^ Brindle, Joshua (30 March 2008), "Secure doesn't mean anything", Security Blog, retrieved 13 December 2011
  51. ^ "Security". OpenBSD. Retrieved 13 December 2011. Secure by Default.
  52. ^ Wheeler, David A. (3 March 2003). "2.4. Is Open Source Good for Security?". Secure Programming for Linux and Unix HOWTO. Retrieved 13 December 2011.
  53. ^ De Raadt, Theo (14 December 2010). "Allegations regarding OpenBSD IPSEC". openbsd-tech (Mailing list). Retrieved 28 May 2016.
  54. ^ Holwerda, Thom (14 December 2010). "FBI Added Secret Backdoors to OpenBSD IPSEC". OSNews. Retrieved 13 December 2011.
  55. ^ Ryan, Paul (23 December 2010). "OpenBSD code audit uncovers bugs, but no evidence of backdoor". Ars Technica. Retrieved 9 January 2011.
  56. ^ Schwartz, Mathew J. (22 December 2010). "OpenBSD Founder Believes FBI Built IPsec Backdoor". InformationWeek: DARKreading. Archived from the original on 11 July 2017.
  57. ^ Van Sprundel, Ilja (December 2017). "Are all BSDs created equally? — A survey of BSD kernel vulnerabilities".
  58. ^ Van Sprundel, Ilja (July 2017). "Are all BSDs created equally? — A survey of BSD kernel vulnerabilities" (PDF).
  59. ^ "Lecture: A systematic evaluation of OpenBSD's mitigations". December 2019.
  60. ^ "Is OpenBSD secure?". 29 December 2019.
  61. ^ "OpenBSD Supported Platforms". OpenBSD Foundation. Retrieved 14 July 2020.
  62. ^ "OpenBSD 6.7: ids of supported devices". BSD Hardware Project. Retrieved 14 July 2020.
  63. ^ "OpenBSD Hardware Trends". BSD Hardware Project. Retrieved 14 July 2020.
  64. ^ "src/usr.sbin/httpd/". OpenBSD CVSWeb.
  65. ^ "web/obhttpd: OpenBSD http server". Freshports.
  66. ^ "LibreSSL". Retrieved 8 August 2019.
  67. ^ a b "OpenBGPD". Retrieved 8 August 2019.
  68. ^ "OpenIKED". Archived from the original on 14 May 2017. Retrieved 8 August 2019.
  69. ^ "OpenNTPD". Retrieved 8 August 2019.
  70. ^ "OpenSMTPD". Retrieved 8 August 2019.
  71. ^ "OpenSSH". Retrieved 8 August 2019.
  72. ^ "Contents of /stable/10/crypto/openssh/README". svnweb.freebsd.org. Retrieved 19 May 2016. This is the port of OpenBSD's excellent OpenSSH to Linux and other Unices.
  73. ^ "src/crypto/external/bsd/openssh/dist/README – view – 1.4". NetBSD CVS Repositories. Retrieved 19 May 2016.
  74. ^ "dragonfly.git/blob – crypto/openssh/README". gitweb.dragonflybsd.org. Retrieved 19 May 2016. This is the port of OpenBSD's excellent OpenSSH to Linux and other Unices.
  75. ^ "Arch Linux – openssh 7.2p2-1 (x86_64)". Arch Linux. Retrieved 17 May 2016.
  76. ^ "openssh". OpenSUSE. Retrieved 17 May 2016.
  77. ^ "Debian – Details of package openssh-client in jessie". Debian. Retrieved 17 May 2016.
  78. ^ a b c https://cfenollosa.com/blog/openbsd-from-a-veteran-linux-user-perspective.html
  79. ^ De Raadt, Theo (18 June 2013). "An Internet Exchange for Calgary" (PDF). Retrieved 9 October 2018.
  80. ^ a b "clang-local – OpenBSD-specific behavior of LLVM/clang". OpenBSD manual pages. Retrieved 2 February 2018.
  81. ^ a b c d Andrews, Jeremy (2 May 2006). "Interview: Theo de Raadt". KernelTrap. Archived from the original on 24 April 2013.
  82. ^ "OpenBSD's flavors". OpenBSD Frequently Asked Questions. Retrieved 22 May 2016.
  83. ^ "Applying patches in OpenBSD". OpenBSD Frequently Asked Questions. Retrieved 15 May 2016.
  84. ^ "Migrating to OpenBSD". OpenBSD Frequently Asked Questions. Retrieved 4 January 2017.
  85. ^ "Hackathons". OpenBSD. Retrieved 18 May 2016.
  86. ^ "Interview: Theo de Raadt of OpenBSD". NewsForge. 28 March 2006. Retrieved 31 March 2016.
  87. ^ a b c "Release Songs". OpenBSD. Retrieved 22 May 2016.
  88. ^ Chisnall, David (20 January 2006). "BSD: The Other Free UNIX Family". InformIT. Archived from the original on 14 March 2014.
  89. ^ Smith, Jesse (18 November 2013). "OpenBSD 5.4: Puffy on the Desktop". Archived from the original on 30 April 2014.
  90. ^ a b Cranor, Chuck D.; De Raadt, Theo (6 June 1999). Opening the Source Repository with Anonymous CVS. USENIX Annual Technical Conference. Monterey, California. Retrieved 13 December 2011.
  91. ^ Cranor, Chuck D. "Chuck Cranor's Home Page". Retrieved 13 December 2011. I also hosted and helped create the first Anonymous CVS server on the Internet (the original anoncvs.openbsd.org [...]
  92. ^ "Project Goals". OpenBSD. Retrieved 18 May 2016. Integrate good code from any source with acceptable licenses. [...], NDAs are never acceptable.
  93. ^ De Raadt, Theo; Hallqvist, Niklas; Grabowski, Artur; Keromytis, Angelos D.; Provos, Niels (6 June 1999). "Randomness Used Inside the Kernel". Cryptography in OpenBSD: An Overview. USENIX Annual Technical Conference. Monterey, California. Retrieved 1 February 2014.
  94. ^ a b De Raadt, Theo (5 December 2006). "Presentation at OpenCON". OpenBSD. Retrieved 13 December 2011.
  95. ^ Matzan, Jem (15 June 2005). "BSD cognoscenti on Linux". NewsForge. Linux.com. Retrieved 28 May 2016.
  96. ^ Gasperson, Tina (6 June 2001). "OpenBSD and ipfilter still fighting over license disagreement". Linux.com. Archived from the original on 26 June 2008.
  97. ^ "src/usr.sbin/mrinfo/mrinfo.c – view – 1.7". cvsweb.openbsd.org. 31 July 2001. Retrieved 24 May 2016. New license from Xerox! This code is now FREE! Took a while and a lot of mails, but it is worth it.
  98. ^ "src/usr.sbin/map-mbone/mapper.c – view – 1.5". cvsweb.openbsd.org. 31 July 2001. Retrieved 24 May 2016. New license from Xerox! This code is now FREE! Took a while and a lot of mails, but it is worth it.
  99. ^ De Raadt, Theo (24 August 2001). "Re: Why were all DJB's ports removed? No more qmail?". openbsd-misc (Mailing list). Archived from the original on 19 April 2016.
  100. ^ Bernstein, Daniel J. (27 August 2001). "Re: Why were all DJB's ports removed? No more qmail?". openbsd-misc (Mailing list). Archived from the original on 4 February 2012.
  101. ^ Espie, Marc (28 August 2001). "Re: Why were all DJB's ports removed? No more qmail?". openbsd-misc (Mailing list). Archived from the original on 19 April 2016.
  102. ^ Hartmeier, Daniel (10 June 2002). Design and Performance of the OpenBSD Stateful Packet Filter (pf). USENIX Annual Technical Conference. Monterey, California. Retrieved 13 December 2011.
  103. ^ The OpenBSD PF Packet Filter Book: PF for NetBSD, FreeBSD, DragonFly and OpenBSD. Reed Media Services. 2006. ISBN 0-9790342-0-5. Retrieved 19 May 2016.
  104. ^ "New BSD licensed CVS replacement for OpenBSD". Retrieved 9 October 2018.
  105. ^ "pkg-config(1)". Retrieved 9 October 2018.
  106. ^ "OpenBSD Project in Financial Danger". Slashdot. 21 March 2006. Retrieved 12 December 2014.
  107. ^ "Mozilla Foundation Donates $10K to OpenSSH". Slashdot. 4 April 2006. Retrieved 12 December 2014.
  108. ^ "GoDaddy.com Donates $10K to Open Source Development Project". The Hosting News. 19 April 2006. Archived from the original on 11 November 2006.
  109. ^ Beck, Bob (14 January 2014). "Request for Funding our Electricity". openbsd-misc (Mailing list). Retrieved 17 May 2016.
  110. ^ a b Bright, Peter (20 January 2014). "OpenBSD rescued from unpowered oblivion by $20K bitcoin donation". Ars Technica. Retrieved 20 January 2014.
  111. ^ "The OpenBSD Foundation 2014 Fundraising Campaign". OpenBSD Foundation. Retrieved 24 May 2014.
  112. ^ McAllister, Neil (8 July 2015). "Microsoft rains cash on OpenBSD Foundation, becomes top 2015 donor". The Register. Retrieved 27 May 2016.
  113. ^ "Contributors". OpenBSD Foundation. Retrieved 27 May 2016.
  114. ^ "OpenBSD Donors".
  115. ^ "Smartisan Makes Another Iridium Donation to the OpenBSD Foundation". Undeadly.
  116. ^ "Anonymous CVS". OpenBSD. Retrieved 13 December 2011.
  117. ^ "Mirrors". OpenBSD. Retrieved 22 May 2016.
  118. ^ "Orders". OpenBSD. Archived from the original on 19 December 2011. Retrieved 20 May 2016.
  119. ^ a b "Packages and Ports". OpenBSD Frequently Asked Questions. Retrieved 22 May 2016.
  120. ^ "OpenBSD". mckusick.com. Retrieved 12 December 2014.
  121. ^ De Raadt, Theo (19 May 1999). "OpenBSD 2.5 Release Announcement". openbsd-announce (Mailing list). Archived from the original on 14 March 2014. OpenBSD 2.5 introduces the new Cop daemon image done by cartoonist Ty Semeka.
  122. ^ "OpenBSD 2.7". OpenBSD. Retrieved 22 May 2016.
  123. ^ Matzan, Jem (1 December 2006). "OpenBSD 4.0 review". Software in Review. Retrieved 13 December 2011. Each OpenBSD release has a graphical theme and a song that goes with it. The theme reflects a major concern that the OpenBSD programmers are addressing or bringing to light.

By: Wikipedia.org
Edited: 2021-06-18 18:44:44
Source: Wikipedia.org