summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tools listed explicitlyrelease_4_1_16_a_tagelie2011-03-171-1/+1
|
* 2011elie2011-03-171-1/+1
|
* updatedelie2011-03-171-7/+0
|
* minor fixes to pretty printerelie2011-03-173-6/+11
|
* CommandGenerator should have access to mibViewController instanceelie2011-03-151-0/+4
|
* attempt to handle non-printable chars at TextualConvention.prettyOutelie2011-03-151-0/+2
|
* require pyasn1 >= 0.0.13aelie2011-03-101-2/+2
|
* fix to MIB builder by-extension module filtering code to cope with .pywelie2011-03-102-27/+34
| | | | files.
* updatedelie2011-02-271-0/+1
|
* fix to Bits initialization from named bitelie2011-02-271-1/+1
|
* GetNext/GetBulk response processing logic moved to getNextVarBinds()elie2011-02-122-30/+34
|
* MsgAndPduDsp expectResponse parameters passing reworked.elie2011-02-124-14/+27
|
* randomize initials in numeric sequences; grow serial number rangeselie2011-02-114-3/+8
|
* cosmetic fix to msgID usageelie2011-02-111-3/+6
|
* sync versions of oneliner apps split off async implementation for clarityelie2011-02-114-26/+61
|
* cache is an external objectelie2011-02-112-42/+46
|
* internal cache split off security modules to facilitate code reuseelie2011-02-114-28/+32
|
* updatedelie2011-02-111-0/+3
|
* peel cache management code off base MP class to facilitate code reuseelie2011-02-114-120/+117
|
* * fix to PDU component addressing at TrapPDUAPI.getVarBinds()elie2011-02-111-8/+13
| | | | * replace map() with loops for efficiency
* updatedelie2011-01-231-0/+1
|
* 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
|