u/mdw/putty
2003-01-12 simonThe back ends now contain their own copies of the Confi...
2003-01-12 benCall ot_poll as appropriate.
2003-01-12 benDon't fatalbox() unconditionally when opening a connect...
2003-01-12 simonForgot to match the cmdline changes in the Unix port.
2003-01-12 simonterm->cfg is now a full copy of the Config structure...
2003-01-12 benCOmpiling _before_ committing is usually a good idea.
2003-01-12 simonThe command-line routines now take a pointer to `cfg...
2003-01-12 simonSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-12 benCorrect code to insert into a doubly-linked list.
2003-01-12 simonEach platform's implementation of askappend() is no...
2003-01-12 benCute though DNSAddresses are, they're a poor match...
2003-01-12 benUse memset() rather than OTMemzero(), and hence remove...
2003-01-12 benRemove code for splatting test data into new terminals...
2003-01-12 benChange error handling to store the error number rather...
2003-01-11 benInitial import of Owen's OpenTransport interface. ...
2003-01-11 benAdd an indirection layer between mtcpnet.c and the...
2003-01-11 benCalling plug_closing() is highly likely to result in...
2003-01-11 benWhen polling MacTCP connections, check the connection...
2003-01-11 benMove the prototype for platform_get_x11_auth() from...
2003-01-11 benAdd a cast for a char * vs unsigned char * conflict.
2003-01-11 benconst fallout from Simon's X forwarding changes.
2003-01-11 simonYet _another_ `received data for nonexistent channel...
2003-01-11 simonHack around an oddity in X display names and xauth.
2003-01-11 simonSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-10 simonIntroduce framework for authenticating with the local...
2003-01-10 benAsk for a meaningful subject line on messages.
2003-01-09 benImplement get_window_title().
2003-01-09 benForcibly close any TCP connections that are still open...
2003-01-09 benUse c2pstrcpy() rather than silly sprintf() tricks.
2003-01-09 benc2pstr() is deprecated. Use c2pstrcpy() instead.
2003-01-09 benTake advantage of having control over the default font...
2003-01-09 benSet PuTTY's canBackground flag so that it receives...
2003-01-09 benInstall a notification procedure (ASR) on each TCP...
2003-01-09 simonRemove the diagnostic added in rev 1.42 [r2288]; appare...
2003-01-09 benSwitching from -opt space to -opt time on 68K Macs...
2003-01-09 simonUnix plink now catches SIGWINCH and propagates local...
2003-01-09 simonSupport asynchronous connect() in Unix networking....
2003-01-09 simonI'm sick of all those #ifdefs in settings.c, and in...
2003-01-09 simonYikes! Forgot to zero the password after SSH2 PW authen...
2003-01-08 benAdd PuTTYtel binaries.
2003-01-08 benRather useless entropy-collection functions for Mac...
2003-01-08 benThe CFM-68K build isn't working at the moment (we blow...
2003-01-08 benFairly major hackery to get SSH going on the Mac. ...
2003-01-08 simonWe just got mailed a Dr Watson log which suggests I...
2003-01-07 benUse '\012' as the end of the SSH banner line, not ...
2003-01-07 benInitialise the "protocol" field of a new ssh_tag to...
2003-01-07 benMove the various big tables to the start of the file...
2003-01-07 simonAhem. Now pterm actually uses wc_to_mb in a situation...
2003-01-06 benIt looks like Visual C (or whatever the Windows snapsho...
2003-01-05 benOne usually includes .h files, not .c files. That...
2003-01-05 benInclude putty.h to get prototypes for exported functions.
2003-01-05 benzlib_disable_compression() and zlib_huflookup() are...
2003-01-05 benSHA512_Core_Init() and SHA512_Block() are unused outsid...
2003-01-05 benrsa2_sign() is unused outside this file. Make it static.
2003-01-05 benrandom_stir() is unused outside this file. Make it...
2003-01-05 benMove prototypes for base64_decode_atom(), base64_lines...
2003-01-05 bendss_sign() is unused outside this file. Make it static.
2003-01-05 bendes_key_setup(), des_encipher(), and des_decipher(...
2003-01-05 benInclude ssh.h for the crc32() and crc32_update() protot...
2003-01-05 benbigdivmod() is unreferenced outside this file. Make...
2003-01-05 benaes_setup() is unused outside this file. Make it static.
2003-01-05 benMake ssh1_pkt_type(), ssh2_pkt_type, logeventf(), setup...
2003-01-05 benMove x11fwd and portfwd prototypes from ssh.c into...
2003-01-05 benSC in "finding an actual bug" shocker! Set the port...
2003-01-05 bensshsha.c and sshmd5.c compile fine on PowerPC now.
2003-01-05 benMake SHA_Core_Init() (only used in this file) static.
2003-01-05 benMake MD5_Core_Init and MD5_Block (both only referenced...
2003-01-05 ben"possible unintended assignment"? I think not.
2003-01-05 benchar * vs unsigned char * (by explicit cast).
2003-01-05 benCommas at the end of enumerator lists aren't allowed.
2003-01-05 benEliminate more unsigned char * vs char * errors using...
2003-01-05 benFix more unsigned char * vs char * warnings, usually...
2003-01-05 benReplace implict char-*-to-unsigned-char-* casts with...
2003-01-05 benSC (Apple's 68K C compiler) seems to treat tentative...
2003-01-05 benDeal with "possible unintended assignment" warnings.
2003-01-05 benAttack char * vs unsigned char * conversions. In most...
2003-01-05 benFix more "possible unintended assignment" warnings.
2003-01-05 benAdd reception support for MacTCP. Now I can log in...
2003-01-05 benWhen looking for the correct backend to use, look in...
2003-01-05 benSecond work-in-progress MacTCP commit. We can now...
2003-01-05 benAdd some backends, a network interface and some library...
2003-01-04 benBeginnings of a MacTCP network layer. This has all...
2003-01-04 benAdd a vsnprintf() for the Mac, which doesn't have one...
2003-01-04 benProvide a version of stricmp() and strnicmp() for Mac...
2003-01-04 benFix some char * vs unsigned char * conversions, plus...
2003-01-04 benHammer out some char * vs unsigned char * problems...
2003-01-04 benFix a few stylistic warnings from Apple's C compilers.
2003-01-04 ben<MacTypes.h> says we should use NULL rather than nil...
2003-01-04 benRe-arrange the sums in the size tip code so as to ensur...
2003-01-04 benSmall simplification in mac_init().
2003-01-04 benCorrect handling of Mac OS 8.5 Window Manager and Contr...
2003-01-03 simonWork around a weird bug in gdk_draw_text_wc().
2003-01-03 benUpdate copyright notices that both Owen and Simon manag...
2003-01-03 simonUpdate more copyright dates. Sometimes I think we ought...
2003-01-03 owenUpdate copyright dates
2003-01-03 benPull in Script.r so we can use verBritain in the 'vers...
2003-01-02 benAny Mac that can handle CFM-68K code must have at least...
2003-01-02 benAdd a prototype for init_ucs().
2003-01-02 benHaving tested it, note that the Classic 68K build seems...
2003-01-02 simon... of course, that would be better still if I remember...
next