Tartarus CVS: putty: simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Thu, 31 Oct 2002 19:49:54 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     simon
Date:           Thu Oct 31 2002  19:49:54 GMT

Log message:
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...

Modified files:
    .               : Recipe
    unix            : pterm.c unix.h uxstore.c
Added files:
    unix            : uxagentc.c uxcons.c uxnet.c uxnoise.c uxplink.c

Links:
http://cvs.tartarus.org//putty/Recipe.diff?r1=1.8&r2=1.9
http://cvs.tartarus.org//putty/unix/pterm.c.diff?r1=1.66&r2=1.67
http://cvs.tartarus.org//putty/unix/unix.h.diff?r1=1.12&r2=1.13
http://cvs.tartarus.org//putty/unix/uxagentc.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.tartarus.org//putty/unix/uxcons.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.tartarus.org//putty/unix/uxnet.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.tartarus.org//putty/unix/uxnoise.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.tartarus.org//putty/unix/uxplink.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.tartarus.org//putty/unix/uxstore.c.diff?r1=1.3&r2=1.4