#44 add note about -P argument, update changelog

This commit is contained in:
Erik Ekman 2009-02-22 16:46:50 +00:00 committed by Erik Ekman
parent 9c738bbc81
commit a5b3c6d63e
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ CHANGES:
- Fixed segfault when encoding just one block, fixes #51.
The normal code was never affected by this.
- Added win32 code to read DNS server from system, fixes #45.
- Disabled password echo on win32, fixes #44.
2009-01-23: 0.5.0 "iPassed"
- Fixed segfault in server when sending version reject.

View File

@ -48,12 +48,12 @@ cross-compile.
== Results of crappy Win32 API:
The following fixable limitations apply:
- The password is shown when entered
- Exactly one TAP32 interface must be installed
- The TAP32 interface must be named "dns" and be version 0801
- Server cannot read packet destination address
The following (probably) un-fixable limitations apply:
- A password entered as -P argument can be shown in process list
- Priviligies cannot be dropped
- chroot() cannot be used
- Detaching from terminal not possible