<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openvpn.git/debug, branch release/2.3</title>
<subtitle>Copy of the official OpenVPN git repo</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/openvpn.git/'/>
<entry>
<title>build: standard directory layout</title>
<updated>2012-03-22T21:07:08+00:00</updated>
<author>
<name>Alon Bar-Lev</name>
<email>alon.barlev@gmail.com</email>
</author>
<published>2012-02-29T20:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/openvpn.git/commit/?id=34cb9132ef2dae08f91a66015ea5437539a4b557'/>
<id>34cb9132ef2dae08f91a66015ea5437539a4b557</id>
<content type='text'>
Suitable for mature project.

root   - administrative stuff
doc    - documents
src    - sources
tests  - tests
distro - distro specific files
sample - samples

SIDE EFFECT: many changes to rpm spec.

Signed-off-by: Alon Bar-Lev &lt;alon.barlev@gmail.com&gt;
Acked-by: Adriaan de Jong &lt;dejong@fox-it.com&gt;
Signed-off-by: David Sommerseth &lt;davids@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suitable for mature project.

root   - administrative stuff
doc    - documents
src    - sources
tests  - tests
distro - distro specific files
sample - samples

SIDE EFFECT: many changes to rpm spec.

Signed-off-by: Alon Bar-Lev &lt;alon.barlev@gmail.com&gt;
Acked-by: Adriaan de Jong &lt;dejong@fox-it.com&gt;
Signed-off-by: David Sommerseth &lt;davids@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Change to doval valgrind script.  The openvpn command parameter is now</title>
<updated>2009-10-25T15:44:28+00:00</updated>
<author>
<name>james</name>
<email>james@e7ae566f-a301-0410-adde-c780ea21d3b5</email>
</author>
<published>2009-10-25T15:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/openvpn.git/commit/?id=0c7168e259036d9c9e7571d5a3e2bfecde67c9bd'/>
<id>0c7168e259036d9c9e7571d5a3e2bfecde67c9bd</id>
<content type='text'>
implied, so new usage is:

  ./doval [openvpn parms]

instead of:

  ./doval ./openvpn [openvpn parms]


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5104 e7ae566f-a301-0410-adde-c780ea21d3b5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implied, so new usage is:

  ./doval [openvpn parms]

instead of:

  ./doval ./openvpn [openvpn parms]


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5104 e7ae566f-a301-0410-adde-c780ea21d3b5
</pre>
</div>
</content>
</entry>
<entry>
<title>Added AC_GNU_SOURCE to configure.ac to enable struct ucred,</title>
<updated>2008-10-14T05:21:51+00:00</updated>
<author>
<name>james</name>
<email>james@e7ae566f-a301-0410-adde-c780ea21d3b5</email>
</author>
<published>2008-10-14T05:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/openvpn.git/commit/?id=9a88179e58a821d32913d9bc0a54eb73023cde7f'/>
<id>9a88179e58a821d32913d9bc0a54eb73023cde7f</id>
<content type='text'>
with the goal of fixing a build issue on Fedora 9 that was
introduced in 2.1_rc13.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3434 e7ae566f-a301-0410-adde-c780ea21d3b5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with the goal of fixing a build issue on Fedora 9 that was
introduced in 2.1_rc13.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3434 e7ae566f-a301-0410-adde-c780ea21d3b5
</pre>
</div>
</content>
</entry>
<entry>
<title>Management interface can now listen on a unix</title>
<updated>2008-09-30T06:11:38+00:00</updated>
<author>
<name>james</name>
<email>james@e7ae566f-a301-0410-adde-c780ea21d3b5</email>
</author>
<published>2008-09-30T06:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/openvpn.git/commit/?id=bb564a5950a14139f59305e549ca8665b8f31cb8'/>
<id>bb564a5950a14139f59305e549ca8665b8f31cb8</id>
<content type='text'>
domain socket, for example:

  management /tmp/openvpn unix

Also added management-client-user and management-client-group
directives to control which processes are allowed to connect
to the socket.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3396 e7ae566f-a301-0410-adde-c780ea21d3b5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
domain socket, for example:

  management /tmp/openvpn unix

Also added management-client-user and management-client-group
directives to control which processes are allowed to connect
to the socket.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3396 e7ae566f-a301-0410-adde-c780ea21d3b5
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug in intra-session TLS key rollover that was introduced with</title>
<updated>2008-09-08T03:52:52+00:00</updated>
<author>
<name>james</name>
<email>james@e7ae566f-a301-0410-adde-c780ea21d3b5</email>
</author>
<published>2008-09-08T03:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/openvpn.git/commit/?id=1c4af9eaf53a16b30b25a052bebded816191bf76'/>
<id>1c4af9eaf53a16b30b25a052bebded816191bf76</id>
<content type='text'>
deferred authentication features in 2.1_rc8.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3316 e7ae566f-a301-0410-adde-c780ea21d3b5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
deferred authentication features in 2.1_rc8.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3316 e7ae566f-a301-0410-adde-c780ea21d3b5
</pre>
</div>
</content>
</entry>
<entry>
<title>Completely revamped the system for calling external programs and scripts:</title>
<updated>2008-07-26T07:27:03+00:00</updated>
<author>
<name>james</name>
<email>james@e7ae566f-a301-0410-adde-c780ea21d3b5</email>
</author>
<published>2008-07-26T07:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/openvpn.git/commit/?id=5a2e9a2587372aeb4b74fa1aadf53283ed7cae10'/>
<id>5a2e9a2587372aeb4b74fa1aadf53283ed7cae10</id>
<content type='text'>
* All external programs and scripts are now called by execve() on unix and
  CreateProcess on Windows.

