summaryrefslogtreecommitdiff
path: root/pysnmp/smi/mibs
Commit message (Expand)AuthorAgeFilesLines
* Fix malformed OBJECT-TYPE MAX-ACCESS constantsIlya Etingof2019-08-052-7/+7
* Add missing enumeration to `pysnmpUemKeyType`Ilya Etingof2019-08-041-36/+35
* Add USM master and localized keys configuration support (#295)Ilya Etingof2019-08-032-19/+69
* Fix missing variable references in SMI instrumentationIlya Etingof2019-02-261-0/+4
* Fix some of the rebuilt MIBsIlya Etingof2019-02-182-7/+32
* PEP-8 included MIB modules (#243)Ilya Etingof2019-02-1733-1980/+12211
* PEP8 optimize imports (#242)Ilya Etingof2019-02-126-17/+26
* Uppercase global constants (#238)Ilya Etingof2019-02-102-47/+47
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-092-38/+27
* Uninitialized MibSclarInstance -> noSuchInstanceIlya Etingof2019-01-101-4/+4
* Extend copyright notice to year 2019Ilya Etingof2018-12-3032-32/+32
* Fix undefined names in `TRANSPORT-ADDRESS-MIB.py`Ilya Etingof2018-12-301-3/+3
* Redesigned SMI objects management model (#214)Ilya Etingof2018-12-296-540/+2442
* VACM contextName memory leak fixIlya Etingof2018-08-061-1/+5
* Overhaul SMI/MIB instrumentation API (#161)Ilya Etingof2018-06-301-230/+374
* better InetAddressType rendering fixIlya Etingof2018-04-212-3/+5
* fix InetAddressType renderingIlya Etingof2018-04-192-3/+3
* typo fix in RFC1158::snmpOutReadOnlysIlya Etingof2018-04-131-1/+1
* many backward-compatibility aids droppedIlya Etingof2018-02-251-11/+0
* copyright notice extendedv4.4.4Ilya Etingof2018-01-0332-32/+32
* migrated references from SourceForge (#110)Ilya Etingof2017-11-1733-53/+53
* missing get/setReference() added to SNMPv2-SMI::NotificationTypeIlya Etingof2017-11-111-8/+29
* added support for some more fields of SMIv2 MACRO typesIlya Etingof2017-11-062-19/+79
* the `append` option added to .setObjects()Ilya Etingof2017-11-052-9/+21
* Fix non-implied-OID-to-index conversion (#98)Eugene M. Kim2017-10-231-1/+1
* make sure not to pass `None` to SMI .setValue()Ilya Etingof2017-10-182-0/+15
* fixed TestAndIncr implementationIlya Etingof2017-10-181-1/+1
* 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
* 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-133-12/+13
* 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
* 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