1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00
putty-source/unix
Simon Tatham a564ad3140 Support for doing DNS at the proxy end. I've invented a new type of
SockAddr, which just contains an unresolved hostname and is created
by a stub function in *net.c. It's an error to pass this to most of
the real-meat functions in *net.c; these fake addresses should have
been dealt with by the time they get down that far. proxy.c now
contains name_lookup(), a wrapper on sk_namelookup() which decides
whether or not to do real DNS, and the individual proxy
implementations each deal sensibly with being handed an unresolved
address and avoid ever passing one down to *net.c.

[originally from svn r2353]
2002-12-18 16:23:11 +00:00
..
.cvsignore Add a .cvsignore for the Unix subdir 2002-11-01 13:37:39 +00:00
plink.1 Largely-placeholder man page for Plink, for the sake of not 2002-11-20 19:49:59 +00:00
pterm.1 Substitute -' (magical hyphen) for \-' (inert minus sign) in the 2002-11-05 09:37:31 +00:00
pterm.c #include <signal.h>. Compiled fine without it on Debian 3.0, but not 2002-12-04 12:40:36 +00:00
pty.c Another signal-handling refinement from RJK: the SIGCHLD handler 2002-11-02 16:05:26 +00:00
signal.c RJK's general signal-handling robustness patch. Should fix the weird 2002-11-02 14:35:57 +00:00
unix.h Packet-level logging should now work properly in Unix Plink. 2002-11-05 13:21:03 +00:00
uxagentc.c Implement access to the SSH agent. This ought to make agent 2002-11-01 12:55:13 +00:00
uxcons.c Packet-level logging should now work properly in Unix Plink. 2002-11-05 13:21:03 +00:00
uxmisc.c Begin destabilisation in the wake of 0.53! This checkin contains the 2002-10-07 16:45:23 +00:00
uxnet.c Support for doing DNS at the proxy end. I've invented a new type of 2002-12-18 16:23:11 +00:00
uxnoise.c Improve robustness in random seed file handling. 2002-11-07 20:01:04 +00:00
uxplink.c Add a Config * argument to ldisc_create(), and use it in place of the global 2002-11-23 20:02:38 +00:00
uxprint.c Printer support: cfg.printer is assumed to be a Unix command through 2002-10-15 17:38:04 +00:00
uxstore.c Improve robustness in random seed file handling. 2002-11-07 20:01:04 +00:00
uxucs.c Reorganised the Unicode layer somewhat: moved luni_send and 2002-10-26 11:08:59 +00:00