summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* missing response PDU creation addedelie2005-10-141-0/+2
* unused requestID retrieval expression removedelie2005-10-141-4/+3
* bugfix: preserve Request-ID on v2->v1 PDU translationelie2005-10-141-0/+4
* NotificationOriginator now supports cbFun (used for Informs)elie2005-10-122-11/+24
* snmpv3 protocols can't be Noneelie2005-10-121-2/+6
* missing InformRequestPDU addedelie2005-10-121-2/+4
* contextEngineID->contextEngineIdelie2005-10-122-20/+20
* strip two leading var-binds from v2 trap PDUelie2005-10-121-2/+7
* * do not default contextEngineId to anythingelie2005-10-121-18/+11
* sendNotification() now takes notifyType parameter (trap or inform)elie2005-10-121-7/+10
* many fixes to NotificationOriginator codeelie2005-10-121-20/+47
* default contextEngineId to local snmpEngineIDelie2005-10-121-0/+4
* contextEngineID -> contextEngineIdelie2005-10-126-77/+77
* addV3User() now takes contextEngineId parameter which is used byelie2005-10-121-12/+17
* initial revisionelie2005-10-111-0/+87
* v1->v2c trap translation fixeselie2005-10-111-2/+6
* app registration fixeselie2005-10-111-7/+15
* convert transportAddress from TC-form into domain-specific form rightelie2005-10-103-4/+4
* adjusted to newly designed transport address object protocolelie2005-10-101-1/+1
* adjust for superclassing by NotificationOriginatorelie2005-10-101-7/+8
* no context to pass back to cbelie2005-10-101-6/+4
* initial revisionelie2005-10-101-0/+81
* * use Trap API for v1 trap PDU managementelie2005-10-091-7/+14
* * use Transport jobs interface for multicast trackingelie2005-10-091-56/+33
* 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 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