summaryrefslogtreecommitdiff
path: root/pysnmp/smi
Commit message (Expand)AuthorAgeFilesLines
...
* Fix InetAddress-to-InetAddressIPv{4,6} index cast (#97)Eugene M. Kim2017-10-181-3/+1
* Do not cache indices with a mutable index value (#94)Eugene M. Kim2017-10-141-2/+7
* Fix OID type matching in ObjectType.resolveWithMib (#90)Eugene M. Kim2017-10-101-1/+1
* Render NetworkAddress indices (#87)Eugene M. Kim2017-10-091-1/+2
* Fix implied string index rendering (#84)Eugene M. Kim2017-10-051-1/+1
* fixed indices rendering for InetAddressIPv6 typeIlya Etingof2017-08-134-14/+15
* fix to .setFromName() to preserve its arg typeIlya Etingof2017-08-121-1/+0
* sha2 followup: SNMP-USM-HMAC-SHA2-MIB addedIlya Etingof2017-08-031-0/+37
* add support for USM SHA-2 algorithms (RFC 7860) (#71)verrio2017-08-031-4/+4
* better pyasn1 types specializationIlya Etingof2017-07-231-4/+4
* fix to msgAuthoritativeEngineTime objectv4.3.8Ilya Etingof2017-06-141-1/+1
* embedded MIBs rebuilt with newer pysmi addingIlya Etingof2017-04-1821-1948/+1402
* minor refactoring in part of rfc4001/4002Ilya Etingof2017-04-172-3/+5
* turn InetAddress* types into variable length encodingIlya Etingof2017-04-161-4/+0
* fix to index conversionIlya Etingof2017-04-161-3/+2
* table index resolution hardened not to crash on malformed indicesIlya Etingof2017-04-161-1/+12
* added support for correlated SNMP table indiciesIlya Etingof2017-04-162-11/+159
* typoIlya Etingof2017-03-301-1/+1
* Fix to infinite recursion in TextualConvention.prettyIn() (#48)Ilya Etingof2017-03-191-4/+3
* do not require dot in "d" spec of DISPLAY-HINTIlya Etingof2017-02-041-3/+3
* transport address objects made iterable to override pyasn1's __iter__Ilya Etingof2017-02-042-6/+24
* added a note into TextualConvention docIlya Etingof2017-02-021-1/+4
* fix to TextualConvention initializer: trigger prettyIn parser by "text" inputIlya Etingof2017-02-021-2/+4
* fix to TextualConvention initializerIlya Etingof2017-02-021-1/+1
* TextualConvention.prettyIn() implementedIlya Etingof2017-02-011-60/+246
* TextualConvention.prettyOut improved to be better compliant with SMIIlya Etingof2017-02-011-27/+10
* email changed, copyright extended to the year 2017Ilya Etingof2017-01-1239-39/+39
* missing index added to bundled RFC1213::atEntry MIB tableIlya Etingof2016-11-301-4/+4
* Reeder key localization refactoredIlya Etingof2016-08-211-1/+1
* fix to pythonnized MIB loading when only .pyc files are presentIlya Etingof2016-07-031-15/+16
* keep some classes old-style for a whileIlya Etingof2016-06-131-13/+15
* converted to new-style classesIlya Etingof2016-06-126-12/+12
* pep8 reformattedIlya Etingof2016-04-057-64/+122
* pep8 reformattedIlya Etingof2016-04-051-31/+57
* pep8 reformattedIlya Etingof2016-04-0328-840/+2182
* multiple fixed to NotificationTypeIlya Etingof2016-03-071-4/+14
* better reporting of missing pysmielie2016-02-131-3/+7
* TEXTUAL-CONVENTION's DISPLAY-HINT text formatting reworked for betterelie2015-12-301-16/+18
* copyright updatedelie2015-12-2939-39/+39
* * SNMP table row consistency check added. This change may breakelie2015-11-222-8/+25
* missing doc strings on MIB loading addedelie2015-11-201-0/+202
* copyright notice added to source codeelie2015-11-2039-14/+210
* pass ObjectIdentity.tagSet to inner OIDelie2015-11-071-2/+2
* fix to OID->label map build in presence of multiple first-layer OID tree nodeselie2015-11-071-10/+12
* some more pep8'ingelie2015-11-047-92/+75
* fix to MIB builder to fail gracefully on corrupted MIB package encounterelie2015-11-041-1/+4
* cosmeticselie2015-10-253-3/+3
* fixed OID resolution issues that roots at node 0 and 2elie2015-10-251-6/+8
* unused variables droppedelie2015-10-181-3/+3
* some more random linter warnings fixedelie2015-10-171-2/+5