]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fixed race condition in management interface recv code on
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Thu, 21 May 2009 10:15:26 +0000 (10:15 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Thu, 21 May 2009 10:15:26 +0000 (10:15 +0000)
commit1b3842c6c9c6c143751d9a87a13745e1b2a0c7c7
tree5457974fae4eda45a1b86a945216de1ad09ff12f
parent423037e9fbdff7209ca6f305b812a9908a0f4d13
Fixed race condition in management interface recv code on
Windows, where sending a set of several commands to the
management interface in quick succession might cause the
latter commands in the set to be ignored.

Increased management interface input command buffer size
from 256 to 1024 bytes.

Minor tweaks to Windows build system.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4414 e7ae566f-a301-0410-adde-c780ea21d3b5
install-win32/getgui
install-win32/maketext
manage.c