]> asedeno.scripts.mit.edu Git - PuTTY.git/history - misc.c
first pass
[PuTTY.git] / misc.c
2017-02-20 Simon TathamMerge the 0.68 release branchlet to master.
2017-02-20 Simon TathamFix buffer management in strbuf_catfv.
2017-02-15 Simon TathamInclude the compile-time GTK version in the build info.
2017-02-14 Simon TathamFixes for winelib building (used by our Coverity build).
2017-01-28 Simon TathamFix an integer overflow in get_ssh_string.
2017-01-21 Simon TathamMake bob builds show the full source git commit hash...
2017-01-21 Simon TathamInclude 'build info' in all --version text and About boxes.
2017-01-21 Simon TathamAdd a 'strbuf' system, for building up a large string...
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
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.
2015-12-22 Simon TathamUse the proper snprintf function if compiling with VS2015.
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-07 Simon TathamMerge Ben's branch on which he's been fuzzing PuTTY.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-28 Ben HarrisIn get_ssh_string, don't get confused by lengths >...
2015-10-17 Tim KosseFix a format string vulnerability if MALLOC_LOG is set.
2015-08-15 Tim KosseCast pointers to uintptr_t instead of unsigned {long,int}.
2015-08-10 Tim KosseFix a format string vulnerability if MALLOC_LOG is set.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-06-20 Simon TathamUse a timing-safe memory compare to verify MACs.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-12 Simon TathamConst-correctness in the base64 functions.
2015-05-12 Simon TathamUtility function: 'chomp'.
2015-05-09 Simon TathamConst-correctness in the debug functions!
2015-04-27 Simon TathamSome miscellaneous marshalling helpers.
2015-04-26 Simon TathamUse a timing-safe memory compare to verify MACs.
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamFix typo in validate_manual_hostkey().
2014-09-09 Simon TathamNew option to manually configure the expected host key(s).
2014-09-09 Simon TathamMove base64_decode_atom into misc.c.
2014-01-25 Simon TathamNew hostname-handling functions in misc.c.
2013-07-14 Simon TathamTighten up a lot of casts from unsigned to int which...
2012-08-11 Ben HarrisRework bufchain code to allow for variable-sized granules.
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2011-10-02 Simon TathamAnother utility function, to free a string containing...
2011-10-02 Simon TathamWhile I'm crusading against arbitrary limits, here...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2009-01-04 Jacob NevinsBah, I've bumped into this often enough. Change one...
2006-12-30 Jacob NevinsPatch from Colin Watson intended to give a clean Unix...
2006-12-29 Jacob NevinsUse va_copy() where available. This should fix a segfau...
2006-08-28 Simon TathamSupport for Windows PuTTY connecting straight to a...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-09-13 Ben HarrisWhen asked to malloc zero bytes, malloc one byte instea...
2005-04-19 Jacob NevinsInvent a way of specifying control characters numerical...
2005-04-19 Jacob NevinsPull out parsing of ^C style strings from the terminal...
2005-03-21 Simon TathamMartin Trautmann spotted a bare char being passed to...
2005-02-20 Simon TathamAdditional robustness to SFTP packet parsing and memory...
2004-12-24 Jacob NevinsBasic configurability for client-initiated rekeys.
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-08-16 Simon TathamUpdate comment on dupprintf().
2004-04-27 Jacob NevinsVarious tweaks to header comments to remind me which...
2003-10-12 Jacob NevinsRemove all the "assert(len>0)" which forbade zero-lengt...
2003-08-29 Jacob Nevinsdupstr() should cope with being passed NULL
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-06 Simon TathamReorganisation of misc.c: Minefield has moved out to...
2003-01-10 Simon TathamIntroduce framework for authenticating with the local...
2002-12-08 Jacob NevinsArgh. With DEBUG and MALLOC_LOG enabled, I found output...
2002-11-07 Simon TathamRobustness fixes for KEXINIT handling and others. In...
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...
2002-09-21 Simon TathamCleanups to proxy code: greater robustness in receiving...
2002-09-21 Simon TathamSupport username and password authentication when talki...
2002-03-31 Simon TathamFix bug in Minefield's realloc() which was throwing...
2002-03-06 Simon TathamEnsure our network layer is properly cleaned up before...
2002-02-27 Simon TathamMake sure out-of-memory errors are logged to malloc...
2001-12-15 Simon TathamImprovements to the malloc debugging stuff: when MALLOC...
2001-08-26 Simon TathamFurther tightening up in PSCP. Fixed a couple more...
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-04-28 Simon TathamDebugging improvements. Started using Dave Hinton's...
2001-04-28 Simon TathamDave Hinton's debugging patch.
2000-12-12 Simon TathamRemove unnecessary printfs from Minefield
2000-12-12 Simon TathamAdded Minefield: an alternative memory allocator along...
2000-11-01 Simon TathamMove dprintf and the debug system out into misc.c,...
2000-10-23 Simon TathamCreated a shiny new abstraction for the socket handling...
2000-10-09 Simon TathamMiscellaneous fixes to try to make other compilers happier
1999-01-15 Simon TathamRemove buffering on malloc log file
1999-01-08 Simon TathamInitial checkin: beta 0.43