VC6 doesn't define LONG_PTR
[sgt/putty] / unix /
2006-01-08 jacobIt's a new year.
2005-12-09 simonA few small changes to make the PuTTY source base more...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-10-13 benFix 256-colours-match-xterm, based on 256colres.pl...
2005-09-21 simondlg_listbox_select() now scrolls the list box to ensure...
2005-09-14 benAIX 5.1 has <utmpx.h> but no updwtmpx(). Treat the...
2005-09-14 benSome systems (HP-UX) don't yet have <sys/select.h>...
2005-09-13 benThe ANSI-C constant FILENAME_MAX is ludicrously small...
2005-09-13 benSome hosts don't have TIOCSCTTY. Don't try to use...
2005-09-13 benA couple of places in sk_newlistener were using AF_INET...
2005-07-15 jacobPatch from Colin Watson: we were sometimes passing...
2005-05-14 benAdd experimental support for detecting BREAK on input...
2005-05-09 jacobMake Makefile.gtk build again on Linux (assume <utmpx...
2005-05-08 simonFix what looks like a cut-and-paste error which was...
2005-05-05 jacobCorrect apparent misspelling of `SIOCATMARK'.
2005-04-27 benOn monochrome displays, display the cursor in reverse...
2005-04-27 benTiny manual CSE of previous commit.
2005-04-27 benOn 1bpp displays, ignore colour attributes. This makes...
2005-04-27 benMake palette changes use "best match" colours too.
2005-04-27 benRather than checking for <sys/sockio.h>, just include...
2005-04-26 benAccording to the termio(7I) on Solaris, OLCUC is overri...
2005-04-25 benSquash OPOST locally when we're not in line-editing...
2005-04-25 benUse pututxline() in place of pututline(), since the...
2005-04-25 benAsk GDK to give us reasonable approximations if it...
2005-04-25 benCheck for <sys/sockio.h> and include it in uxnet.c...
2005-04-25 benuxpty.c uses non-X/Open facilities (notably strsignal...
2005-04-25 benAdd a mechanism for using autoconf to detect the quirks...
2005-04-24 benOn some systems (NetBSD 1.6 and Solaris 9, at least...
2005-04-21 jacobFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-04-07 jacobOops, forgot to credit Ahmad Khalifa of arabeyes.org...
2005-04-07 jacobIf a new session was saved from Change Settings, a...
2005-04-04 benNULL needs to be cast to void * when passed to a variad...
2005-03-28 simonRender timing.c robust in the face of strangeness....
2005-03-23 jacobSince Markus Kuhn no longer explicitly places wcwidth...
2005-03-19 benRevert last change: Some versions of the GNU C Library...
2005-03-19 benIf it's available, try to use clock_gettime(CLOCK_MONOT...
2005-03-19 jacobTry to make our PGP signing more useful:
2005-03-10 jacobConsistently use a single notation to refer to SSH...
2005-03-10 owenProtect against multiple Change Settings dialogues...
2005-03-05 simonMake sure we do notify_remote_exit(ssh->frontend) _before_
2005-03-05 simonFixes for NO_IPV6 compilation under Unix.
2005-03-03 benExplicitly set MIN and TIME when in raw mode to request...
2005-03-01 jacobMake it clearer that `-m' is only usable with SSH.
2005-02-23 simonFallout from my change in the semantics of cfg.remote_c...
2005-02-22 simonRemove the two logevent calls passing NULL as the first...
2005-02-21 jacobRearrange verify_ssh_host_key() for robustness in the...
2005-02-18 simonAdd asynchronous callback capability to the askappend...
2005-02-17 simonRevamp interface to verify_ssh_host_key() and askalg...
2005-02-16 jacobSimon suggests a better solution to valgrind's complain...
2005-02-15 jacobThe terminal window can now indicate that PuTTY is...
2005-02-14 jacobInitialise (struct Socket_tag).connected in sk_register().
2005-02-14 jacobInitialise (struct Socket_tag).connected in sk_newliste...
2005-02-14 simonOh, and (there's always one) remove the unnecessary...
2005-02-14 simonSaw uxcfg.c in half down the middle, to separate out...
2005-02-06 simonReinstate the broken -e option in pterm. Also I've...
2005-02-06 simonEncapsulated most of the pty backend's variables into...
2005-02-06 simonThe pty backend won't _always_ be running under X,...
2005-02-05 simonWhen allocating BSD-style ptys, we should not be satisf...
2005-01-28 benUse AF_UNIX, not AF_LOCAL, since the former is in POSIX...
2005-01-28 benOverhaul of client-side XDM-AUTHORIZATION-1:
2005-01-26 benBuffer overruns are embarassing (even if caused by...
2005-01-26 benMove sockaddr_is_loopback() to before sk_address_is_loc...
2005-01-23 benWhen checking if a connection comes from localhost...
2005-01-22 benWhen calling getaddrinfo() for a listening socket,...
2005-01-22 benStupid typo, spotted by GCC.
2005-01-22 benIf getaddrinfo() fails, it's not safe to dereference...
2005-01-20 benDispose of a variable whose only use was being set...
2005-01-16 simonSupport for falling back through the list of addresses...
2005-01-16 simonRewrite of Unix sk_newlistener() which should fix any...
2005-01-15 benTurn of ICRNL in the client tty when we're not in editi...
2005-01-14 benINADDR_NONE is nonstandard. Use (in_addr_t)(-1) instead.
2005-01-09 simonsk_namelookup() on Unix was failing to translate from...
2005-01-09 owenNew function ltime() returns a struct tm of the current...
2005-01-09 simonHaving laboriously constructed a hints parameter for...
2005-01-04 simonDon't forget to initialise ret->ai to NULL in sk_noname...
2005-01-04 benIf we're going to use select(), we need <sys/select.h>.
2005-01-02 simonIt's a new year!
2004-12-31 simonRename some of the more stupidly named files in the...
2004-12-30 benIf we're going to define _XOPEN_SOURCE, we should at...
2004-12-30 simonIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-29 simonLoose end from r5031: the Kex panel should only be...
2004-12-23 jacobAdd a preference list for SSH-2 key exchange algorithms...
2004-12-19 jacobFix line cursor colours (fallout from `256-colours...
2004-12-17 simonJacob has pointed out why SIGCHLD was blocked, so I...
2004-12-17 simonApparently SIGCHLD is blocked by default in processes...
2004-12-16 simonGeneral mechanism for ensuring a dodgy SFTP server...
2004-12-16 simonJacob points out that I introduced a bug in PSFTP when...
2004-12-16 simonImplement mget and mput in PSFTP, supporting wildcards.
2004-12-10 simonUnix PSCP was tight-looping when connecting through...
2004-12-07 owenFix segfault when HOME not set on Unix.
2004-11-30 jacobAnother default-background fix for 256-colour mode
2004-11-28 simonBah, there's always one thing I miss. Correct the backg...
2004-11-28 simonImplement xterm 256-colour mode.
2004-11-27 simonSlight improvement to cursor blink timing: since the...
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-11-24 simonI think rjk meant `setpgid', not `setpgrp'.
2004-11-24 simonRJK's OS X portability patch:
2004-11-19 jacobconsole_get_line() returns failure iff console_batch_mo...
2004-11-16 simonRemove .cvsignore files on all active branches.
next