<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/net-snmp/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/net-snmp/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 05 Mar 2018 22:08:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/net-snmp/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>Net-SNMP 5.8.pre2 available</title><link>https://sourceforge.net/p/net-snmp/news/2018/03/net-snmp-58pre2-available/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A pre-release version of the next major Net-SNMP release is now&lt;br/&gt;
available for testing. Net-SNMP 5.8.pre2 can be downloaded from:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://sourceforge.net/projects/net-snmp/files/net-snmp/5.8-pre-releases/"&gt;https://sourceforge.net/projects/net-snmp/files/net-snmp/5.8-pre-releases/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Partial summary of changes since since 5.8.pre2:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;snmplib:
  - TLS/DTLS fixes
  - Add more openssl error cases where we check for local cert
  - fix usm keychanges for new algorithms and longer keylengths
  - fix some memory leaks in usm processing
  - IP address formatting fixes
  - Make the source code C89 compliant

building:
  - Fix MinGW build
  - Unbreak the NetBSD build
  - Unbreak AIX support
  - RHEL 5 build fix

scripts:
  - A new 'checkbandwidth' script to check host min/max bandwidth

docs:
  - Bug 2826: from Tomasz: fix utf-8 encoding

python:
  - BUG 2824: from: Tomasz: Fix python module make install
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Summary of changes in 5.8.pre1:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Net-SNMP version 5.8 introduces support for new Authentication&lt;br/&gt;
protocols defined in RFC 7860. The following authentication&lt;br/&gt;
protocols are now supported:&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;SHA-224&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;SHA-256&lt;/li&gt;
&lt;li&gt;SHA-384&lt;/li&gt;
&lt;li&gt;SHA-512&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Successful interoperability testing of these new protocols has been&lt;br/&gt;
performed with the pySNMP and Snmp Research implementations.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Net-SNMP version 5.8 introduces support for additional Privacy&lt;br/&gt;
protocols, as defined in draft-blumenthal-aes-usm-04.txt. This was&lt;br/&gt;
complicated a bit because some vendors chose to extend localized&lt;br/&gt;
keys using an algorithm defined in the Reeder 3DESEDE draft&lt;br/&gt;
(draft-reeder-snmpv3-usm-3desede-00) instead of the algoritm&lt;br/&gt;
defined in the Blumenthal AES draft.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Net-SNMP implements both algorithms. As these new privacy protocols&lt;br/&gt;
are based on IETF drafts and are not part of any standard, you must&lt;br/&gt;
specify an additional option to configure enable them:&lt;/p&gt;
&lt;p&gt;--enable-blumenthal-aes&lt;/p&gt;
&lt;p&gt;Successful interoperability testing of these new protocols has been&lt;br/&gt;
performed with the pySNMP (AES and 3DESEDE methods) and Snmp&lt;br/&gt;
Research (3DESEDE method) implementations.&lt;/p&gt;
&lt;p&gt;To use the original algorithm as defined in the Blumenthal AES&lt;br/&gt;
draft, use one of the following privacy protocols:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;AES-192&lt;/li&gt;
&lt;li&gt;AES-256&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To use the algorithm defined in the Reeder 3DESEDE draft, use one of&lt;br/&gt;
the following privacy protocols:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;AES-192-C&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;AES-256-C&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;While the Changes and NEWS files are still incomplete, some of&lt;br/&gt;
  the other changes in 5.8 include:&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;5.8.pre1&lt;/em&gt;&lt;br/&gt;
    snmplib:&lt;br/&gt;
      - Fixed reporting 'error writing to /var/xxx/snmpapp.conf'.&lt;br/&gt;
      - BUG: 2592: from Stuart Kendrick - increase MAXTC to 16384&lt;br/&gt;
      - Restore AES-192 and AES-256 privacy protocols - from&lt;br/&gt;
        draft-blumenthal-aes-usm-04 (precursor to RFC 3826)&lt;br/&gt;
      - BUG: 2622: Fix excessive indents in log file&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;snmpd:
  - Add new snmpd.conf option 'diskio' to monitor only selected disks.

snmptranslate:
  - Introduce bulk translation mode The special argument "-" causes
    snmptranslate to enter bulk translation mode, in which it expects
    one OID per line.

snmptrapd:
  - Add support for the latest libmysqlclient version
  - Correctly forward traps with Request-ID '0'.

mib2c:
  - PATCH: 1281, BUG: 2534 fixed mfd writability

python:
  - Patch from David Hankins to fix python binding error codes

unspecified:
  - Fixed crash when receiving non-standard compliant responses.
  - IPv6 support is now compiled by default.  If you need an IPv4-only
    agent, use --disable-ipv6.
  - [BUG 2616]: Fix certain spelling errors in source code comments and
    printed messages
  - [BUG 2624]: stop trying to use the deprecated perl uninstall
  - [BUG 2712]: Fix Perl module compilation
  - [BUG ]: #2615: Don't return incompletely parsed varbinds

DISMAN EXPRESSION MIB:
  - Avoid that enabling this MIB causes snmpd to crash during startup

DISMAN MIB:
  - Avoid reading past the end of a buffer

HP:
  - UX on ia64: Fix large fd set implementation

MIB:
  - Speed up reading /proc/net/tcp and /proc/net/tcp6

Windows:
  - BUG: 2550: Suppress netsnmp_assert s != (-1) messages
  - Feature-request: 181: Export snmp_api and ASN functions
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Story</dc:creator><pubDate>Mon, 05 Mar 2018 22:08:25 -0000</pubDate><guid>https://sourceforge.net3d3f997049c2036c6da19b6e0fdcb9745c724fcc</guid></item><item><title>Net-SNMP 5.7.2 released</title><link>https://sourceforge.net/p/net-snmp/news/2012/10/net-snmp-572-released/</link><description>This release is entirely a bug-fix release, with many changes and improvements going into it across the board.  Get it from http://www.net-snmp.org/download.html</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wes Hardaker</dc:creator><pubDate>Fri, 19 Oct 2012 21:51:46 -0000</pubDate><guid>https://sourceforge.net49b5c53e778a19cd94c83d2eb9be436efa3a972a</guid></item><item><title>Net-SNMP 5.7.1 Released</title><link>https://sourceforge.net/p/net-snmp/news/2011/09/net-snmp-571-released/</link><description>A bug fix release containing:

  libnetsnmp:
      \- Fixed the mib-parsing-bug introduced shortly before 5.7

  agent:
      \- fixed rounding errors for disk percentage calculations

  openbsd:
      \- better support for recent openbsd releases

  features:
      \- bug fixes with minimalist support after additional user feedback

  Many other miscellaneous minor bug fixes
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wes Hardaker</dc:creator><pubDate>Wed, 28 Sep 2011 05:19:46 -0000</pubDate><guid>https://sourceforge.netcae9c07b8dc21a0fe2b3ba6c03609e9954fd9ad6</guid></item><item><title>Net-SNMP 5.7 Released</title><link>https://sourceforge.net/p/net-snmp/news/2011/07/net-snmp-57-released/</link><description>Net-SNMP 5.7 has been released\!   Get it from http://www.net-snmp.org/download.html</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wes Hardaker</dc:creator><pubDate>Fri, 01 Jul 2011 22:55:50 -0000</pubDate><guid>https://sourceforge.net066d5f79c2b794c49205e34c549b0dfc616ce772</guid></item><item><title>Net-SNMP 5.6.1 Released</title><link>https://sourceforge.net/p/net-snmp/news/2011/01/net-snmp-561-released/</link><description>Net-SNMP 5.6.1 has been released.  Get it from:

  http://www.net-snmp.org/download.html

