Add more ifdefs to make uxser.c compile on OS X.
[u/mdw/putty] / unix /
2007-01-16 simonAdd more ifdefs to make uxser.c compile on OS X.
2007-01-16 simonFold up the `SSH' branch of the treeview by default...
2007-01-14 simonRemove the loops that close all open fds before running a
2007-01-09 simonFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2007-01-07 simonTweak the icon script, and the generated icons, to...
2007-01-06 simonNo, I tell a lie: GTK 1 _does_ support icons, at least...
2007-01-01 jacobIt's a new year.
2006-12-30 jacobPatch from Colin Watson intended to give a clean Unix...
2006-12-29 simonColin Watson points out that there was no need for...
2006-12-09 benSet FD_CLOEXEC in a little convenience function that...
2006-11-23 simonI've just discovered that using the saved sessions...
2006-10-03 simonDisable a bunch of undesirable termios flags. ICRNL...
2006-10-02 simonIXON and IXOFF belong in _iflag_, not cflag! While...
2006-09-03 simonSupport for an alternative mechanism for displaying...
2006-08-29 simonExplicitly closing logctx on various kinds of error...
2006-08-29 simonSupport for sending serial breaks, in both the Windows...
2006-08-29 simonInhibit the Serial configuration panel in mid-session...
2006-08-28 jacobMinor tweaks to -nc:
2006-08-28 simonNew command-line option in Plink (and PuTTY, though...
2006-08-28 simonSerial back end for Unix. Due to hardware limitations...
2006-08-28 simonSupport for Windows PuTTY connecting straight to a...
2006-08-27 simonThe `socket' function in the backends is only ever...
2006-08-15 simonShifts left and right by 32 were tripping a gcc warning...
2006-08-12 owenLarge file support for psftp and pscp on both Windows...
2006-05-12 owenpty_init should put _something_ into realhost
2006-03-14 jacobFix minor memory leak.
2006-03-12 jacobEquivalent of r6583 window-border palette-change fix...
2006-03-08 simonDavid Damerell tells me I should be using Ctrl-hjklyubn...
2006-02-23 simonDo proper select-for-write on ptys. Currently, pasting a
2006-02-19 jacobFix `restart-reset-terminal': terminal now restored...
2006-02-19 jacobFix up documentation/usage messages for r6572.
2006-02-19 simonIntroduce a new checkbox and command-line option to...
2006-02-13 owenPreserve more attributes of text copied as RTF. Thanks...
2006-02-11 jacobFailure to connect to a Unix-domain socket could cause...
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.
next