Eric Allman

Last updated
Eric Paul Allman
Eric Allman 2018.jpg
Born (1955-09-02) September 2, 1955 (age 67)
Education University of California, Berkeley
Occupation Programmer
EmployerSendmail
Known for Sendmail
TitleChief Science Officer
Spouse Marshall Kirk McKusick

Eric Paul Allman (born September 2, 1955) is an American computer programmer who developed sendmail and its precursor delivermail in the late 1970s and early 1980s at UC Berkeley. In 1998, Allman and Greg Olson co-founded the company Sendmail, Inc. [1]

Contents

Education and training

Born in El Cerrito, California, Allman knew from an early age that he wanted to work in computing, He used to break into his high school's mainframe and later used the UC Berkeley computing center for his computing needs. In 1973, he entered UC Berkeley, just as the Unix operating system began to become popular in academic circles. [2] He earned B.S. and M.S. degrees from UC Berkeley in 1977 and 1980 respectively.

Sendmail and Syslog

As the Unix source code was available at Berkeley, the local hackers quickly made many extensions to the AT&T code. One such extension was delivermail , which in 1981 turned into sendmail . As an MTA, it was designed to deliver email over the still relatively small (as compared to today's Internet) ARPANET, which consisted of many smaller networks with vastly differing formats for e-mail headers.

Sendmail soon became an important part of the Berkeley Software Distribution (BSD) and it used to be the most widely used MTA on Unix based systems, despite its somewhat complex configuration syntax and frequent abuse by Internet telemarketing firms. In 1998, Allman and Greg Olson founded Sendmail, Inc., headquartered in Emeryville, California, to do proprietary work on improving sendmail.

The logging format used by the MTA, known as syslog, was at first used solely by sendmail, but eventually became an unofficial standard format used by other unrelated programs for logging. Later, this format was made official by RFC   3164 in 2001; however, the original format has been made obsolete by the most recent revision, RFC   5424.

Other contributions

Allman is credited with popularizing the Allman indent style, also known as BSD indent style. [3] He ported a Fortran version of Super Star Trek to the C programming language, which later became BSD Trek, and is still included in various Linux distributions as part of the classic bsdgames package. [4]

He was awarded the Telluride Tech Festival Award of Technology in August, 2006 in Telluride, Colorado. In 2009 he was recognized as a Distinguished Engineer by the Association for Computing Machinery. [5] In April 2014 he was inducted into the Internet Hall of Fame. [6]

Personal life

Allman, who is gay, lives in Berkeley, California, with Marshall Kirk McKusick, who had been his partner for more than 30 years before they got married in October 2013. [7] The two first met in graduate school. McKusick is a lead developer of BSD. [8]

There is some sort of perverse pleasure in knowing that it's basically impossible to send a piece of hate mail through the Internet without its being touched by a gay program. That's kind of funny. [9]

Eric Allman

Related Research Articles

<span class="mw-page-title-main">Bill Joy</span> American computer scientist

William Nelson Joy is an American computer engineer and venture capitalist. He co-founded Sun Microsystems in 1982 along with Scott McNealy, Vinod Khosla, and Andy Bechtolsheim, and served as Chief Scientist and CTO at the company until 2003.

The Simple Mail Transfer Protocol (SMTP) is an Internet standard communication protocol for electronic mail transmission. Mail servers and other message transfer agents use SMTP to send and receive mail messages. User-level email clients typically use SMTP only for sending messages to a mail server for relaying, and typically submit outgoing email to the mail server on port 587 or 465 per RFC 8314. For retrieving messages, IMAP is standard, but proprietary servers also often implement proprietary protocols, e.g., Exchange ActiveSync.

<span class="mw-page-title-main">Sendmail</span> Open-source mail transfer agent

Sendmail is a general purpose internetwork email routing facility that supports many kinds of mail-transfer and delivery methods, including the Simple Mail Transfer Protocol (SMTP) used for email transport over the Internet.

The Unix file system (UFS) is a family of file systems supported by many Unix and Unix-like operating systems. It is a distant descendant of the original filesystem used by Version 7 Unix.

USL v. BSDi was a lawsuit brought in the United States in 1992 by Unix System Laboratories against Berkeley Software Design, Inc and the Regents of the University of California over intellectual property related to the Unix operating system; a culmination of the Unix wars. The case was settled out of court in 1994 after the judge expressed doubt in the validity of USL's intellectual property, with Novell and the University agreeing not to litigate further over the Berkeley Software Distribution (BSD).

<span class="mw-page-title-main">UNIX System V</span> Early commercial UNIX operating system

Unix System V is one of the first commercial versions of the Unix operating system. It was originally developed by AT&T and first released in 1983. Four major versions of System V were released, numbered 1, 2, 3, and 4. System V Release 4 (SVR4) was commercially the most successful version, being the result of an effort, marketed as Unix System Unification, which solicited the collaboration of the major Unix vendors. It was the source of several common commercial Unix features. System V is sometimes abbreviated to SysV.

In computing, mmap(2) is a POSIX-compliant Unix system call that maps files or devices into memory. It is a method of memory-mapped file I/O. It implements demand paging because file contents are not immediately read from disk and initially use no physical RAM at all. The actual reads from disk are performed after a specific location is accessed, in a lazy manner. After the mapping is no longer needed, the pointers must be unmapped with munmap(2). Protection information—for example, marking mapped regions as executable—can be managed using mprotect(2), and special treatment can be enforced using madvise(2).

The Berkeley r-commands are a suite of computer programs designed to enable users of one Unix system to log in or issue commands to another Unix computer via TCP/IP computer network. The r-commands were developed in 1982 by the Computer Systems Research Group at the University of California, Berkeley, based on an early implementation of TCP/IP.

<span class="mw-page-title-main">Computer Systems Research Group</span> Former American research group at University of California, Berkeley

The Computer Systems Research Group (CSRG) was a research group at the University of California, Berkeley that was dedicated to enhancing AT&T Unix operating system and funded by Defense Advanced Research Projects Agency.

<span class="mw-page-title-main">Keith Bostic (software engineer)</span> American software engineer

Keith Bostic is an American software engineer and one of the key people in the history of Berkeley Software Distribution (BSD) Unix and open-source software.

BSD/OS is a discontinued proprietary version of the BSD operating system developed by Berkeley Software Design, Inc. (BSDi).

<span class="mw-page-title-main">Berkeley Software Design</span>

Berkeley Software Design, Inc., was a corporation which developed, sold licenses for, and supported BSD/OS, a commercial and partially proprietary variant of the BSD Unix operating system for PC compatible computer systems. The name was chosen for its similarity to "Berkeley Software Distribution" the source of its primary product.

In computing, syslog is a standard for message logging. It allows separation of the software that generates messages, the system that stores them, and the software that reports and analyzes them. Each message is labeled with a facility code, indicating the type of system generating the message, and is assigned a severity level.

<span class="mw-page-title-main">Özalp Babaoğlu</span> Turkish computer scientist

Özalp Babaoğlu, is a Turkish computer scientist. He is currently professor of computer science at the University of Bologna, Italy. He received a Ph.D. in 1981 from the University of California at Berkeley. He is the recipient of 1982 Sakrison Memorial Award, 1989 UNIX International Recognition Award and 1993 USENIX Association Lifetime Achievement Award for his contributions to the UNIX system community and to Open Industry Standards. Before moving to Bologna in 1988, Babaoğlu was an associate professor in the Department of Computer Science at Cornell University. He has participated in several European research projects in distributed computing and complex systems. Babaoğlu is an ACM Fellow, a resident fellow of the Institute of Advanced Studies at the University of Bologna and has served on the editorial boards for ACM Transactions on Computer Systems, ACM Transactions on Autonomous and Adaptive Systems and Springer-Verlag Distributed Computing.

<span class="mw-page-title-main">Marshall Kirk McKusick</span> American computer scientist

Marshall Kirk McKusick is a computer scientist, known for his extensive work on BSD UNIX, from the 1980s to FreeBSD in the present day. He was president of the USENIX Association from 1990 to 1992 and again from 2002 to 2004, and still serves on the board. He is on the editorial board of ACM Queue Magazine. He is known to friends and colleagues as "Kirk".

<span class="mw-page-title-main">Berkeley Software Distribution</span> Unix operating system

The Berkeley Software Distribution or Berkeley Standard Distribution (BSD) is a discontinued operating system based on Research Unix, developed and distributed by the Computer Systems Research Group (CSRG) at the University of California, Berkeley. The term "BSD" commonly refers to its open-source descendants, including FreeBSD, OpenBSD, NetBSD, and DragonFly BSD.

<span class="mw-page-title-main">Unix</span> Family of computer operating systems

Unix is a family of multitasking, multi-user computer operating systems that derive from the original AT&T Unix, whose development started in 1969 at the Bell Labs research center by Ken Thompson, Dennis Ritchie, and others.

<span class="mw-page-title-main">Unix filesystem</span> Directory structure used by a Unix-like operating system

In Unix and operating systems inspired by it, the file system is considered a central component of the operating system. It was also one of the first parts of the system to be designed and implemented by Ken Thompson in the first experimental version of Unix, dated 1969.

The history of email entails an evolving set of technologies and standards that culminated in the email systems in use today.

The History of the Berkeley Software Distribution begins in the 1970s.

References

  1. "Sendmail, Inc Company Information". Archived from the original on 15 January 2013. Retrieved 13 January 2013.
  2. Leonard, Andrew. "You've got sendmail". Salon.com. Archived from the original on 2007-06-30. Retrieved 2007-08-20.
  3. "Indent style". The Jargon File. Retrieved 2007-08-20.
  4. "Star Trek: The original computer game". The Register .
  5. "ACM Names 84 Distinguished Members for Advances in Computing Technology". Association for Computing Machinery. Archived from the original on 14 January 2010. Retrieved 27 December 2013.
  6. "Inductees – Eric Allman". Internet Hall of Fame .
  7. McKusick, Kirk. "Kirk McKusick's Family and Friends". mckusick.com. Marshall Kirk McKusick. Retrieved 14 March 2015.
  8. Friess, Steve (3 March 1998). "What a connection - gay couple's contributions to information technology - Special Cyber Report". The Advocate. Scholar search. Archived from the original on 16 December 2004. Retrieved 2007-09-24.
  9. The Advocate, 3 March 1998, p. 41.