Commit Graph

1836 Commits (master)

Author SHA1 Message Date
Ilya Etingof ca2666dc1b pip -r requirements.txt 2016-03-12 12:50:30 +01:00
Ilya Etingof c45f60f049 pypy does not work yet 2016-03-12 10:56:45 +01:00
Ilya Etingof d524518183 highlighing fixes 2016-03-12 10:47:48 +01:00
Ilya Etingof 6f0ba0a5fc more fixes to test scripts 2016-03-12 10:42:48 +01:00
Ilya Etingof 8cf8616278 exclude network-specific scripts 2016-03-12 10:25:58 +01:00
Ilya Etingof 7d3e47739a add compiled MIBs 2016-03-12 10:13:04 +01:00
Ilya Etingof 98b42276e0 travis added 2016-03-12 10:08:18 +01:00
Ilya Etingof fc9925bc33 moved to github 2016-03-08 22:24:56 +01:00
Ilya Etingof 84001b6939 example on implicit notification objects initialization improved 2016-03-08 22:13:34 +01:00
Ilya Etingof 2b85c6b152 mention license 2016-03-07 23:20:34 +01:00
Ilya Etingof e5ed7d3176 mention public on-line services 2016-03-07 22:58:08 +01:00
Ilya Etingof ccb5286292 some more touches 2016-03-07 22:48:27 +01:00
Ilya Etingof a55ed52d7c minor fix ups related to markdown 2016-03-07 22:40:40 +01:00
Ilya Etingof ea5822e451 updated and converted to markdown 2016-03-07 22:28:06 +01:00
Ilya Etingof 095cac5886 multiple fixed to NotificationType
- additional var-binds can now be specified as MIB objects
- additional var-binds will override implicitly added ones
2016-03-07 00:32:54 +01:00
elie 9be716faee bumped to 4.3.3 and minor fixes 2016-02-20 22:18:08 +00:00
elie 6513c0df25 be more explicit in regards to fixed security issue 2016-02-13 21:08:33 +00:00
elie 631eb9723d fix to missing next() in Python 2.5 at pysnmp.hlapi 2016-02-13 20:59:52 +00:00
elie 15839cd955 better reporting of missing pysmi 2016-02-13 20:58:39 +00:00
elie 7013cf5694 fix to date format 2016-01-11 19:56:41 +00:00
elie 1a6b98b2ba fix to OctetString.prettyOut() to pretty-print Python 3 bytes without
'b' qualifier
2015-12-31 00:20:20 +00:00
elie 7080bfa36e TEXTUAL-CONVENTION's DISPLAY-HINT text formatting reworked for better
performance and encoding accurancy of 'a' and 't' formats
2015-12-30 20:51:17 +00:00
elie c50fe2a466 copyright updated 2015-12-29 20:34:33 +00:00
elie 0ef468a590 added links to snmplabs resources 2015-12-20 12:19:05 +00:00
elie 3b505486fe missing securityEngineId 2015-12-19 21:40:47 +00:00
elie 912c8fe4dc changed/removed quotes 2015-12-19 21:23:46 +00:00
elie ee1bcb9cd5 two more execution observer points added: rfc2576.processIncomingMsg
and rfc3414.processIncomingMsg to give an insignt on security modules
internals
2015-12-19 21:11:53 +00:00
elie 986c0a7f58 notification origination examples debugged and adjusted to work
with demo.snmplabs.com out-of-the-box
2015-12-19 21:07:51 +00:00
elie 10a43697b9 fix to NotificationOriginator to cope with unspecified user callable 2015-12-19 13:45:04 +00:00
elie ac82aea8e9 fix to snmptrap c/l 2015-12-19 13:34:00 +00:00
elie 82af44ba56 fix to USM: extra user entry clone removed on incoming message
processing. It made USM accepting SNMPv3 TRAPs from unknown SNMP
engine IDs
2015-12-19 13:33:41 +00:00
elie a3b3b738b0 typos 2015-12-19 12:12:40 +00:00
elie fef6965a41 more fixes to trap destination 2015-12-14 07:11:03 +00:00
elie 1090a68028 notification originator examples re-pointed to Notification Receiver
at demo.snmplabs.com
2015-12-13 12:05:03 +00:00
elie 1244961c3f all SNMP counters now incremented via '+= 1' rather than 'x = x + 1' 2015-12-12 15:48:47 +00:00
elie 9815736980 fix to SNMP counters import 2015-12-12 14:31:34 +00:00
elie 0d1b42e1f8 * SNMP table row consistency check added. This change may break
valid SNMP SET operations on tables if RowStatus column is not
  passed at the very end of var-binds.
2015-11-22 13:22:05 +00:00
elie 2d7329e6a2 missing doc strings on MIB loading added 2015-11-20 21:35:38 +00:00
elie 87a7a35d1e copyright notice added to source code 2015-11-20 20:57:28 +00:00
elie 0d55f58dce last minute cleanup 2015-11-13 20:19:56 +00:00
elie a6155011b4 extra url dropped 2015-11-13 19:55:47 +00:00
elie 6a71130066 4.3.1 2015-11-12 20:34:20 +00:00
elie b3b58faee3 missing import 2015-11-12 20:30:32 +00:00
elie 60f3c12c89 some more hyperlinks 2015-11-12 20:09:07 +00:00
elie c9f0abe340 some more work on documentation 2015-11-12 08:14:33 +00:00
elie dde6045ac1 some more notes on hlapi use 2015-11-10 21:46:54 +00:00
elie 99bacd6de1 some more progress 2015-11-09 07:31:42 +00:00
elie c2e38b475d missing files 2015-11-08 21:24:57 +00:00
elie 6a25feb720 SNMP overview and PySNMP hlapi tutorial added to documentation 2015-11-08 21:22:14 +00:00
elie 55cf4737ff updated 2015-11-08 08:36:05 +00:00