Re: [Openvpn-devel] [PATCH] Add new openssl.cnf to easy-rsa/Windows

2011-06-22 Thread Samuli Seppänen
Hi, A new Windows installer based on release/2.2 branch with my easy-rsa patches applied is now available here: Also, a standalone version of fixed easy-rsa directory is available here:

Re: [Openvpn-devel] [PATCH 0/8] OpenVPN Doxygen patches

2011-06-22 Thread Adriaan de Jong
> One immediate comment, though. Is there a reason the doc_*.[ch] files > are > not in a separate sub-directory? Would it be possible to move all the > new > doxygen related files into, say, a ./doxygen directory? This is just > to > isolate all which is purely doxygen stuff in one place. Good

[Openvpn-devel] [PATCH 9/9] Moved doxygen-specific files to a separate directory

2011-06-22 Thread Adriaan de Jong
--- doc_compression.h | 92 doc_control_processor.h| 189 doc_control_tls.h | 105 -- doc_data_control.h | 103 - doc_data_crypto.h | 75 -- d

Re: [Openvpn-devel] [PATCH 0/8] OpenVPN Doxygen patches

2011-06-22 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/06/11 08:51, Adriaan de Jong wrote: > Hi everyone, > > Here's the first series of promised patches, many others will follow in > the next few weeks. Although these are meant to be ready for the master > branch, the actual process of generating p

[Openvpn-devel] [PATCH 3/8] Added control channel crypto docs

2011-06-22 Thread Adriaan de Jong
Signed-off-by: Adriaan de Jong --- doc_control_tls.h| 105 ++ doc_key_generation.h | 148 ++ ssl.c| 303 ++--- ssl.h| 528 +- 4 files changed, 841 insertions(+), 243

[Openvpn-devel] [PATCH 8/8] Added main/control docs

2011-06-22 Thread Adriaan de Jong
Signed-off-by: Adriaan de Jong --- doc_control_processor.h| 189 + doc_data_control.h | 103 +++ doc_eventloop.h| 67 +++ doc_external_multiplexer.h | 46 ++ doc_internal_multiplexer.h |

[Openvpn-devel] [PATCH 4/8] Added compression docs

2011-06-22 Thread Adriaan de Jong
Signed-off-by: Adriaan de Jong --- doc_compression.h | 92 ++ lzo.c | 19 ++-- lzo.h | 279 + 3 files changed, 341 insertions(+), 49 deletions(-) create mode 100644 doc_compression.h diff --git a/do

[Openvpn-devel] [PATCH 5/8] Added reliability layer documentation

2011-06-22 Thread Adriaan de Jong
Signed-off-by: Adriaan de Jong --- doc_reliable.h | 49 ++ reliable.h | 445 2 files changed, 430 insertions(+), 64 deletions(-) create mode 100644 doc_reliable.h diff --git a/doc_reliable.h b/doc_reliable.h new file mode 10064

[Openvpn-devel] [PATCH 7/8] Added data channel fragmentation docs

2011-06-22 Thread Adriaan de Jong
Signed-off-by: Adriaan de Jong --- doc_fragmentation.h | 96 +++ fragment.h | 439 ++- 2 files changed, 461 insertions(+), 74 deletions(-) create mode 100644 doc_fragmentation.h diff --git a/doc_fragmentation.h b/doc_fragmentat

[Openvpn-devel] [PATCH 6/8] Added memory management documentation

2011-06-22 Thread Adriaan de Jong
Signed-off-by: Adriaan de Jong --- buffer.h| 57 +++ doc_memory_management.h | 99 +++ 2 files changed, 147 insertions(+), 9 deletions(-) create mode 100644 doc_memory_management.h diff --git a/buffer.h b/bu

[Openvpn-devel] [PATCH 0/8] OpenVPN Doxygen patches

2011-06-22 Thread Adriaan de Jong
Hi everyone, Here's the first series of promised patches, many others will follow in the next few weeks. Although these are meant to be ready for the master branch, the actual process of generating patches with git is new to me, so please forgive any errors :). This first series adds Doxygen d

[Openvpn-devel] [PATCH 2/8] Added data channel crypto docs

2011-06-22 Thread Adriaan de Jong
Signed-off-by: Adriaan de Jong --- crypto.h | 168 + doc_data_crypto.h | 75 2 files changed, 218 insertions(+), 25 deletions(-) create mode 100644 doc_data_crypto.h diff --git a/crypto.h b/crypto.h index f

[Openvpn-devel] [PATCH 1/8] Added Doxygen doxyfile

2011-06-22 Thread Adriaan de Jong
Signed-off-by: Adriaan de Jong --- openvpn.doxyfile | 279 ++ 1 files changed, 279 insertions(+), 0 deletions(-) create mode 100644 openvpn.doxyfile diff --git a/openvpn.doxyfile b/openvpn.doxyfile new file mode 100644 index 000..be06bfb