djbdns 1:1.05-8ubuntu1 source package in Ubuntu

Changelog

djbdns (1:1.05-8ubuntu1) oneiric; urgency=low

  * Apply patch from Michael Lueck resolving missing users as per
    upstream author's guidelines. (LP: #518393)
 -- Daniel T Chen <email address hidden>   Wed, 03 Aug 2011 16:46:27 -0400

Upload details

Uploaded by:
Daniel T Chen
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe net
Trusty release universe net
Precise release universe net

Downloads

File Size SHA-256 Checksum
djbdns_1.05.orig.tar.gz 83.6 KiB 3ccd826a02f3cde39be088e1fc6aed9fd57756b8f970de5dc99fcd2d92536b48
djbdns_1.05-8ubuntu1.diff.gz 55.3 KiB cc1c736b2bd6b97e1639431b54072e03aa7388a76e71843ba21a89a26494e77f
djbdns_1.05-8ubuntu1.dsc 1.0 KiB 2ac2a52a250f0df956e8cc3913017b06617d24cbbb73f55f6410654a80d04dc3

Available diffs

View changes file

Binary packages built by this source

dbndns: No summary available for dbndns in ubuntu vivid.

No description available for dbndns in ubuntu vivid.

djbdns: a collection of Domain Name System tools

 This package includes software for all the fundamental DNS operations:
 .
 DNS cache: finding addresses of Internet hosts. When a browser wants to
 contact www.hotwired.com, it first asks a DNS cache, such as djbdns's
 dnscache, to find the IP address of www.hotwired.com. Internet service
 providers run dnscache to find IP addresses requested by their customers.
 If you're running a home computer or a workstation, you can run your own
 dnscache to speed up your web browsing.
 .
 DNS server: publishing addresses of Internet hosts. The IP address of
 www.hotwired.com is published by HotWired's DNS servers. djbdns includes
 a general-purpose DNS server, tinydns; network administrators run tinydns
 to publish the IP addresses of their computers. djbdns also includes
 special-purpose servers for publishing DNS walls and RBLs.
 .
 DNS client: talking to a DNS cache. djbdns includes a DNS client C
 library and several command-line DNS client utilities. Programmers use
 these tools to send requests to DNS caches.
 .
 djbdns also includes several DNS debugging tools, notably dnstrace, which
 administrators use to diagnose misconfigured remote servers.
 .
 See http://cr.yp.to/djbdns.html

dnscache-run: djbdns dnscache service

 This package automatically sets up the djbdns package to provide a
 dnscache service, listening on 127.0.0.1 by default.