]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix
Sort out line-endings on new file.
[PuTTY.git] / unix /
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-10-03 Simon TathamDisable a bunch of undesirable termios flags. ICRNL...
2006-10-02 Simon TathamIXON and IXOFF belong in _iflag_, not cflag! While...
2006-09-03 Simon TathamSupport for an alternative mechanism for displaying...
2006-08-29 Simon TathamExplicitly closing logctx on various kinds of error...
2006-08-29 Simon TathamSupport for sending serial breaks, in both the Windows...
2006-08-29 Simon TathamInhibit the Serial configuration panel in mid-session...
2006-08-28 Jacob NevinsMinor tweaks to -nc:
2006-08-28 Simon TathamNew command-line option in Plink (and PuTTY, though...
2006-08-28 Simon TathamSerial back end for Unix. Due to hardware limitations...
2006-08-28 Simon TathamSupport for Windows PuTTY connecting straight to a...
2006-08-27 Simon TathamThe `socket' function in the backends is only ever...
2006-08-15 Simon TathamShifts left and right by 32 were tripping a gcc warning...
2006-08-12 Owen DunnLarge file support for psftp and pscp on both Windows...
2006-05-12 Owen Dunnpty_init should put _something_ into realhost
2006-03-14 Jacob NevinsFix minor memory leak.
2006-03-12 Jacob NevinsEquivalent of r6583 window-border palette-change fix...
2006-03-08 Simon TathamDavid Damerell tells me I should be using Ctrl-hjklyubn...
2006-02-23 Simon TathamDo proper select-for-write on ptys. Currently, pasting a
2006-02-19 Jacob NevinsFix `restart-reset-terminal': terminal now restored...
2006-02-19 Jacob NevinsFix up documentation/usage messages for r6572.
2006-02-19 Simon TathamIntroduce a new checkbox and command-line option to...
2006-02-13 Owen DunnPreserve more attributes of text copied as RTF. Thanks...
2006-02-11 Jacob NevinsFailure to connect to a Unix-domain socket could cause...
2006-01-08 Jacob NevinsIt's a new year.
2005-12-09 Simon TathamA few small changes to make the PuTTY source base more...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-10-13 Ben HarrisFix 256-colours-match-xterm, based on 256colres.pl...
2005-09-21 Simon Tathamdlg_listbox_select() now scrolls the list box to ensure...
2005-09-14 Ben HarrisAIX 5.1 has <utmpx.h> but no updwtmpx(). Treat the...
2005-09-14 Ben HarrisSome systems (HP-UX) don't yet have <sys/select.h>...
2005-09-13 Ben HarrisThe ANSI-C constant FILENAME_MAX is ludicrously small...
2005-09-13 Ben HarrisSome hosts don't have TIOCSCTTY. Don't try to use...
2005-09-13 Ben HarrisA couple of places in sk_newlistener were using AF_INET...
2005-07-15 Jacob NevinsPatch from Colin Watson: we were sometimes passing...
2005-05-14 Ben HarrisAdd experimental support for detecting BREAK on input...
2005-05-09 Jacob NevinsMake Makefile.gtk build again on Linux (assume <utmpx.h>).
2005-05-08 Simon TathamFix what looks like a cut-and-paste error which was...
2005-05-05 Jacob NevinsCorrect apparent misspelling of `SIOCATMARK'.
2005-04-27 Ben HarrisOn monochrome displays, display the cursor in reverse...
2005-04-27 Ben HarrisTiny manual CSE of previous commit.
2005-04-27 Ben HarrisOn 1bpp displays, ignore colour attributes. This makes...
2005-04-27 Ben HarrisMake palette changes use "best match" colours too.
2005-04-27 Ben HarrisRather than checking for <sys/sockio.h>, just include...
2005-04-26 Ben HarrisAccording to the termio(7I) on Solaris, OLCUC is overri...
2005-04-25 Ben HarrisSquash OPOST locally when we're not in line-editing...
2005-04-25 Ben HarrisUse pututxline() in place of pututline(), since the...
2005-04-25 Ben HarrisAsk GDK to give us reasonable approximations if it...
2005-04-25 Ben HarrisCheck for <sys/sockio.h> and include it in uxnet.c...
2005-04-25 Ben Harrisuxpty.c uses non-X/Open facilities (notably strsignal...
2005-04-25 Ben HarrisAdd a mechanism for using autoconf to detect the quirks...
2005-04-24 Ben HarrisOn some systems (NetBSD 1.6 and Solaris 9, at least...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-04-07 Jacob NevinsOops, forgot to credit Ahmad Khalifa of arabeyes.org...
2005-04-07 Jacob NevinsIf a new session was saved from Change Settings, a...
2005-04-04 Ben HarrisNULL needs to be cast to void * when passed to a variad...
2005-03-28 Simon TathamRender timing.c robust in the face of strangeness....
2005-03-23 Jacob NevinsSince Markus Kuhn no longer explicitly places wcwidth...
2005-03-19 Ben HarrisRevert last change: Some versions of the GNU C Library...
2005-03-19 Ben HarrisIf it's available, try to use clock_gettime(CLOCK_MONOT...
2005-03-19 Jacob NevinsTry to make our PGP signing more useful:
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2005-03-10 Owen DunnProtect against multiple Change Settings dialogues...
2005-03-05 Simon TathamMake sure we do notify_remote_exit(ssh->frontend) _before_
2005-03-05 Simon TathamFixes for NO_IPV6 compilation under Unix.
2005-03-03 Ben HarrisExplicitly set MIN and TIME when in raw mode to request...
2005-03-01 Jacob NevinsMake it clearer that `-m' is only usable with SSH.
2005-02-23 Simon TathamFallout from my change in the semantics of cfg.remote_c...
2005-02-22 Simon TathamRemove the two logevent calls passing NULL as the first...
2005-02-21 Jacob NevinsRearrange verify_ssh_host_key() for robustness in the...
2005-02-18 Simon TathamAdd asynchronous callback capability to the askappend...
2005-02-17 Simon TathamRevamp interface to verify_ssh_host_key() and askalg...
2005-02-16 Jacob NevinsSimon suggests a better solution to valgrind's complain...
2005-02-15 Jacob NevinsThe terminal window can now indicate that PuTTY is...
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-02-14 Simon TathamOh, and (there's always one) remove the unnecessary...
2005-02-14 Simon TathamSaw uxcfg.c in half down the middle, to separate out...
2005-02-06 Simon TathamReinstate the broken -e option in pterm. Also I've...
2005-02-06 Simon TathamEncapsulated most of the pty backend's variables into...
2005-02-06 Simon TathamThe pty backend won't _always_ be running under X,...
2005-02-05 Simon TathamWhen allocating BSD-style ptys, we should not be satisf...
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-15 Ben HarrisTurn of ICRNL in the client tty when we're not in editi...
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 Owen DunnNew function ltime() returns a struct tm of the current...
2005-01-09 Simon TathamHaving laboriously constructed a hints parameter for...
next