On 11/01/14 20:59, Gert Doering wrote:
Hi,
On Sat, Jan 11, 2014 at 04:53:35PM +0100, Gabriel Corona wrote:
Useful for better logrotate integration without going the syslog path.
Triggered by the "reopen-log" management command.
NAK, the way it is written. It is introducing *18* additional #
Patch has been applied to the master and release/2.3 branch.
commit b238a1f2d4b2cdcfc844689b33fd3ac43ed31c1c (master)
commit 2600680ec2fd3cc27d7222154a637995fd90330f (release/2.3)
Author: Gert Doering
List-Post: openvpn-devel@lists.sourceforge.net
Date: Sat Jan 11 12:50:36 2014 +0100
Docu
The following three patches fix some compiler warnings. Changes are rather
small and should not change behaviour (except for a little extra logging).
-Steffan
Signed-off-by: Steffan Karger
---
src/openvpn/ssl_verify_polarssl.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/openvpn/ssl_verify_polarssl.c
b/src/openvpn/ssl_verify_polarssl.c
index 5db4f02..e5ccd90 100644
--- a/src/openvpn/ssl_verify_polarssl.c
+++ b/src/openvpn/ssl_verify_polars
Issue a warning instead of ignoring a failed write() completely.
Signed-off-by: Steffan Karger
---
src/openvpn/ps.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/openvpn/ps.c b/src/openvpn/ps.c
index b22653b..901a094 100644
--- a/src/openvpn/ps.c
+++ b/src/openvpn/ps.
* Made some type casts explicit.
* Changed type of sha256_hash to unsigned char[], because polar expects that.
* Added missing error.h include.
Signed-off-by: Steffan Karger
---
src/openvpn/ssl_polarssl.c | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/openv
ACK.
Your patch has been applied to the master branch.
commit 7a85a6fafacba186ae2fc495d32e159ea9a57e0e
Author: Steffan Karger
List-Post: openvpn-devel@lists.sourceforge.net
Date: Sun Jan 12 20:39:31 2014 +0100
Remove unused variables from ssl_verify_polarssl.c's x509_get_serial()
Si
ACK.
Your patch has been applied to the master branch.
commit 3173787a0beea7c335b1aaedcd2ca5303b17bc22
Author: Steffan Karger
List-Post: openvpn-devel@lists.sourceforge.net
Date: Sun Jan 12 20:39:30 2014 +0100
Fix compiler warning for unused result of write()
Signed-off-by: Steffan
ACK.
Your patch has been applied to the master branch.
commit 860d4d06cd66ed1fcbaea41c239962ab9316832d
Author: Steffan Karger
List-Post: openvpn-devel@lists.sourceforge.net
Date: Sun Jan 12 20:39:32 2014 +0100
Fix compiler warnings in ssl_polarssl.c
Signed-off-by: Steffan Karger