]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2003-01-12 Simon TathamThe command-line routines now take a pointer to `cfg' as an
2003-01-12 Simon TathamSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-12 Ben HarrisCorrect code to insert into a doubly-linked list.
2003-01-12 Simon TathamEach platform's implementation of askappend() is no...
2003-01-12 Ben HarrisCute though DNSAddresses are, they're a poor match...
2003-01-12 Ben HarrisUse memset() rather than OTMemzero(), and hence remove...
2003-01-12 Ben HarrisRemove code for splatting test data into new terminals...
2003-01-12 Ben HarrisChange error handling to store the error number rather...
2003-01-11 Ben HarrisInitial import of Owen's OpenTransport interface. ...
2003-01-11 Ben HarrisAdd an indirection layer between mtcpnet.c and the...
2003-01-11 Ben HarrisCalling plug_closing() is highly likely to result in...
2003-01-11 Ben HarrisWhen polling MacTCP connections, check the connection...
2003-01-11 Ben HarrisMove the prototype for platform_get_x11_auth() from...
2003-01-11 Ben HarrisAdd a cast for a char * vs unsigned char * conflict.
2003-01-11 Ben Harrisconst fallout from Simon's X forwarding changes.
2003-01-11 Simon TathamYet _another_ `received data for nonexistent channel...
2003-01-11 Simon TathamHack around an oddity in X display names and xauth.
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-10 Ben HarrisAsk for a meaningful subject line on messages.
2003-01-09 Ben HarrisImplement get_window_title().
2003-01-09 Ben HarrisForcibly close any TCP connections that are still open...
2003-01-09 Ben HarrisUse c2pstrcpy() rather than silly sprintf() tricks.
2003-01-09 Ben Harrisc2pstr() is deprecated. Use c2pstrcpy() instead.
2003-01-09 Ben HarrisTake advantage of having control over the default font...
2003-01-09 Ben HarrisSet PuTTY's canBackground flag so that it receives...
2003-01-09 Ben HarrisInstall a notification procedure (ASR) on each TCP...
2003-01-09 Simon TathamRemove the diagnostic added in rev 1.42 [r2288]; appare...
2003-01-09 Ben HarrisSwitching from -opt space to -opt time on 68K Macs...
2003-01-09 Simon TathamUnix plink now catches SIGWINCH and propagates local...
2003-01-09 Simon TathamSupport asynchronous connect() in Unix networking....
2003-01-09 Simon TathamI'm sick of all those #ifdefs in settings.c, and in...
2003-01-09 Simon TathamYikes! Forgot to zero the password after SSH2 PW authen...
2003-01-08 Ben HarrisAdd PuTTYtel binaries.
2003-01-08 Ben HarrisRather useless entropy-collection functions for Mac...
2003-01-08 Ben HarrisThe CFM-68K build isn't working at the moment (we blow...
2003-01-08 Ben HarrisFairly major hackery to get SSH going on the Mac. ...
2003-01-08 Simon TathamWe just got mailed a Dr Watson log which suggests I...
2003-01-07 Ben HarrisUse '\012' as the end of the SSH banner line, not '\n'.
2003-01-07 Ben HarrisInitialise the "protocol" field of a new ssh_tag to...
2003-01-07 Ben HarrisMove the various big tables to the start of the file...
2003-01-07 Simon TathamAhem. Now pterm actually uses wc_to_mb in a situation...
2003-01-06 Ben HarrisIt looks like Visual C (or whatever the Windows snapsho...
2003-01-05 Ben HarrisOne usually includes .h files, not .c files. That...
2003-01-05 Ben HarrisInclude putty.h to get prototypes for exported functions.
2003-01-05 Ben Harriszlib_disable_compression() and zlib_huflookup() are...
2003-01-05 Ben HarrisSHA512_Core_Init() and SHA512_Block() are unused outsid...
2003-01-05 Ben Harrisrsa2_sign() is unused outside this file. Make it static.
2003-01-05 Ben Harrisrandom_stir() is unused outside this file. Make it static.
2003-01-05 Ben HarrisMove prototypes for base64_decode_atom(), base64_lines...
2003-01-05 Ben Harrisdss_sign() is unused outside this file. Make it static.
2003-01-05 Ben Harrisdes_key_setup(), des_encipher(), and des_decipher(...
2003-01-05 Ben HarrisInclude ssh.h for the crc32() and crc32_update() protot...
2003-01-05 Ben Harrisbigdivmod() is unreferenced outside this file. Make...
2003-01-05 Ben Harrisaes_setup() is unused outside this file. Make it static.
2003-01-05 Ben HarrisMake ssh1_pkt_type(), ssh2_pkt_type, logeventf(), setup...
2003-01-05 Ben HarrisMove x11fwd and portfwd prototypes from ssh.c into...
2003-01-05 Ben HarrisSC in "finding an actual bug" shocker! Set the port...
2003-01-05 Ben Harrissshsha.c and sshmd5.c compile fine on PowerPC now.
2003-01-05 Ben HarrisMake SHA_Core_Init() (only used in this file) static.
2003-01-05 Ben HarrisMake MD5_Core_Init and MD5_Block (both only referenced...
2003-01-05 Ben Harris"possible unintended assignment"? I think not.
2003-01-05 Ben Harrischar * vs unsigned char * (by explicit cast).
2003-01-05 Ben HarrisCommas at the end of enumerator lists aren't allowed.
2003-01-05 Ben HarrisEliminate more unsigned char * vs char * errors using...
2003-01-05 Ben HarrisFix more unsigned char * vs char * warnings, usually...
2003-01-05 Ben HarrisReplace implict char-*-to-unsigned-char-* casts with...
2003-01-05 Ben HarrisSC (Apple's 68K C compiler) seems to treat tentative...
2003-01-05 Ben HarrisDeal with "possible unintended assignment" warnings.
2003-01-05 Ben HarrisAttack char * vs unsigned char * conversions. In most...
2003-01-05 Ben HarrisFix more "possible unintended assignment" warnings.
2003-01-05 Ben HarrisAdd reception support for MacTCP. Now I can log in...
2003-01-05 Ben HarrisWhen looking for the correct backend to use, look in...
2003-01-05 Ben HarrisSecond work-in-progress MacTCP commit. We can now...
2003-01-05 Ben HarrisAdd some backends, a network interface and some library...
2003-01-04 Ben HarrisBeginnings of a MacTCP network layer. This has all...
2003-01-04 Ben HarrisAdd a vsnprintf() for the Mac, which doesn't have one...
2003-01-04 Ben HarrisProvide a version of stricmp() and strnicmp() for Mac...
2003-01-04 Ben HarrisFix some char * vs unsigned char * conversions, plus...
2003-01-04 Ben HarrisHammer out some char * vs unsigned char * problems...
2003-01-04 Ben HarrisFix a few stylistic warnings from Apple's C compilers.
2003-01-04 Ben Harris<MacTypes.h> says we should use NULL rather than nil...
2003-01-04 Ben HarrisRe-arrange the sums in the size tip code so as to ensur...
2003-01-04 Ben HarrisSmall simplification in mac_init().
2003-01-04 Ben HarrisCorrect handling of Mac OS 8.5 Window Manager and Contr...
2003-01-03 Simon TathamWork around a weird bug in gdk_draw_text_wc().
2003-01-03 Ben HarrisUpdate copyright notices that both Owen and Simon manag...
2003-01-03 Simon TathamUpdate more copyright dates. Sometimes I think we ought...
2003-01-03 Owen DunnUpdate copyright dates
2003-01-03 Ben HarrisPull in Script.r so we can use verBritain in the 'vers...
2003-01-02 Ben HarrisAny Mac that can handle CFM-68K code must have at least...
2003-01-02 Ben HarrisAdd a prototype for init_ucs().
2003-01-02 Ben HarrisHaving tested it, note that the Classic 68K build seems...
2003-01-02 Simon Tatham... of course, that would be better still if I remember...
2003-01-02 Simon TathamA better solution to the problem of duplicated positions in
2003-01-02 Simon TathamCJK cleanups. Correct handling when the cursor is cover...
2003-01-02 Simon TathamFixes to direct-to-font mode: I'd inadvertently enabled...
2003-01-02 Ben HarrisMention that Shift-Ins works here.
2003-01-02 Simon TathamFix `telnet-resize-iac'. (IAC bytes were not duplicated...
2003-01-02 Simon TathamA couple of X forwarding fixes for Unix Plink. Firstly...
next