| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add SNMP agent with multiple SNMP context example script | Ilya Etingof | 2019-11-12 | 1 | -0/+11 |
| | | |||||
| * | Add examples on master&localized keys use | Ilya Etingof | 2019-08-13 | 1 | -0/+22 |
| | | |||||
| * | Rework VACM access control function (#287) | Ilya Etingof | 2019-07-29 | 1 | -0/+10 |
| | | | | | | | | | | 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 | ||||
| * | Introduce asyncio binding to hlapi.v1arch (#244) | Ilya Etingof | 2019-02-22 | 7 | -0/+181 |
| | | | | | | The hlapi.v1arch asyncio API is intended to be very similar to hlapi.v3arch.asyncio from its signature viewpoint, however it should be faster at the expense of no SNMPv3 support. | ||||
| * | Add `hlapi.v1arch` API (#186) | Ilya Etingof | 2018-08-12 | 91 | -986/+1846 |
| | | | | | | | | | | | | | | | | | | | | | * Add `hlapi.v1arch` API Introduce new sub-package `pysnmp.hlapi.v1arch` which wraps otherwise very detailed packet-level SNMP messaging into a handful of convenience functions. As a side effect, the `pysnmp.hlapi.*` sub-packages moved under `pysnmp.hlapi.v3arch` though `pysnmp.hlapi` still exposes `pysnmp.hlappi.v3arch.*` symbols to retain some degree of backward compatibility. The signature of the hlapi `.sendNotification()` call has changed to accept `*varBinds` instead of a sequence of `varBinds`. The rationale is to unify this method call with similar methods of CommandGenerator. * Add v1arch docs and reshuffle hlapi docs | ||||
| * | migrated references from SourceForge (#110) | Ilya Etingof | 2017-11-17 | 1 | -1/+1 |
| | | |||||
| * | encode IPv6 requirement into example scripts names (#102) | Ilya Etingof | 2017-11-06 | 8 | -30/+30 |
| | | |||||
| * | documentation typo fix | Ilya Etingof | 2017-10-17 | 1 | -1/+1 |
| | | |||||
| * | Sphinx theme changed to Alabaster, minor documentation tweaks | Ilya Etingof | 2017-10-06 | 1 | -5/+5 |
| | | |||||
| * | More twisted examples (#47) | Ilya Etingof | 2017-03-18 | 1 | -0/+10 |
| | | | | | * twisted inline callback example | ||||
| * | include SMI examples | Ilya Etingof | 2016-05-11 | 3 | -0/+79 |
| | | |||||
| * | example on implicit notification objects initialization improved | Ilya Etingof | 2016-03-08 | 3 | -21/+9 |
| | | |||||
| * | added links to snmplabs resources | elie | 2015-12-20 | 1 | -6/+6 |
| | | |||||
| * | SNMP overview and PySNMP hlapi tutorial added to documentation | elie | 2015-11-08 | 67 | -67/+67 |
| | | |||||
| * | fixes to sidebar | elie | 2015-09-28 | 1 | -2/+2 |
| | | |||||
| * | * missing files added | elie | 2015-09-28 | 6 | -27/+166 |
| | | | | | * examples renamed dropping 'async' piece | ||||
| * | cleanup | elie | 2015-09-27 | 4 | -30/+39 |
| | | |||||
| * | drop client-side examples in favour of hlapi | elie | 2015-09-27 | 4 | -73/+22 |
| | | |||||
| * | hlapi twisted examples documented | elie | 2015-09-27 | 7 | -0/+207 |
| | | |||||
| * | hlapi trollius examples documented | elie | 2015-09-27 | 5 | -1/+126 |
| | | |||||
| * | asyncio examples documented | elie | 2015-09-27 | 6 | -5/+121 |
| | | |||||
| * | asyncore hlapi examples documented | elie | 2015-09-27 | 18 | -211/+588 |
| | | |||||
| * | more adjustments followed layout changes | elie | 2015-09-21 | 8 | -89/+89 |
| | | |||||
| * | sidebar menu rearrangement + typo fixes | elie | 2015-09-19 | 1 | -1/+1 |
| | | |||||
| * | text and examples rearranged | elie | 2015-09-17 | 1 | -0/+29 |
| | | |||||
| * | relinked to newer examples | elie | 2015-09-16 | 8 | -39/+38 |
| | | |||||
| * | relinked to newer examples | elie | 2015-09-16 | 14 | -25/+58 |
| | | |||||
| * | relinked to newer examples | elie | 2015-09-16 | 25 | -300/+223 |
| | | |||||
| * | relinked to new examples | elie | 2015-09-15 | 3 | -60/+59 |
| | | |||||
| * | missing examples harness added | elie | 2015-09-14 | 45 | -0/+1646 |
| | | |||||
| * | some more missing files | elie | 2015-09-14 | 1 | -0/+101 |
