Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor fixes | elie | 2013-11-10 | 1 | -0/+3 |
| | |||||
* | Execution Observer facility implemented to give app an inside view | elie | 2013-11-09 | 6 | -23/+271 |
| | | | | | | | | of SNMP engine inner workings. This is thought to be a generic framework for viewing (and modifying) various internal states of pysnmp engine. Previously introduced non-RFC APIs (like getting peer's transport endpoint) will be gradually migrated to this new framework. | ||||
* | examples adjusted to work with fixed-EngineID SNMP simulator | elie | 2013-09-30 | 3 | -7/+8 |
| | |||||
* | fix to snmptrap c/l | elie | 2013-09-29 | 1 | -1/+1 |
| | |||||
* | query existing OID | elie | 2013-09-23 | 1 | -3/+3 |
| | |||||
* | config.addSocketTransport() helper renamed into config.addTransport() | elie | 2013-06-01 | 16 | -18/+18 |
| | | | | | | and improved by automatically instantiating compatible TransportDispatcher making it dispatcher-agnostic. As an additional bonus, application may not call registerTransportDispatcher() as it would be called by addTransport(). | ||||
* | the contextEngineId parameter of config.addV3User() renamed into | elie | 2013-05-18 | 1 | -6/+6 |
| | | | | securityEngineId as it's semantically correct | ||||
* | most of Command Generator examples re-pointed to a live SNMP Agent | elie | 2013-05-05 | 12 | -42/+42 |
| | | | | at demo.snmplabs.com to ease experimentation and adoption | ||||
* | typo in snmptrap | elie | 2013-03-16 | 1 | -1/+1 |
| | |||||
* | no need to catch errorStatus == 2 when not using SNMPv1 | elie | 2013-03-16 | 2 | -6/+2 |
| | |||||
* | cosmetics | elie | 2013-03-16 | 1 | -1/+1 |
| | |||||
* | cosmetic fix to printout the exact OID as pointed out by errorIndex | elie | 2013-03-15 | 13 | -13/+13 |
| | |||||
* | some more cosmetic changes | elie | 2013-03-15 | 13 | -26/+26 |
| | |||||
* | cosmetic changes to Native API's GET/SET example scripts | elie | 2013-03-15 | 7 | -21/+21 |
| | |||||
* | another USM user added to make this script working with the client ones | elie | 2013-01-05 | 1 | -0/+16 |
| | |||||
* | contents moved to individual files | elie | 2012-12-19 | 1 | -139/+0 |
| | |||||
* | typo | elie | 2012-12-14 | 1 | -1/+1 |
| | |||||
* | typo | elie | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | one more fix | elie | 2012-12-09 | 1 | -1/+1 |
| | |||||
* | minor editing | elie | 2012-12-09 | 11 | -11/+0 |
| | |||||
* | SNMPv3 native API examples extended to cover many use cases | elie | 2012-12-09 | 20 | -597/+1266 |
| | |||||
* | SNMPv3 TRAP users added | elie | 2012-11-02 | 1 | -1/+19 |
| | |||||
* | built-in debugger now supports negating debugging categories | elie | 2012-07-23 | 1 | -1/+1 |
| | |||||
* | comments updated | elie | 2012-07-19 | 1 | -3/+3 |
| | |||||
* | examples reworked to include more available options and clarity | elie | 2012-07-19 | 5 | -140/+572 |
| | |||||
* | major overhawl aimed at Python 2.4 through 3.2 compatibility | elie | 2011-11-06 | 5 | -16/+20 |
| | |||||
* | minor fixes to pretty printer | elie | 2011-03-17 | 1 | -2/+3 |
| | |||||
* | * getVarBindTable() does not filter SNMP exception values anymore | elie | 2010-11-14 | 2 | -23/+13 |
| | | | | | * getVarBindTable() of v1 API now returns Null instead of None * GETNEXT/GETBULK apps now track EOM condition automatically | ||||
* | fix to use errorIndex only when it is set (to non-zero) | elie | 2010-11-14 | 1 | -3/+6 |
| | |||||
* | pretty print contextEngineId | elie | 2010-07-07 | 1 | -1/+1 |
| | |||||
* | SNMPv1 response may contain noSuchName error *and* SNMPv2c exception, | elie | 2010-05-04 | 1 | -1/+3 |
| | | | | | so we ignore noSuchName errorStatus and process noSuchObject/noSuchInstance exception | ||||
* | pass stateReference to NotificationReceiver app and let it browse | elie | 2009-05-22 | 1 | -2/+4 |
| | | | | request details (transport details at the moment) using stateReference | ||||
* | added support for AES cipher (rfc3826) | elie | 2007-07-09 | 1 | -0/+1 |
| | |||||
* | optionally enable stdout debugging | elie | 2007-02-14 | 1 | -0/+4 |
| | |||||
* | SnmpEngineId should be passed in binary form | elie | 2006-12-15 | 1 | -1/+2 |
| | |||||
* | Header comment updated | elie | 2005-11-04 | 5 | -1/+5 |
| | |||||
* | use SNMPv3 by default | elie | 2005-10-26 | 1 | -2/+2 |
| | |||||
* | format output | elie | 2005-10-26 | 3 | -3/+3 |
| | |||||
* | prettyOut() -> prettyPrint() | elie | 2005-10-14 | 5 | -11/+11 |
| | |||||
* | * port number fixed | elie | 2005-10-12 | 1 | -3/+8 |
| | | | | * receiver func prints pretty | ||||
* | table management funcs may return None cell vals | elie | 2005-10-12 | 2 | -3/+9 |
| | |||||
* | initial revision | elie | 2005-10-11 | 1 | -0/+37 |
| | |||||
* | re-formatted a little | elie | 2005-10-06 | 3 | -9/+15 |
| | |||||
* | adjusted to changed addV3User() API | elie | 2005-10-06 | 1 | -1/+5 |
| | |||||
* | pretty print results and errors | elie | 2005-08-16 | 4 | -8/+8 |
| | |||||
* | adjucted to changed config.addV3User() API | elie | 2005-08-15 | 3 | -3/+9 |
| | |||||
* | converted to transport dispatcher's "jobs" facility | elie | 2005-07-25 | 4 | -66/+59 |
| | |||||
* | top-level application classes renamed for clarity | elie | 2005-07-12 | 4 | -4/+4 |
| | |||||
* | comments cleaned up | elie | 2005-06-28 | 1 | -2/+2 |
| | |||||
* | adjusted to recent API | elie | 2005-06-22 | 1 | -2/+8 |
| |