aboutsummaryrefslogtreecommitdiff
path: root/dns/skadns
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-2/+0
| | | | Notes: svn path=/head/; revision=161363
* - Add SHA256 checksums to my portsSergei Kolobov2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149422
* - Update to 0.25Sergei Kolobov2004-06-102-4/+3
| | | | Notes: svn path=/head/; revision=111232
* SIZE *DOES* MATTER.Sergei Kolobov2004-01-301-0/+1
| | | | Notes: svn path=/head/; revision=99525
* Fix plist and bump PORTREVISIONKris Kennaway2004-01-302-0/+2
| | | | Notes: svn path=/head/; revision=99502
* - Update to 0.24Sergei Kolobov2004-01-023-15/+17
| | | | Notes: svn path=/head/; revision=97129
* Add skadns 0.23:Sergei Kolobov2004-01-014-0/+97
Skadns is a kind of an Asynchronous DNS client software: - Kind of: it's small. Really small. But it just works. - Asynchronous: all DNS operations are non-blocking. - DNS client software: it's a DNS client, what you may know as a "stub resolver". To perform full DNS resolution, you will still need a full resolver like dnscache. The skadns library offers a simple API to make asynchronous DNS queries. The skadnsip, skadnsmx and skadnsfilter commands are examples of how to use that API. They are mainly there for their source code. The skadnsd daemon, usable as a child process or as a separate service, handles the grunt work of DNS querying and makes the network completely invisible to the client. Author: Laurent G. Bercot <ska-skaware@skarnet.org> WWW: http://www.skarnet.org/software/skadns/ Notes: svn path=/head/; revision=97051