summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-08-21Add a decorator for checking channel openness.Olle Lundberg
2014-08-21More tweaks - don't make it sound like we routinely support >3, we don'tJeff Forcier
2014-08-21This isn't worth having and then always forgetting aboutJeff Forcier
2014-08-18Sphinx conf cleanupJeff Forcier
2014-08-15Remove raising of socket excpetions from sendall*.Olle Lundberg
2014-08-15Use new _send method.Olle Lundberg
2014-08-15Add new _send method to reduce code duplication.Olle Lundberg
2014-08-15Whitespace fixes.Olle Lundberg
2014-08-15Let packetizer handle 0-length sends from channel.Olle Lundberg
2014-08-15Don't end a line with whitespace.Olle Lundberg
2014-08-15Remove all occurences of ParamikoTest.Olle Lundberg
2014-08-15Strip whitespace.Olle Lundberg
2014-08-15Strip whitespace.Olle Lundberg
2014-08-15Document potential brokeness.Olle Lundberg
2014-08-15Document what is breaking in the client tests.Olle Lundberg
2014-08-15Don't try to join() if we are the current thread.Olle Lundberg
2014-08-14Use a shorter timeout in banner timeout test.Cory Benfield
2014-08-14Test banner timeout.Cory Benfield
2014-08-14Use the new packet sanitize method in channel.Olle Lundberg
2014-08-14Move window and packet constants.Olle Lundberg
2014-08-14Add sanitation methods for window and packet size.Olle Lundberg
2014-08-14Add a utility method for value clamping.Olle Lundberg
2014-08-14Add a MAX_WINDOW_SIZE constant.Olle Lundberg
2014-08-14Bump the MIN_PACKET_SIZE to what's in the RFC.Olle Lundberg
2014-08-14Whitespace fixes.Olle Lundberg
2014-08-14Expose the ability to set window/packet for sftp.Olle Lundberg
2014-08-14Support specyfiying window/packet size per sessionOlle Lundberg
2014-08-14Support py3.4.Olle Lundberg
2014-08-14Join the threads with a low timeout.Olle Lundberg
2014-08-13Add possibility to set default sizes.Olle Lundberg
2014-08-13Rename max_packet_size and window_size.Olle Lundberg
2014-08-13Change window and packet size to match opensshs'.Olle Lundberg
2014-08-11We support 3.2Jeff Forcier
2014-08-11Clarify FAQJeff Forcier
2014-08-11Make links to Github more explicitJeff Forcier
2014-08-11Add FAQ about nonstandard SSH implementationsJeff Forcier
2014-07-24Allow setting of SSH banner timeouts on ClientsCory Benfield
2014-07-16Include sha2 changes in testsMatthias Witte
2014-07-15Merge branch 'akruis-python-gssapi-0.6.1_EOL-fixed' into gssapi-py3-supportSebastian Deiss
2014-07-15Fix transport testMatthias Witte
2014-07-15Merge branch 'add_sha2_support' of github.com:zamiam69/paramiko into add_sha2...Matthias Witte
2014-07-15Add support for sha256 based hmac and kexgexMatthias Witte
2014-07-15Add support for sha256 based hmac and kexgexMatthias Witte
2014-07-14Don't check for the qop value at MIC verificationSebastian Deiss
2014-07-14Use python-gssapi 0.6.1Sebastian Deiss
2014-07-09Support passing in "buffer" objects again where bytestrings are expected.Jelmer Vernooij
2014-06-18Corrected the length of the salt for private key encryptionXavier Nunn
2014-05-28Merge branch 'akruis-gssapi-py3-support' into gssapi-py3-supportSebastian Deiss
2014-05-28Merge branch 'master' into gssapi-py3-supportAnselm Kruis
2014-05-26fix ecdsa key generationYuri Turchenkov