]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/uxnet.c
Properly check the lengths of Unix-socket pathnames.
[PuTTY.git] / unix / uxnet.c
2017-02-14 Simon TathamProperly check the lengths of Unix-socket pathnames.
2017-01-28 Simon TathamReport the right address in connection setup errors.
2017-01-28 Simon TathamRework handling of asynchronous connect(2) errors on Unix.
2017-01-28 Tim KosseAdd error variable to loop condition
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2016-02-29 Colin WatsonFix strict-aliasing warnings in sk_tcp_peer_info.
2016-01-30 Colin WatsonFix strict-aliasing warnings in sk_tcp_peer_info.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-06-20 Simon TathamLog identifying information for the other end of connec...
2015-05-18 Simon TathamLog identifying information for the other end of connec...
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2014-12-20 Simon TathamMerge branch 'pre-0.64'
2014-12-20 Simon TathamAdd a missing freeaddrinfo() in Unix sk_newlistener.
2014-02-05 Simon TathamRevert half of r10135, and re-fix properly.
2014-02-04 Simon TathamFix warnings when compiling with -DNO_IPV6.
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-11-17 Simon TathamRemove sk_{get,set}_private_ptr completely!
2013-11-17 Simon TathamReliably initialise uxnet's socket fd fields to -1.
2013-11-17 Simon TathamAdd support in uxnet.c for Unix-domain listening sockets.
2013-11-17 Simon TathamReplace the hacky 'OSSocket' type with a closure.
2013-08-17 Simon TathamRevamp net_pending_errors using toplevel callbacks.
2013-07-27 Simon TathamAdd an assortment of missing consts I've just noticed.
2013-07-21 Simon TathamCompletely remove the 'frozen_readable' mechanism from...
2013-07-19 Simon TathamCentralise calls to fcntl into functions that carefully...
2013-07-19 Simon TathamAdd an error check to every setsockopt call in uxnet.c.
2012-10-16 Simon TathamIf you configure Unix PuTTY to use a proxy, tell it...
2011-12-08 Simon TathamArrange to call net_pending_errors on Unix, which we...
2011-09-13 Simon TathamRevamp of EOF handling in all network connections,...
2009-08-06 Jacob NevinsMore use of sockaddr_union (above and beyond that neces...
2009-08-06 Jacob NevinsAvoid "dereferencing pointer 'sa' does break strict...
2009-02-24 Jacob NevinsSince r8305, Unix PuTTY has always "upgraded" an X11...
2009-01-05 Jacob Nevinssk_address_is_local() failed to cope when presented...
2009-01-05 Jacob NevinsAdd some hard-coded textual literal-IP representations...
2008-11-17 Simon TathamRevamp of the local X11 connection code. We now parse...
2008-11-08 Simon TathamImplement sk_addr_dup().
2008-11-08 Simon TathamMove out of the SockAddr structure the mutable fields...
2008-08-20 Jacob NevinsFix for portfwd-addr-family: on Unix, when a tunnel...
2008-05-28 Simon TathamMerge from trunk up to r8020.
2008-05-28 Simon TathamOS X Leopard, it turns out, has a new and exciting...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2008-02-21 Simon TathamAha, _that's_ why I've been periodically getting blocki...
2007-11-28 Simon TathamDuplicate r7795 in uxnet.c.
2006-12-09 Ben HarrisSet FD_CLOEXEC in a little convenience function that...
2006-11-23 Simon TathamI've just discovered that using the saved sessions...
2006-02-11 Jacob NevinsFailure to connect to a Unix-domain socket could cause...
2005-09-13 Ben HarrisA couple of places in sk_newlistener were using AF_INET...
2005-05-05 Jacob NevinsCorrect apparent misspelling of `SIOCATMARK'.
2005-04-27 Ben HarrisRather than checking for <sys/sockio.h>, just include...
2005-04-25 Ben HarrisCheck for <sys/sockio.h> and include it in uxnet.c...
2005-04-24 Ben HarrisOn some systems (NetBSD 1.6 and Solaris 9, at least...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-03-05 Simon TathamFixes for NO_IPV6 compilation under Unix.
2005-02-22 Simon TathamRemove the two logevent calls passing NULL as the first...
2005-02-16 Jacob NevinsSimon suggests a better solution to valgrind's complain...
2005-02-14 Jacob NevinsInitialise (struct Socket_tag).connected in sk_register().
2005-02-14 Jacob NevinsInitialise (struct Socket_tag).connected in sk_newliste...
2005-01-28 Ben HarrisUse AF_UNIX, not AF_LOCAL, since the former is in POSIX...
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.
next