]> asedeno.scripts.mit.edu Git - PuTTY.git/history - misc.h
first pass
[PuTTY.git] / misc.h
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-04-06 Simon TathamFix duplicate definition of typedef 'bufchain'.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2016-02-29 Simon TathamTighten up pointer handling after ssh_pkt_getstring.
2016-02-29 Simon TathamFix a segfault in parsing OpenSSH private key files.
2015-11-10 Simon TathamFix a segfault in parsing OpenSSH private key files.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-17 Simon TathamNew centralised helper function dup_mb_to_wc().
2015-07-27 Simon TathamNew centralised helper function dup_mb_to_wc().
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-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-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-11-17 Simon TathamFix an assortment of dupprintf() format string bugs.
2013-07-14 Simon TathamTighten up a lot of casts from unsigned to int which...
2012-07-28 Simon TathamMove the declaration of smemclr() out of putty.h into...
2011-10-02 Simon TathamAnother utility function, to free a string containing...
2006-04-23 Jacob NevinsSprinkle some header comments in various files in an...
2005-04-19 Jacob NevinsPull out parsing of ^C style strings from the terminal...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-03-24 Jacob NevinsFix comment re dmemdumpl()
2005-01-09 Owen DunnRemove unwanted underscore.
2005-01-09 Owen DunnNew function ltime() returns a struct tm of the current...
2004-12-24 Jacob NevinsBasic configurability for client-initiated rekeys.
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2003-03-06 Simon TathamReorganisation of misc.c: Minefield has moved out to...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-10 Simon TathamIntroduce framework for authenticating with the local...
2002-11-07 Simon TathamRobustness fixes for KEXINIT handling and others. In...
2002-10-14 Simon TathamOops. Defining max() the wrong way round was breaking...
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...
2001-12-30 Simon TathamPageant is now able to avoid asking for the passphrase...
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 TathamDave Hinton's debugging patch.