First attempt at a Unix port of Plink. Seems to basically work;
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 31 Oct 2002 19:49:52 +0000 (19:49 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 31 Oct 2002 19:49:52 +0000 (19:49 +0000)
commitc5e438ecf3f6d7b8caab10e43a452f3555149309
treeaf0c61adfed0d133645c8896e17814ffd046685f
parent96add4441605991d48fcdee861c115216d355f6f
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...

git-svn-id: svn://svn.tartarus.org/sgt/putty@2165 cda61777-01e9-0310-a592-d414129be87e
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