]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/unix.h
First attempt at a Unix port of Plink. Seems to basically work;
authorSimon Tatham <anakin@pobox.com>
Thu, 31 Oct 2002 19:49:52 +0000 (19:49 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 31 Oct 2002 19:49:52 +0000 (19:49 +0000)
commit317180ed4946b61ab85cab069ca1d9be6631b4ea
treeaf0c61adfed0d133645c8896e17814ffd046685f
parentdb71c5006e8b3e63dc09fb4c0780f1ecbb4915be
First attempt at a Unix port of Plink. Seems to basically work;
doesn't yet use the SSH agent, no way to specify arbitrary config
options, no manpage yet, couple of other fiddly things need doing,
but it makes SSH connections and doesn't fall over horribly so I say
it's a good start. Now to run it under valgrind...

[originally from svn r2165]
Recipe
unix/pterm.c
unix/unix.h
unix/uxagentc.c [new file with mode: 0644]
unix/uxcons.c [new file with mode: 0644]
unix/uxnet.c [new file with mode: 0644]
unix/uxnoise.c [new file with mode: 0644]
unix/uxplink.c [new file with mode: 0644]
unix/uxstore.c