]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/uxstore.c
Put in some explicit null-pointer checks.
[PuTTY.git] / unix / uxstore.c
2017-02-14 Simon TathamPut in some explicit null-pointer checks.
2016-08-08 Ondřej LysoněkAdded support for the XDG specification
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-17 Tim KosseFix format string vulnerabilities.
2015-08-10 Tim KosseFix format string vulnerabilities.
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-05-30 Ben HarrisAdd have_ssh_host_key() and use it to influence algorit...
2013-07-21 Simon TathamFix error checking in uxstore.c: add a missing check...
2013-07-20 Simon TathamFix leak of 'fname' introduced by the rewrite of write_...
2013-07-19 Simon TathamBetter error reporting when failing to save a session.
2013-07-19 Simon TathamReport errors in store_host_key too.
2013-07-19 Simon TathamAdd proper error reports in write_random_seed, via...
2013-07-14 Simon TathamFix another giant batch of resource leaks. (Mostly...
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2011-10-01 Simon TathamChange the semantics of 'FontSpec' so that it's a dynam...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2010-05-19 Simon TathamPatch from Alejandro Sedeno, somewhat modified by me, which
2009-04-26 Jacob NevinsReported by Tim Kosse: on Unix, read_random_seed()...
2008-10-12 Jacob NevinsFix inability to save session on Unix when ~/.putty...
2008-06-04 Simon TathamAt last, merge the putty-gtk2 branch back into the trunk!
2008-06-01 Simon TathamMerged from trunk up to r8033.
2008-05-28 Simon TathamMerge from trunk up to r8020.
2008-04-05 Simon TathamIn the new unified font handling, my strategy so far...
2008-03-22 Simon TathamMerge from trunk again (because I want the helpful...
2008-03-22 Simon TathamFor convenience of debugging, and perhaps some real...
2005-09-13 Ben HarrisThe ANSI-C constant FILENAME_MAX is ludicrously small...
2004-12-07 Owen DunnFix segfault when HOME not set on Unix.
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-01-19 Simon TathamIdiot me _twice_! The new store_host_key() was failing...
2004-01-17 Simon TathamIdiot me! store_host_key() was blindly _appending_...
2003-10-31 Simon TathamClose the host keys file after use. Well spotted Theo...
2003-10-14 Jacob NevinsRemove dead comment about writing settings, and query...
2003-04-11 Simon TathamSaving of Default Settings under Unix was broken, becau...
2003-04-01 Simon TathamVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-31 Simon TathamCan now save and load settings under Unix.
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-11 Simon TathamNever pass a `char' to a ctype function. I had relied...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-14 Simon TathamMiscellaneous fixes to finish up `remove-statics'....
2002-11-07 Simon TathamImprove robustness in random seed file handling.
2002-11-02 Simon TathamImprove the noise collection for the internal random pool.
2002-10-31 Simon TathamFirst attempt at a Unix port of Plink. Seems to basical...
2002-10-16 Simon TathamAdd the -xrm command-line option, to allow specificatio...
2002-10-16 Simon TathamImplement reading of X resources, and -name to change...
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...