summaryrefslogtreecommitdiff
path: root/pysnmp/proto
Commit message (Expand)AuthorAgeFilesLines
* major revamp:elie2015-09-204-0/+16
* - Constraints assignment shortcut added to some base rfc1902 types (Integer,elie2015-09-191-34/+429
* started documenting base typeselie2015-09-181-0/+66
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-051-1/+1
* reverse previous changeelie2015-05-311-0/+3
* alias Null to Unspecified symbol for convenienceelie2015-05-311-1/+4
* export ObjectIdentifier from pyasn1elie2015-05-311-0/+2
* fix to v2c->v1 trap OID translation: do not require trap OID to beelie2015-05-261-4/+1
* ignore expired entries in expire()elie2015-01-301-1/+2
* possible memory leak fixelie2015-01-301-0/+1
* fix to default/null AgentAddress initializationelie2015-01-201-1/+1
* * fix ignore impossible errorStatuselie2014-12-191-5/+7
* TRAP PDU agent address evaluation made lazy to improve startup timeelie2014-06-211-6/+8
* pylint'edelie2014-06-171-1/+0
* fix to authoritative engine side snmpEngineID discovery procedure:elie2014-04-231-7/+10
* some more debugging addedelie2014-03-241-0/+2
* Fix to SNMPv1/v2c message processing subsystem to make it servingelie2014-03-241-8/+32
* clean up request queue on pysnmp-level processing failure, not justelie2014-03-241-3/+2
* missing check for null scopedPDU addedelie2014-03-211-0/+5
* fixes to verify pyasn1 decoder.decode() return to withstandelie2014-03-213-4/+19
* fix to initialize errorIndex & errorStatus components of the resulting PDUelie2014-03-171-1/+9
* Fix to .clone() method of rfc1902.Bits class to make its signatureelie2014-03-151-3/+6
* fix to rfc1902.OctetString & Bits to base them on OctetString class toelie2014-03-151-8/+8
* * fix to OctetString.clone()'ingelie2014-03-151-0/+12
* check for end-of-octets in versionelie2014-02-011-1/+3
* missing module reference addedelie2014-01-291-1/+1
* fix to decodeMessageVersion() to withstand broken messageselie2014-01-291-2/+7
* observer call added to processIncomingMsg()elie2014-01-251-3/+14
* fix to key localization loop termination conditionelie2014-01-102-4/+4
* critical error fixed in key localization procedure for AES192/AES256/3DESelie2014-01-094-54/+52
* _verifyComponent() in newer pyasn1 takes keyword parameterselie2013-12-021-1/+1
* fix to rfc1902.Bits type to make it accepting hex and binary initializers,elie2013-11-231-5/+4
* Execution Observer facility implemented to give app an inside viewelie2013-11-093-39/+314
* fix to pass stateReference to registered app on unconfirmed notificationselie2013-09-291-3/+6
* gracefully handle malformed SnmpEngineID coming from SNMPv3 headerelie2013-09-141-0/+14
* fix to message processing module which used to refer to a boguselie2013-08-241-5/+9
* cache and uncache usmUserSecurityName for debugging purposeselie2013-06-261-0/+5
* fix to octet string typing (used to throw an exception)elie2013-06-261-2/+2
* Fix to SnmpUSMSecurityModel._sec2usr() - raise NoSuchInstance errorelie2013-06-101-3/+6
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-046-23/+22
* missing imports, non-existing variables as suggested by linterelie2013-06-035-2/+6
* the userName parameter is now fully separated from securityName atelie2013-05-251-45/+99
* the SnmpV3MessageProcessingModel.getPeerEngineInfo() method is implementedelie2013-05-251-28/+37
* SNMP credentials management reworked to allow multiple securityNames's inelie2013-05-181-7/+16
* min(key=key) is not supported by older Pythonselie2013-05-121-1/+2
* Fix and significant logic rework of snmpCommunityTable to make it workingelie2013-05-051-22/+23
* fix to exceptions handling at MsgAndPduDispatcher.sendPdu() to avoidelie2013-05-041-3/+13
* the snmpCommunityTable row selection improved to follow RFC2576, clause 5.2.1elie2013-05-041-5/+16
* delV3User() function improved to drop all rows from USM table thatelie2013-04-171-17/+26
* Change to rfc2576.v1tov2() logic: errorStatus = noSuchName is now translatedelie2013-03-161-6/+7