Changes between Initial Version and Version 1 of OpenTasks


Ignore:
Timestamp:
05/01/10 13:26:25 (14 years ago)
Author:
David Sommerseth
Comment:

Moved over OpenTasks list from secure-computing.net wiki

Legend:

Unmodified
Added
Removed
Modified
  • OpenTasks

    v1 v1  
     1= Introduction =
     2
     3This page provides links to pages containing information about new features, their scope, how to implement them etc.
     4
     5= In planning =
     6
     7 * [http://www.secure-computing.net/wiki/index.php/OpenVPN/Supporting_%22route-gateway_dhcp%22_on_non-Windows_platforms Supporting "route-gateway dhcp" on non-Windows platforms]]
     8 * Don't assert() on stream ciphers
     9   * http://thread.gmane.org/gmane.network.openvpn.devel/3286
     10   * The initial patch is not solving it in a good way.  It should rather check if  EVP_CIPH_STREAM_CIPHER is set, and then accept that outlen == 0.  Kind of doing the oposite of what the proposed patch does.
     11 * Move openvpn.8 man page over to DocBook, and let DocBook generate the man page.
     12   * Can this utility be useful? http://www.catb.org/~esr/doclifter/
     13 * Consider what to do with misleading errors
     14   * When using --user together with --route or getting routes pushed from server, a non-critical error is logged when shutting down OpenVPN (f.ex. "ERROR: Linux route delete command failed: shell command exited with error status: 2")
     15   * Should this error be muted or be mutable when --user is used?
     16 * Better capture and integrate messages sent to stdout/stderr from external scripts in OpenVPN logs
     17
     18= Waiting for testing =
     19
     20 * [http://www.secure-computing.net/wiki/index.php/OpenVPN/802.1Q_--passtos_patch --passtos patch]
     21
     22= Active =
     23
     24[http://thread.gmane.org/gmane.network.openvpn.devel/3407 Add warnings when duplicate options are encountered]
     25
     26= Closed =