Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 4.4.10 | Ilya Etingof | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Rework VACM access control function (#287) | Ilya Etingof | 2019-07-29 | 1 | -0/+117 |
| | | | | | | | | Most important changes include: * Added subtree match negation support (vacmViewTreeFamilyType) * Added subtree family mask support (vacmViewTreeFamilyMask) * Added prefix content name matching support (vacmAccessContextMatch) * Added key VACM tables caching for better lookup performance | ||||
* | Fix typos | Ilya Etingof | 2018-07-03 | 1 | -2/+2 |
| | |||||
* | skip printing out non-initialized MIB objects in example MIB walk | Ilya Etingof | 2017-12-03 | 1 | -3/+3 |
| | |||||
* | encode IPv6 requirement into example scripts names (#102) | Ilya Etingof | 2017-11-06 | 11 | -4/+4 |
| | |||||
* | make sure to pass an initializer to ASN.1 Null() | Ilya Etingof | 2017-10-18 | 1 | -1/+1 |
| | | | | This is a prerequisite for pyasn1 0.4.x | ||||
* | Sphinx theme changed to Alabaster, minor documentation tweaks | Ilya Etingof | 2017-10-06 | 2 | -127/+0 |
| | |||||
* | NotificationReceiver reports SNMPv1 TRAP community string | Ilya Etingof | 2017-10-05 | 1 | -1/+0 |
| | |||||
* | fail gracefully when sha2 suite is not available | Ilya Etingof | 2017-08-03 | 2 | -0/+127 |
| | |||||
* | added SHA2 auth protocol into the list of available ones | Ilya Etingof | 2017-08-03 | 1 | -0/+4 |
| | |||||
* | minor pep8 improvements | Ilya Etingof | 2017-05-27 | 3 | -6/+10 |
| | |||||
* | More twisted examples (#47) | Ilya Etingof | 2017-03-18 | 1 | -0/+44 |
| | | | | * twisted inline callback example | ||||
* | fix to v1arch example to accommodate pyasn1 change | Ilya Etingof | 2017-02-09 | 1 | -2/+2 |
| | |||||
* | Fixed some typos in arguments with previous commit | Gerrat Rickert | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | Removed tuple unpacking in function signatures in twisted since removed in ↵ | Gerrat Rickert | 2016-12-21 | 8 | -8/+24 |
| | | | | Python 3 | ||||
* | updated IP address for demo.snmplabs.com in examples | Ilya Etingof | 2016-07-30 | 39 | -112/+112 |
| | |||||
* | converted to new-style classes | Ilya Etingof | 2016-06-12 | 2 | -3/+3 |
| | |||||
* | include SMI examples | Ilya Etingof | 2016-05-11 | 2 | -4/+4 |
| | |||||
* | better examples on MIB compiler | Ilya Etingof | 2016-05-11 | 2 | -3/+43 |
| | |||||
* | fixes to end-of-docstring sentinel | Ilya Etingof | 2016-04-08 | 2 | -2/+2 |
| | |||||
* | pep8 reformatted | Ilya Etingof | 2016-04-05 | 1 | -2/+2 |
| | |||||
* | pep8 reformatted | Ilya Etingof | 2016-04-01 | 59 | -337/+342 |
| | |||||
* | pep8 reformatted | Ilya Etingof | 2016-04-01 | 11 | -116/+137 |
| | |||||
* | brief description added | Ilya Etingof | 2016-04-01 | 4 | -7/+38 |
| | |||||
* | pep8 fixes | Ilya Etingof | 2016-03-31 | 9 | -68/+75 |
| | |||||
* | pep8 fixes | Ilya Etingof | 2016-03-30 | 7 | -37/+44 |
| | |||||
* | pep8 fixes | Ilya Etingof | 2016-03-30 | 13 | -201/+143 |
| | |||||
* | pep8 fixes | Ilya Etingof | 2016-03-30 | 90 | -457/+460 |
| | |||||
* | highlighing fixes | Ilya Etingof | 2016-03-12 | 1 | -10/+10 |
| | |||||
* | more fixes to test scripts | Ilya Etingof | 2016-03-12 | 1 | -7/+7 |
| | |||||
* | example on implicit notification objects initialization improved | Ilya Etingof | 2016-03-08 | 2 | -4/+9 |
| | |||||
* | missing securityEngineId | elie | 2015-12-19 | 1 | -1/+1 |
| | |||||
* | changed/removed quotes | elie | 2015-12-19 | 13 | -14/+13 |
| | |||||
* | notification origination examples debugged and adjusted to work | elie | 2015-12-19 | 26 | -111/+51 |
| | | | | with demo.snmplabs.com out-of-the-box | ||||
* | fix to snmptrap c/l | elie | 2015-12-19 | 1 | -1/+1 |
| | |||||
* | more fixes to trap destination | elie | 2015-12-14 | 2 | -8/+10 |
| | |||||
* | notification originator examples re-pointed to Notification Receiver | elie | 2015-12-13 | 28 | -64/+65 |
| | | | | at demo.snmplabs.com | ||||
* | missing import | elie | 2015-11-12 | 1 | -0/+1 |
| | |||||
* | asyncio examples documented | elie | 2015-09-27 | 1 | -1/+1 |
| | |||||
* | var-bindings passing in asyncore API aligned with others | elie | 2015-09-27 | 7 | -8/+148 |
| | |||||
* | * Asyncore and asyncio-based APIs reworked to become functions. | elie | 2015-09-27 | 61 | -91/+997 |
| | | | | | | * Asyncio and Twisted API moved entirely into high-level domain to be aligned with other high-level APIs. This WILL BREAK backward compatibility for those apps that use Twisted API. | ||||
* | post-move documentation and code fixes | elie | 2015-09-21 | 2 | -3/+3 |
| | |||||
* | more adjustments followed layout changes | elie | 2015-09-21 | 44 | -45/+45 |
| | |||||
* | proper markup and fixes | elie | 2015-09-17 | 2 | -18/+31 |
| | |||||
* | some more missing files | elie | 2015-09-14 | 1 | -0/+83 |
| | |||||
* | * synchronous oneliner apps redesigned to offer Python generator-based | elie | 2015-09-14 | 110 | -2358/+3161 |
| | | | | | API along with a more comprehensive set of accepted parameters. * massively documented (in Sphinx, NumPy style) | ||||
* | synchronous oneliner apps redesigned to offer Python generator-based | elie | 2015-07-06 | 34 | -718/+750 |
| | | | | API along with more comprehensive set of accepted parameters | ||||
* | use named enumerarion for clarity | elie | 2015-07-05 | 1 | -1/+1 |
| | |||||
* | RowStatus needs initialization | elie | 2015-07-05 | 1 | -1/+1 |
| | |||||
* | - original asynsock transport and AsyncsockDispatcher renamed into | elie | 2015-07-05 | 61 | -83/+83 |
| | | | | | | asyncore and AsyncoreDispatcher respectively to provide better hint to fellow devs on the underlying transport being used - backward compatibility preserved through dummy asynsock symbols |