summaryrefslogtreecommitdiff
path: root/pysnmp/smi
Commit message (Expand)AuthorAgeFilesLines
* Fix malformed OBJECT-TYPE MAX-ACCESS constantsIlya Etingof2019-08-052-7/+7
* Do not store incomplete USM keys and improve debugIlya Etingof2019-08-051-1/+3
* 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
* Make received MIB objects resolution more forgivingIlya Etingof2019-07-301-5/+11
* Make MIB objects resolution more forgivingIlya Etingof2019-07-301-6/+21
* Fix `importlib` use on Py27Ilya Etingof2019-04-121-5/+11
* Replace `imp` with `importlib` is availableIlya Etingof2019-04-021-23/+25
* Fix `MibBuilder.loadModules()` no respect missing MIB failureIlya Etingof2019-02-271-13/+15
* Fix missing variable references in SMI instrumentationIlya Etingof2019-02-261-0/+4
* PEP-8 long lines and dunders (#245)Ilya Etingof2019-02-267-580/+908
* Fix typos in the docstringsIlya Etingof2019-02-221-3/+3
* 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