This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, feat_misc has been updated
via 7c18c6353904f8c6e7f4eab3d13c985761ab80e5 (commit)
via 7581c8fd6f0b0f0855b8dae8dba697fecb5ac6a4 (commit)
via d29e6de16ad1cbbc5740e732268da9347b370a1d (commit)
via 33ee747fff4acb4ea4c143089aa2c596a1e4d0bd (commit)
via eabb8eed0bc3b2b16722eeb38d8000eda35668a7 (commit)
via 2ff54d66a22402caf08709ec22730e20c193ecbd (commit)
from 6af422162fbc1c505526157ecf630e37694dbc7b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7c18c6353904f8c6e7f4eab3d13c985761ab80e5
Author: David Sommerseth <da...@us...>
Date: Mon Nov 15 09:00:12 2010 +0100
Merged add_bypass_address() and add_host_route_if_nonlocal()
The add_host_route_if_nonlocal() function is too simple to really
benefit from calling add_bypass_address() when this function is the
only caller to this function.
Signed-off-by: David Sommerseth <da...@us...>
Acked-by: Peter Stuge <pe...@st...>
commit 7581c8fd6f0b0f0855b8dae8dba697fecb5ac6a4
Author: David Sommerseth <da...@us...>
Date: Mon Nov 15 08:58:36 2010 +0100
Removed functions not being used anywhere
The GNU C compiler gave warnings about these functions in the patch
not being used anywhere. Doing a git grep on the code turned out
there were no callers to these functions. Taking these functions out,
as there is not good reason why to carry dead code.
Signed-off-by: David Sommerseth <da...@us...>
Acked-by: Peter Stuge <pe...@st...>
commit d29e6de16ad1cbbc5740e732268da9347b370a1d
Author: David Sommerseth <da...@us...>
Date: Mon Nov 15 08:56:18 2010 +0100
Only add some functions when really needed
The GNU C compiler gave warnings about some functions not being used.
These functions where only used if certian #ifdef sections was enabled.
This patch encapsulates these function declarations with matching #ifdef's
to make it more clear when these functions are needed.
Signed-off-by: David Sommerseth <da...@us...>
Acked-by: Peter Stuge <pe...@st...>
commit 33ee747fff4acb4ea4c143089aa2c596a1e4d0bd
Author: David Sommerseth <da...@us...>
Date: Mon Nov 15 08:53:40 2010 +0100
Fixed potential misinterpretation of boolean logic
The GNU C compiler warned about a potential issue with an if()
expression missing an extra set of parentheses.
Signed-off-by: David Sommerseth <da...@us...>
Acked-by: Peter Stuge <pe...@st...>
commit eabb8eed0bc3b2b16722eeb38d8000eda35668a7
Author: David Sommerseth <da...@us...>
Date: Mon Nov 15 08:48:57 2010 +0100
Fix compiler warnings about not used dummy() functions
It has been reported that the Microsoft Visual C compiler complains if
a .c file do not contain any compilable code, which can happen if the
code has been #ifdef'ed out. To avoid this, these #ifdef sections have
a #else section which adds a static dummy() function which does nothing.
On the other hand, the GNU C compiler complains about unused functions when
it discovers this situation.
This patch tries to only add these dummy() functions if the Microsoft Visual C
compiler is detected, via the _MSC_VER macro.
Signed-off-by: David Sommerseth <da...@us...>
Acked-by: Peter Stuge <pe...@st...>
commit 2ff54d66a22402caf08709ec22730e20c193ecbd
Author: David Sommerseth <da...@us...>
Date: Mon Nov 15 21:44:59 2010 +0100
Use stricter snprintf() formatting in socks_username_password_auth() (v3)
commit fc1fa9ffc7e3356458ec3 added a new function which needs to have a
stricter string formatting. This was detected due to a compiler warning.
This patch makes sure that the length of username and password is not longer
than 255 bytes. It also adds extra checks to avoid NULL pointer issues with
strlen() on these two parameters.
Signed-off-by: David Sommerseth <da...@us...>
Acked-by: Gert Doering <ge...@gr...>
-----------------------------------------------------------------------
Summary of changes:
cryptoapi.c | 2 ++
ieproxy.c | 3 ++-
options.c | 2 ++
perf.c | 2 ++
pkcs11.c | 2 ++
ps.c | 12 ------------
reliable.c | 2 ++
route.c | 34 ++++++++++++----------------------
sig.c | 9 ---------
socks.c | 13 ++++++++++---
ssl.c | 2 +-
11 files changed, 35 insertions(+), 48 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|