About: UUCP is a research topic. Over the lifetime, 38 publications have been published within this topic receiving 792 citations. The topic is also known as: Unix-to-Unix Copy Protocol.
TL;DR: This book brings together for the first time the philosophy, design patterns, tools, culture, and traditions that make UNIX home to the world's best and most innovative software, and shows how these are carried forward in Linux and today's open-source movement.
Abstract: "Reading this book has filled a gap in my education. I feel a sense of completion, understand that UNIX is really a style of community. Now I get it, at least I get it one level deeper than I ever did before. This book came at a perfect moment for me, a moment when I shifted from visualizing programs as things to programs as the shadows cast by communities. From this perspective, Eric makes UNIX make perfect sense." --Kent Beck, author of Extreme Programming Explained, Test Driven Development, and Contributing to Eclipse"A delightful, fascinating read, and the lessons in problem-solvng are essential to every programmer, on any OS." --Bruce Eckel, author of Thinking in Java and Thinking in C++Writing better software: 30 years of UNIX development wisdomIn this book, five years in the making, the author encapsulates three decades of unwritten, hard-won software engineering wisdom. Raymond brings together for the first time the philosophy, design patterns, tools, culture, and traditions that make UNIX home to the world's best and most innovative software, and shows how these are carried forward in Linux and today's open-source movement. Using examples from leading open-source projects, he shows UNIX and Linux programmers how to apply this wisdom in building software that's more elegant, more portable, more reusable, and longer-lived.Raymond incorporates commentary from thirteen UNIX pioneers: Ken Thompson, the inventor of UNIX. Ken Arnold, part of the group that created the 4BSD UNIX releases and co-author of The Java Programming Language. Steven M. Bellovin, co-creator of Usenet and co-author of Firewalls and Internet Security. Stuart Feldman, a member of the Bell Labs UNIX development group and the author of make and f77. Jim Gettys and Keith Packard, principal architects of the X windowing system. Steve Johnson, author of yacc and of the Portable C Compiler. Brian Kernighan, co-author of The C Programming Language, The UNIX Programming Environment, The Practice of Programming, and of the awk programming language. David Korn, creator of the korn shell and author of The New Korn Shell Command and Programming Language. Mike Lesk, a member of the Bell Labs development group and author of the ms macro package, the tbl and refer tools,lex and UUCP. Doug McIlroy, Director of the Bell Labs research group where UNIX was born and inventor of the UNIX pipe. Marshall Kirk McKusick, developer of the 4.2BSD fast filesystem and a leader of the 4.3BSD and 4.4BSD teams. Henry Spencer, a leader among early UNIX developers, who created getopt, the first open-source string library, and a regular-expression engine used in 4.4BSD.
TL;DR: This RFC describes a mechanism to allow the DNS to carry location information about hosts, networks, and subnets, as well as a new DNS RR type for experimental purposes.
Abstract: This memo defines a new DNS RR type for experimental purposes. This RFC describes a mechanism to allow the DNS to carry location information about hosts, networks, and subnets. Such information for a small subset of hosts is currently contained in the flat-file UUCP maps. However, just as the DNS replaced the use of HOSTS.TXT to carry host and network address information, it is possible to replace the UUCP maps as carriers of location information.
TL;DR: This volume tells system administrators how to make their UNIX system - either System V or BSD - as secure as it possibly can be without going to trusted system technology.
Abstract: This volume tells system administrators how to make their UNIX system - either System V or BSD - as secure as it possibly can be without going to trusted system technology. The book describes UNIX concepts and how they enforce security, tells how to defend against and handle security breaches, and explains network security (including UUCP, NFS, Kerberos, and firewall machines) in detail.
TL;DR: In this article, a system and method is provided which allows users of an OSI mail handling system the advantage of communicating with users of other mail handling systems and utilizing the functionality associated with the OSI system.
Abstract: A system and method is provided which allows users of an OSI mail handling system the advantage of communicating with users of other mail handling systems and utilizing the functionality associated with the OSI system. The functionality of a RFC-987 gateway is extended to provide, in addition to a straight conversion function, full OSI mail handling functions. A conventional mail handler is extended to allow for both OSI mail and conventional mail originating from a user of any mail system to be processed, thus providing a common interface for mail system users. Further, the sendmail component has now been enabled to recognize OSI addresses and route the associated messages to the appropriate destination. Mixed mode addressing has also been extended to include OSI type addresses in an address string that may contain components from several different networks, e.g. TCP/IP, UUCP.
TL;DR: The performance of the DRCS system has been closely monitored, and the results of this monitoring will be used to provide ideas for improvements which will be incorporated into version 2 of the system.
Abstract: This paper describes a distributed revision control system (DRCS) that is suitable for use in wide area networks. A selective amount of replication is used to improve performance. The system was developed as an extension to an existing revision control system (RCS). DRCS runs on various versions of the UNIX* system. It uses the UUCP communication protocol, but it can be easily adapted to use another communications protocol. The system has been used as a tool to control the source files for a document that is being jointly authored by two persons who are geographically separated by over 200 km. The performance of the system has been closely monitored, and the results of this monitoring will be used to provide ideas for improvements which will be incorporated into version 2 of the system