summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* uninitialized variable fixedrelease_4_1_4_a_tagelie2005-08-161-1/+3
* * params order changed in UsmUserData contructor (in incompatible manner!)elie2005-08-151-9/+28
* handle usmNoAuthProtocol:& usmNoPrivProtocol:in addV3User()elie2005-08-151-4/+12
* cosmeticselie2005-08-151-8/+6
* addV3User() parameters order changed; protocol OIDs now usedelie2005-08-151-60/+32
* in addV3User():elie2005-08-051-35/+65
* debug cleaned upelie2005-08-052-14/+0
* noauth/nopriv become concrete authentication and encryption classeselie2005-08-052-0/+8
* * bugfix to DES key hashing when SHA hasing protocol is chosenelie2005-08-051-8/+50
* missing SHA-based hasing implementedelie2005-08-051-4/+30
* UsmUserData constructor now takes authProtocol and privProtocolelie2005-08-051-3/+5
* 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