zorp icon indicating copy to clipboard operation
zorp copied to clipboard

Zorp GPL

Results 9 zorp issues
Sort by recently updated
recently updated
newest added

With this patch the munin-node-configure can auto-configure the two zorp-related plugins and do not need to symlink them by hand. Signed-off-by: SZALAY Attila

Also removed the usage of dist.conf. These variables does not needed in the gpl release. Also after this patch, the autogen.sh does not needed to regenerate the makefiles.

Use AM_CPPFLAGS instead. The CPPFLAGS is reserved for users.

It wasn't easy to debug, but it seems, something changed and the size of gboolean is not equal to the size of gpointer. And this cause that the following expression...

I create this issue here, because there is no option in libzorpll to open an issue. So, the libzorpconfig.h is a created by the configure.in. This config file contains the...

There are a lot of compile warning about string conversion when compiling the code in debian unstable. Some example: ``` proxy.cc: In function 'gboolean z_proxy_policy_config(ZProxy*)': proxy.cc:420:48: warning: ISO C++ forbids...

In debian unstable every ssl methos has been deprecated, only tls methods are available (at far as I know). Unfortunately it seems, the zorp uses some SSLv3 method unconditionally, which...

While I tried to compile the zorp, I found this warning: ``` tests/unit/Makefile.am:11: warning: source file 'helpers/zproxy.cc' is in a subdirectory, tests/unit/Makefile.am:11: but option 'subdir-objects' is disabled automake: warning: possible...