| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add SNMP agent with multiple SNMP context example script | Ilya Etingof | 2019-11-12 | 1 | -0/+11 |
| | | |||||
| * | 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 | ||||
| * | Add `hlapi.v1arch` API (#186) | Ilya Etingof | 2018-08-12 | 4 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | encode IPv6 requirement into example scripts names (#102) | Ilya Etingof | 2017-11-06 | 3 | -9/+9 |
| | | |||||
| * | example on implicit notification objects initialization improved | Ilya Etingof | 2016-03-08 | 1 | -3/+3 |
| | | |||||
| * | SNMP overview and PySNMP hlapi tutorial added to documentation | elie | 2015-11-08 | 29 | -29/+29 |
| | | |||||
| * | drop client-side examples in favour of hlapi | elie | 2015-09-27 | 4 | -73/+22 |
| | | |||||
| * | more adjustments followed layout changes | elie | 2015-09-21 | 1 | -1/+1 |
| | | |||||
| * | relinked to newer examples | elie | 2015-09-16 | 1 | -1/+0 |
| | | |||||
| * | relinked to newer examples | elie | 2015-09-16 | 7 | -24/+36 |
| | | |||||
| * | relinked to newer examples | elie | 2015-09-16 | 23 | -288/+209 |
| | | |||||
| * | missing examples harness added | elie | 2015-09-14 | 33 | -0/+1182 |
