]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2002-10-15 Simon TathamConfigure the pty so that it agrees with our idea of...
2002-10-15 Simon TathamSupport underline and vertical-line cursors as well...
2002-10-15 Simon TathamIf we can't load the specified font, give an error...
2002-10-15 Simon TathamPrinter support: cfg.printer is assumed to be a Unix...
2002-10-15 Simon TathamScrollbar can now be configured to go on the left ...
2002-10-15 Simon TathamSupport ALT + numeric keypad for typing in strange...
2002-10-15 Simon TathamAdd newline at EOF in uxucs.c. Thanks Richard. :-)
2002-10-15 Simon TathamSupport scrolling with the mouse wheel (X servers appar...
2002-10-15 Simon TathamFixes to terminal.c to support blinking and visual...
2002-10-15 Simon TathamSupport for blinking text and blinking cursor. Won...
2002-10-15 Simon TathamUse the appalling gnome-terminal hack for server-contro...
2002-10-15 Simon TathamRemove some rogue diagnostics.
2002-10-15 Simon TathamDon't forget to initialise the pixel size parameters...
2002-10-15 Simon TathamRichard's patch to fix `make clean' under Unix.
2002-10-15 Simon TathamRichard's patch to make the scrollbar configurably...
2002-10-15 Simon TathamSupport for all the server-side window configuration...
2002-10-15 Simon TathamIntroduce the ability to control whether the shell...
2002-10-15 Simon TathamFinish up utmp processing: add the -ut- command-line...
2002-10-15 Simon TathamSupport for utmp, wtmp and lastlog. Probably not terrib...
2002-10-15 Simon TathamDeal with the warnings generated when passing a pointer...
2002-10-15 Simon TathamSupport for BSD-style pty devices. Tested under Linux...
2002-10-15 Simon TathamTrim wide text properly at the RH edge of the screen.
2002-10-15 Simon TathamSupport for line attributes: ESC #3, #4 and #6 for...
2002-10-14 Simon TathamDon't cause the mouse pointer to reappear just because...
2002-10-14 Simon TathamOnly engage a GTK idle function when absolutely necessa...
2002-10-14 Simon TathamSet up the palette _before_ trying to paint the window...
2002-10-14 Simon TathamAdd the -log option, which activates full session loggi...
2002-10-14 Simon TathamBell overload was working in principle, but wasn't...
2002-10-14 Simon TathamSupport server requests for colour palette changes.
2002-10-14 Simon TathamDon't forget to call term_paste() when we get the chanc...
2002-10-14 Simon TathamSupport NetHack keypad mode. :-)
2002-10-14 Simon TathamSupport for hiding the mouse pointer on keypresses...
2002-10-14 Simon Tathamxterm-class programs should exit when their primary...
2002-10-14 Simon TathamSEL_NL is different between Windows and Unix; move...
2002-10-14 Simon TathamOops. Defining max() the wrong way round was breaking...
2002-10-14 Simon TathamVarious faffs in the pty allocation process to get...
2002-10-14 Simon TathamWindow title configurability: -T to set it from the...
2002-10-13 Simon TathamDon't forget to set $TERM when we spawn the pty. Of...
2002-10-13 Simon Tathamgnome-terminal insists on receiving the selection as...
2002-10-13 Simon TathamAdded two simple command-line arguments: -fn (so I...
2002-10-13 Simon TathamResizing of pterm now works, and the size information...
2002-10-13 Simon TathamDeal with the appalling mouse pointer colours. (Why...
2002-10-13 Simon TathamShift-Ins pastes.
2002-10-13 Simon TathamSelection now supported in pterm. Required small modifi...
2002-10-13 Simon TathamFix underline, which I cleverly broke while adding...
2002-10-13 Simon TathamScrollbar now exists and functions; so do Shift-PgUp...
2002-10-13 Simon TathamThe Great Defaults Change (and about time too)! SSH...
2002-10-11 Jacob NevinsInitialise some members of the Proxy_Socket structure...
2002-10-10 Simon TathamStop hard-coding a nonstandard font. We now default...
2002-10-10 Jacob NevinsUpdate to reflect 0.53 release.
2002-10-10 Simon TathamAnd that's it! pty.c is now a real pty backend rather...
2002-10-10 Simon TathamHalf-decent keyboard handling for pterm. Not very well...
2002-10-10 Simon TathamTemporary hack which makes vt100 line drawing work...
2002-10-10 Simon TathamA sensible minimum of do_text() and do_cursor() is...
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...
2002-10-07 Simon TathamOops. Dirsep in Makefile.cyg should be / not \.
2002-10-07 Jacob NevinsRemove "-log" option from Plink. AFAICT this code has...
2002-10-07 Jacob NevinsFix pscp-cmdline-port-bug for PSFTP too. (Also removes...
2002-10-07 Jacob NevinsFix code which was clobbering people's -P arguments...
2002-10-07 Simon TathamBegin destabilisation in the wake of 0.53! This checkin...
2002-10-01 Simon TathamRemove last vestiges of `buggymac' in the Config struct... 0.53
2002-10-01 Simon TathamBump the version number on the installer script.
2002-10-01 Simon TathamAdd a chapter explaining common error messages
2002-09-26 Simon TathamAdd a new SSH2 bug: some servers apparently claim to...
2002-09-26 Simon TathamAny application using non-modal dialogs must use IsDial...
2002-09-26 Simon TathamIf the user asks for the Pageant key list window and...
2002-09-24 Simon TathamFinish replacing `Network error' with `Proxy error...
2002-09-24 Simon TathamAdd a missing space in an error message.
2002-09-23 Jacob NevinsAdd context help support for Proxy panel
2002-09-21 Simon TathamCleanups to proxy code: greater robustness in receiving...
2002-09-21 Simon TathamSupport username/password authentication in SOCKS 5.
2002-09-21 Simon TathamSupport username and password authentication when talki...
2002-09-20 Simon TathamUpdate README to make it clear it's a _source_ README.
2002-09-20 Simon TathamInitial checkin of PuTTY installer script and associate...
2002-09-20 Simon TathamUse memcpy rather than strncpy in sk_addrcopy! How...
2002-09-15 Simon TathamJordan Russell's mysterious workaround for an almost...
2002-09-15 Simon TathamBe proactively pedantic about channel-close irregularit...
2002-09-15 Simon TathamImprovements to SSH1 channel close handling: track...
2002-09-15 Simon TathamLog file tinkering: copy Event Log entries into the...
2002-09-14 Jacob NevinsOpenSSH vs OpenSSL Q: mention older OpenSSH versions
2002-09-12 Jacob NevinsSemi-bug "long-usernames":
2002-09-11 Jacob NevinsUpdated usage messages for command-line utilities to...
2002-09-10 Jacob NevinsNote about separate client-server and server-client...
2002-09-08 Simon TathamIntroduce the Bugs control panel, for overriding PuTTY...
2002-09-08 Jacob NevinsUpdate to reflect the last batch of proxy stuff we...
2002-09-07 Simon TathamIncrease length limit on SSH1_MSG_DEBUG; 70 chars is...
2002-09-02 Simon TathamAfter trying a succession of tests on Jacob's machine...
2002-09-02 Jacob NevinsConvert from CRLF to Unix line endings -- no other change
2002-09-02 Jacob NevinsMention PocketPC in the WinCE question. I'm not sure...
2002-09-01 Simon TathamI'm rapidly running out of patience for trying all possible
2002-08-18 Simon TathamAdd BUG_SSH2_DERIVEKEY, present (according to OpenSSH...
2002-08-18 Simon TathamIn SSH2, if decrypting the packet length gave us a...
2002-08-15 Jacob NevinsChanged wording of OpenSSH vs bad OpenSSL FAQ so that...
2002-08-12 Simon TathamAlter the Feedback page, so that instead of saying...
2002-08-11 Simon TathamFinal fixes to keyboard-interactive so it now works...
2002-08-11 Simon TathamAnecdotal evidence suggests that a single EnumPrinters...
2002-08-09 Simon TathamActually, VirtualLock() looks better as \cw{} not \c{}.
2002-08-09 Simon TathamAdd two more FAQs: `why don't you use VirtualLock(...
2002-08-08 Simon Tathamssh.com 3.2.0 uses zlib sync flush (start and close...
2002-08-07 Simon TathamDocument all the new command-line stuff.
next