<html> <b>NAME</b><br> slowedit list - dump the entire database or print selected IP numbers <p> <b>SYNOPSIS</b><br> <code><ul> <b>slowlist</b> switches <b>list</b> [all|clean|IP_number] </ul></code> <p> <b>DESCRIPTION</b><br> <b>slowedit list</b> lists (prints) the contents of the database. It takes one of three possible arguments, the keyword <b>all</b> or the keyword <b>clean</b> an IP number. If <b>all</b> or <b>clean</b>is specified, the entire content of the database is dumped to the standard output. The form of each output line looks like this: <br><code><ul> IPnumber: date/time er=#,hr=#,ho=#,br=#,...,msgid=... </ul></code> Here the <code>IPnumber</code> is printed as a dotted quad (like ``192.168.1.2''). The <code>date/time</code> is in the following form: <br><code><ul> MM/DD/YYYY.HH:MM:SS </ul></code> The rest of this output is described in the <a href="events.html">standard event set</a>. <p> The <b>all</b> dump of the database includes notification of any errors that may require <a href="garbage.html">garbage collection</a> or <a href="rebuild.html">rebuilding</a> of the database. The <b>clean</b> dump omits all errors, and produces a clean dump for later rebuilding. <p> If the IP number is specified, then just the database records for that IP number are printed. These records are in the same format as above. <p> Listed records can be used as templates for the <a href="add.html">add</a>, <a href="delete.html">delete</a>, <a href="rebuild.html">rebuild</a>, and <a href="find.html">find</a>, commands. <p> </body> </html>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 4052 | bryan_costales |
Implimented: whitelisting AddMXHost for MX servers that lie Converted to thread safe DNS routines garbage collection RunAsUser and RunAsGroup for root startups rebuild the database summarize by IP number Finished all documentation. Moved release from alpha to beta |
||
#1 | 3998 | bryan_costales |
Brought the whole distribution up to V0.9 Added a huge abount of documentation. Added slowedit find Created startup scripts to launch for testing Fixed numerous bugs. Fixed a few portablity issues. Installed hooks for whitelisting and IP aliases. |