summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi
Commit message (Expand)AuthorAgeFilesLines
* * python1.5 compatibity fix related to names scopingelie2006-05-251-6/+8
* asyncSendNotification() now accepts a tuple (cbFun, cbCtx) for theelie2006-05-211-2/+2
* initial value to Null('') addedelie2006-04-241-1/+1
* varBinds made varargelie2005-11-041-1/+1
* NotificationOriginator now supports cbFun (used for Informs)elie2005-10-121-6/+9
* snmpv3 protocols can't be Noneelie2005-10-121-2/+6
* sendNotification() now takes notifyType parameter (trap or inform)elie2005-10-121-7/+10
* adjust for superclassing by NotificationOriginatorelie2005-10-101-7/+8
* initial revisionelie2005-10-101-0/+81
* mibvar functions renamed for clarityelie2005-09-291-6/+6
* 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
* UsmUserData constructor now takes authProtocol and privProtocolelie2005-08-051-3/+5
* * converted to transport dispatcher's "jobs" interfaceelie2005-07-251-74/+69
* top-level SNMP apps classes renamed for clarityelie2005-07-121-3/+3
* top-level application classes renamed for clarityelie2005-07-121-2/+2
* comments cleaned upelie2005-06-281-9/+0
* commentselie2005-06-281-2/+2
* mibView -> mibViewController for consistencyelie2005-06-271-17/+25
* default to SMIv2 in CommunityDataelie2005-06-211-5/+6
* CommunityData implementedelie2005-06-201-3/+23
* app library objects renamed to a more concise nameselie2005-06-171-15/+15
* report possibly out-of-table rows in getbulk. otherwise, in-scope rowselie2005-06-161-1/+2
* * in/out var-binds syntax parsers/builders moved to mibvar moduleelie2005-06-161-59/+87
* initial revisionelie2005-06-142-0/+238