Skip to content

Releases: etingof/snmpsim

Release 0.4.7

09 Feb 16:17
Compare
Choose a tag to compare

This is a minor release adding missing SNMP error codes into the error variation module.

For full list of changes please refer to the CHANGELOG.

Release 0.4.6

25 Jan 06:01
Compare
Choose a tag to compare

This is a maintenance release fixing a couple of bugs and nuisances:

  • The --log-level option added
  • Default daemon syslog service destination to a local socket
  • Fixed timed log file rotation to respect log file creation time when computing next rotation time
  • Fixed possible file permission issues by initializing pysnmp modules, logger and variation modules subsystems under reduced user privileges
  • Improve error reporting in notification variation module

For full list of changes please refer to the CHANGELOG.

SNMP Simulator 0.4.5

30 Dec 15:46
Compare
Choose a tag to compare

This is a maintenance release fixing a couple of bugs:

  • Use absolute paths of Simulator data files and variation modules and reflect that in the log -- that should ease troubleshooting
  • Optional .snmprec tag modifier is ignored by the error, delay, writecache and notification variation modules
  • Fixed DBM file index detection code to operate correctly

For full list of changes please refer to the CHANGELOG.

SNMP Simulator 0.4.4

20 Feb 22:15
Compare
Choose a tag to compare

Revision 0.4.4, released 20-02-2018

  • Fixed regression to non-snmprec format evaluator when called in a non-simulation context (e.g. datafile.py)
  • Fixed non-functional SQL isolation level setup at the sql variation module

For full list of changes please refer to the CHANGELOG.

SNMP Simulator 0.4.3

10 Feb 13:39
Compare
Choose a tag to compare

Revision 0.4.3, released 12-02-2018

  • Fix to strip labels from enumerations when producing .snmprec file
  • Fix to SNMP GET command processing by the non-snmprec storage backends - it used to return next OID instead of noSuchObject

For full list of changes please refer to the CHANGELOG.

SNMP Simulator 0.4.2

22 Dec 14:25
Compare
Choose a tag to compare

Revision 0.4.2, released 22-12-2017

  • Python literal string representation added as a new flavor of .snmprec string type field (4e)
  • Migrated references from SourceForge
  • Integer and enumerations parsing of snmpwalk output improved
  • Added strong AES privacy algorithms with Blumenthal key localization
  • Fixed SNMP crypto algorithm identifiers to be named consistently after key length rather than MAC length

For full list of changes please refer to the CHANGELOG.

SNMP Simulator 0.4.1

29 Oct 20:41
Compare
Choose a tag to compare

Revision 0.4.1, released 29-10-2017

  • SHA2 authentication protocol suite added.
  • Sphinx documentation added based on the original web-site user manual
  • Simulator's SNMPv3 command line option processing hardened to make easier to understand.
  • Notification variation module now accepts hex strings in var-binds

For full list of changes please refer to the CHANGELOG.

SNMP Simulator 0.3.1

21 Jan 10:47
Compare
Choose a tag to compare

Revision 0.3.1, released 21-01-2017

  • Fix to doc use in setup.py to make -O0 installation mode working.
  • Copyright notes added to source code files.
  • Per-OID access control added to 'writecache' variation module.
  • Data file binary search performance improved
  • Option --string-pool-file for mib2dev.py tool implemented
  • Default string pool for mib2dev.py tool changed to a pangram
  • Author's e-mail changed, copyright extended to year 2017
  • Fix to PID file creation when running Python 3.
  • Fix to datafile.py tool that apparently stopped working.
  • Fix to snmpwalk Timeticks parser
  • Fix to mib2dev.py stopping prematurely iterating over OIDs in MIB
  • Fix to accidentally expanded shebang in console scripts (hopefuly)