CurveDNS is a forwarding nameserver adding DNSCurve to DNS,
and it's the first publicly released forwarding implementation
that implements the DNSCurve protocol.
dnswalk is a DNS debugger. It performs zone transfers of specified
domains, and checks the database in numerous ways for internal
consistency, as well as accuracy.
This directory contains a Python module that implements a DNS (Domain
Name Server) client, plus additional modules that define some symbolic
constants used by DNS (dnstype, dnsclass, dnsopcode).
This is the original BSD ex/vi, updated to build and run on modern
Unix systems. Compared to most of its many clones, the original vi is
a rather small program (~120 KB code on i386) just with its extremely
powerful editing interface, but lacking fancy features like multiple
undo, multiple screens or syntax highlighting. In other words, it is a
typical Unix program that does exactly what it should and nothing more.
I intend to preserve this style in maintaining my port, except for
changes to achieve POSIX.2 standards compliance, features in the SVR4
versions of vi, and, of course, bug fixes.
dhex is a more than just another hex editor: It includes a diff mode, which can
be used to easily and conveniently compare two binary files. Since it is based
on ncurses and is themeable, it can run on any number of systems and scenarios.
With its utilization of search logs, it is possible to track changes in
different iterations of files easily.
Gmanedit is the GNOME manpages editor.
It's an editor for man pages that runs on X with GTK. It's like most common
HTML editors but more easy. You need to know manpages format. You can learn it
from 'man(7)'.
LE has many block operations with stream and rectangular blocks, can edit
both Unix and DOS style files (LF/CRLF), is binary clean, has hex mode,
can edit text with multi-byte character encoding, has full undo/redo, can
edit files and mmap-able devices in mmap shared mode (only replace), has
tunable syntax highlighting, tunable color scheme (can use default colors),
tunable key map.
Led is a small text editor, providing a number of the useful
programming features found in larger editors, but hopefully
with less bloat.
PSGML is a major mode for editing SGML and XML documents. It works
with GNU Emacs 19.34, 20.3 and later or with XEmacs 19.9 and later.
PSGML contains a simple SGML parser and can work with any DTD.
Functions provided includes menus and commands for inserting tags with
only the contextually valid tags, identification of structural errors,
editing of attribute values in a separate window with information about
types and defaults, and structure based editing.
To use psgml, put the following setup into your ~/.emacs:
(require 'psgml-startup)
Ports of PSGML are initially created by shige <shige@FreeBSD.org> and
kuriyama@FreeBSD.ORG.
SHED (Simple Hex EDitor) is a hex editor written for Unix-like systems using
ncurses, with a friendly pico-style interface. It shows data in ASCII, hex,
dec, oct and binary, and allows editing in all of these bases. Its features
also include searching and dumping.