Changes between Version 1 and Version 2 of Status
- Timestamp:
- 16/03/10 12:06:22 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Status
v1 v2 4 4 }}} 5 5 6 == Future releases == 7 8 I'm trying to work on tasks roughly in order of usefulness. Next up: host-key authentication. 9 6 10 == Limitations == 7 11 8 Swish can only perform password-based and keyboard-interactive [wiki:Authentication authentication]. Also, as it can't yet authenticate a host's key it will '''blindly connect to any host you specify - *watch out*! '''12 Swish perform password-based and keyboard-interactive [wiki:Authentication authentication]. Public-key authentication should follow soon. The latest release doesn't authenticate a host's key: it will '''blindly connect to any host you specify - *watch out*! '''. This should be fixed in version 0.3.1.0 which is due to be released in the next week. 9 13 10 There is no 64-bit build yet as I don't have a 64-bit machine to test it on. If you do and are so inclined, feel free to try building Swish from source yourself (it's not hard, at least on 32-bit machines) and let me know if any changes are needed. 11 12 == Future releases == 13 14 I'm trying to work on tasks roughly in order of usefulness so after that I hope to focus on accessing the contents of the files. Security nuts won't like this but I think accessing your data is more useful to the average user than being able to authenticate the remote host's key, for instance. This and other features will follow though, in due course. 14 There is no 64-bit version yet as I don't have a 64-bit machine to test it on. If you do and are so inclined, feel free to try building Swish from source yourself (it's not hard, at least on 32-bit machines) and let me know if what changes are needed. 15 15 16 16 == Feature summary == … … 45 45 46 46 == Requirements == 47 Internet Explorer 5.5 or greater (may work with 5.01 but required SHRegGetPath()function seems broken).47 Internet Explorer 5.5 or greater (may work with 5.01 but required `SHRegGetPath()` function seems broken). 48 48 49 49 For Windows 9x, the [http://www.microsoft.com/downloads/details.aspx?FamilyId=73BA7BD7-ED06-4F0D-80A4-2A7EEAEE17E2&displaylang=en Microsoft Layer for Unicode] (MSLU, aka Unicows).