]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamUpdate version number for 0.67 release. 0.67
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2016-02-29 Simon TathamRemove spurious -shareexists reference in Plink docs.
2016-02-29 Jacob NevinsIt's a new year.
2016-02-29 Simon TathamMake get_user_sid() return the cached copy if one alrea...
2016-02-29 Simon TathamMention the new Secure Contact Key in the GPG docs...
2016-02-29 Simon TathamTighten up pointer handling after ssh_pkt_getstring.
2016-02-29 Simon TathamFix vulnerability CVE-2016-2563 in old scp protocol.
2016-02-29 Colin WatsonFix strict-aliasing warnings in sk_tcp_peer_info.
2016-02-29 Colin WatsonAvoid -Wmisleading-indentation warnings with GCC 6.
2016-02-29 Simon TathamFix a 64-bit-cleanness error in sshcrc's generator.
2016-02-29 Simon TathamRemove some unused variables.
2016-02-29 Simon TathamAdd the new copy.but to .gitignore.
2016-02-29 Simon TathamAutogenerate licence text in doc subdir from LICENCE.
2016-02-29 Simon TathamStop copying the licence text into C source code.
2016-02-29 Simon TathamUse readonly edit controls in some Windows dialogs.
2016-02-29 Simon TathamMake some static text in GTK dialogs selectable.
2016-02-29 Simon TathamPut back in a missing dynamic-load wrapper on SetSecuri...
2016-02-29 Simon TathamCode-sign the Windows PuTTY binaries and installer.
2016-02-29 Simon TathamFix a mistaken use of a format string in logevent().
2016-02-29 Owen DunnMove sfree inside if.
2016-02-29 Owen DunnDocument UNPROTECT define that disables tightened ACL.
2016-02-29 Owen DunnSurround process protection with an #ifndef UNPROTECT
2016-02-29 Simon TathamMake our process's ACL more restrictive.
2016-02-29 Simon TathamFix a memory leak in uxproxy.c.
2016-02-29 Owen DunnMove SID-getting code into a separate function so it...
2016-02-29 Jacob NevinsDocument 'Cannot assign requested address' error.
2016-02-29 Simon TathamConvert Buildscr to use the new "do/win" mechanism.
2016-02-29 Simon TathamBig revision to CHECKLST.txt for release.pl and Mason.
2016-02-29 Simon TathamFurther release automation.
2016-02-29 Simon TathamFix potential segfaults in reading OpenSSH's ASN.1...
2016-02-29 Simon TathamFix an out-of-bounds read in fgetline().
2016-02-29 Simon TathamFix a segfault in parsing OpenSSH private key files.
2016-02-29 Jacob NevinsRationalise and document log options somewhat.
2016-02-29 Simon TathamMore post-release checklist updates, and a new script.
2016-02-29 Simon TathamOne small post-release checklist tweak.
2016-02-29 Simon TathamPost-0.66 release checklist updates.
2016-02-29 Ben Harrisbignum_set_bit: Don't abort if asked to clear an inacce...
2016-02-27 Jacob NevinsIt's a new year.
2016-01-30 Colin WatsonFix strict-aliasing warnings in sk_tcp_peer_info.
2016-01-30 Colin WatsonAvoid -Wmisleading-indentation warnings with GCC 6.
2016-01-26 Simon TathamFix a 64-bit-cleanness error in sshcrc's generator.
2016-01-26 Simon TathamRemove some unused variables.
2016-01-25 Simon TathamReplace an ad-hoc buffer-clearing loop with smemclr.
2015-12-22 Simon TathamAdd the new copy.but to .gitignore.
2015-12-22 Simon TathamAutogenerate licence text in doc subdir from LICENCE.
2015-12-22 Simon TathamStop copying the licence text into C source code.
2015-12-22 Simon TathamUse readonly edit controls in some Windows dialogs.
2015-12-22 Simon TathamMake some static text in GTK dialogs selectable.
2015-12-22 Simon TathamUse the proper snprintf function if compiling with VS2015.
2015-12-22 Simon TathamAdd the new testbn binary to .gitignore.
2015-12-17 Simon TathamFix build breakage on Unix.
2015-12-16 Simon TathamIntroduce a BUILDDIR parameter in Makefile.vc.
2015-12-16 Simon TathamPut back in a missing dynamic-load wrapper on SetSecuri...
2015-12-16 Simon TathamSwitch Makefile.vc to using batch-mode inference rules.
2015-12-16 Simon TathamUse nmake's inline file creation to automate .rsp files.
2015-12-16 Simon TathamReport the bignum word size in testbn.
2015-12-16 Simon TathamPromote 'testbn' to a binary built by the makefiles.
2015-12-16 Simon TathamAdd a case to sshbn.h for 64-bit Visual Studio.
2015-12-16 Simon TathamRelegate BignumDblInt to an implementation detail of...
2015-12-13 Simon TathamRewrite the core divide function to not use DIVMOD_WORD.
2015-12-13 Simon TathamAdd direct tests of division/modulus to testbn.
2015-12-13 Simon TathamFix copy-and-paste error in testbn main program.
2015-12-11 Simon TathamCode-sign the Windows PuTTY binaries and installer.
2015-12-06 Simon TathamSet "entry-text-column" on our combo boxes.
2015-11-27 Simon TathamFix a mistaken use of a format string in logevent().
2015-11-27 Owen DunnPut ASLR and DEP flags back until the nightly build...
2015-11-27 Owen DunnMove sfree inside if.
2015-11-27 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2015-11-25 Simon TathamAvoid passing -1 as an fd to uxsel_set().
2015-11-24 Owen DunnDocument UNPROTECT define that disables tightened ACL.
2015-11-24 Owen DunnSurround process protection with an #ifndef UNPROTECT
2015-11-24 Owen DunnEnable DEP and ASLR flags on VC++ linker command line
2015-11-24 Owen DunnMake our process's ACL more restrictive.
2015-11-22 Simon TathamImplement align_label_left for GTK 3.[14,16).
2015-11-22 Simon TathamFix a paste error in new make_handle_socket prototype.
2015-11-22 Simon TathamOption to log proxy setup diagnostics to the terminal.
2015-11-22 Simon TathamIn GUI PuTTY, log standard error from local proxy commands.
2015-11-22 Simon TathamLog the setup of proxied network connections.
2015-11-22 Simon TathamFactor out the back ends' plug log functions.
2015-11-22 Simon TathamFix a memory leak in uxproxy.c.
2015-11-22 Simon TathamTell the truth about DNS lookups in the Event Log.
2015-11-22 Simon TathamRemove unused SSL declarations from network.h.
2015-11-22 Owen DunnMove SID-getting code into a separate function so it...
2015-11-21 Jacob NevinsDocument 'Cannot assign requested address' error.
2015-11-17 Simon TathamConvert Buildscr to use the new "do/win" mechanism.
2015-11-12 Simon TathamBig revision to CHECKLST.txt for release.pl and Mason.
2015-11-12 Simon TathamFurther release automation.
2015-11-10 Simon TathamFix potential segfaults in reading OpenSSH's ASN.1...
2015-11-10 Simon TathamFix an out-of-bounds read in fgetline().
2015-11-10 Simon TathamFix a segfault in parsing OpenSSH private key files.
2015-11-08 Jacob NevinsRationalise and document log options somewhat.
2015-11-08 Jacob NevinsAdd fuzzterm to .gitignore.
2015-11-07 Simon TathamFix an SSH-breaking bug from the fuzzing merge.
2015-11-07 Simon TathamMore post-release checklist updates, and a new script.
2015-11-07 Simon TathamOne small post-release checklist tweak.
2015-11-07 Simon TathamMake 'make install' ignore the new 'fuzzterm' binary.
2015-11-07 Simon TathamFix a build failure coming from the fuzzing branch.
2015-11-07 Simon TathamMerge Ben's branch on which he's been fuzzing PuTTY.
next