summaryrefslogtreecommitdiff
path: root/pysnmp
Commit message (Expand)AuthorAgeFilesLines
* ugly hack coercing MIB value into SNMP message header value aselie2006-12-191-1/+2
* Fix to SnmpEngineId default value generation (SF bug #1616579)elie2006-12-151-3/+3
* fix to InconsistentValueError() initializers (SF bug #1615365)elie2006-12-141-4/+1
* typo fixed (SF bug #1615077)elie2006-12-131-1/+1
* ugly hack: coerce MIB value as it has incompatible constraints setelie2006-11-221-2/+4
* Bits.prettyOut() fix to 7-th bit printout (SF bug #1599220)elie2006-11-201-1/+1
* fix to MacAddress which is a fixed-length stringelie2006-11-171-0/+1
* re-built with libsmi2pysnmp-0.0.7-alphaelie2006-11-1612-88/+110
* * make use of fixed-length OctetString propertyelie2006-11-161-4/+7
* fixed length OctetString property implementedelie2006-11-161-0/+13
* support some more implicitly tagged numeric typeselie2006-11-151-3/+9
* support Counter32, TimeTicks, Counter64 typed values in table indiceselie2006-11-151-2/+11
* SF tracker bug #1589653 fixedelie2006-11-031-1/+1
* UdpTransportTarget() now takes optional timeout andf retries counterelie2006-11-031-3/+7
* isFixedLength approach dropped as it's not generic enoughelie2006-11-032-7/+2
* OctetString and derivatives now have a fixed-length property (to useelie2006-11-031-0/+5
* make use of OctetString fixed-length property when handling table indiceselie2006-11-031-2/+2
* Bits type match should have lower precendence over OctetString typeelie2006-11-021-11/+11
* at addSocketTransport(), create transport dispatcher if does not exist.elie2006-10-301-1/+2
* * fix to UdpTransportTarget for lazy transport class instantiationelie2006-10-301-4/+7
* do not automatically release possibly existing transportDispatcherelie2006-10-301-2/+0
* use individual UdpSocketTransport class instance per each UdpTransportTargetelie2006-10-301-1/+1
* ugly fix to SF tracker ID #1575697elie2006-10-251-0/+2
* make use of snmpTrapEnterpriseelie2006-10-011-3/+7
* fix to sysUpTime OIDelie2006-10-011-1/+1
* SMI-level access control now takes effect only if acFun is passedelie2006-10-011-6/+11
* SnmpUDPAddress socket address handling code reworkedelie2006-10-011-6/+8
* error reporting improvedelie2006-10-012-4/+4
* getTargetInfo() moved to config moduleelie2006-10-011-60/+6
* LCD management code converted into MIB instrumentation facilityelie2006-10-012-392/+188
* fix to TAddress constraintselie2006-09-301-1/+1
* incomplete TRAP convertion completedelie2006-09-291-4/+14
* proxy debug category addedelie2006-09-292-0/+11
* PDU debugging addedelie2006-09-291-0/+6
* smi{Read,Write,Create} methods now accept var-bind index param to reportelie2006-09-223-9/+12
* SF bug #1563715 fixedelie2006-09-221-1/+1
* in MibScalarInstance.createTest(), [re-]create value if 1) not yet createdelie2006-09-211-0/+4
* use symbolic RowStatus state names for clarityelie2006-09-201-11/+11
* destroy possibly existing table row before row creation to avoidelie2006-09-201-9/+50
* SNMP engine timeline expiration implementedelie2006-09-201-0/+19
* missing __engineIDsExpQueue cleanup committedelie2006-09-201-1/+2
* SNMP engine info expiration mechanics improvedelie2006-09-201-10/+13
* expire discovered SNMP engine IDselie2006-09-201-1/+17
* receiveTimerTick() implementedelie2006-09-203-1/+10
* timer ticks is now 1 sec discreteelie2006-09-201-1/+3
* * extract smiRaisePendingError() functionality from smiWrite() methodelie2006-09-201-6/+17
* fix to SF bug #1560939elie2006-09-201-33/+28
* fix to formatting params in debugelie2006-09-181-1/+1
* better __str__ for MIB instrumentation exception objectselie2006-09-091-1/+3
* some more MIB instrumentation debugging addedelie2006-09-092-3/+10