Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-17 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-55] | Robey Pointer | |
fix the loading of known_hosts in the demos to work on winodws/cygwin | |||
2005-08-09 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-54] | Robey Pointer | |
smooth BaseTransport and Transport together, and move the auth stuff into AuthHandler -- an improvement i made in jaramiko and decided deserved to be backported | |||
2005-08-09 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-53] | Robey Pointer | |
more todo... | |||
2005-08-09 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-52] | Robey Pointer | |
rework init so classes all appear in the right package in docs (yaaaay) | |||
2005-08-09 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-51] | Robey Pointer | |
rename 3 globals so they're not exposed in docs | |||
2005-08-09 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-50] | Robey Pointer | |
add docs to Message | |||
2005-08-03 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-49] | Robey Pointer | |
dumb tiny tweaks | |||
2005-08-03 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-48] | Robey Pointer | |
can use up to 32k buffers here | |||
2005-07-18 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-47] | Robey Pointer | |
bump version number to 1.4 oddish | |||
2005-07-18 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-46] | Robey Pointer | |
add SFTPFile.check and server support (and test) -- it's an sftp extension that allows a client to retrieve the hash of part or all of a file without downloading it. we're probably the only ones who implement it yet | |||
2005-07-17 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-45] | Robey Pointer | |
yeah! figured out the last things that were causing GC cycles and got rid of them: Channels, Transports, SFTPClients, and SFTPFiles can all have __del__ methods now, which auto-close themselves :) | |||
2005-07-17 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-44] | Robey Pointer | |
try to handle utf8 paths in a sane way in SFTPClient: assume incoming strings are already utf8, and encode incoming unicodes -- for return values, use str if an ascii encoding will work, otherwise return a unicode | |||
2005-07-16 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-43] | Robey Pointer | |
allow start_client and start_server to be passed no event object for synchronous behavior | |||
2005-07-16 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-42] | Robey Pointer | |
don't forget to export Agent | |||
2005-07-14 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-41] | Robey Pointer | |
pull in tiny changes from ralph Patches applied: * robey@lag.net--2005/paramiko--dev--1--patch-2 merge laptop work * robey@lag.net--2005/paramiko--dev--1--patch-3 update from laptop * robey@lag.net--2005/paramiko--dev--1--patch-4 integrate tons more laptop work * robey@lag.net--2005/paramiko--dev--1--patch-5 thew has a good point: this is stable software now, not alpha * robey@lag.net--2005/paramiko--dev--1--patch-6 roll up laptop changes | |||
2005-07-14 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-40] | Robey Pointer | |
anal tweak of docs | |||
2005-07-14 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-39] | Robey Pointer | |
bulletproof the select test in test_transport more | |||
2005-07-14 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-38] | Robey Pointer | |
fix util docs a bit | |||
2005-07-14 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-37] | Robey Pointer | |
remove debug print | |||
2005-07-14 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-36] | Robey Pointer | |
move load_host_keys into util where others can use it | |||
2005-07-14 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-35] | Robey Pointer | |
oooooops, didn't mean to leave posix commented out | |||
2005-07-14 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-34] | Robey Pointer | |
fix a comment claiming that channels are closed automatically when GC'd (they aren't and can't be); don't close the pipe until the app explicitly calls close(); signal EOF via the pipe | |||
2005-07-13 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-33] | Robey Pointer | |
add SFTPClient.put and SFTPClient.get, and make sftp file objects auto-close on del | |||
2005-07-13 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-32] | Robey Pointer | |
add the concept of a cwd to SFTPClient, and add a unit test for it | |||
2005-07-13 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-31] | Robey Pointer | |
fix whitespace on a line that bugged me | |||
2005-07-13 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-30] | Robey Pointer | |
fix stupid line that broke dss's unit test... that'll teach me to fuss over pychecker warnings | |||
2005-07-10 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-29] | Robey Pointer | |
a bunch of silly changes where i was trying to fix pychecker warnings before i decided it wasnt worth the effort | |||
2005-07-09 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-28] | Robey Pointer | |
forgot to import server | |||
2005-07-09 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-27] | Robey Pointer | |
remove now-incorrect comment | |||
2005-07-07 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-26] | Robey Pointer | |
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. | |||
2005-07-07 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-25] | Robey Pointer | |
cool optimization from john rochester: use cStringIO in Message (and also fix some unit test bugs revealed by the change) | |||
2005-07-07 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-24] | Robey Pointer | |
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. | |||
2005-07-03 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-23] | Robey Pointer | |
stupid little doc tweaks | |||
2005-07-03 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-22] | Robey Pointer | |
some doc changes; catch socket.error in the transport thread and log it as such instead of as an 'unknown exception' | |||
2005-06-28 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-21] | Robey Pointer | |
oops, missed changing the version name to nidoran | |||
2005-06-28 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-20] | Robey Pointer | |
fix docs and update version to 1.3.1 | |||
2005-06-28 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-19] | Robey Pointer | |
2 keys needed for unit tests | |||
2005-06-28 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-18] | Robey Pointer | |
tweak random stuff in transport that i forgot what it does | |||
2005-06-28 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-17] | Robey Pointer | |
more unit tests | |||
2005-06-28 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-16] | Robey Pointer | |
forgot this one | |||
2005-06-28 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-15] | Robey Pointer | |
random doc/comment tweaks | |||
2005-06-28 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-14] | Robey Pointer | |
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 | |||
2005-06-28 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-13] | Robey Pointer | |
change pipe method to something that probably works on windows (the old system did not); also fix a race in _unlink | |||
2005-06-28 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-12] | Robey Pointer | |
add notes about next version | |||
2005-05-21 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-11] | Robey Pointer | |
copy over changelog from previous tla archive | |||
2005-05-21 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-10] | Robey Pointer | |
fix stupid bug in kex_group1 which luckily only affected unit tests | |||
2005-05-14 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-9] | Robey Pointer | |
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 | |||
2005-05-10 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-8] | Robey Pointer | |
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 | |||
2005-05-04 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-7] | Robey Pointer | |
don't close the socket until the destructor -- we may drop a session before the socket is actually finished | |||
2005-05-04 | [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-6] | Robey Pointer | |
when an auth method is rejected, log the list of acceptable auth methods |