summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/oneliner/target.py
Commit message (Collapse)AuthorAgeFilesLines
* * synchronous oneliner apps redesigned to offer Python generator-basedelie2015-09-141-0/+81
| | | | | API along with a more comprehensive set of accepted parameters. * massively documented (in Sphinx, NumPy style)
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-051-1/+1
| | | | | | asyncore and AsyncoreDispatcher respectively to provide better hint to fellow devs on the underlying transport being used - backward compatibility preserved through dummy asynsock symbols
* oneliner transport object now supports setLocalAddress() method toelie2013-12-191-1/+6
| | | | force socket binding to specified local interface
* disptacher vs transport compatibiilty verification moved intoelie2013-06-211-0/+4
| | | | base transport class
* unused variables, imports; wrong indentation; undefined prototype attribueselie2013-06-041-1/+4
| | | | all the things that bothers linter
* Oneliner transport target classes now support the getTransportInfo()elie2013-05-251-0/+3
| | | | method that returns network addresses used on protocol level
* minor cleanupselie2012-08-271-32/+18
|
* missing importelie2012-08-231-0/+1
|
* auth & target configuration containers moved to separate moduleselie2012-08-121-0/+65