]> asedeno.scripts.mit.edu Git - PuTTY.git/history - windows/winsftp.c
Turn off Windows process ACL restriction by default.
[PuTTY.git] / windows / winsftp.c
2017-01-29 Simon TathamTurn off Windows process ACL restriction by default.
2016-07-18 Simon TathamLock down the search path for Windows DLL loading.
2016-05-04 Tim KosseFix uninitialized variable in Windows get_file_posn.
2016-04-10 Jacob Nevinswinsftp.c needs winsecur.h for process protection.
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-04-02 Simon Tatham64-bit cleanness: fix integer types in winsftp.c.
2016-04-02 Simon TathamWindows: condition setprocessacl() on lack of -DNO_SECU...
2016-04-02 Simon TathamExtend ACL-restriction to all Windows tools.
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-09-24 Simon TathamCentralise stripslashes() and make it OS-sensitive.
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-15 Simon TathamGiant const-correctness patch of doom!
2014-12-20 Simon TathamMerge branch 'pre-0.64'
2014-12-20 Simon TathamFix a handle leak in Windows PSFTP.
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamFix uninitialised variable in two Windows event loops.
2013-09-15 Simon TathamOnly run one toplevel callback per event loop iteration.
2013-08-17 Simon TathamAdd a general way to request an immediate top-level...
2012-09-19 Ben HarrisWindows PSFTP has two places that call run_timers and...
2012-09-18 Ben HarrisTwo related changes to timing code:
2011-08-11 Simon TathamPropagate file permissions in both directions in Unix...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2009-09-27 Jacob NevinsQuell more warnings and, perhaps, avoid alignment fault...
2009-09-27 Jacob NevinsFix some (probably harmless) warnings.
2008-11-17 Simon TathamRevamp of the local X11 connection code. We now parse...
2007-01-12 Jacob NevinsExperimental fix for `psftp-hang'. (Experimental only...
2006-08-29 Simon TathamThe Windows HANDLE type, despite being a `void *',...
2006-08-26 Simon TathamCleanups to reduce dependency on Windows SFTP tools...
2006-08-25 Simon TathamNew piece of Windows infrastructure: winhandl.c takes...
2006-08-12 Owen DunnLarge file support for psftp and pscp on both Windows...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-02-26 Jacob NevinsWe weren't correctly discounting "." and ".." when...
2004-12-16 Simon TathamGeneral mechanism for ensuring a dodgy SFTP server...
2004-12-16 Simon TathamJacob points out that I introduced a bug in PSFTP when...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-11-16 Simon TathamNow that we have Subversion's file renaming ability...