summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* securityName selection by snmpCommunityTransportTag at processIncomingMsg()elie2010-02-051-19/+88
* automatically link SNMPv1/v2c securityName and transportParams tables rowselie2010-02-051-1/+4
* fix to snmpTargetAddrTagList values separatorelie2010-02-051-1/+1
* fix to tree walk that contains identical leading parts of indiceselie2010-02-051-0/+7
* some more debugging addedelie2010-02-033-2/+7
* fix to transport information caching keyelie2010-02-031-1/+1
* add ACL denial debuggingelie2010-02-011-0/+1
* handle possibly missing IPv6 supportelie2010-02-012-1/+12
* UDP over IPv6 transport implementedelie2010-01-124-3/+54
* cache tuple representation of SnmpUDPAddress valueelie2010-01-121-5/+6
* ACL debugging addedelie2009-12-051-1/+1
* fix to socket importrelease_4_1_12_a_tagelie2009-12-031-1/+1
* * missing SNMPTrap PDU API implemented at proto.api.v2c, RFC2576 proxyelie2009-12-033-30/+35
* fix to date read from compiled module on 64-bit boxenelie2009-09-281-1/+1
* ASN.1 printout typo fixelie2009-09-051-1/+1
* MIB code objects now supportedelie2009-09-051-31/+105
* os.sep seems more standard than os.path.sepelie2009-08-301-2/+2
* old Pythons do not take kw args in __import__()elie2009-08-291-1/+1
* MIB loading mechanics re-designed to allow ZIP importelie2009-08-281-41/+102
* Python 2.3- compatibility fixelie2009-08-211-1/+1
* attempt to use hashlib whenever availableelie2009-08-213-15/+30
* refactor NotificationOriginator to allow receiption methodelie2009-07-311-4/+16
* Twisted support implementedelie2009-07-3110-0/+408
* pass stateReference to NotificationReceiver app and let it browseelie2009-05-223-4/+42
* UdpSocketTransport aliased to UdpTransportelie2009-05-181-0/+2
* UnixDgramSocketTransport symbol renamed to become more inline withelie2009-05-181-1/+6
* MIB symbols unexport feature re-workedelie2009-05-181-9/+25
* registerSubtree/unregisterSubtree now check against duplicate/missingelie2009-05-181-16/+13
* fix to processPdu code - SmiError type exceptions are not a mapping kindelie2009-05-091-1/+1
* last change breaks configuration management, temporarly rolling backelie2009-05-031-1/+1
* fix to make the unexportSymbols() method workingelie2009-05-032-0/+8
* drop empty MIB modules dictselie2009-05-031-0/+3
* typo fixedelie2009-05-031-1/+1
* re-built from newer sources and with latest libsmi2pysnmp tool (0.0.9a)elie2009-03-2610-12/+12
* memory leak fixedelie2009-03-261-1/+1
* guard importSymbols() against empty MIB module nameselie2009-03-101-0/+4
* fix to empty MIB module names reportingelie2009-03-101-1/+1
* Fix to MibScalarInstance value setting logic - previous code failedelie2009-01-141-4/+9
* allow multiple callback timer functionselie2008-11-221-10/+11
* fix: msgID should only be used with confirmed-type PDUselie2008-11-131-3/+1
* improve msgID generation for Notificationselie2008-11-131-1/+1
* fix to proper tagList format (still needs a look)elie2008-11-122-3/+3
* both fix and a re-work of sysUptime value managementelie2008-11-123-9/+14
* Bind tagList to targetAddress to prevent sending dups to list memberselie2008-11-091-14/+22
* LCD names generation code reworked to avoid accidental clashes.elie2008-11-091-16/+27
* catch access to non-configured entries and raise an exceptionelie2008-10-061-1/+15
* fix to a buggy community searching code in processIncomingMsg (thanks toelie2008-08-031-9/+6
* fix to addV1System to allow multiple systems to co-exist in LCDelie2008-06-231-4/+1
* avoid extra recursionelie2008-04-281-1/+1
* make use of nextid.py for unique IDs generationelie2008-04-273-32/+24