summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* listdir() catches and ignores possible OSError on a non-existing MIB dirrelease_4_2_2_tagelie2012-04-211-1/+4
* added pyasn1 decoder failures diagnistics in debug modeelie2012-04-204-5/+10
* fix to SNMPv3 MP peer engine ID discovery not to learn and useelie2012-04-182-13/+18
* fix to non-MT-safe class attributes at SNMPv3 MP & SEC moduleselie2012-04-173-7/+8
* distutils dependencies do not work prior to python 2.5elie2012-04-171-4/+19
* fix to socket.error processing at Py3 on Windowselie2012-04-162-3/+4
* fix to ContextName handling in bytes form whilst running Python3. Dataelie2012-04-142-6/+16
* py3.3elie2012-04-131-1/+1
* proper support for ignoreNonIncreasingOIDs optionelie2012-04-062-8/+10
* fix to api.v2c.getVarBindTable() to ignore possible non-rectangularelie2012-04-042-2/+6
* fix to avoid extra delimiters in tagListelie2012-04-041-1/+1
* catch malformed SnmpTag values and SnmpTagList delimiterselie2012-04-041-1/+20
* rebuilt with the latest libsmi2pysnmp toolelie2012-04-0314-117/+110
* updatedelie2012-04-021-0/+2
* MIB parent types resolution code improvedelie2012-04-021-3/+8
* use errorIndex at setEndOfMibError()elie2012-04-021-0/+1
* fix to support inheritance of MIB typeselie2012-04-022-2/+21
* fix to oneliner getnext/getbulk response table rectangulation procedureelie2012-04-022-3/+5
* libsmi2pysnmp attempts to support long (256+) params in func callelie2012-03-212-6/+8
* out of PYTHONPATH MIB paths now supportedelie2012-02-112-11/+22
* made *MibSource() objects initialization implicitelie2012-02-111-5/+9
* fix to legacy MibBuilder.getMibPath() to prevent it from missingelie2012-01-282-6/+12
* fix to UDP6 transport handling at rfc2576 security moduleelie2012-01-262-1/+2
* copyright extended to 2012elie2012-01-212-2/+2
* oneliner CommandGenerator can now limit the number of SNMP tableelie2011-12-272-5/+23
* preserve original traceback on py3elie2011-12-242-9/+17
* pycrypto version dep bumpedelie2011-12-241-2/+2
* whilst on Py3, reraise exceptions with the original tracebackelie2011-12-232-2/+12
* pyasn1 dependency updatedelie2011-12-211-2/+2
* can't handle v1&v2c with equal communitieselie2011-12-211-2/+2
* updatedelie2011-12-151-2/+2
* mibdata.py droppedelie2011-12-131-26/+0
* updatedelie2011-12-131-2/+2
* experimental mibdata module removedelie2011-12-134-22/+56
* autogenerated securityName should depend of all CommunityData initializerselie2011-12-071-3/+7
* avoid optional securityName in CommunityDataelie2011-12-078-16/+16
* minor editingelie2011-12-061-3/+1
* catch missing transportelie2011-12-051-1/+4
* * TimerCallable instances now use current timer resolution settingelie2011-12-051-4/+9
* updatedelie2011-12-031-0/+10
* major rework of oneliner LCD configuration routine.elie2011-12-032-53/+57
* SnmpEngineID inheritance order changedelie2011-12-031-1/+1
* fixes to TextualConvention pretty printerelie2011-12-031-3/+3
* make debug doing repr against hardly printable objectselie2011-12-031-4/+4
* updatedelie2011-12-021-0/+4
* transport dispatcher now provides its own time expressed inelie2011-11-275-16/+47
* fix to SnmpEngineID value autogeneration (used to fail on Mac).elie2011-11-192-2/+3
* libsmi2pysnmp tool improved to handle incomplete SMI v1->v2 conversionelie2011-11-192-0/+30
* - The pyasn1 constraint and enumeration objects put into ASN1-* MIBelie2011-11-1922-189/+204
* pass optional userCtx kw parameter to importSymbols()/loadModules()elie2011-11-182-5/+10