summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updatedelie2011-01-231-0/+4
|
* snmpMsgSpec management re-arrangedelie2011-01-233-6/+6
|
* formattingelie2011-01-231-3/+1
|
* cache MIB columnar objects instance ID <-> symbolic representation mappingelie2011-01-232-2/+48
| | | | for performance reasons
* make IPv4 address generator more efficientelie2011-01-221-2/+2
|
* for read queries, do not lookup pure OID arguments at MIB for efficiencyelie2011-01-221-19/+17
|
* skip constraints checking af VarBind objectelie2011-01-221-1/+1
|
* updatedelie2011-01-212-1/+10
|
* unused getVersionSpecifics() droppedelie2011-01-211-2/+0
|
* * pre-compute some more ASN.1 constantselie2011-01-216-51/+113
| | | | * skip ASN.1 types verification where possible
* make use of ASN.1 scalars for defaultselie2011-01-212-16/+25
|
* avoid setting PDU defaults to save on unnecessary initialization.elie2011-01-211-8/+8
|
* re-use some of ASN.1 structures used in message processing for efficiencyelie2011-01-214-13/+16
|
* columnar indices <-> values convertion code optimizedelie2011-01-211-44/+38
|
* default debug.logger is now just a zero value instead of an objectelie2011-01-201-1/+3
| | | | what saves big on frequent calls
* unnecessary len() and tuple() calls removed from hotspotselie2011-01-201-9/+7
|
* introduce the MibInstrumControlle.readVarsFast() method (which skipselie2011-01-202-4/+14
| | | | | | the "testing" phase of MIB value readin) for dealing with internal configuration (LCD) for performance reasons bInstrumControllerCVS: Committing in .
* python < 2.2 specific code removedelie2011-01-204-61/+3
|
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-2030-381/+359
| | | | (this breaks compatibility with Python 2.1 and older).
* getMibSource()/setMibSource() example addedelie2011-01-171-1/+13
|
* extended Security Options (3DESEDE, AES192, AES256) privacy protocolselie2011-01-1620-60/+364
| | | | implemented.
* initial revisionelie2010-12-261-0/+126
|
* The error-indication codes moved from literals to objectselie2010-12-2516-99/+99
|
* 4.1.16aelie2010-12-252-1/+7
|
* setuptools spec fixesrelease_4_1_15a_tagelie2010-12-131-3/+1
|
* minor example improvementelie2010-12-131-6/+9
|
* defers management changed to make [previously re-worked] Twisted API moreelie2010-12-134-22/+20
| | | | backward compatible
* callback API changed to make it simpler and mode uniform with the rest ofelie2010-12-134-18/+30
| | | | CommandGenerators.
* fix to EOM condition detectionelie2010-12-131-14/+17
|
* python 1.6 compatibility fixelie2010-12-121-1/+1
|
* updatedelie2010-12-121-0/+1
|
* initial revisionelie2010-12-121-0/+50
|
* 'self' shadowing resolvedelie2010-12-121-6/+6
|
* fix to EOM condition detectionelie2010-12-121-14/+17
|
* twisted reactor not neededelie2010-12-121-1/+1
|
* 'self' shadowing in lambda fixeselie2010-12-122-3/+3
|
* conditionally add keyword args to setup() to support old distutilselie2010-12-121-36/+49
|
* * send [an empty] snmpTrapCommunity at v1ToV2()elie2010-12-051-6/+9
| | | | * handle possible unsupported PDU types at v2ToV1()
* comment addedelie2010-12-051-1/+1
|
* snmpTrapCommunity addedelie2010-12-051-0/+1
|
* fix to non-response var-binds translation at rfc2576.v2ToV1()elie2010-12-052-1/+3
|
* fix to GETBULK table collection code to make it stripping uneven rowselie2010-12-042-0/+9
| | | | off table tail (may happen to oversized SNMP messages)
* SNMP proxy (for GET request type) addedelie2010-12-012-0/+108
|
* allow standard SNMP apps to choose access control method to useelie2010-12-013-6/+5
|
* fix to dummy encryptData()/decryptData() APIelie2010-12-013-3/+3
|
* fix to possibly leaking/crashing SNMP EngineID timeline cache managementelie2010-12-011-2/+10
|
* void access control module implementedelie2010-12-013-1/+23
|
* updatedelie2010-12-011-0/+1
|
* fix to dummy decryptData interfaceelie2010-12-012-8/+4
|
* typoelie2010-11-301-1/+1
|