]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/uxnet.c
Overhaul of client-side XDM-AUTHORIZATION-1:
[PuTTY.git] / unix / uxnet.c
2005-01-28 Ben HarrisOverhaul of client-side XDM-AUTHORIZATION-1:
2005-01-26 Ben HarrisBuffer overruns are embarassing (even if caused by...
2005-01-26 Ben HarrisMove sockaddr_is_loopback() to before sk_address_is_loc...
2005-01-23 Ben HarrisWhen checking if a connection comes from localhost...
2005-01-22 Ben HarrisWhen calling getaddrinfo() for a listening socket,...
2005-01-22 Ben HarrisStupid typo, spotted by GCC.
2005-01-22 Ben HarrisIf getaddrinfo() fails, it's not safe to dereference...
2005-01-20 Ben HarrisDispose of a variable whose only use was being set to zero.
2005-01-16 Simon TathamSupport for falling back through the list of addresses...
2005-01-16 Simon TathamRewrite of Unix sk_newlistener() which should fix any...
2005-01-14 Ben HarrisINADDR_NONE is nonstandard. Use (in_addr_t)(-1) instead.
2005-01-09 Simon Tathamsk_namelookup() on Unix was failing to translate from...
2005-01-09 Simon TathamHaving laboriously constructed a hints parameter for...
2005-01-04 Simon TathamDon't forget to initialise ret->ai to NULL in sk_noname...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-31 Simon TathamRJK's patch to enable PuTTY's X forwarding to connect...
2004-02-03 Jacob NevinsPatch from Theo Markettos: apparently "BSD-derived...
2004-01-21 Simon TathamTheo Markettos's unsigned-vs-signed-char pedantry patch.
2003-08-07 Jacob NevinsControl of 'addr' is now handed over to {platform_...
2003-05-10 Simon TathamFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-18 Simon TathamMissed out a couple of uxsel_tell() which were hanging...
2003-04-16 Ben HarrisReplace use of FIONBIO with POSIX-approved O_NONBLOCK...
2003-04-16 Ben HarrisMake IPv6 support for Unix work, and make it a lot...
2003-03-29 Simon TathamAdded uxsel.c, into which I've moved those parts of...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-12 Simon Tathamproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-11 Simon TathamSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-10 Simon TathamIntroduce framework for authenticating with the local...
2003-01-09 Simon TathamSupport asynchronous connect() in Unix networking....
2003-01-02 Simon Tathamsk_nonamelookup() should ensure the sockaddr it returns...
2002-12-18 Simon TathamSupport for doing DNS at the proxy end. I've invented...
2002-12-18 Simon TathamStop proxying connections to localhost by default;...
2002-12-18 Simon TathamImplement `portfwd-loopback-choice'. Works on local...
2002-12-04 Owen DunnAvoid potential memory leak.
2002-12-04 Owen DunnChanged to use strerror()
2002-11-01 Simon TathamImprove handling of oobinline sockets; Plink in telnet...
2002-11-01 Simon TathamStop the segfault on failure to resolve a host name.
2002-10-31 Simon TathamFirst attempt at a Unix port of Plink. Seems to basical...