summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* seen MIB files made persistentelie2006-03-071-10/+11
* treat seen mibs as loadedelie2006-03-061-0/+1
* MibBuilder.loadModules() now fails on missing MIB fileselie2006-03-061-1/+9
* a workaround against possibly broken Agents: SNMPv3 Manager code defaultselie2006-01-171-0/+5
* upper limit on plain-text secret auth & priv keys set to practicalelie2005-12-161-2/+2
* make MAXINT being longs (just in case they may hash differently in a reallyelie2005-12-164-11/+11
* no bool() in python1.5elie2005-12-161-1/+4
* python1.5 does not know about boolean constantselie2005-12-161-3/+3
* rebuilt from updated MIB text (secret key length increased)elie2005-12-091-2/+2
* varBinds made varargelie2005-11-041-1/+1
* missing statusInformation committedelie2005-11-041-1/+3
* handle NetworkAddress in translationelie2005-11-031-3/+11
* NetworkAddress exportedelie2005-11-031-0/+1
* add MIB REVISION informationelie2005-11-0213-14/+52
* sort MIBs by REVISION date to overlay old ones with newelie2005-11-021-10/+25
* cleanupelie2005-11-021-1/+1
* do not use SMI STATUS for resolving ambigselie2005-11-021-9/+0
* use most current specs when indexing by OIDelie2005-10-281-0/+9
* minor cleanupelie2005-10-271-2/+0
* type fixedelie2005-10-271-1/+1
* cleanupelie2005-10-261-6/+1
* Sort MIB modules by name to give user a chance to slip-in aelie2005-10-261-3/+6
* probe to load MIB files only onceelie2005-10-261-4/+6
* * store module name as specified by exportSymbols() rather thanelie2005-10-261-20/+20
* maintain a sorted sequence of key length -- useful for reducingelie2005-10-261-3/+24
* adjusted to re-worked SMI modelelie2005-10-261-22/+73
* work with Managed Objects instances rather than with theirelie2005-10-2611-39/+35
* * adjusted to changed pysnmp SMI object modelelie2005-10-2610-176/+161
* SMI object model reworked for two purposes:elie2005-10-261-174/+161
* * NoSuchInstanceError -> NoSuchObjectErrorelie2005-10-261-9/+15
* NoSuchInstanceError is now a subclass of NoSuchObjectErrorelie2005-10-261-1/+1
* * NoSuchInstanceError -> NoSuchObjectErrorelie2005-10-261-16/+16
* * NoSuchInstanceError -> NoSuchObjectErrorelie2005-10-261-7/+5
* NoSuchInstanceError -> NoSuchObjectErrorelie2005-10-262-6/+6
* initial revisionelie2005-10-261-0/+0
* SetCommandResponder addedelie2005-10-141-0/+13
* 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