= Possible bugs/issues = * Update on a few issues discussed first in [http://thread.gmane.org/gmane.network.openvpn.devel/3446 this email thread] and later in [http://thread.gmane.org/gmane.network.openvpn.devel/3571 this meeting]. * (Windows) All error codes when using the InternetQueryOption API are lost. See also http://support.microsoft.com/kb/226473. Openvpn 2.1 uses the "old" IE4 API. * Enabling auto-proxy to work in configs that contain both UDP and TCP-based "" profiles? * In a similar vein, the following ticket is in the bug tracking system. There seems to be a general problem with mixing TCP and UDP options (eg. mssfix, nobind, fragment) [http://sourceforge.net/tracker/index.php?func=detail&aid=2945147&group_id=48978&atid=454720 SourceForge.net tracker item] * Using --inactive and --ping seems to defeat each other [http://thread.gmane.org/gmane.network.openvpn.devel/3556] = Patch Queue = == New / awaiting ACK == * [http://thread.gmane.org/gmane.network.openvpn.devel/3591 Avoid repetition of "this config may cache passwords in memory" (v2)] * [http://thread.gmane.org/gmane.network.openvpn.devel/3587 Revamped the script-security warning logging (version 2)] * [http://thread.gmane.org/gmane.network.openvpn.devel/3489 (PULL-REQUEST v3) VLAN-Tagging] * This patch set is available via the 'feat_vlan_tagging' branch in openvpn-testing.git for review. It is not merged into allmerged at the moment. It needs an ACK to take that step. The branch will be rebuilt based on a better branch from Fabian Knittel in the near future - and before a merge into allmerged. == In progress - awaiting dazo ==  * "Unpackaged Windows binaries" * http://thread.gmane.org/gmane.network.openvpn.devel/3589/focus=3593 * http://thread.gmane.org/gmane.network.openvpn.devel/2566/focus=2581 * http://thread.gmane.org/gmane.network.openvpn.devel/2566/focus=3147 == In progress / awaiting further feedback == * [http://thread.gmane.org/gmane.network.openvpn.devel/3631 MacOSX Keychain Certificate support] * [http://thread.gmane.org/gmane.network.openvpn.devel/3589/focus=3613 MacOSX making .dmg/.pkg] * [http://thread.gmane.org/gmane.network.openvpn.devel/3660/focus=3667 Solaris tun/tap support] * Gert is supervising this patch and will merge this patch into his IPv6 payload tree, as he does several improvements to tun.c there. == Awaiting testing before ACK == * [http://thread.gmane.org/gmane.network.openvpn.devel/3165/focus=3306 --passtos feature] * The VLAN patches are based on some of these changes as well, might be able to combine this testing with VLAN? = Other = * Community site Trac configuration * Plugins, editable/protected pages etc. * Roadmap * Who will be responsible for creating and following the roadmap? * How do we integrate organic development ("random" patches to ml) and planned development (roadmap) * Bad TCP-over-TCP performance. What could be done to make it less bad? See [http://thread.gmane.org/gmane.network.openvpn.user/29601 this thread] and [http://sourceforge.net/mailarchive/forum.php?thread_name=l2s2428c0381004201943w2a0ee0a1hf4a2497d790416e6%40mail.gmail.com&forum_name=openvpn-users Stephen Carville's response]. * Coding style guidelines * Several begins to touch this issue. Which coding style guidelines do we have? How do we enforce it? For patches the most critical one is to decide whether to use tabs or spaces.