summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* transport domain specific address syntax [partially] supportedelie2005-10-091-4/+12
* fix to Nd DISPLAY-HINT syntax parserelie2005-10-091-1/+1
* do not cache requests if response is not expectedelie2005-10-091-18/+20
* socket-specific address syntaxelie2005-10-091-1/+1
* many fixes, sendNotification() nearly workselie2005-10-081-21/+38
* addTrapUser() addedelie2005-10-081-0/+15
* layout fixelie2005-10-071-2/+2
* require snmpContextelie2005-10-071-11/+9
* fixes to Notification wrapperselie2005-10-071-11/+11
* unused import droppedelie2005-10-071-1/+0
* initial revisionelie2005-10-072-0/+325
* bugfix to unset privProtocol verificationelie2005-09-301-1/+1
* in TextualConvention.prettyOut(), type of self determines argument typeelie2005-09-301-3/+3
* mibvar functions renamed for clarityelie2005-09-292-8/+8
* avoid multiple registration of the same transportelie2005-09-271-4/+8
* SET command generator implementedelie2005-09-241-2/+38
* do not return original varBinds to callback function in next/bulk generatorselie2005-09-231-25/+11
* uninitialized variable fixedelie2005-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