summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updatedrelease_4_2_5_tagelie2013-09-301-4/+4
* examples adjusted to work with fixed-EngineID SNMP simulatorelie2013-09-305-13/+17
* inclide * from tools as on windows setuptools does not work otherwiseelie2013-09-301-1/+1
* typoelie2013-09-291-1/+1
* fix to snmptrap c/lelie2013-09-291-1/+1
* fix to pass stateReference to registered app on unconfirmed notificationselie2013-09-292-3/+11
* minor fixelie2013-09-291-0/+1
* fixes to normalizeAddress()elie2013-09-252-2/+2
* IPv6 address normalization moved into UDP6 transportelie2013-09-242-10/+15
* forcibly zero ZoneID, FlowID and ScopeID components to make itelie2013-09-241-0/+10
* sometimes missing inet_ntop()/inet_pton() reimplemented in pure structelie2013-09-243-78/+107
* cosmeticselie2013-09-231-1/+2
* move local port to a less conflicting valueelie2013-09-231-2/+2
* query existing OIDelie2013-09-231-3/+3
* fix to local interface address and portelie2013-09-231-3/+3
* added ctypes dependency for old Pythons on Windowselie2013-09-232-1/+16
* made Py3K compatibleelie2013-09-211-1/+5
* workaround for missing Queue module features at 2.4elie2013-09-211-2/+11
* Python 2.4+ installation requirement addedelie2013-09-211-0/+4
* distribute is goneelie2013-09-212-18/+4
* SNMP Engine object now has a snmpEngineID attribute exposedelie2013-09-152-1/+3
* gracefully handle malformed SnmpEngineID coming from SNMPv3 headerelie2013-09-142-0/+15
* minor changes to transport dispatcher's recvId logicelie2013-09-082-14/+12
* minor editelie2013-09-071-2/+2
* minor cleanupselie2013-09-071-2/+1
* addresses correctedelie2013-09-071-3/+7
* no default data routing function anymoreelie2013-09-071-5/+7
* * A single instance of transport dispatcher can now serve multipleelie2013-09-074-24/+141
* sockets now configured with SO_REUSEADDR option to fix possibleelie2013-09-022-0/+3
* fix to message processing module which used to refer to a boguselie2013-08-242-5/+11
* fix to SnmpAdminString, SnmpTagList, SnmpTagValue types to make themelie2013-08-033-0/+5
* pretty print contextEngineId in debugelie2013-08-011-4/+4
* fixes to inet_ntop()/inet_pton()elie2013-07-311-14/+14
* fix to inet_ntop()/inet_pton() support on Windowselie2013-07-312-9/+66
* fix to asyncore-based transport to work only with AsynsockDispatcher'selie2013-07-032-6/+24
* updatedelie2013-06-301-0/+4
* whenever addTransport() automatically instantiates transportDispatcher,elie2013-06-301-1/+11
* overload closeTransport() to get a chance to close UNIX pipe on transportelie2013-06-301-0/+5
* fix: do not close transport whenever unregistering it at dispatcherelie2013-06-301-1/+0
* move common methods to AbstractTransportelie2013-06-303-19/+16
* overload closeTransport() to close UDP port on transport shutdownelie2013-06-301-0/+5
* fix: closeTransport() should invoke stopProtocol()elie2013-06-301-1/+0
* old python compatibility fix to kwargs followed varargselie2013-06-261-1/+1
* cache and uncache usmUserSecurityName for debugging purposeselie2013-06-261-0/+5
* fix to octet string typing (used to throw an exception)elie2013-06-262-2/+3
* exception re-raising improved at asynsock/twisted dispatchers so thatelie2013-06-263-7/+10
* disptacher vs transport compatibiilty verification moved intoelie2013-06-216-4/+17
* credential caching improved to allow unbalanced add/del configurationelie2013-06-122-41/+61
* use format_exception()elie2013-06-112-2/+2
* FSM exception handling reworkedelie2013-06-111-2/+3