summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* TextualConvention subclassing order should depend upon DisplayHintelie2005-07-275-25/+25
* several fixes to TextualConvention.prettyOut() codeelie2005-07-271-7/+7
* missing module fixedelie2005-07-271-3/+3
* __SysUpTime -> SysUpTimeelie2005-07-271-2/+2
* fix to Bits.prettyOut()elie2005-07-271-1/+1
* In getNodeName() try various nodeName & modName combinations toelie2005-07-251-3/+25
* syntax fix to snmpEngineIDelie2005-07-251-5/+3
* re-create ScopedPDU for discovery request (static object might serve better h...elie2005-07-251-1/+8
* * converted to transport dispatcher's "jobs" interfaceelie2005-07-252-86/+87
* fail on unknown MP modelelie2005-07-251-1/+3
* AbstractTransportDispatcher.runDispatcher() now runs only when 1) unsent dataelie2005-07-252-10/+22
* top-level SNMP apps classes renamed for clarityelie2005-07-121-3/+3
* top-level application classes renamed for clarityelie2005-07-123-11/+11
* runDispatcher() won't take any arg; use start/stopDispatcher() insteadelie2005-07-121-2/+1
* smidump bug: MAX-ACCESS should be readcreateelie2005-07-121-11/+11
* initial revisionelie2005-07-121-0/+31
* separate snmpContext from CmdRspBase to re-use it in notification originator appelie2005-07-121-23/+5
* extra modules droppedelie2005-07-121-1/+1
* make globals visibleelie2005-07-121-2/+3
* startDispatcher() addedelie2005-07-121-0/+3
* * socket errno's are in errno moduleelie2005-07-121-3/+8
* * addNotificationTarget() addedelie2005-07-121-3/+92
* comments cleaned upelie2005-06-2815-86/+4
* commentselie2005-06-281-2/+0
* missing constraint fixed at RowStatuselie2005-06-281-1/+1
* sysUptime object fixedelie2005-06-281-1/+3
* loadMissingModule() dropped (use mibBuilder.loadModules())elie2005-06-281-15/+1
* convert PDU components as wellelie2005-06-281-13/+9
* prettyIn & prettyOut become public methodselie2005-06-284-9/+9
* commentselie2005-06-281-2/+2
* more fixes to pretty printer codeelie2005-06-281-8/+15
* allow for missing either modName or symName in input specelie2005-06-281-2/+7
* * call mibView.loadMissingModule() when module name is given on inputelie2005-06-281-1/+2
* manually fixed a bug in libsmi which does not distinsuish size/range constraintselie2005-06-282-10/+10
* * syntax fixeselie2005-06-281-8/+32
* syntax fixeselie2005-06-281-2/+2
* support for MibIdentifier instances addedelie2005-06-281-3/+8
* ipAddressPrettyOut() becomes a pure functionelie2005-06-272-8/+11
* minor syntax fixes followed pychecker reportelie2005-06-2713-49/+78
* rewriteTransportAddress() droppedelie2005-06-271-3/+1
* minor cleanupelie2005-06-271-5/+0
* both-way convertion becomes usableelie2005-06-271-25/+31
* mibView -> mibViewController for consistencyelie2005-06-271-17/+25
* skip some inner asn1 components type checks in SimpleSyntax andelie2005-06-272-4/+20
* hashPassphrase() re-designed for performanceelie2005-06-271-25/+15
* re-build with latest libsmi2pysnmpelie2005-06-271-1/+2
* converted to changed pyasn1 behaviour -- asn1 objects now hashes to theirelie2005-06-276-40/+32
* setEndOfMibError() & setNoSuchInstanceError() implementedelie2005-06-242-0/+14
* typo fixedelie2005-06-241-1/+1
* closeTransports() does not existelie2005-06-241-1/+0