From d10ef87ddcc31d3f7ea7d66f7ed9f88d4a121462 Mon Sep 17 00:00:00 2001 From: manojampalam Date: Tue, 20 Sep 2016 12:08:04 -0700 Subject: [PATCH] Updated Project Status (markdown) --- Project-Status.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Project-Status.md b/Project-Status.md index 80fb80f..ece2cf8 100644 --- a/Project-Status.md +++ b/Project-Status.md @@ -15,9 +15,10 @@ Refer to project scope [here](https://github.com/PowerShell/Win32-OpenSSH/wiki/P #### Work in pipeline - Unicode support in Windows: Windows APIs are typically UTF-16 based while on Unix, its UTF-8. Need to figure out a workable solution that would support both models. Details [here](https://github.com/PowerShell/Win32-OpenSSH/issues/319). - - POSIX File API support in Windows: Currently SFTP and SCP have significant Windows differentiated code. This enables effective Unix based code usage on Windows. Tracked [here](https://github.com/PowerShell/Win32-OpenSSH/issues/320) - - Code cleanup and refactoring: In entire project specific logic has been ifdef'ed and spread out at various places in the project in an attempt to achieve a workable solution on Windows. These need to be cleaned up and refactored as per OpenBSD's coding guidelines in order to get to an acceptable state. Tracked [here] (https://github.com/PowerShell/Win32-OpenSSH/issues?q=is%3Aopen+is%3Aissue+label%3A%22Area-Code+Cleanup%22) - - Syncing Win32 fork with the latest changes from OpenSSH main repo. - - SAL annotate Win32 specific code. Run static analysis. + - POSIX File API support in Windows: Currently SFTP and SCP have significant Windows differentiated code. This enables effective Unix based code usage on Windows. Tracked [here](https://github.com/PowerShell/Win32-OpenSSH/issues/320). + - Code cleanup and refactoring: In entire project specific logic has been ifdef'ed and spread out at various places in the project in an attempt to achieve a workable solution on Windows. These need to be cleaned up and refactored as per OpenBSD's coding guidelines in order to get to an acceptable state. Tracked [here] (https://github.com/PowerShell/Win32-OpenSSH/issues?q=is%3Aopen+is%3Aissue+label%3A%22Area-Code+Cleanup%22). + - Syncing Win32 fork with the latest changes from OpenSSH main repo. Tracked [here] (https://github.com/PowerShell/Win32-OpenSSH/issues/328). + - SAL annotate Win32 specific code. Run static analysis.Tracked [here] (https://github.com/PowerShell/Win32-OpenSSH/issues/329) - Fix bugs to be addressed for this [milestone](https://github.com/PowerShell/Win32-OpenSSH/milestone/1). + - Implement pester based basic E2E tests for Windows. Details [here] (https://github.com/PowerShell/Win32-OpenSSH/issues/330)