summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* handle EBADFD socket error whenever present on the platformelie2007-08-141-3/+8
* errorIndex should be a one-based valueelie2007-08-141-12/+13
* setSocketMap() addedelie2007-08-131-6/+9
* exception class now supports update() mapping type methodelie2007-08-111-0/+1
* fix to SET CommandResponder according to RFC1905 4.2.5elie2007-08-111-4/+10
* typoelie2007-07-241-1/+1
* swap tagIds of noSuchInstance with noSuchObjectelie2007-07-121-2/+2
* added support for AES cipher (rfc3826)elie2007-07-099-60/+220
* allow plain Python values in var-binds (invokes MIB lookup)elie2007-05-282-0/+25
* use notificationName whenever given, use default SNMPv2-MIB::snmpTrapOIDelie2007-05-282-1/+9
* report cached peer SNMP engine data on MP debuggingelie2007-05-181-0/+2
* don't import unused moduleselie2007-04-061-2/+0
* ignore some more socket errorselie2007-04-041-6/+11
* to make sure LCD keys will never clash somewhere, add semantic-sensitiveelie2007-04-032-4/+4
* build groupName from hashed securityName to always fit constraintselie2007-04-031-2/+2
* build LCD tables keys from a hased mix of input parameters to makeelie2007-04-032-4/+4
* __repr__() added to CommunityData and UsmUserDataelie2007-04-031-0/+13
* merge per-view VACM shortcuts into a universal add/delVacmUser() toelie2007-04-021-64/+64
* rolled back process elapsed time based timestamping as it make things moreelie2007-03-301-12/+4
* attempt to use process elapsed time (whenever available) forelie2007-03-301-5/+13
* fix to timeframe arithmeticselie2007-03-301-4/+4
* automatically initialize usmUserSecurityName columnar object instanceelie2007-03-291-1/+27
* automatically initialize index values on table management operationelie2007-03-251-2/+15
* a commentelie2007-03-231-1/+1
* invoke unconfiguration method from __del__()elie2007-03-222-0/+4
* fix to MibBuilder.setMibPath() to preserve previously loaded modules intact.elie2007-03-211-1/+0
* ignore BADFD socket error as it may happen upon FD closureelie2007-03-201-2/+3
* UdpTransportTarget.__str__ -> UdpTransportTarget.__repr__elie2007-03-191-1/+1
* UdpTransportTarget.__str__ implementedelie2007-03-191-0/+6
* SMI/dispatcher timeout multiplier fixed to 0.01 secelie2007-02-243-6/+5
* SnmpEngineID default value generation algorithmic function changedrelease_4_1_7_a_tagelie2007-02-191-3/+8
* pass self reference to OidOrderedDict sorting functionelie2007-02-171-1/+1
* Do not raise securityLevel for USM error reports that lacks userelie2007-02-161-6/+0
* do not override BULK PDU params by setting defaults rematurelyelie2007-02-151-3/+2
* little debug messaging clarificationelie2007-02-151-3/+3
* some more debuggingelie2007-02-142-4/+11
* added fuzzy logic to SnmpEngineTime.clone() to compute live valueelie2007-02-141-3/+2
* have to clone() snmpEngineTime to compute actual valueselie2007-02-141-1/+1
* handle possibly empty PDU in debuggingelie2007-02-141-1/+1
* SnmpEngineTime implementedelie2007-02-142-3/+13
* do snmpEngineTime.clone() to compute actual valueelie2007-02-141-1/+1
* use authentative SNMP engine params when we are authentativeelie2007-02-131-10/+20
* security fix to USM time-window verification (SF bug #1649032)elie2007-02-131-7/+16
* timliness cache entry TTL updatedelie2007-02-131-1/+1
* fixed-length octetstring objects re-worked to store the exact lengthelie2007-02-074-11/+19
* symNames for unexportSymbols() now optionalelie2007-02-061-3/+3
* unloadModules() & unexportSymbols() implementedelie2007-02-051-2/+37
* instantiate snmpTrapOID for notification generatorelie2007-01-301-0/+6
* partial fix to trap PDU buildelie2007-01-301-17/+15
* fix to notification objects resolution code atelie2007-01-291-2/+3