1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00
putty-source/doc
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 .HLP files should be ignored as well. Oops. 2002-11-01 13:49:25 +00:00
blurb.but It's 2002. Update copyright statements :-) 2002-02-24 15:17:10 +00:00
config.but Support for doing DNS at the proxy end. I've invented a new type of 2002-12-18 16:23:11 +00:00
errors.but Remove a spurious 'q'. 2002-11-25 19:02:23 +00:00
faq.but faq-rh8-utf8: Problems with Red Hat 8.0 and UTF-8 2002-12-15 11:51:21 +00:00
feedback.but Note about CTRL-C trick for copying text of error dialogs 2002-11-23 11:22:57 +00:00
gs.but Documentation: filled the last few gaps and cleaned a few things up. 2001-12-06 20:05:39 +00:00
intro.but Miscellaneous documentation updates. Finished a first draft of the 2001-11-25 16:57:45 +00:00
licence.but Updates to proxy support, both from me and from Justin Bradford. 2002-03-27 21:09:16 +00:00
Makefile Add a chapter explaining common error messages 2002-10-01 16:27:36 +00:00
pageant.but Updated usage messages for command-line utilities to reflect new options. 2002-09-11 17:30:36 +00:00
plink.but Updated usage messages for command-line utilities to reflect new options. 2002-09-11 17:30:36 +00:00
pscp.but Updated usage messages for command-line utilities to reflect new options. 2002-09-11 17:30:36 +00:00
psftp.but Document all the new command-line stuff. 2002-08-07 19:20:06 +00:00
pubkey.but s/public/private/ spotted by Clint Hastings; also change a "public key" 2002-11-01 21:50:35 +00:00
using.but Implement `portfwd-loopback-choice'. Works on local side in Unix as 2002-12-18 11:39:25 +00:00