It contains the following NEWS items, which include those changes in 5.6 that weren't previously announced:

\*5.6.1\*
    General:
      \- The DTLS and TLS transports and the TSM security model are no
        longer "beta" \(they've undergone rigorous interoperability testing\).
      \- Many Bug Fixes \(see the CHANGES and ChangeLog files for full details\)

    snmpd:
      \- Patch 3141462: from fenner: fix agentx subagent issues with
	multiple-object requests
      \- Patch from Niels to fix VACM persistant storage.

\*5.6\*

    all:
      \- Implemented the SNMP over TLS and SNMP over DTLS protocols \[RFC-to-be\]
        See http://www.net-snmp.org/wiki/index.php/TUT:Using\_TLS
      \- Implemented the "Transport Security Model" \[RFC5591\]
      \- Generic host-specific configuration .conf files are now read.
	See the HOST-SPECIFIC FILES section of the snmp.conf manual page
        and http://www.net-snmp.org/wiki/index.php/Configuration
      \- Include statements can now be used in .conf files.
        See http://www.net-snmp.org/wiki/index.php/Configuration

    snmpd:
      \- Fix handling of multiple matching VACM entries. \(Use the "best"
	match, rather than the first one\). Reported by Adam Lewis. Note
	that this could potentially affect the behaviour of existing access
	control configurations.
      \- Agent will no longer call table handlers if a set request for the
	handler has invalid indexes
      \- table\_data/tdata next handler will not be called during get
	processing if no valid rows are found for the handler
      \- \[PATCH 2952708\]: Added Perl implementation of BRIDGE-MIB
      \- moved all functions defined in libnetsnmphelpers to
	libnetsnmpagent. libnetsnmphelpers is now an empty library.
      \- Implemented the TSM-MIB and the TLSTM-MIB
      \- new API for indicating that persistent store needs to be saved
	after the current request finishes processing
      \- \[PATCH 2931446\]: make the load averages writable.

    apps:
      \- A new tool 'net-snmp-cert' that easily creates and manages
        X.509 certificates for use with the SNMP over \(D\)TLS protocols.
      \- Added an 'agentxtrap' command to send notifications via AgentX
        \(See http://www.net-snmp.org/wiki/index.php/TUT:agentxtrap for details\)
      \- -T command line flag can be used to pass configuration
        directly to transports that can accept configuration tokens
      \- A new 'snmptls' command for manipulating the agent's TLS configuration

    snmplib:
      \- A more modular transport subsystem that allows third party
        extensions and dependencies for code reuse.
      \- New transport functions: f\_config, f\_open, f\_copy and f\_setup\_session
      \- Transports can now specify session defaults
        \- E.G. dtlsudp: auto-sets the SNMP version and the security model.
      \- \[PATCH 2942940\]: Add a new function, netsnmp\_parse\_args, that is
	like snmp\_parse\_args but takes an additional bitmask, flags, to
	affect the behaviour. Also remove the magic handling of some
	application names.
      \- A new X.509 certificate API for indexing and reading certificates
      \- new experimental row creation API which uses a state machine
        to try really hard to create a row from a given varbind list
      \- netsnmp\_container enhancements:
        \- added a free\_item function
        \- added a CONTAINER\_FREE\_ALL macro/function
        \- added an interface for duplicating a container \(CONTAINER\_DUP\)
        \- added a remove function to container\_iterators
	\- added an ability to set options on binary\_array containers
      \- new snmp token logOption allows specifying log destinations
        via configuration conf files
      \- A very significant reduction in compiler warning output
      \- new experimental simple state machine handling API

    building:
      \- Support for a stream-line stripped down version of internal
        OpenSSL support using --with-openssl=internal.
      \- Do not require that the UDP transport is included.
      \- Building Net-SNMP with dmalloc support enabled is again possible.

    mib2c:
      \- mib2c can now optionally run sed on generated code

    testing:
      \- A brand new test infrastructure supporting multiple test suites
        See perldoc testing/RUNFULLTESTS for details

    python:
      \- walking broken agents won't cause an infinite loop

    win32:
      \- IPv6 is only supported under Cygwin 1.7 or later.
      \- \[BUG 2939168\]: byte order of udpLocalPort is now correct.
      \- \[BUG 2939168\]: fixed test infrastructure \("make test"\). This has
	been fixed by using the proper environment separator character and
	by adding the path of the netstat executable for Cygwin in
	testing/TESTCONF.sh.
      \- building with another OpenSSL package than the Cygwin-provided
	packages openssl and openssl-devel is again possible.
      \- running the regression test suite is again possible \('make test'\).
      \- winExtDLL compiles now under MinGW.
      \- the snmpd.conf keyword 'extend' is now supported under MinGW
      \- the snmptrapd.conf keyword traphandle is now supported under MinGW

    qnx6:
      \- \[PATCH 2836895\]: support for QNX6</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wes Hardaker</dc:creator><pubDate>Mon, 03 Jan 2011 23:57:54 -0000</pubDate><guid>https://sourceforge.net3eb376c7c6d1b374cbe2ed4166d7677578c6614f</guid></item><item><title>Net-SNMP 5.5 Available</title><link>https://sourceforge.net/p/net-snmp/news/2009/09/net-snmp-55-available/</link><description>I'm happy to announce the release of version 5.5 of Net-SNMP.

ers
Mon Sep 28 06:31:37 2009    6  0h  0m  6s  \*nnimap\* gmail
Mon Sep 28 06:35:49 2009  252  0h  4m 12s \*idle\*
Mon Sep 28 06:35:49 2009    0  0h  0m  0s \*Group\*
Mon Sep 28 06:45:35 2009 -884  0h -14m 16s \*idle\*
Mon Sep 28 06:45:35 2009  884  0h 14m 44s ovhd-misc
Mon Sep 28 06:45:36 2009    1  0h  0m  1s \*idle\*
Mon Sep 28 06:45:36 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 06:45:46 2009   10  0h  0m 10s \*Group\*
Mon Sep 28 06:45:52 2009    6  0h  0m  6s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 06:45:57 2009    5  0h  0m  5s  \*Minibuf-0\*
Mon Sep 28 06:45:59 2009    2  0h  0m  2s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 06:46:01 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 06:46:10 2009    9  0h  0m  9s \*Summary nnimap+hardakers:imap.inbox.ham\*
Mon Sep 28 06:46:10 2009    0  0h  0m  0s \*Article\*
Mon Sep 28 06:47:29 2009   79  0h  1m 19s \*Summary nnimap+hardakers:imap.inbox.ham\*
Mon Sep 28 06:47:31 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 06:47:33 2009    2  0h  0m  2s \*Summary nnimap+hardakers:imap.inbox.geocaching.forums\*
Mon Sep 28 06:47:35 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 06:48:21 2009   46  0h  0m 46s \*Summary nnimap+hardakers:imap.inbox.geocaching\*
Mon Sep 28 06:48:21 2009    0  0h  0m  0s \*Article\*
Mon Sep 28 06:48:37 2009   16  0h  0m 16s \*Summary nnimap+hardakers:imap.inbox.geocaching\*
Mon Sep 28 06:48:40 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 06:49:52 2009   72  0h  1m 12s \*Summary nnimap+hardakers:imap.bills\*
Mon Sep 28 06:50:36 2009   44  0h  0m 44s \*Group\*
Mon Sep 28 06:50:58 2009   22  0h  0m 22s \*Summary nnimap+hardakers:mlists.misc\*
Mon Sep 28 06:51:03 2009    5  0h  0m  5s \*Group\*
Mon Sep 28 06:51:24 2009   21  0h  0m 21s \*Summary nnimap+hardakers:imap.spam.known\*
Mon Sep 28 06:51:28 2009    4  0h  0m  4s \*Article\*
Mon Sep 28 06:51:32 2009    4  0h  0m  4s /home/hardaker/.buffer-timer/2009-09/timesheet-28.log
Mon Sep 28 06:51:34 2009    2  0h  0m  2s  \*Minibuf-0\*
Mon Sep 28 06:51:39 2009    5  0h  0m  5s \*Group\*
Mon Sep 28 06:51:40 2009    1  0h  0m  1s \*Tree\*
Mon Sep 28 06:55:43 2009  243  0h  4m  3s \*Summary nnimap+hardakers:imap.spam.known\*
Mon Sep 28 06:55:51 2009    8  0h  0m  8s  \*Minibuf-0\*
Mon Sep 28 06:55:52 2009    1  0h  0m  1s \*Summary nnimap+hardakers:imap.spam.known\*
Mon Sep 28 06:55:54 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 06:55:58 2009    4  0h  0m  4s \*Summary nnimap+hardakers:imap.maillists.multiple\*
Mon Sep 28 06:58:46 2009  168  0h  2m 48s \*Summary nnimap+hardakers:imap.spam\*
Mon Sep 28 06:58:56 2009   10  0h  0m 10s  \*Minibuf-0\*
Mon Sep 28 06:58:57 2009    1  0h  0m  1s \*Summary nnimap+hardakers:imap.spam\*
Mon Sep 28 06:58:59 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 06:59:12 2009   13  0h  0m 13s \*Summary nnimap+hardakers:ucd-snmp.cvs\*
Mon Sep 28 06:59:17 2009    5  0h  0m  5s \*Group\*
Mon Sep 28 07:05:05 2009   48  0h  0m 48s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 07:05:05 2009  300  0h  5m  0s \*idle\*
Mon Sep 28 07:05:05 2009    0  0h  0m  0s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 07:12:57 2009 -771  0h -12m  9s \*idle\*
Mon Sep 28 07:12:57 2009  771  0h 12m 51s ovhd-misc
Mon Sep 28 07:12:58 2009    1  0h  0m  1s \*idle\*
Mon Sep 28 07:13:00 2009    2  0h  0m  2s  \*Minibuf-0\*
Mon Sep 28 07:13:04 2009    4  0h  0m  4s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 07:13:08 2009    4  0h  0m  4s \*Group\*
Mon Sep 28 07:13:13 2009    5  0h  0m  5s \*Summary nnimap+hardakers:imap.tislabs\*
Mon Sep 28 07:13:21 2009    8  0h  0m  8s  \*Minibuf-0\*
Mon Sep 28 07:13:22 2009    1  0h  0m  1s \*Summary nnimap+hardakers:imap.tislabs\*
Mon Sep 28 07:13:25 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 07:13:51 2009   26  0h  0m 26s \*Summary nnimap+hardakers:imap.tislabs.iip\*
Mon Sep 28 07:13:54 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 07:13:58 2009    4  0h  0m  4s  \*Minibuf-0\*
Mon Sep 28 07:14:12 2009   14  0h  0m 14s \*Group\*
Mon Sep 28 07:18:22 2009  250  0h  4m 10s \*Summary nnimap+hardakers:mlists.dns-operations\*
Mon Sep 28 07:20:45 2009  143  0h  2m 23s \*Summary nnimap+hardakers:mlists.ietf.misc\*
Mon Sep 28 07:20:49 2009    4  0h  0m  4s  \*Minibuf-0\*
Mon Sep 28 07:20:56 2009    7  0h  0m  7s \*Summary nnimap+hardakers:mlists.ietf.misc\*
Mon Sep 28 07:20:57 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 07:21:00 2009    3  0h  0m  3s \*Summary nnimap+hardakers:mlists.namedroppers\*
Mon Sep 28 07:21:01 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 07:21:08 2009    7  0h  0m  7s \*Summary nnimap+hardakers:mlists.ietf.announce\*
Mon Sep 28 07:21:09 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 07:21:37 2009   28  0h  0m 28s \*Summary nnimap+hardakers:mlists.netmod\*
Mon Sep 28 07:21:43 2009    6  0h  0m  6s \*Group\*
Mon Sep 28 07:26:47 2009  304  0h  5m  4s \*Summary nnimap+hardakers:mlists.ietf\*
Mon Sep 28 07:26:49 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 07:26:58 2009    9  0h  0m  9s \*Summary nnimap+hardakers:imap.spam.assassin.maybe\*
Mon Sep 28 07:31:58 2009  300  0h  5m  0s \*idle\*
Mon Sep 28 07:31:58 2009    0  0h  0m  0s \*Group\*
Mon Sep 28 07:48:45 2009 1007  0h 16m 47s \*idle\*
Mon Sep 28 07:48:46 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 07:48:53 2009    7  0h  0m  7s \*Group\*
Mon Sep 28 07:52:59 2009  246  0h  4m  6s \*Summary nnimap+hardakers:imap.spam.assassin.yes\*
Mon Sep 28 07:53:01 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 07:53:01 2009    0  0h  0m  0s \*idle\*
Mon Sep 28 08:39:15 2009    buffer-timer-starting
Mon Sep 28 08:39:28 2009   13  0h  0m 13s \*scratch\*
Mon Sep 28 08:39:30 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 08:39:38 2009    8  0h  0m  8s  \*Minibuf-0\*
Mon Sep 28 08:39:39 2009    1  0h  0m  1s  \*nnimap\* hardakers
Mon Sep 28 08:39:56 2009   17  0h  0m 17s  \*Minibuf-0\*
Mon Sep 28 08:39:58 2009    2  0h  0m  2s  \*password\*
Mon Sep 28 08:39:58 2009    0  0h  0m  0s \*scratch\*
Mon Sep 28 08:40:03 2009    5  0h  0m  5s  \*nnimap\* hardakers
Mon Sep 28 08:40:12 2009    9  0h  0m  9s  \*nnimap\* gmail
Mon Sep 28 08:41:51 2009   99  0h  1m 39s \*Group\*
Mon Sep 28 08:41:52 2009    1  0h  0m  1s .bbdb
Mon Sep 28 08:42:00 2009    8  0h  0m  8s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 08:42:03 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 08:42:07 2009    4  0h  0m  4s \*Summary nnimap+hardakers:imap.spam.known\*
Mon Sep 28 08:42:08 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 08:42:10 2009    2  0h  0m  2s \*Summary nnimap+hardakers:imap.maillists.multiple\*
Mon Sep 28 08:42:11 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 08:42:14 2009    3  0h  0m  3s \*Summary nnimap+hardakers:imap.spam\*
Mon Sep 28 08:42:21 2009    7  0h  0m  7s \*Group\*
Mon Sep 28 08:43:05 2009   44  0h  0m 44s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 08:43:09 2009    4  0h  0m  4s  \*Minibuf-0\*
Mon Sep 28 08:43:16 2009    7  0h  0m  7s \*Article\*
Mon Sep 28 08:43:16 2009    0  0h  0m  0s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 08:44:13 2009   57  0h  0m 57s \*Group\*
Mon Sep 28 08:44:15 2009    2  0h  0m  2s \*Summary nnimap+hardakers:mlists.namedroppers\*
Mon Sep 28 08:44:16 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 08:44:19 2009    3  0h  0m  3s \*Summary nnimap+hardakers:mlists.netmod\*
Mon Sep 28 08:55:16 2009  357  0h  5m 57s \*Summary nnimap+hardakers:mlists.xmlconf\*
Mon Sep 28 08:55:16 2009  300  0h  5m  0s \*idle\*
Mon Sep 28 08:55:16 2009    0  0h  0m  0s \*Summary nnimap+hardakers:mlists.xmlconf\*
Mon Sep 28 08:55:21 2009    5  0h  0m  5s \*idle\*
Mon Sep 28 08:55:23 2009 -307  0h -5m 53s \*idle\*
Mon Sep 28 08:55:23 2009  307  0h  5m  7s ovhd-misc
Mon Sep 28 08:55:23 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 08:55:23 2009    0  0h  0m  0s \*idle\*
Mon Sep 28 08:55:23 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 09:02:20 2009  417  0h  6m 57s \*Summary nnimap+hardakers:mlists.xmlconf\*
Mon Sep 28 09:05:42 2009  202  0h  3m 22s /home/hardaker/News/drafts/drafts/155
Mon Sep 28 09:05:43 2009    1  0h  0m  1s \*Summary nnimap+hardakers:mlists.xmlconf\*
Mon Sep 28 09:05:44 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 09:05:46 2009    2  0h  0m  2s \*Summary nnimap+hardakers:mlists.ietf\*
Mon Sep 28 09:05:47 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 09:05:52 2009    5  0h  0m  5s \*Summary nnimap+hardakers:imap.spam.assassin.yes\*
Mon Sep 28 09:06:09 2009   17  0h  0m 17s \*Summary nnimap+hardakers:mlists.fedora-announce\*
Mon Sep 28 09:06:12 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 09:06:22 2009   10  0h  0m 10s \*Summary nnimap+hardakers:mlists.bacula-users\*
Mon Sep 28 09:06:52 2009   30  0h  0m 30s \*Summary nnimap+hardakers:mlists.emacs-orgmode\*
Mon Sep 28 09:06:55 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 09:08:19 2009   84  0h  1m 24s \*Summary nnimap+hardakers:mlists.mythtv-users\*
Mon Sep 28 09:08:20 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 09:08:29 2009    9  0h  0m  9s \*Summary nnimap+hardakers:mlists.datebk\*
Mon Sep 28 09:08:31 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 09:08:34 2009    3  0h  0m  3s \*Summary nnimap+hardakers:mlists.ding\*
Mon Sep 28 09:08:36 2009    2  0h  0m  2s \*Summary nnimap+hardakers:mlists.bbdb\*
Mon Sep 28 09:09:20 2009   44  0h  0m 44s \*Summary nnimap+hardakers:mlists.mediawiki\*
Mon Sep 28 09:09:29 2009    9  0h  0m  9s \*Group\*
Mon Sep 28 09:09:57 2009   28  0h  0m 28s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 09:09:58 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 09:11:25 2009   87  0h  1m 27s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 09:15:39 2009  254  0h  4m 14s /home/hardaker/News/drafts/drafts/156
Mon Sep 28 09:15:40 2009    1  0h  0m  1s \*Buffer List\*
Mon Sep 28 09:18:10 2009  150  0h  2m 30s /home/hardaker/News/drafts/drafts/156
Mon Sep 28 09:18:11 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 09:18:17 2009    6  0h  0m  6s \*Group\*
Mon Sep 28 09:18:40 2009   23  0h  0m 23s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 09:18:43 2009    3  0h  0m  3s  \*Minibuf-0\*
Mon Sep 28 09:27:37 2009  534  0h  8m 54s /home/hardaker/News/drafts/drafts/156
Mon Sep 28 09:27:38 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 09:27:39 2009    1  0h  0m  1s /home/hardaker/News/drafts/drafts/156
Mon Sep 28 09:27:40 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 09:27:41 2009    1  0h  0m  1s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 09:27:44 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 09:27:45 2009    1  0h  0m  1s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 09:27:49 2009    4  0h  0m  4s \*Group\*
Mon Sep 28 09:29:32 2009  103  0h  1m 43s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 09:29:38 2009    6  0h  0m  6s \*Group\*
Mon Sep 28 09:29:57 2009   19  0h  0m 19s \*Summary nnimap+hardakers:mlists.openssl-users\*
Mon Sep 28 09:32:15 2009  138  0h  2m 18s \*Summary nnimap+hardakers:mlists.fedora-kde\*
Mon Sep 28 09:32:16 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 09:32:29 2009   13  0h  0m 13s \*Summary nnimap+hardakers:mlists.fedora-devel\*
Mon Sep 28 09:32:47 2009   18  0h  0m 18s \*Summary nnimap+hardakers:mlists.fedora-extras-commits\*
Mon Sep 28 09:33:42 2009   55  0h  0m 55s \*Summary nnimap+hardakers:mlists.kphotoalbum\*
Mon Sep 28 09:33:42 2009    0  0h  0m  0s \*Article\*
Mon Sep 28 09:34:45 2009   63  0h  1m  3s \*Summary nnimap+hardakers:mlists.kphotoalbum\*
Mon Sep 28 09:34:47 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 09:34:51 2009    4  0h  0m  4s \*Summary nnimap+hardakers:mlists.wireshark\*
Mon Sep 28 09:35:00 2009    9  0h  0m  9s \*Summary nnimap+hardakers:mlists.lugod\*
Mon Sep 28 09:35:48 2009   48  0h  0m 48s \*Summary nnimap+hardakers:mlists.nanog\*
Mon Sep 28 09:35:50 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 09:35:51 2009    1  0h  0m  1s \*Buffer List\*
Mon Sep 28 09:47:00 2009  669  0h 11m  9s /home/hardaker/News/drafts/drafts/156
Mon Sep 28 09:47:01 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 09:47:05 2009    4  0h  0m  4s \*Group\*
Mon Sep 28 09:47:09 2009    4  0h  0m  4s \*Summary nnimap+hardakers:mlists.ietf.misc\*
Mon Sep 28 09:47:10 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 09:49:02 2009  112  0h  1m 52s \*Summary nnimap+hardakers:mlists.namedroppers\*
Mon Sep 28 09:49:03 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 09:52:37 2009  214  0h  3m 34s \*Summary nnimap+hardakers:mlists.fedora-announce\*
Mon Sep 28 09:52:53 2009   16  0h  0m 16s \*Group\*
Mon Sep 28 09:53:28 2009   35  0h  0m 35s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 09:54:31 2009   63  0h  1m  3s \*Article\*
Mon Sep 28 09:54:31 2009    0  0h  0m  0s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 09:54:46 2009   15  0h  0m 15s /home/hardaker/News/drafts/drafts/157
Mon Sep 28 09:59:43 2009  297  0h  4m 57s \*idle\*
Mon Sep 28 09:59:43 2009    0  0h  0m  0s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 10:00:03 2009   20  0h  0m 20s \*idle\*
Mon Sep 28 10:00:04 2009 -321  0h -5m 39s \*idle\*
Mon Sep 28 10:00:04 2009  321  0h  5m 21s ovhd-misc
Mon Sep 28 10:00:04 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 10:00:04 2009    0  0h  0m  0s \*idle\*
Mon Sep 28 10:00:05 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 10:00:06 2009    1  0h  0m  1s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 10:00:07 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 10:03:57 2009  230  0h  3m 50s /home/hardaker/News/drafts/drafts/156
Mon Sep 28 10:04:24 2009   27  0h  0m 27s \*scratch\*
Mon Sep 28 10:04:25 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 10:04:26 2009    1  0h  0m  1s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 10:04:31 2009    5  0h  0m  5s \*Group\*
Mon Sep 28 10:04:46 2009   15  0h  0m 15s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 10:06:05 2009   79  0h  1m 19s \*Group\*
Mon Sep 28 10:06:09 2009    4  0h  0m  4s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 10:11:10 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 10:11:10 2009  300  0h  5m  0s \*idle\*
Mon Sep 28 10:11:10 2009    0  0h  0m  0s \*Group\*
Mon Sep 28 10:25:23 2009 -1151  0h -19m 49s \*idle\*
Mon Sep 28 10:25:23 2009 1151  0h 19m 11s ovhd-misc
Mon Sep 28 10:25:23 2009    0  0h  0m  0s \*idle\*
Mon Sep 28 10:25:24 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 10:25:54 2009   30  0h  0m 30s \*Group\*
Mon Sep 28 10:27:47 2009  113  0h  1m 53s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 10:32:48 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 10:32:48 2009  300  0h  5m  0s \*idle\*
Mon Sep 28 10:32:48 2009    0  0h  0m  0s \*Group\*
Mon Sep 28 10:56:40 2009 -1731  0h -28m  9s \*idle\*
Mon Sep 28 10:56:40 2009 1731  0h 28m 51s ovhd-misc
Mon Sep 28 10:56:41 2009    1  0h  0m  1s \*idle\*
Mon Sep 28 10:56:41 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 10:56:50 2009    9  0h  0m  9s \*Group\*
Mon Sep 28 10:56:52 2009    2  0h  0m  2s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 10:56:55 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 10:56:57 2009    2  0h  0m  2s \*Summary nnimap+hardakers:mlists.namedroppers\*
Mon Sep 28 10:56:59 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 10:57:00 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 11:02:25 2009  325  0h  5m 25s \*Group\*
Mon Sep 28 11:04:16 2009  111  0h  1m 51s /home/hardaker/docs/sparta/isms-dtls/ecu-mib.git/GENERIC-ECU-MIB
Mon Sep 28 11:04:17 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 11:04:23 2009    6  0h  0m  6s \*Group\*
Mon Sep 28 11:04:54 2009   31  0h  0m 31s \*Summary nnimap+hardakers:imap.inbox.ham\*
Mon Sep 28 11:05:02 2009    8  0h  0m  8s \*Group\*
Mon Sep 28 11:06:02 2009   60  0h  1m  0s \*Summary nnimap+hardakers:ucd-snmp.rw\*
Mon Sep 28 11:06:02 2009    0  0h  0m  0s \*Article\*
Mon Sep 28 11:06:17 2009   15  0h  0m 15s \*Summary nnimap+hardakers:ucd-snmp.rw\*
Mon Sep 28 11:06:17 2009    0  0h  0m  0s \*Article\*
Mon Sep 28 11:06:50 2009   33  0h  0m 33s \*Summary nnimap+hardakers:ucd-snmp.rw\*
Mon Sep 28 11:06:52 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 11:06:54 2009    2  0h  0m  2s \*Summary nnimap+hardakers:ucd-snmp.rw\*
Mon Sep 28 11:07:10 2009   16  0h  0m 16s /home/hardaker/News/drafts/drafts/158
Mon Sep 28 11:11:16 2009  246  0h  4m  6s \*Summary nnimap+hardakers:ucd-snmp.rw\*
Mon Sep 28 11:11:16 2009    0  0h  0m  0s \*Group\*
Mon Sep 28 11:11:25 2009    9  0h  0m  9s  \*Minibuf-0\*
Mon Sep 28 11:11:26 2009    1  0h  0m  1s /home/hardaker/src/snmp/net-snmp-5.4-announce
Mon Sep 28 11:11:29 2009    3  0h  0m  3s  \*Minibuf-0\*
Mon Sep 28 11:12:27 2009   58  0h  0m 58s /home/hardaker/src/snmp/net-snmp-5.5-announce
Mon Sep 28 11:12:29 2009    2  0h  0m  2s  \*Minibuf-0\*
Mon Sep 28 11:12:36 2009    7  0h  0m  7s /home/hardaker/src/snmp/net-snmp/NEWS
Mon Sep 28 11:14:20 2009  104  0h  1m 44s /home/hardaker/src/snmp/net-snmp-5.5-announce
Mon Sep 28 11:14:21 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 11:14:22 2009    1  0h  0m  1s /home/hardaker/src/snmp/net-snmp-5.5-announce
Mon Sep 28 11:14:29 2009    7  0h  0m  7s  \*Minibuf-0\*
Mon Sep 28 11:16:01 2009   92  0h  1m 32s /home/hardaker/src/snmp/htdocs/download.html
Mon Sep 28 11:16:02 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 11:16:04 2009    2  0h  0m  2s /home/hardaker/src/snmp/net-snmp-5.5-announce
Mon Sep 28 11:19:20 2009  196  0h  3m 16s /home/hardaker/src/snmp/htdocs/download.html
Mon Sep 28 11:19:21 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 11:19:25 2009    4  0h  0m  4s \*Group\*
Mon Sep 28 11:23:39 2009  254  0h  4m 14s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 11:23:40 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 11:23:42 2009    2  0h  0m  2s /home/hardaker/src/snmp/htdocs/download.html
Mon Sep 28 11:23:44 2009    2  0h  0m  2s  \*Minibuf-0\*
Mon Sep 28 11:24:59 2009   75  0h  1m 15s /home/hardaker/src/snmp/net-snmp-5.5-announce
Mon Sep 28 11:25:04 2009    5  0h  0m  5s  \*Minibuf-0\*
Mon Sep 28 11:25:22 2009   18  0h  0m 18s /home/hardaker/src/snmp/net-snmp/FAQ
Mon Sep 28 11:25:44 2009   22  0h  0m 22s /home/hardaker/src/snmp/net-snmp-5.5-announce
Mon Sep 28 11:25:46 2009    2  0h  0m  2s /home/hardaker/src/snmp/net-snmp/FAQ
Mon Sep 28 11:25:56 2009   10  0h  0m 10s /home/hardaker/src/snmp/net-snmp-5.5-announce
Mon Sep 28 11:26:05 2009    9  0h  0m  9s /home/hardaker/src/snmp/net-snmp/FAQ
Mon Sep 28 11:30:42 2009  277  0h  4m 37s /home/hardaker/src/snmp/net-snmp-5.5-announce
Mon Sep 28 11:30:43 2009    1  0h  0m  1s /home/hardaker/src/snmp/net-snmp/FAQ
Mon Sep 28 11:30:55 2009   12  0h  0m 12s /home/hardaker/src/snmp/net-snmp-5.5-announce
Mon Sep 28 11:30:57 2009    2  0h  0m  2s  \*Minibuf-0\*
Mon Sep 28 11:32:29 2009   92  0h  1m 32s /home/hardaker/src/snmp/net-snmp-5.5-announce
Mon Sep 28 11:32:30 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 11:32:33 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 11:32:34 2009    1  0h  0m  1s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 11:32:37 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 11:32:51 2009   14  0h  0m 14s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 11:33:01 2009   10  0h  0m 10s /home/hardaker/News/drafts/drafts/159
Mon Sep 28 11:33:30 2009   29  0h  0m 29s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 11:33:43 2009   13  0h  0m 13s  \*Minibuf-0\*
Mon Sep 28 11:33:46 2009    3  0h  0m  3s /home/hardaker/lib/elisp/my-gnus/highlight.el
Mon Sep 28 11:33:46 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 11:33:47 2009    1  0h  0m  1s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 11:33:52 2009    5  0h  0m  5s /home/hardaker/lib/elisp/my-gnus/highlight.el
Mon Sep 28 11:34:01 2009    9  0h  0m  9s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 11:34:27 2009   26  0h  0m 26s /home/hardaker/lib/elisp/my-gnus/highlight.el
Mon Sep 28 11:34:32 2009    5  0h  0m  5s  \*Minibuf-0\*
Mon Sep 28 11:34:33 2009    1  0h  0m  1s \*Help: variable \`gnus-summary-highlight-expressions'\*
Mon Sep 28 11:34:38 2009    5  0h  0m  5s /home/hardaker/lib/elisp/my-gnus/highlight.el
Mon Sep 28 11:34:39 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 11:34:40 2009    1  0h  0m  1s \*Help: variable \`gnus-treat-highlight-headers'\*
Mon Sep 28 11:34:51 2009   11  0h  0m 11s /home/hardaker/lib/elisp/my-gnus/highlight.el
Mon Sep 28 11:34:51 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 11:34:52 2009    1  0h  0m  1s \*Help: variable \`gnus-treat-highlight-headers'\*
Mon Sep 28 11:35:15 2009   23  0h  0m 23s /home/hardaker/lib/elisp/my-gnus/highlight.el
Mon Sep 28 11:35:23 2009    8  0h  0m  8s  \*Minibuf-0\*
Mon Sep 28 11:35:24 2009    1  0h  0m  1s \*Help: variable \`gnus-summary-highlight-expressions'\*
Mon Sep 28 11:35:26 2009    2  0h  0m  2s \*Buffer List\*
Mon Sep 28 11:35:37 2009   11  0h  0m 11s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 11:40:37 2009  300  0h  5m  0s \*idle\*
Mon Sep 28 11:40:37 2009    0  0h  0m  0s \*Group\*
Mon Sep 28 11:50:09 2009 -871  0h -14m 29s \*idle\*
Mon Sep 28 11:50:09 2009  871  0h 14m 31s ovhd-misc
Mon Sep 28 11:50:10 2009    1  0h  0m  1s \*idle\*
Mon Sep 28 11:50:10 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 11:50:13 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 11:50:14 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 11:50:51 2009   37  0h  0m 37s \*Group\*
Mon Sep 28 11:50:59 2009    8  0h  0m  8s \*Summary nnimap+hardakers:imap.inbox.geocaching\*
Mon Sep 28 11:56:22 2009   23  0h  0m 23s \*Group\*
Mon Sep 28 11:56:22 2009  300  0h  5m  0s \*idle\*
Mon Sep 28 11:56:22 2009    0  0h  0m  0s \*Group\*
Mon Sep 28 12:03:48 2009  446  0h  7m 26s \*idle\*
Mon Sep 28 12:03:48 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 12:03:54 2009    6  0h  0m  6s \*Group\*
Mon Sep 28 12:04:19 2009   25  0h  0m 25s \*Summary nnimap+hardakers:imap.inbox.ham\*
Mon Sep 28 12:04:22 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 12:04:27 2009    5  0h  0m  5s \*Summary nnimap+hardakers:ucd-snmp.cvs\*
Mon Sep 28 12:04:31 2009    4  0h  0m  4s \*Group\*
Mon Sep 28 12:04:32 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 12:04:33 2009    1  0h  0m  1s \*scratch\*
Mon Sep 28 12:04:34 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 12:04:36 2009 -793  0h -13m 47s \*idle\*
Mon Sep 28 12:04:36 2009  793  0h 13m 13s ovhd-misc
Mon Sep 28 12:04:37 2009    1  0h  0m  1s \*idle\*
Mon Sep 28 12:04:37 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 12:04:38 2009    1  0h  0m  1s \*scratch\*
Mon Sep 28 12:04:39 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 12:08:13 2009  214  0h  3m 34s \*Group\*
Mon Sep 28 12:08:20 2009    7  0h  0m  7s \*Summary nnimap+hardakers:mlists.ietf.misc\*
Mon Sep 28 12:08:21 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 12:10:04 2009  103  0h  1m 43s \*Summary nnimap+hardakers:mlists.namedroppers\*
Mon Sep 28 12:13:14 2009  190  0h  3m 10s \*Group\*
Mon Sep 28 12:13:26 2009   12  0h  0m 12s \*Summary nnimap+hardakers:imap.inbox.ham\*
Mon Sep 28 12:13:30 2009    4  0h  0m  4s \*Group\*
Mon Sep 28 12:13:32 2009    2  0h  0m  2s \*Summary nnimap+hardakers:imap.inbox.ham\*
Mon Sep 28 12:13:59 2009   27  0h  0m 27s /home/hardaker/News/drafts/drafts/160
Mon Sep 28 12:14:00 2009    1  0h  0m  1s \*Summary nnimap+hardakers:imap.inbox.ham\*
Mon Sep 28 12:14:52 2009   52  0h  0m 52s \*Group\*
Mon Sep 28 12:15:09 2009   17  0h  0m 17s /home/hardaker/src/snmp/htdocs/page-top.html
Mon Sep 28 12:15:10 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 12:17:23 2009  133  0h  2m 13s /home/hardaker/src/snmp/htdocs/about/news.html
Mon Sep 28 12:17:24 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 12:17:26 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 12:18:02 2009   36  0h  0m 36s /home/hardaker/News/drafts/drafts/161
Mon Sep 28 12:23:01 2009  299  0h  4m 59s \*idle\*
Mon Sep 28 12:23:01 2009    0  0h  0m  0s \*Group\*
Mon Sep 28 12:52:41 2009 1780  0h 29m 40s \*idle\*
Mon Sep 28 12:52:41 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 12:52:49 2009    8  0h  0m  8s \*Group\*
Mon Sep 28 12:52:50 2009    1  0h  0m  1s  \*nnimap\* hardakers
Mon Sep 28 12:52:53 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 12:52:54 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 12:52:59 2009    5  0h  0m  5s \*Group\*
Mon Sep 28 12:53:01 2009    2  0h  0m  2s  \*nnimap\* gmail
Mon Sep 28 12:53:04 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 12:53:11 2009    7  0h  0m  7s \*Summary nnimap+gmail:INBOX\*
Mon Sep 28 12:54:10 2009   59  0h  0m 59s \*Article\*
Mon Sep 28 12:54:10 2009    0  0h  0m  0s \*Summary nnimap+gmail:INBOX\*
Mon Sep 28 12:54:16 2009    6  0h  0m  6s \*Group\*
Mon Sep 28 12:54:18 2009    2  0h  0m  2s \*Summary nnimap+hardakers:imap.inbox.ham\*
Mon Sep 28 12:54:20 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 12:54:22 2009    2  0h  0m  2s \*Summary nnimap+hardakers:ucd-snmp.cvs\*
Mon Sep 28 12:56:45 2009  143  0h  2m 23s \*Group\*
Mon Sep 28 12:56:49 2009    4  0h  0m  4s \*Summary nnimap+hardakers:mlists.ietf.misc\*
Mon Sep 28 12:56:51 2009    2  0h  0m  2s  \*Minibuf-0\*
Mon Sep 28 12:56:51 2009    0  0h  0m  0s \*Summary nnimap+hardakers:mlists.ietf.misc\*
Mon Sep 28 12:56:53 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 12:56:53 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 12:57:47 2009   54  0h  0m 54s \*Group\*
Mon Sep 28 12:57:49 2009    2  0h  0m  2s  \*Minibuf-0\*
Mon Sep 28 12:57:54 2009    5  0h  0m  5s \*Group\*
Mon Sep 28 12:57:55 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 12:58:20 2009   25  0h  0m 25s \*Group\*
Mon Sep 28 12:58:33 2009   13  0h  0m 13s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 12:58:35 2009    2  0h  0m  2s  \*Minibuf-0\*
Mon Sep 28 13:00:00 2009   85  0h  1m 25s \*Article\*
Mon Sep 28 13:05:04 2009    4  0h  0m  4s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 13:05:04 2009  300  0h  5m  0s \*idle\*
Mon Sep 28 13:05:04 2009    0  0h  0m  0s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 13:51:20 2009 -3075  0h -51m 45s \*idle\*
Mon Sep 28 13:51:20 2009 3075  0h 51m 15s ovhd-misc
Mon Sep 28 13:51:21 2009    1  0h  0m  1s \*idle\*
Mon Sep 28 13:51:21 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 13:51:23 2009    2  0h  0m  2s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 13:51:26 2009    3  0h  0m  3s  \*nnimap\* hardakers
Mon Sep 28 13:51:32 2009    6  0h  0m  6s \*Group\*
Mon Sep 28 13:51:41 2009    9  0h  0m  9s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 13:51:58 2009   17  0h  0m 17s /home/hardaker/News/drafts/drafts/162
Mon Sep 28 13:56:54 2009  296  0h  4m 56s \*idle\*
Mon Sep 28 13:56:54 2009    0  0h  0m  0s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 13:59:16 2009 -441  0h -7m 39s \*idle\*
Mon Sep 28 13:59:16 2009  441  0h  7m 21s ovhd-misc
Mon Sep 28 13:59:17 2009    1  0h  0m  1s \*idle\*
Mon Sep 28 13:59:17 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 13:59:18 2009    1  0h  0m  1s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 13:59:26 2009    8  0h  0m  8s \*Group\*
Mon Sep 28 13:59:35 2009    9  0h  0m  9s \*Summary nnimap+hardakers:ucd-snmp.rw\*
Mon Sep 28 14:01:09 2009   94  0h  1m 34s \*Group\*
Mon Sep 28 14:01:19 2009   10  0h  0m 10s \*Summary nnimap+hardakers:imap.spam\*
Mon Sep 28 14:01:19 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 14:01:24 2009    5  0h  0m  5s \*Summary nnimap+hardakers:imap.spam\*
Mon Sep 28 14:01:43 2009   19  0h  0m 19s \*Group\*
Mon Sep 28 14:06:08 2009  265  0h  4m 25s \*Summary nnimap+hardakers:mlists.namedroppers\*
Mon Sep 28 14:06:14 2009    6  0h  0m  6s \*Group\*
Mon Sep 28 14:06:25 2009   11  0h  0m 11s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 14:11:26 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 14:11:26 2009  300  0h  5m  0s \*idle\*
Mon Sep 28 14:11:26 2009    0  0h  0m  0s \*Group\*
Mon Sep 28 14:11:44 2009   18  0h  0m 18s \*idle\*
Mon Sep 28 14:11:49 2009    5  0h  0m  5s  \*Minibuf-0\*
Mon Sep 28 14:13:08 2009   79  0h  1m 19s /home/hardaker/docs/sparta/isms-dtls/ecu-mib/GENERIC-ECU-MIB
Mon Sep 28 14:13:13 2009    5  0h  0m  5s  \*Minibuf-0\*
Mon Sep 28 14:18:15 2009  302  0h  5m  2s /home/hardaker/docs/sparta/isms-dtls/ecu-mib.git/GENERIC-ECU-MIB
Mon Sep 28 14:18:15 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 14:18:20 2009    5  0h  0m  5s \*Group\*
Mon Sep 28 14:20:22 2009  122  0h  2m  2s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 14:20:27 2009    5  0h  0m  5s \*Group\*
Mon Sep 28 14:20:44 2009   17  0h  0m 17s  \*Minibuf-0\*
Mon Sep 28 14:20:45 2009    1  0h  0m  1s  \*Minibuf-1
Mon Sep 28 14:20:45 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 14:20:45 2009    0  0h  0m  0s \*Group\*
Mon Sep 28 14:20:46 2009    1  0h  0m  1s \*Buffer List\*
Mon Sep 28 14:24:57 2009  251  0h  4m 11s /home/hardaker/docs/sparta/isms-dtls/ecu-mib.git/GENERIC-ECU-MIB
Mon Sep 28 14:24:57 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 14:25:03 2009    6  0h  0m  6s \*Group\*
Mon Sep 28 14:25:13 2009   10  0h  0m 10s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 14:25:27 2009   14  0h  0m 14s \*Group\*
Mon Sep 28 14:25:46 2009   19  0h  0m 19s \*Summary nnimap+hardakers:imap.inbox.geocaching\*
Mon Sep 28 14:30:47 2009    1  0h  0m  1s \*Group\*
Mon Sep 28 14:30:47 2009  300  0h  5m  0s \*idle\*
Mon Sep 28 14:30:47 2009    0  0h  0m  0s \*Group\*
Mon Sep 28 15:30:13 2009 3566  0h 59m 26s \*idle\*
Mon Sep 28 15:30:14 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 15:30:16 2009    2  0h  0m  2s \*Group\*
Mon Sep 28 15:30:17 2009    1  0h  0m  1s  \*nnimap\* hardakers
Mon Sep 28 15:30:22 2009    5  0h  0m  5s \*Group\*
Mon Sep 28 15:31:42 2009   80  0h  1m 20s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 15:32:14 2009   32  0h  0m 32s /home/hardaker/News/drafts/drafts/163
Mon Sep 28 15:32:16 2009    2  0h  0m  2s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 15:36:03 2009  227  0h  3m 47s \*Group\*
Mon Sep 28 15:41:00 2009  297  0h  4m 57s \*idle\*
Mon Sep 28 15:41:00 2009    0  0h  0m  0s \*Org Agenda\*
Mon Sep 28 15:43:14 2009  134  0h  2m 14s \*idle\*
Mon Sep 28 15:48:14 2009  300  0h  5m  0s \*idle\*
Mon Sep 28 15:48:14 2009    0  0h  0m  0s \*Group\*
Mon Sep 28 17:28:58 2009 6044  1h 40m 44s \*idle\*
Mon Sep 28 17:28:59 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 17:29:15 2009   16  0h  0m 16s \*Group\*
Mon Sep 28 17:29:17 2009    2  0h  0m  2s  \*nnimap\* hardakers
Mon Sep 28 17:29:22 2009    5  0h  0m  5s \*Group\*
Mon Sep 28 17:29:44 2009   22  0h  0m 22s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 17:34:09 2009  265  0h  4m 25s \*Group\*
Mon Sep 28 19:41:43 2009 7354  2h  2m 34s \*idle\*
Mon Sep 28 19:41:43 2009  300  0h  5m  0s \*idle\*
Mon Sep 28 19:56:51 2009  908  0h 15m  8s \*idle\*
Mon Sep 28 19:57:12 2009 -3600 -1h  0m  0s \*idle\*
Mon Sep 28 19:57:12 2009 3600  1h  0m  0s dtls-proofing-id
Mon Sep 28 19:57:12 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 20:02:13 2009    1  0h  0m  1s \*idle\*
Mon Sep 28 20:02:13 2009  300  0h  5m  0s \*idle\*
Mon Sep 28 20:06:04 2009  231  0h  3m 51s \*idle\*
Mon Sep 28 20:06:18 2009   14  0h  0m 14s  \*Minibuf-0\*
Mon Sep 28 20:06:18 2009    0  0h  0m  0s /home/hardaker/docs/ham/ics213.org
Mon Sep 28 20:07:11 2009   53  0h  0m 53s  \*Minibuf-0\*
Mon Sep 28 20:14:20 2009  429  0h  7m  9s /home/hardaker/docs/ham/ares/practice200928.org
Mon Sep 28 20:14:21 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 20:14:35 2009   14  0h  0m 14s \*Group\*
Mon Sep 28 20:14:37 2009    2  0h  0m  2s  \*nnimap\* hardakers
Mon Sep 28 20:14:40 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 20:15:02 2009   22  0h  0m 22s \*Summary nnimap+hardakers:imap.inbox.ham\*
Mon Sep 28 20:15:08 2009    6  0h  0m  6s /home/hardaker/News/drafts/drafts/164
Mon Sep 28 20:15:11 2009    3  0h  0m  3s \*Summary nnimap+hardakers:imap.inbox.ham\*
Mon Sep 28 20:15:14 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 20:21:39 2009   85  0h  1m 25s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 20:21:39 2009  300  0h  5m  0s \*idle\*
Mon Sep 28 20:21:39 2009    0  0h  0m  0s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 20:23:22 2009  103  0h  1m 43s \*idle\*
Mon Sep 28 20:23:22 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 20:29:01 2009   39  0h  0m 39s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 20:29:01 2009  300  0h  5m  0s \*idle\*
Mon Sep 28 20:29:01 2009    0  0h  0m  0s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 20:54:27 2009 1526  0h 25m 26s \*idle\*
Mon Sep 28 20:54:27 2009    0  0h  0m  0s  \*Minibuf-0\*
Mon Sep 28 20:54:31 2009    4  0h  0m  4s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 20:54:39 2009    8  0h  0m  8s \*Group\*
Mon Sep 28 20:55:26 2009   47  0h  0m 47s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 20:55:27 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 20:58:11 2009  164  0h  2m 44s \*Article\*
Mon Sep 28 20:58:17 2009    6  0h  0m  6s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 20:58:40 2009   23  0h  0m 23s /home/hardaker/News/drafts/drafts/165
Mon Sep 28 21:03:34 2009  294  0h  4m 54s \*idle\*
Mon Sep 28 21:03:34 2009    0  0h  0m  0s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 21:05:48 2009  134  0h  2m 14s \*idle\*
Mon Sep 28 21:05:49 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 21:05:50 2009    1  0h  0m  1s \*Summary nnimap+hardakers:imap.sparta\*
Mon Sep 28 21:05:55 2009    5  0h  0m  5s \*Group\*
Mon Sep 28 21:08:54 2009  179  0h  2m 59s /home/hardaker/News/drafts/drafts/155
Mon Sep 28 21:09:01 2009    7  0h  0m  7s \*Group\*
Mon Sep 28 21:09:03 2009    2  0h  0m  2s \*Summary nnimap+hardakers:imap.tislabs\*
Mon Sep 28 21:09:05 2009    2  0h  0m  2s  \*Minibuf-0\*
Mon Sep 28 21:09:06 2009    1  0h  0m  1s \*Summary nnimap+hardakers:imap.tislabs\*
Mon Sep 28 21:09:10 2009    4  0h  0m  4s \*Group\*
Mon Sep 28 21:09:13 2009    3  0h  0m  3s \*Summary nnimap+hardakers:mlists.ietf.misc\*
Mon Sep 28 21:09:14 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 21:09:15 2009    1  0h  0m  1s \*Summary nnimap+hardakers:mlists.ietf.misc\*
Mon Sep 28 21:09:27 2009   12  0h  0m 12s \*Group\*
Mon Sep 28 21:09:55 2009   28  0h  0m 28s /home/hardaker/News/drafts/drafts/157
Mon Sep 28 21:10:05 2009   10  0h  0m 10s  \*Minibuf-0\*
Mon Sep 28 21:10:26 2009   21  0h  0m 21s /home/hardaker/News/drafts/drafts/157
Mon Sep 28 21:11:34 2009   68  0h  1m  8s \*Group\*
Mon Sep 28 21:11:45 2009   11  0h  0m 11s \*Summary nnimap+hardakers:imap.inbox.ham\*
Mon Sep 28 21:14:02 2009  137  0h  2m 17s \*Group\*
Mon Sep 28 21:14:07 2009    5  0h  0m  5s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 21:14:15 2009    8  0h  0m  8s /home/hardaker/News/drafts/drafts/156
Mon Sep 28 21:14:19 2009    4  0h  0m  4s \*Summary nnimap+hardakers:imap.inbox\*
Mon Sep 28 21:14:22 2009    3  0h  0m  3s \*Group\*
Mon Sep 28 21:17:00 2009  158  0h  2m 38s \*Summary nnimap+hardakers:imap.sourceforge\*
Mon Sep 28 21:17:02 2009    2  0h  0m  2s  \*Minibuf-0\*
Mon Sep 28 21:17:03 2009    1  0h  0m  1s \*Summary nnimap+hardakers:imap.sourceforge\*
Mon Sep 28 21:17:04 2009    1  0h  0m  1s  \*Minibuf-0\*
Mon Sep 28 21:18:08 2009   64  0h  1m  4s /home/hardaker/src/snmp/net-snmp-5.5-announce
Mon Sep 28 21:18:10 2009    2  0h  0m  2s /home/hardaker/.buffer-timer/2009-09/timesheet-28.log
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wes Hardaker</dc:creator><pubDate>Tue, 29 Sep 2009 04:18:17 -0000</pubDate><guid>https://sourceforge.net80889bf33e5e77ca88370c8c41f181d76068d467</guid></item><item><title>Security releases: 5.4.2.1, 5.3.2.3 and 5.2.5.1</title><link>https://sourceforge.net/p/net-snmp/news/2008/10/security-releases-5421-5323-and-5251/</link><description>SECURITY ISSUE: A bug in the getbulk handling code could let anyone with even minimal access crash the agent.  If you have open access to your snmp agents \(bad bad bad; stop doing that\!\) or if you don't trust everyone that does have access to your agents you should updated immediately to prevent potential denial of service attacks.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wes Hardaker</dc:creator><pubDate>Fri, 31 Oct 2008 18:09:13 -0000</pubDate><guid>https://sourceforge.net949a4cc29b51b526891fa3030e6da0fffe2c8b3f</guid></item><item><title>Net-SNMP: 5.4.2 released</title><link>https://sourceforge.net/p/net-snmp/news/2008/09/net-snmp-542-released/</link><description>net-snmp provides tools and libraries relating to the Simple Network Management Protocol including: An extensible agent, An SNMP library, tools to request or set information from SNMP agents, tools to generate and handle SNMP traps, etc.


I'm happy to announce the release of version 5.4.2 of Net-SNMP, which 
is the newest version in the development of the project and contains 
many bug fixes over the 5.4.1 release.

</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wes Hardaker</dc:creator><pubDate>Fri, 05 Sep 2008 18:29:18 -0000</pubDate><guid>https://sourceforge.netd2d3701c798789a6e021da399c014d33344d32f6</guid></item><item><title>5.2.5 released</title><link>https://sourceforge.net/p/net-snmp/news/2008/07/525-released/</link><description>Net-SNMP 5.2.5 is a maintance release of the 5.2.X line of code.  It is the oldest line of supported code and users are encouraged to upgrade to 5.4.X instead, but if need be this provides a few fixes and updates to the older code base.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wes Hardaker</dc:creator><pubDate>Thu, 10 Jul 2008 21:08:16 -0000</pubDate><guid>https://sourceforge.net82be3e01de8bbbc21b8b6221dfe811d973454a20</guid></item><item><title>5.2.5.rc2 avaliable</title><link>https://sourceforge.net/p/net-snmp/news/2008/06/525rc2-avaliable/</link><description>This is hopefully the last release candidate before a real 5.2.5 version
late next week.  The 5.2 line of code is fairly old and won't be
supported much longer and users are heavily encouraged to upgrade, but
if you need an older branch this may be the one for you.

http://www.net-snmp.org/download.html
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wes Hardaker</dc:creator><pubDate>Tue, 24 Jun 2008 16:14:13 -0000</pubDate><guid>https://sourceforge.netfc72afa12f8824e7516028fc63cacc35ad3dd604</guid></item></channel></rss>