0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jul 27, 2024 — Jul 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-27] remove now-incorrect comment More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-26] new ssh agent support! from john rochester. added a bunch of docs to it, and changed demo.py to use an Agent if it finds a working key there. More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-25] cool optimization from john rochester: use cStringIO in Message (and also fix some unit test bugs revealed by the change) More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-24] the previous windows pipe fix still didn't work. replace it with a new pipe.py abstraction of pipes (one for posix, one for windows) which appears to finally work on windows. for real this time. also add some more documentation to Channel to explain that after exec_command, invoke_shell, or invoke_subsystem, a Channel can't be reused. More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-23] stupid little doc tweaks More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-22] some doc changes; catch socket.error in the transport thread and log it as such instead of as an 'unknown exception' More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-21] oops, missed changing the version name to nidoran More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-20] fix docs and update version to 1.3.1 More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-19] 2 keys needed for unit tests More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-18] tweak random stuff in transport that i forgot what it does More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-17] more unit tests More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-16] forgot this one More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-15] random doc/comment tweaks More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-14] cute trick i saw openssh do in a network trace: if we're not encrypting, don't waste random bytes for the padding in packetizing More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-13] change pipe method to something that probably works on windows (the old system did not); also fix a race in _unlink More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-12] add notes about next version More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-11] copy over changelog from previous tla archive More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-10] fix stupid bug in kex_group1 which luckily only affected unit tests More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-9] oooh maybe i'll test things before checking them in next time: rekeying was a little bit overzealous. now it's careful to only rekey once and reset the counters in sync More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-8] add unit tests for the packetizer, and fix a little locking bug where i think more of the packetizer write function should be inside a lock More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-7] don't close the socket until the destructor -- we may drop a session before the socket is actually finished More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-6] when an auth method is rejected, log the list of acceptable auth methods More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-5] split out Packetizer, fix banner detection bug, new unit test split out a chunk of BaseTransport into a Packetizer class, which handles the in/out packet data, ciphers, etc. it didn't make the code any smaller (transport.py is still close to 1500 lines, which is awful) but it did split out a coherent chunk of functionality into a discrete unit. More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-4] add Transport.open_sftp_client More... about 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-3] make SFTPClient.file an alias for SFTPClient.open. clean up docs a little, and make 'file' an alias for 'open'. this is how python is heading in general. More... over 20 years ago
[project @ Arch-1:[email protected]%paramiko--dev--1--patch-1] wacky banner add the wacky banner to the archive. More... over 20 years ago
[project @ Arch-1:[email protected]%secsh--dev--1.0--patch-164] fix some docs remove some epydoc comments about fileno() being non-portable. More... over 20 years ago
[project @ Arch-1:[email protected]%secsh--dev--1.0--patch-163] add SFTPClient.close() add SFTPClient.close() and add a simple little unit test for it. More... over 20 years ago
[project @ Arch-1:[email protected]%secsh--dev--1.0--patch-162] avoid os.environ['HOME'] in the demos avoid using os.environ['HOME'], which will never work on windows, and use os.path.expanduser() instead. it's semi-moot because windows doesn't have a standard location for ssh files, but i think paramiko should set a good example anyway. More... over 20 years ago
[project @ Arch-1:[email protected]%secsh--dev--1.0--patch-161] integrated laptop work (test commit) Patches applied: More... over 20 years ago