OpenBSD

OpenBSD
Puffy, the pufferfish mascot of OpenBSD posing in the official logo.
Free, Functional, and Secure
OpenBSD 6.1 default desktop with various utilities: Top, Xterm, Xclock, Calculator, GlxGears
Developer The OpenBSD Project
Written in C, assembly, Perl, Unix shell
OS family Unix-like (BSD)
Working state Current
Source model Open-source
Initial release 1 October 1996 (1996-10-01)
Latest release 6.4 (18 October 2018 (2018-10-18)) [±]
Package manager OpenBSD package tools[1]
Platforms Alpha, x86-64, ARMv7, ARMv8 (64-bit), PA-RISC, IA-32, LANDISK, Omron LUNA-88K, MIPS64, PowerPC, SPARC64[2]
Kernel type Monolithic
Userland BSD
Default user interface Modified pdksh, X11 (FVWM)
License BSD, ISC, other permissive licenses[3]
Official website openbsd.org

OpenBSD is a free and open-source security-focused operating system based on the Berkeley Software Distribution (BSD), a Unix derivative developed at the University of California, Berkeley. OpenBSD was created in 1995, when project founder Theo de Raadt forked the codebase from NetBSD.

According to De Raadt, OpenBSD is a research operating system for developing new security mitigations.[4] Because of the project’s emphasis on code quality, its components are widely reused in other software projects. For example, Android uses its C standard library,[5] LLVM uses its regular expression library,[6] and Windows 10 uses OpenSSH with LibreSSL, the project's fork of OpenSSL.[7]

Many OpenBSD security features are either missing or inactive by default in other operating systems.[8] According to author Michael W. Lucas, OpenBSD is "widely regarded as the most secure operating system available anywhere, under any licensing terms."[9]:xxix

De Raadt coordinates the project from his home in Calgary, Alberta, Canada. In addition to the operating system itself, the project maintains portable versions of many subsystems (such as OpenSSH), which are available as packages for other operating systems. Its logo and mascot is a pufferfish named Puffy.

The name OpenBSD refers to the fact that the source code is freely available on the Internet. It also refers to the wide range of hardware platforms the system supports.[10]

History

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

