summaryrefslogtreecommitdiff
path: root/pysnmp/smi
Commit message (Expand)AuthorAgeFilesLines
* 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-1211-37/+45
* Uppercase global constants (#238)Ilya Etingof2019-02-107-145/+148
* Drop Python < 2.6 except statement compatibility trickIlya Etingof2019-02-095-67/+53
* Drop Python < 2.6 kwargs expansion compatibility trickIlya Etingof2019-02-091-1/+1
* Add missing SNMP PDU error classesIlya Etingof2019-02-081-6/+23
* Uninitialized MibSclarInstance -> noSuchInstanceIlya Etingof2019-01-101-4/+4
* MIB loader ignores file and directory access errorsIlya Etingof2019-01-081-9/+13
* Fix Pythonized MIB load in source formIlya Etingof2018-12-301-21/+34
* Extend copyright notice to year 2019Ilya Etingof2018-12-3040-40/+40
* Fix undefined names in `TRANSPORT-ADDRESS-MIB.py`Ilya Etingof2018-12-301-3/+3
* Redesigned SMI objects management model (#214)Ilya Etingof2018-12-298-634/+2770
* Fix wrong `set()` member deletion in `MibBuilder`Ilya Etingof2018-12-251-2/+2
* Fix possible duplicate key condition in `OrderedDict`Ilya Etingof2018-12-251-36/+37
* Use `compile()` before `exec` of MIB modulesIlya Etingof2018-10-261-4/+4
* Refactor MIB state machine into asynchronous operations (#210)Ilya Etingof2018-10-241-86/+135
* Convert to async MIB instrumentation API (#209)Ilya Etingof2018-10-131-9/+21
* VACM contextName memory leak fixIlya Etingof2018-08-061-1/+5
* Fix typosIlya Etingof2018-07-031-1/+1
* Overhaul SMI/MIB instrumentation API (#161)Ilya Etingof2018-06-302-252/+404
* 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
* fix to MibBuilder.version formatIlya Etingof2018-02-251-1/+1
* many backward-compatibility aids droppedIlya Etingof2018-02-253-30/+3
* Some documentation clarifications (#125)Mike C. Fletcher2018-01-131-0/+2
* copyright notice extendedv4.4.4Ilya Etingof2018-01-0340-40/+40
* migrated references from SourceForge (#110)Ilya Etingof2017-11-1741-64/+64
* 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
* fix to pysnmp version type at MibBuilderIlya Etingof2017-11-061-1/+1
* make pysnmp version available at MibBuilderIlya Etingof2017-11-051-1/+7
* 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
* make sure to pass an initializer to ASN.1 Null()Ilya Etingof2017-10-181-1/+1
* 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
* 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