summaryrefslogtreecommitdiff
path: root/disk.c
AgeCommit message (Expand)Author
2017-12-15Fix file sizes for redirected disksAlexander Zakharov
2017-11-27Fix error formatAlexander Zakharov
2017-11-02Fix minor spelling mistakesRené Genz
2017-10-27Merge pull request #179 from hean01-cendio/build_warningsKarl Mikaelsson
2017-10-20Fix sign-compare compiler warningsHenrik Andersson
2017-10-20Markup unused parametersHenrik Andersson
2017-10-18Remove left-by-accident development log statementsKarl Mikaelsson
2017-10-03Move logging code to after variable declarationsKarl Mikaelsson
2017-09-29Refactor writing of utf16 strings into packetsHenrik Andersson
2017-09-26Ran indent scriptHenrik Andersson
2017-09-22Add more Disk debug loggingKarl Mikaelsson
2017-09-22Switch disk log subject from Core/Protocol to DiskKarl Mikaelsson
2017-03-03Run indent-all scriptHenrik Andersson
2017-01-27Merge branch 'master' into loggingHenrik Andersson
2017-01-26Rework the logging systemHenrik Andersson
2017-01-25Send longer drive names for redirected drivesKarl Mikaelsson
2016-05-03Fix segfault when using a relative folder name with disk redirectionHenryJacques
2013-12-12Fix indentation...Henrik Andersson
2013-12-06Make sure to check agains null pointer in disk_create()Henrik Andersson
2013-12-06Make sure we free memory allocated by rdp_in_unistr()Henrik Andersson
2013-12-06Changed rdp_in_unistr() to make dynamic allocation of converted stringHenrik Andersson
2012-07-03Adding missing statfs member in dummy struct, preventsHenrik Andersson
2012-01-12Fixes a typo introduced in r1605.Henrik Andersson
2011-04-18Protect against malicious servers sending requests with "..". Fixes RHPeter Åstrand
2011-04-14Avoid compile warning about /* in comment. Peter Åstrand
2011-04-13Include emails in copyright statements. Peter Åstrand
2011-04-13Updated the copyright notices for the things we have been working on.Peter Åstrand
2011-01-03Applied parts of patch #2894210 to complete theHenrik Andersson
2011-01-03Fixed indentation.Henrik Andersson
2010-12-27Applied patch to support RD_STATUS_DIRECTORY_NOT_EMPTY whenHenrik Andersson
2010-12-27Applied patch from tracker patched ID: 2812158 which implementsHenrik Andersson
2010-01-12Changed license to GPLv3Peter Åstrand
2009-09-02Clean up and document the return values. Trying to solve a number of issues:Peter Åstrand
2009-08-27Indent fixes; ran indent-all with modern indent (F11)Peter Åstrand
2008-07-11update the copyright yearJay Sorg
2008-02-16Fix from Paul Whitaker: It is not safe to assume that free spaceMatt Chapman
2008-01-05Add some more warnings and sanity checks.Matt Chapman
2007-04-10Improve performance of (large) directory listings: AvoidPeter Åstrand
2007-04-04Cleanup: Using same variable name for all "struct stat" buffers, toPeter Åstrand
2007-01-08prefix BOOL with RD_Jay Sorg
2007-01-04copyright year updateJay Sorg
2007-01-04RD_ prefix and win32 compatibility for core filesJay Sorg
2006-07-05Indent fixesPeter Åstrand
2006-07-02fix some warningsMichael Gernoth
2005-09-22changed to compile with g++Jay Sorg
2005-08-31Using new utility function str_startswith, to get rid of many sizeof:s and ha...Peter Åstrand
2005-08-24Indent fixPeter Åstrand
2005-08-15Slightly modified long filenames-patch from Alex Miller <asm at asm.kiev.ua>Michael Gernoth
2005-08-02dummy_statfs should be static.Peter Åstrand
2005-05-08fix compilation on cygwinMichael Gernoth