In December 1994, Theo de Raadt was asked to resign from the NetBSD core team and his access to the source code repository was revoked. The reason for this is not entirely clear, although there are claims that it was due to personality clashes within the NetBSD project and on its mailing lists.[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 followed a schedule of a release every six months, each of which is supported for one year.

On 25 July 2007, 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% used OpenBSD,[11] behind FreeBSD with 77% and ahead of NetBSD with 16%.[n 1]

Use cases

OpenBSD startup in console mode
OpenBSD console login and welcome message

Workstations

OpenBSD ships with Xenocara,[15] an implementation of the X Window System, and is suitable for use as a workstation.[16][17]:xl As of September 2018, OpenBSD includes approximately 8000 packages in its software repository,[18] including desktop environments such as GNOME, Plasma 4 and Xfce, and web browsers such as Firefox and Chromium.[19] The project also includes three window managers in the main distribution: cwm, FVWM (part of the default configuration for Xenocara), and twm.[20]

Security appliances

OpenBSD's security enhancements, built-in cryptography, and the PF (packet filter) suit it for use in the security industry, such as on firewalls,[21] intrusion-detection systems, and VPN gateways.

Proprietary systems from several manufacturers are based on OpenBSD, including devices from Armorlogic (Profense web application firewall), Calyptix Security,[22] GeNUA,[23] RTMX,[24] and .vantronix.[25] Later versions of Microsoft's Services for UNIX, an extension to the Windows operating system providing Unix-like functionality, use large amounts of OpenBSD code.[26]

Servers

OpenBSD features a full server suite and can be easily 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 (SNI).[27][28] They were developing a "network security auditing tool" called Ballista,[n 2] which was intended to find and attempt to exploit possible software security flaws. This coincided with De Raadt's own interest in security, so for a time the two cooperated, a relationship that was of particular usefulness leading up to the release of OpenBSD 2.3[29] and helped to define security as the focal point of the project.[30]

OpenBSD includes features designed to improve security, such as:

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.[34] 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.[35]

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

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."[38]

The default install is quite minimal, which the project states is to ensure novice users "do not need to become security experts overnight",[8] which fits with open-source and code auditing practices considered important elements of a security system.[39]

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 previously 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.[40][41] 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 were found.[42] 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."[43]

Subprojects

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

Some subsystems have been integrated into other BSD operating systems,[44][45][46] while many are available as packages for use in other Unix-like systems.[47][48][49]

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".[50] 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".[50] 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.[50]

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

Third-party components

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

OpenBSD formerly included a fork of Apache 1.3, later replaced by Nginx. In the 5.6 release, Nginx was replaced with httpd, an HTTP server with FastCGI and TLS support.[53] As of May 2018, Apache and Nginx are still available as ports.[54][55]

Development

OpenBSD developers at c2k1 hackathon at MIT

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.[17]:xxxv Two official releases are made per year, with the version number incremented by 0.1,[56] and these are each supported for twelve months (two release cycles).[57] 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.[58] 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.[59]

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,[60] where they "sit down and code", emphasizing productivity.[61]

Most new releases include a song.[62]

The OpenBSD Foundation was accepted as a mentoring organization for the 2014 Google Summer of Code.[63][64]

Open source and open documentation

OpenBSD is known for its high-quality documentation, considered the best among the BSD operating systems, all of which emphasize correct documentation.[65][66]

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.[67] Chuck Cranor[68] 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.[67]

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

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.[21]

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.[70] 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."[71] 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."[71]

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.[72]

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.[73] 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.[74][75] 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.[76][77][78]

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[79] and is now available in many other operating systems.[80] OpenBSD developers have also replaced GPL-licensed tools (such as CVS, diff, grep and pkg-config) with permissively licensed equivalents.[81][82]

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."[56]

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.[56]

In 2006, the OpenBSD project experienced financial difficulties.[83] The Mozilla Foundation[84] and GoDaddy[85] 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!"[56]

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.[86] The project soon received a US$20,000 donation from Mircea Popescu, the Romanian creator of the MPEx bitcoin stock exchange, paid in bitcoins.[87] The project raised US$150,000[88] in response to the appeal, enabling it to pay its bills and securing its short-term future.[87] Since 2014, several large contributions to the OpenBSD Foundation have come from corporations such as Microsoft,[89] Facebook, and Google as well as the Core Infrastructure Initiative.[90]

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

Distribution

OpenBSD is freely available in various ways: the source can be retrieved by anonymous CVS,[93] and binary releases and development snapshots can be downloaded by FTP, HTTP, and rsync.[94] 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.[95] Beginning with version 6.1, CD-ROM sets are no longer released.

In common with other operating systems, OpenBSD provides a package management system for easy installation and management of programs which are not part of the base operating system.[96] 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.[96]

Songs and artwork

Animated OpenBSD mascot Puffy, 3D-rendered with Blender.

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.[97]

Subsequent releases used variations such as a police daemon by Ty Semaka,[98] but eventually settled on a pufferfish named Puffy.[99][n 4] 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.[62] These have become a part of OpenBSD advocacy, with each release expounding a moral or political point important to the project, often through parody.[100]

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,[62] 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

Notes

  1. 1 2 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.[52][32]
  4. Pufferfish do not, in fact, possess spikes; images of Puffy are closer to a similar species, the porcupinefish.

References

  1. "Package Management". OpenBSD Frequently Asked Questions. Retrieved 1 June 2016.
  2. "Platforms". OpenBSD. Retrieved 3 September 2016.
  3. 1 2 3 "Copyright Policy". OpenBSD. Retrieved 13 December 2011.
  4. "Pledge() - A New Mitigation Mechanism". Retrieved 8 October 2018.
  5. "Android's C Library Has 173 Files of Unchanged OpenBSD Code". Retrieved 8 October 2018.
  6. "LLVM Release License". Retrieved 8 October 2018.
  7. "OpenSSH for Windows". Retrieved 8 October 2018.
  8. 1 2 "Security". OpenBSD. Retrieved 13 December 2011. Secure by Default.
  9. Lucas, Michael W. (2013). Absolute OpenBSD: Unix for the practical paranoid (2nd ed.). San Francisco: No Starch Press. ISBN 978-1-59327-476-4.
  10. Grimes, Roger A. (29 December 2006). "New year's resolution No. 1: Get OpenBSD". InfoWorld.
  11. 1 2 BSD Usage Survey (PDF) (Report). The BSD Certification Group. 31 October 2005. p. 9. Retrieved 16 September 2012.
  12. Glass, Adam (23 December 1994). "Theo De Raadt". netbsd-users (Mailing list).
  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. "About Xenocara". Xenocara. Retrieved 13 December 2011.
  16. Tzanidakis, Manolis (21 April 2006). "Using OpenBSD on the desktop". Linux.com. Retrieved 9 March 2012.
  17. 1 2 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.
  18. "OpenPorts.se Statistics". OpenPorts.se. Retrieved 8 February 2018.
  19. 1 2 "OpenBSD 6.0". OpenBSD. Retrieved 1 November 2016.
  20. "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, [...]
  21. 1 2 McIntire, Tim (8 August 2006). "Take a closer look at OpenBSD". Developerworks. IBM. Retrieved 13 December 2011.
  22. "AccessEnforcer Model AE800". Calyptix Security. Retrieved 28 May 2016.
  23. "High Resistance Firewall genugate". GeNUA. Retrieved 29 May 2016.
  24. "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.
  25. ".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.
  26. Dohnert, Roberto J. (21 January 2004). "Review of Windows Services for UNIX 3.5". OSNews. David Adams.
  27. Varghese, Sam (8 October 2004). "Staying on the cutting edge". The Age. Retrieved 13 December 2011.
  28. Laird, Cameron; Staplin, George Peter (17 July 2003). "The Essence of OpenBSD". ONLamp. Retrieved 13 December 2011.
  29. 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.
  30. 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 14 January 2012. Retrieved 13 December 2011.
  31. 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.
  32. 1 2 3 "gcc-local – local modifications to gcc". OpenBSD manual pages. Retrieved 1 November 2016.
  33. 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.
  34. Provos, Niels (9 August 2003). "Privilege Separated OpenSSH". Retrieved 13 December 2011.
  35. "Innovations". OpenBSD. Retrieved 18 May 2016. Privilege separation: [...] The concept is now used in many OpenBSD programs, for example [...] etc.
  36. "Project History and Credits". OpenSSH. Retrieved 13 December 2011.
  37. "SSH usage profiling". OpenSSH. Retrieved 13 December 2011.
  38. Biancuzzi, Federico (18 March 2004). "An Interview with OpenBSD's Marc Espie". ONLamp. Retrieved 13 December 2011.
  39. 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.
  40. De Raadt, Theo (14 December 2010). "Allegations regarding OpenBSD IPSEC". openbsd-tech (Mailing list). Retrieved 28 May 2016.
  41. Holwerda, Thom (14 December 2010). "FBI Added Secret Backdoors to OpenBSD IPSEC". OSNews. Retrieved 13 December 2011.
  42. Ryan, Paul (23 December 2010). "OpenBSD code audit uncovers bugs, but no evidence of backdoor". Ars Technica. Retrieved 9 January 2011.
  43. Mathew J. Schwartz (22 December 2010). "OpenBSD Founder Believes FBI Built IPsec Backdoor". InformationWeek: DARKreading. Archived from the original on 11 July 2017.
  44. "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.
  45. "src/crypto/external/bsd/openssh/dist/README – view – 1.4". NetBSD CVS Repositories. Retrieved 19 May 2016.
  46. "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.
  47. "Arch Linux – openssh 7.2p2-1 (x86_64)". Arch Linux. Retrieved 17 May 2016.
  48. "openssh". OpenSUSE. Retrieved 17 May 2016.
  49. "Debian – Details of package openssh-client in jessie". Debian. Retrieved 17 May 2016.
  50. 1 2 3 https://cfenollosa.com/blog/openbsd-from-a-veteran-linux-user-perspective.html
  51. de Raadt, Theo (18 June 2013). "An Internet Exchange for Calgary" (PDF). Retrieved 9 October 2018.
  52. 1 2 "clang-local – OpenBSD-specific behavior of LLVM/clang". OpenBSD manual pages. Retrieved 2 February 2018.
  53. "httpd – HTTP daemon". OpenBSD manual pages. Retrieved 1 November 2016.
  54. "OpenBSD ports ∴ www/apache-httpd,-main". ports.su. Retrieved 13 May 2018.
  55. "OpenBSD ports ∴ www/nginx". ports.su. Retrieved 13 May 2018.
  56. 1 2 3 4 Andrews, Jeremy (2 May 2006). "Interview: Theo de Raadt". KernelTrap. Archived from the original on 24 April 2013.
  57. "OpenBSD's flavors". OpenBSD Frequently Asked Questions. Retrieved 22 May 2016.
  58. "Applying patches in OpenBSD". OpenBSD Frequently Asked Questions. Retrieved 15 May 2016.
  59. "Migrating to OpenBSD". OpenBSD Frequently Asked Questions. Retrieved 4 January 2017.
  60. "Hackathons". OpenBSD. Retrieved 18 May 2016.
  61. "Interview: Theo de Raadt of OpenBSD". NewsForge. 28 March 2006. Retrieved 31 March 2016.
  62. 1 2 3 "Release Songs". OpenBSD. Retrieved 22 May 2016.
  63. Beck, Bob (25 February 2014). "Google Summer of Code 2014". openbsd-misc (Mailing list). Retrieved 4 March 2014.
  64. "GSOC 2014 with the OpenBSD Foundation". Google Summer of Code 2014. Retrieved 4 March 2014.
  65. Chisnall, David (20 January 2006). "BSD: The Other Free UNIX Family". InformIT. Archived from the original on 14 March 2014.
  66. Smith, Jesse (18 November 2013). "OpenBSD 5.4: Puffy on the Desktop". Archived from the original on 30 April 2014.
  67. 1 2 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.
  68. 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 [...]
  69. "Project Goals". OpenBSD. Retrieved 18 May 2016. Integrate good code from any source with acceptable licenses. [...], NDAs are never acceptable.
  70. 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.
  71. 1 2 De Raadt, Theo (5 December 2006). "Presentation at OpenCON". OpenBSD. Retrieved 13 December 2011.
  72. Matzan, Jem (15 June 2005). "BSD cognoscenti on Linux". NewsForge. Linux.com. Retrieved 28 May 2016.
  73. Gasperson, Tina (6 June 2001). "OpenBSD and ipfilter still fighting over license disagreement". Linux.com. Archived from the original on 26 June 2008.
  74. "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.
  75. "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.
  76. 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.
  77. 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.
  78. 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.
  79. 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.
  80. The OpenBSD PF Packet Filter Book: PF for NetBSD, FreeBSD, DragonFly and OpenBSD. Reed Media Services. ISBN 0-9790342-0-5. Retrieved 19 May 2016.
  81. "New BSD licensed CVS replacement for OpenBSD". Retrieved 9 October 2018.
  82. "pkg-config(1)". Retrieved 9 October 2018.
  83. "OpenBSD Project in Financial Danger". Slashdot. 21 March 2006. Retrieved 12 December 2014.
  84. "Mozilla Foundation Donates $10K to OpenSSH". Slashdot. 4 April 2006. Retrieved 12 December 2014.
  85. "GoDaddy.com Donates $10K to Open Source Development Project". The Hosting News. 19 April 2006. Archived from the original on 11 November 2006.
  86. Beck, Bob (14 January 2014). "Request for Funding our Electricity". openbsd-misc (Mailing list). Retrieved 17 May 2016.
  87. 1 2 Bright, Peter (20 January 2014). "OpenBSD rescued from unpowered oblivion by $20K bitcoin donation". Ars Technica. Retrieved 20 January 2014.
  88. "The OpenBSD Foundation 2014 Fundraising Campaign". OpenBSD Foundation. Retrieved 24 May 2014.
  89. McAllister, Neil (8 July 2015). "Microsoft rains cash on OpenBSD Foundation, becomes top 2015 donor". The Register. Retrieved 27 May 2016.
  90. "Contributors". OpenBSD Foundation. Retrieved 27 May 2016.
  91. "OpenBSD Donors".
  92. "Smartisan Makes Another Iridium Donation to the OpenBSD Foundation". Undeadly.
  93. "Anonymous CVS". OpenBSD. Retrieved 13 December 2011.
  94. "Mirrors". OpenBSD. Retrieved 22 May 2016.
  95. "Orders". OpenBSD. Retrieved 20 May 2016.
  96. 1 2 "Packages and Ports". OpenBSD Frequently Asked Questions. Retrieved 22 May 2016.
  97. "OpenBSD". mckusick.com. Retrieved 12 December 2014.
  98. 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.
  99. "OpenBSD 2.7". OpenBSD. Retrieved 22 May 2016.
  100. 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.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.