* The system() function is no longer used.

* Argument lists for external programs and scripts are now built by the new
  argv_printf function which natively outputs to string arrays (i.e.
  char *argv[] lists), never truncates its output, and eliminates the security
  issues inherent in formatting and parsing command lines, and dealing with
  argument quoting.

* The --script-security directive has been added to offer policy controls on
  OpenVPN's execution of external programs and scripts.

Also added a new plugin example (openvpn/plugin/examples/log.c) that logs
information to stdout for every plugin method called by OpenVPN.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3122 e7ae566f-a301-0410-adde-c780ea21d3b5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* All external programs and scripts are now called by execve() on unix and
  CreateProcess on Windows.

* The system() function is no longer used.

* Argument lists for external programs and scripts are now built by the new
  argv_printf function which natively outputs to string arrays (i.e.
  char *argv[] lists), never truncates its output, and eliminates the security
  issues inherent in formatting and parsing command lines, and dealing with
  argument quoting.

* The --script-security directive has been added to offer policy controls on
  OpenVPN's execution of external programs and scripts.

Also added a new plugin example (openvpn/plugin/examples/log.c) that logs
information to stdout for every plugin method called by OpenVPN.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3122 e7ae566f-a301-0410-adde-c780ea21d3b5
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated version to 2.1_rc7e.</title>
<updated>2008-06-11T08:45:09+00:00</updated>
<author>
<name>james</name>
<email>james@e7ae566f-a301-0410-adde-c780ea21d3b5</email>
</author>
<published>2008-06-11T08:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/openvpn.git/commit/?id=90efcacba6378a4e29275cd6e9914d73d836a4a4'/>
<id>90efcacba6378a4e29275cd6e9914d73d836a4a4</id>
<content type='text'>
Added client authentication and packet filtering capability
to management interface.

Extended packet filtering capability to work on both --dev tun
and --dev tap tunnels.

Updated valgrind-suppress file.

Made "Linux ip addr del failed" error nonfatal.

Amplified --client-cert-not-required warning.

Added #pragma pack to proto.h.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2991 e7ae566f-a301-0410-adde-c780ea21d3b5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added client authentication and packet filtering capability
to management interface.

Extended packet filtering capability to work on both --dev tun
and --dev tap tunnels.

Updated valgrind-suppress file.

Made "Linux ip addr del failed" error nonfatal.

Amplified --client-cert-not-required warning.

Added #pragma pack to proto.h.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2991 e7ae566f-a301-0410-adde-c780ea21d3b5
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed unbounded memory growth bug in</title>
<updated>2008-06-04T07:23:20+00:00</updated>
<author>
<name>james</name>
<email>james@e7ae566f-a301-0410-adde-c780ea21d3b5</email>
</author>
<published>2008-06-04T07:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/openvpn.git/commit/?id=f7a66767251bdbb0e727b636d8abb036c1a043b5'/>
<id>f7a66767251bdbb0e727b636d8abb036c1a043b5</id>
<content type='text'>
environmental variable code that could
have caused long-running OpenVPN sessions
with many TLS renegotiations to incrementally
increase memory usage over time.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2981 e7ae566f-a301-0410-adde-c780ea21d3b5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
environmental variable code that could
have caused long-running OpenVPN sessions
with many TLS renegotiations to incrementally
increase memory usage over time.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2981 e7ae566f-a301-0410-adde-c780ea21d3b5
</pre>
</div>
</content>
</entry>
<entry>
<title>Support asynchronous/deferred authentication in</title>
<updated>2008-05-24T23:26:11+00:00</updated>
<author>
<name>james</name>
<email>james@e7ae566f-a301-0410-adde-c780ea21d3b5</email>
</author>
<published>2008-05-24T23:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/openvpn.git/commit/?id=344ee9181734dcd5a922b8b2a7ebea4ce818a0b0'/>
<id>344ee9181734dcd5a922b8b2a7ebea4ce818a0b0</id>
<content type='text'>
OPENVPN_PLUGIN_AUTH_USER_PASS_VERIFY plugin handler.

See documentation in openvpn-plugin.h and example
usage in plugin/defer/simple.c.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2969 e7ae566f-a301-0410-adde-c780ea21d3b5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OPENVPN_PLUGIN_AUTH_USER_PASS_VERIFY plugin handler.

See documentation in openvpn-plugin.h and example
usage in plugin/defer/simple.c.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2969 e7ae566f-a301-0410-adde-c780ea21d3b5
</pre>
</div>
</content>
</entry>
<entry>
<title>updated valgrind-suppress for OpenSSL 0.9.8</title>
<updated>2006-11-23T22:15:52+00:00</updated>
<author>
<name>james</name>
<email>james@e7ae566f-a301-0410-adde-c780ea21d3b5</email>
</author>
<published>2006-11-23T22:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/openvpn.git/commit/?id=3710e66e6c324358b302df3a844d4bf55913095b'/>
<id>3710e66e6c324358b302df3a844d4bf55913095b</id>
<content type='text'>
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1494 e7ae566f-a301-0410-adde-c780ea21d3b5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1494 e7ae566f-a301-0410-adde-c780ea21d3b5
</pre>
</div>
</content>
</entry>
</feed>
