Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-14 | Merge branch 'master' into use-urandom | Alex Gaynor | |
Conflicts: paramiko/dsskey.py paramiko/ecdsakey.py paramiko/hostkeys.py paramiko/kex_gex.py paramiko/kex_group1.py paramiko/pkey.py paramiko/primes.py paramiko/rsakey.py tests/test_pkey.py | |||
2014-04-14 | Merge pull request #296 from alex/remove-unused | Jeff Forcier | |
Remove unused function | |||
2014-04-14 | Derp | Jeff Forcier | |
2014-04-14 | Merge branch '295-int' | Jeff Forcier | |
2014-04-14 | Changelog, closes #295 | Jeff Forcier | |
2014-04-14 | Errything uses intersphinx to Python | Jeff Forcier | |
2014-04-14 | Merge remote-tracking branch 'alex/hashlib-hashes' into 295-int | Jeff Forcier | |
2014-04-14 | Merge pull request #232 from alex/patch-1 | Jeff Forcier | |
Removed an unused import. | |||
2014-04-06 | Nuke Fab-oriented link color override | Jeff Forcier | |
2014-04-06 | Wow. Just wow. | Jeff Forcier | |
2014-04-06 | Put blog into a branch | Jeff Forcier | |
2014-04-06 | Use newer alabaster w/ showhidden in sidebar TOC | Jeff Forcier | |
Lets us not have 2x TOCs on landing page | |||
2014-04-06 | Formatting | Jeff Forcier | |
2014-04-01 | Merge branch '1.13' | Jeff Forcier | |
2014-04-01 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-04-01 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-04-01 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
2014-04-01 | This setting no longer needed & causes warnings if left in | Jeff Forcier | |
2014-04-01 | Fix broken tag-tree links in changelog | Jeff Forcier | |
2014-04-01 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-04-01 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-04-01 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
2014-04-01 | Merge branch '1.13' | Jeff Forcier | |
2014-04-01 | Minor site cleanup | Jeff Forcier | |
2014-03-31 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-31 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-31 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
2014-03-31 | Merge branch '1.13' | Jeff Forcier | |
2014-03-31 | Link back to WWW in docs sidebar | Jeff Forcier | |
2014-03-31 | The ecdsa module already defaults to using urandom. | Alex Gaynor | |
2014-03-29 | Switch from using PyCrypto's Random to using os.urandom. | Alex Gaynor | |
There's several reasons for this change: 1) It's faster for reads up to 1024 bytes (nearly 10x faster for 16 byte reads) 2) It receives considerably more security review since it's in the kernel. 3) It's yet another step towards running on PyPy. 4) Using userspace CSPRNGs is considered something of an anti-pattern. See: http://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/ http://webcache.googleusercontent.com/search?q=cache:2nTvpCgKZXIJ:www.2uo.de/myths-about-urandom/+&cd=3&hl=en&ct=clnk&gl=us | |||
2014-03-29 | Remove unused function | Alex Gaynor | |
2014-03-29 | Switched hash functions from PyCrypto to hashlib. | Alex Gaynor | |
There's a few advantages to this: 1) It's probably fast, OpenSSL, which typically backs hashlib, receives far more attention for optimizaitons than PyCrypto. 2) It's the first step to supporting PyPy, where PyCrypto doesn't run. | |||
2014-03-27 | Forgot to explicitly note python 2.5 drop in changelog for py3 | Jeff Forcier | |
2014-03-22 | Merge branch '1.13' | Jeff Forcier | |
2014-03-22 | Fixes #275 -- upload wheels as a part of the release process | Alex Gaynor | |
Requires teh latest version of invocations from git | |||
2014-03-22 | Merge branch 'master' of github.com:paramiko/paramiko | Jeff Forcier | |
2014-03-22 | Merge branch '1.13' | Jeff Forcier | |
2014-03-22 | Expand changelog to include #292 | Jeff Forcier | |
2014-03-22 | Merge branch '1.13' | Jeff Forcier | |
2014-03-22 | Revert "Revert "Add a setup.cfg identifying this package as universal"" | Jeff Forcier | |
This reverts commit 341a66635197f3c2681cfb9395d7baa3496503e3. | |||
2014-03-22 | Revert "Revert "Changelog fixes #290"" | Jeff Forcier | |
This reverts commit bd81c94825747f082c9c066abab8136d9831a3f2. | |||
2014-03-22 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-22 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-22 | Revert "Changelog fixes #290" | Jeff Forcier | |
This reverts commit 270dacaf33279bed2ae599d718183cec541e032d. | |||
2014-03-22 | Revert "Add a setup.cfg identifying this package as universal" | Jeff Forcier | |
This reverts commit 61e32319fc9f0390818e518a4890766d1253a165. | |||
2014-03-22 | Merge pull request #292 from alex/patch-3 | Jeff Forcier | |
Fixes #275 -- upload wheels as a part of the release process | |||
2014-03-22 | Fixes #275 -- upload wheels as a part of the release process | Alex Gaynor | |
Requires teh latest version of invocations from git | |||
2014-03-22 | Merge branch '1.13' | Jeff Forcier | |
2014-03-22 | Merge branch '1.12' into 1.13 | Jeff Forcier | |