summaryrefslogtreecommitdiff
path: root/pysnmp/entity
Commit message (Expand)AuthorAgeFilesLines
* an ugly fix to mibNameToOid() targeting SF bug #1548208.elie2006-09-041-9/+10
* revert syntax object instantiation change as it appears to be buggy.elie2006-09-031-1/+1
* Do not use clone() for value duplication as it may invoke Agent specificelie2006-08-231-1/+1
* python1.5 compatibility fix: [].extend() expects a list, not tupleelie2006-05-251-0/+6
* make sure GetBulkRequestPDU exists at version-specific protocol APIelie2006-05-211-1/+3
* pass empty (wildcard) ContextEngineID to unregisterContextEngineId()elie2006-05-211-1/+1
* stupid typo fixed, thanks to pycheckerelie2006-05-211-3/+3
* manually initialize snmpCommunityStorageType as it's not done by MIBelie2006-05-211-0/+5
* initial value to Null('') addedelie2006-04-241-2/+2
* setInitialVacmParameters() implementedelie2006-04-051-0/+26
* missing statusInformation committedelie2005-11-041-1/+3
* work with Managed Objects instances rather than with theirelie2005-10-266-10/+10
* * NoSuchInstanceError -> NoSuchObjectErrorelie2005-10-261-7/+5
* NoSuchInstanceError -> NoSuchObjectErrorelie2005-10-261-2/+2
* SetCommandResponder addedelie2005-10-141-0/+13
* missing response PDU creation addedelie2005-10-141-0/+2
* NotificationOriginator now supports cbFun (used for Informs)elie2005-10-121-5/+15
* many fixes to NotificationOriginator codeelie2005-10-121-20/+47
* default contextEngineId to local snmpEngineIDelie2005-10-121-0/+4
* contextEngineID -> contextEngineIdelie2005-10-123-30/+30
* addV3User() now takes contextEngineId parameter which is used byelie2005-10-121-12/+17
* initial revisionelie2005-10-111-0/+87
* convert transportAddress from TC-form into domain-specific form rightelie2005-10-102-3/+3
* adjusted to newly designed transport address object protocolelie2005-10-101-1/+1
* no context to pass back to cbelie2005-10-101-6/+4
* * use Transport jobs interface for multicast trackingelie2005-10-091-56/+33
* many fixes, sendNotification() nearly workselie2005-10-081-21/+38
* addTrapUser() addedelie2005-10-081-0/+15
* require snmpContextelie2005-10-071-11/+9
* fixes to Notification wrapperselie2005-10-071-11/+11
* initial revisionelie2005-10-072-0/+325
* bugfix to unset privProtocol verificationelie2005-09-301-1/+1
* mibvar functions renamed for clarityelie2005-09-291-2/+2
* handle usmNoAuthProtocol:& usmNoPrivProtocol:in addV3User()elie2005-08-151-4/+12
* addV3User() parameters order changed; protocol OIDs now usedelie2005-08-151-60/+32
* in addV3User():elie2005-08-051-35/+65
* * converted to transport dispatcher's "jobs" interfaceelie2005-07-251-12/+18
* fail on unknown MP modelelie2005-07-251-1/+3
* top-level application classes renamed for clarityelie2005-07-122-9/+9
* 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
* * addNotificationTarget() addedelie2005-07-121-3/+92
* comments cleaned upelie2005-06-283-19/+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
* support for MibIdentifier instances addedelie2005-06-281-3/+8
* minor syntax fixes followed pychecker reportelie2005-06-273-12/+8
* both-way convertion becomes usableelie2005-06-271-25/+31