summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix out-of-scope OID leak in hlapi tableIlya Etingof2018-08-062-10/+32
* Fix crash on wrong SNMPv3 security modelIlya Etingof2018-08-063-2/+7
* Rename LICENSE.txt -> LICENSE.rstIlya Etingof2018-08-053-2/+2
* Fix py3.7 syntax error caused by async keyword (#180)Michal Arbet2018-07-312-3/+3
* Ensure tests run through tox are using the expected Python executable (#175)Vincent Bernat2018-07-312-4/+6
* Fix `Bits` initialization with `namedValues`Ilya Etingof2018-07-202-5/+6
* Remove `pysnmp.carrier.asynsock` sub-package (#166)Ilya Etingof2018-07-088-33/+10
* Add extra-requirements.txt (#165)Ilya Etingof2018-07-083-22/+25
* Fix BULKWALK examplesIlya Etingof2018-07-082-0/+6
* Revert "Fix var-bind initialization from ObjectIdentity at hlapi"Ilya Etingof2018-07-052-5/+5
* Fix typo in docstringIlya Etingof2018-07-052-5/+5
* Fix var-bind initialization from ObjectIdentity at hlapiIlya Etingof2018-07-052-5/+7
* Fix scoping bug in asyncio wrapperIlya Etingof2018-07-042-7/+7
* Merge branch 'master' of github.com:etingof/pysnmpIlya Etingof2018-07-031-2/+2
|\
| * Switch back to offical Python 3.7 build (#163)Eric Brown2018-07-031-2/+2
* | Fix typosIlya Etingof2018-07-034-10/+10
|/
* Overhaul SMI/MIB instrumentation API (#161)Ilya Etingof2018-06-3010-408/+661
* switch Travis back to 3.7-dev while 3.7 is not availIlya Etingof2018-06-291-13/+47
* reduce tests output by tailing themIlya Etingof2018-06-291-1/+1
* Add Python 3.7 support (#162)Eric Brown2018-06-285-3/+5
* pin twisted versionsIlya Etingof2018-05-181-1/+7
* Typo "preperly" -> "properly" (#156)Aaron Spike2018-05-181-1/+1
* fix potential infinite loop in GETBULK response builderIlya Etingof2018-04-212-1/+2
* Merge branch 'master' of github.com:etingof/pysnmpIlya Etingof2018-04-215-14/+28
|\
| * asyncio.async deprecated since 3.4.4 (#143)Cameron2018-04-212-4/+18
| * Merge pull request #150 from ericwb/pypiIlya Etingof2018-04-193-10/+10
| |\
| | * Migrate to new PyPI websiteEric Brown2018-04-183-10/+10
| |/
* | fixed zero boots/time values put into SNMPv3 TRAPIlya Etingof2018-04-212-24/+30
* | better InetAddressType rendering fixIlya Etingof2018-04-212-3/+5
|/
* fix InetAddressType renderingIlya Etingof2018-04-193-3/+9
* use old Sphinx wuth old PythonIlya Etingof2018-04-131-1/+2
* typo fix in RFC1158::snmpOutReadOnlysIlya Etingof2018-04-131-1/+1
* Include LICENSE in wheelIlya Etingof2018-04-131-0/+3
* fix to MibBuilder.version formatIlya Etingof2018-02-251-1/+1
* Merge pull request #139 from etingof/drop-legacy-codeIlya Etingof2018-02-2526-876/+24
|\
| * many backward-compatibility aids droppedIlya Etingof2018-02-2526-876/+24
|/
* Merge pull request #135 from etingof/pysnmpcrypto-dependencyIlya Etingof2018-02-2416-406/+115
|\
| * strong crypto moved to pysnmpcryptoIlya Etingof2018-02-1916-406/+115
|/
* pysnmp-apps renamed into snmpclitoolsIlya Etingof2018-02-162-3/+3
* Merge pull request #133 from mattsb42-aws/hybrid-cryptoIlya Etingof2018-02-1614-67/+391
|\
| * reworking DES module to fit the same pattern a DES3 and AES modulesmattsb42-aws2018-02-141-13/+28
| * fixing copy-paste docstring typo in AES modulemattsb42-aws2018-02-141-2/+2
| * fixing typo in "crypto.CRYPTOGRAPHY" variable namemattsb42-aws2018-02-124-13/+13
| * adding py33 to the tox auto-run environmentsmattsb42-aws2018-02-091-1/+1
| * ignore pyenv locals filemattsb42-aws2018-02-091-0/+3
| * fixing Python 2.6 dependency issuemattsb42-aws2018-02-093-3/+9
| * readme and changes updated to reflect crypto abstraction layermattsb42-aws2018-02-092-1/+9
| * adding docstrings, cleaning up generic_*crypt missing backend handling, and f...mattsb42-aws2018-02-097-58/+207
| * streamlining version handlingmattsb42-aws2018-02-091-3/+3
| * initial migration to backend-selecting cryptomattsb42-aws2018-02-099-63/+198