SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
36
devel/gsoap/Makefile
Normal file
36
devel/gsoap/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
COMMENT= SOAP/REST Web Services and XML-Based apps toolkit
|
||||
|
||||
V= 2.8.82
|
||||
DISTNAME= gsoap_${V}
|
||||
PKGNAME= gsoap-${V}
|
||||
EXTRACT_SUFX= .zip
|
||||
WRKDIST= ${WRKDIR}/gsoap-${V:R}
|
||||
|
||||
SHARED_LIBS += gsoap++ 0.0 # 0.0
|
||||
SHARED_LIBS += gsoap 0.0 # 0.0
|
||||
SHARED_LIBS += gsoapck++ 0.0 # 0.0
|
||||
SHARED_LIBS += gsoapck 0.0 # 0.0
|
||||
SHARED_LIBS += gsoapssl++ 0.0 # 0.0
|
||||
SHARED_LIBS += gsoapssl 0.0 # 0.0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://www.cs.fsu.edu/~engelen/soap.html
|
||||
|
||||
# MPL-like - GPLv2
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
AUTOCONF_VERSION= 2.67
|
||||
AUTOMAKE_VERSION= 1.11
|
||||
|
||||
|
||||
WANTLIB += c crypto m pthread ssl ${LIBCXX} z
|
||||
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gsoap2/gSOAP/}
|
||||
|
||||
CONFIGURE_STYLE= autoreconf
|
||||
CONFIGURE_ENV= CPPFLAGS="-DWITH_NO_C_LOCALE=1" LDFLAGS="-pthread"
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/gsoap/distinfo
Normal file
2
devel/gsoap/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (gsoap_2.8.82.zip) = oqbTfJSq+L9yrpGShI8h2Zqe+pOfDQ1N2tWp5r5a1yo=
|
||||
SIZE (gsoap_2.8.82.zip) = 32514214
|
42
devel/gsoap/patches/patch-configure_ac
Normal file
42
devel/gsoap/patches/patch-configure_ac
Normal file
|
@ -0,0 +1,42 @@
|
|||
from Fedora: gsoap-libtool.patch (creates shared libraries)
|
||||
|
||||
Index: configure.ac
|
||||
--- configure.ac.orig
|
||||
+++ configure.ac
|
||||
@@ -16,8 +16,7 @@ AM_PROG_CC_C_O
|
||||
AM_PROG_LEX
|
||||
AC_PROG_YACC
|
||||
AC_PROG_CPP
|
||||
-AC_PROG_RANLIB
|
||||
-#AM_PROG_LIBTOOL
|
||||
+AM_PROG_LIBTOOL
|
||||
AC_PROG_LN_S
|
||||
AC_PROG_AWK
|
||||
AC_PROG_INSTALL
|
||||
@@ -303,7 +302,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||
WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} -lgnutls -lgcrypt -lgpg-error -lz"
|
||||
SAMPLE_INCLUDES=
|
||||
SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
|
||||
- WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"
|
||||
+ WSDL2H_SOAP_CPP_LIB="libgsoapssl++.la"
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP"
|
||||
@@ -311,7 +310,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||
WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} -lssl -lcrypto -lz"
|
||||
SAMPLE_INCLUDES=
|
||||
SAMPLE_SSL_LIBS="-lssl -lcrypto -lz"
|
||||
- WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"
|
||||
+ WSDL2H_SOAP_CPP_LIB="libgsoapssl++.la"
|
||||
fi
|
||||
if test -n "$ZLIB"; then
|
||||
WSDL2H_EXTRA_FLAGS="-I${ZLIB}/include ${WSDL2H_EXTRA_FLAGS}"
|
||||
@@ -330,7 +329,7 @@ else
|
||||
WSDL2H_EXTRA_FLAGS=
|
||||
SAMPLE_SSL_LIBS=
|
||||
SAMPLE_INCLUDES=
|
||||
- WSDL2H_SOAP_CPP_LIB="libgsoap++.a"
|
||||
+ WSDL2H_SOAP_CPP_LIB="libgsoap++.la"
|
||||
fi
|
||||
AM_CONDITIONAL(WITH_OPENSSL, test "x$with_openssl" = "xyes" -a "x$with_gnutls" != "xyes")
|
||||
AC_SUBST(WITH_OPENSSL)
|
49
devel/gsoap/patches/patch-gsoap_Makefile_am
Normal file
49
devel/gsoap/patches/patch-gsoap_Makefile_am
Normal file
|
@ -0,0 +1,49 @@
|
|||
from Fedora: gsoap-libtool.patch (creates shared libraries)
|
||||
|
||||
Index: gsoap/Makefile.am
|
||||
--- gsoap/Makefile.am.orig
|
||||
+++ gsoap/Makefile.am
|
||||
@@ -34,20 +34,30 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
|
||||
dom_cpp.cpp: dom.cpp
|
||||
$(LN_S) -f $(top_srcdir)/gsoap/dom.cpp dom_cpp.cpp
|
||||
|
||||
-lib_LIBRARIES = libgsoap.a libgsoap++.a libgsoapck.a libgsoapck++.a libgsoapssl.a libgsoapssl++.a
|
||||
+lib_LTLIBRARIES = libgsoap.la libgsoap++.la libgsoapck.la libgsoapck++.la libgsoapssl.la libgsoapssl++.la
|
||||
|
||||
-libgsoap_a_SOURCES = stdsoap2.c dom.c
|
||||
-libgsoap_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) $(SOAPCPP2_IPV6_V6ONLY) -D$(platform)
|
||||
-libgsoap___a_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp
|
||||
-libgsoap___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) $(SOAPCPP2_IPV6_V6ONLY) -D$(platform)
|
||||
-libgsoapck_a_SOURCES = stdsoap2_ck.c dom.c
|
||||
-libgsoapck_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) $(SOAPCPP2_IPV6_V6ONLY) -D$(platform) -DWITH_COOKIES
|
||||
-libgsoapck___a_SOURCES = stdsoap2_ck_cpp.cpp dom_cpp.cpp
|
||||
-libgsoapck___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) $(SOAPCPP2_IPV6_V6ONLY) -D$(platform) -DWITH_COOKIES
|
||||
-libgsoapssl_a_SOURCES = stdsoap2_ssl.c dom.c
|
||||
-libgsoapssl_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) $(SOAPCPP2_IPV6_V6ONLY) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM -DWITH_COOKIES
|
||||
-libgsoapssl___a_SOURCES = stdsoap2_ssl_cpp.cpp dom_cpp.cpp
|
||||
-libgsoapssl___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) $(SOAPCPP2_IPV6_V6ONLY) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM -DWITH_COOKIES
|
||||
+SOVERSION = 0
|
||||
+
|
||||
+libgsoap_la_SOURCES = stdsoap2.c dom.c
|
||||
+libgsoap_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) $(SOAPCPP2_IPV6_V6ONLY) -D$(platform)
|
||||
+libgsoap_la_LDFLAGS = -version-info $(SOVERSION)
|
||||
+libgsoap___la_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp
|
||||
+libgsoap___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) $(SOAPCPP2_IPV6_V6ONLY) -D$(platform)
|
||||
+libgsoap___la_LDFLAGS = -version-info $(SOVERSION)
|
||||
+libgsoapck_la_SOURCES = stdsoap2_ck.c dom.c
|
||||
+libgsoapck_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) $(SOAPCPP2_IPV6_V6ONLY) -D$(platform) -DWITH_COOKIES
|
||||
+libgsoapck_la_LDFLAGS = -version-info $(SOVERSION)
|
||||
+libgsoapck___la_SOURCES = stdsoap2_ck_cpp.cpp dom_cpp.cpp
|
||||
+libgsoapck___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) $(SOAPCPP2_IPV6_V6ONLY) -D$(platform) -DWITH_COOKIES
|
||||
+libgsoapck___la_LDFLAGS = -version-info $(SOVERSION)
|
||||
+libgsoapssl_la_SOURCES = stdsoap2_ssl.c dom.c
|
||||
+libgsoapssl_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) $(SOAPCPP2_IPV6_V6ONLY) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM -DWITH_COOKIES
|
||||
+libgsoapssl_la_LDFLAGS = -version-info $(SOVERSION)
|
||||
+libgsoapssl_la_LIBADD = -lssl -lcrypto -lz
|
||||
+libgsoapssl___la_SOURCES = stdsoap2_ssl_cpp.cpp dom_cpp.cpp
|
||||
+libgsoapssl___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) $(SOAPCPP2_IPV6_V6ONLY) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM -DWITH_COOKIES
|
||||
+libgsoapssl___la_LDFLAGS = -version-info $(SOVERSION)
|
||||
+libgsoapssl___la_LIBADD = -lssl -lcrypto -lz
|
||||
|
||||
BUILT_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp stdsoap2_ck.c stdsoap2_ck_cpp.cpp stdsoap2_ssl.c stdsoap2_ssl_cpp.cpp
|
||||
|
24
devel/gsoap/patches/patch-gsoap_samples_Makefile_defines
Normal file
24
devel/gsoap/patches/patch-gsoap_samples_Makefile_defines
Normal file
|
@ -0,0 +1,24 @@
|
|||
from Fedora: gsoap-libtool.patch (creates shared libraries)
|
||||
|
||||
--- gsoap/samples/Makefile.defines.orig Sun Dec 7 00:30:44 2014
|
||||
+++ gsoap/samples/Makefile.defines Sun Apr 5 17:06:18 2015
|
||||
@@ -13,13 +13,13 @@ SOAP_H_FILES=soapH.h soapStub.h
|
||||
SOAP_C_CORE=soapC.c
|
||||
SOAP_C_CLIENT=soapClient.c $(SOAP_C_CORE)
|
||||
SOAP_C_SERVER=soapServer.c $(SOAP_C_CORE)
|
||||
-SOAP_C_LIB=$(top_builddir)/gsoap/libgsoap.a
|
||||
-SOAP_C_LIB_CK=$(top_builddir)/gsoap/libgsoapck.a
|
||||
-SOAP_C_LIB_SSL=$(top_builddir)/gsoap/libgsoapssl.a
|
||||
+SOAP_C_LIB=$(top_builddir)/gsoap/libgsoap.la
|
||||
+SOAP_C_LIB_CK=$(top_builddir)/gsoap/libgsoapck.la
|
||||
+SOAP_C_LIB_SSL=$(top_builddir)/gsoap/libgsoapssl.la
|
||||
|
||||
SOAP_CPP_CORE=soapC.cpp
|
||||
SOAP_CPP_CLIENT=soapClient.cpp $(SOAP_CPP_CORE)
|
||||
SOAP_CPP_SERVER=soapServer.cpp $(SOAP_CPP_CORE)
|
||||
-SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.a
|
||||
-SOAP_CPP_LIB_CK=$(top_builddir)/gsoap/libgsoapck++.a
|
||||
-SOAP_CPP_LIB_SSL=$(top_builddir)/gsoap/libgsoapssl++.a
|
||||
+SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.la
|
||||
+SOAP_CPP_LIB_CK=$(top_builddir)/gsoap/libgsoapck++.la
|
||||
+SOAP_CPP_LIB_SSL=$(top_builddir)/gsoap/libgsoapssl++.la
|
14
devel/gsoap/patches/patch-gsoap_samples_autotest_Makefile_am
Normal file
14
devel/gsoap/patches/patch-gsoap_samples_autotest_Makefile_am
Normal file
|
@ -0,0 +1,14 @@
|
|||
from Fedora: gsoap-libtool.patch (creates shared libraries)
|
||||
|
||||
Index: gsoap/samples/autotest/Makefile.am
|
||||
--- gsoap/samples/autotest/Makefile.am.orig
|
||||
+++ gsoap/samples/autotest/Makefile.am
|
||||
@@ -14,7 +14,7 @@ SOAP_FLAGS=-SL -T -I$(top_srcdir)/gsoap/import -I$(top
|
||||
WSDLINPUT=$(top_srcdir)/gsoap/samples/autotest/examples.wsdl
|
||||
SOAPHEADER=$(top_srcdir)/gsoap/samples/autotest/examples.h
|
||||
SOAP_CPP_SRC=soapC.cpp soapServer.cpp
|
||||
-SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.a
|
||||
+SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.la
|
||||
|
||||
$(SOAP_CPP_SRC) : $(WSDLINPUT)
|
||||
$(WSDL) $(WSDL_FLAGS) $(WSDLINPUT)
|
|
@ -0,0 +1,14 @@
|
|||
from Fedora: gsoap-libtool.patch (creates shared libraries)
|
||||
|
||||
Index: gsoap/samples/databinding/Makefile.am
|
||||
--- gsoap/samples/databinding/Makefile.am.orig
|
||||
+++ gsoap/samples/databinding/Makefile.am
|
||||
@@ -14,7 +14,7 @@ SOAP_FLAGS=-0 -CS -p address -I$(top_srcdir)/gsoap/imp
|
||||
WSDLINPUT=$(top_srcdir)/gsoap/samples/databinding/address.xsd
|
||||
SOAPHEADER=$(top_srcdir)/gsoap/samples/databinding/address.h
|
||||
SOAP_CPP_SRC=addressC.cpp
|
||||
-SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.a
|
||||
+SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.la
|
||||
|
||||
$(SOAP_CPP_SRC) : $(WSDLINPUT)
|
||||
$(WSDL) $(WSDL_FLAGS) $(WSDLINPUT)
|
21
devel/gsoap/patches/patch-gsoap_stdsoap2_cpp
Normal file
21
devel/gsoap/patches/patch-gsoap_stdsoap2_cpp
Normal file
|
@ -0,0 +1,21 @@
|
|||
Index: gsoap/stdsoap2.cpp
|
||||
--- gsoap/stdsoap2.cpp.orig
|
||||
+++ gsoap/stdsoap2.cpp
|
||||
@@ -4461,7 +4461,7 @@ ssl_auth_init(struct soap *soap)
|
||||
/* enable all TSLv1 protocols and disable SSLv3 by default if no SSL/TLS flags are set */
|
||||
if (!(soap->ssl_flags & SOAP_SSLv3_TLSv1))
|
||||
soap->ssl_flags = SOAP_TLSv1;
|
||||
-#if OPENSSL_VERSION_NUMBER >= 0x10101000L
|
||||
+#if (OPENSSL_VERSION_NUMBER >= 0x10101000L) && !defined(LIBRESSL_VERSION_NUMBER)
|
||||
if ((soap->ssl_flags & SOAP_SSLv3))
|
||||
minv = SSL3_VERSION;
|
||||
else if ((soap->ssl_flags & SOAP_TLSv1_0))
|
||||
@@ -4490,7 +4490,7 @@ ssl_auth_init(struct soap *soap)
|
||||
flags = SSL_OP_NO_SSLv2;
|
||||
if (!(soap->ssl_flags & SOAP_SSLv3))
|
||||
flags |= SSL_OP_NO_SSLv3;
|
||||
-#if OPENSSL_VERSION_NUMBER >= 0x10001000L
|
||||
+#if (OPENSSL_VERSION_NUMBER >= 0x10101000L) && !defined(LIBRESSL_VERSION_NUMBER)
|
||||
if (!(soap->ssl_flags & SOAP_TLSv1_0))
|
||||
flags |= SSL_OP_NO_TLSv1;
|
||||
if (!(soap->ssl_flags & SOAP_TLSv1_1))
|
24
devel/gsoap/patches/patch-gsoap_stdsoap2_h
Normal file
24
devel/gsoap/patches/patch-gsoap_stdsoap2_h
Normal file
|
@ -0,0 +1,24 @@
|
|||
Index: gsoap/stdsoap2.h
|
||||
--- gsoap/stdsoap2.h.orig
|
||||
+++ gsoap/stdsoap2.h
|
||||
@@ -604,7 +604,9 @@ extern intmax_t __strtoull(const char*, char**, int);
|
||||
# define HAVE_STRTOUL
|
||||
# define HAVE_STRTOLL
|
||||
# define HAVE_STRTOULL
|
||||
-# define HAVE_SYS_TIMEB_H
|
||||
+# ifndef __OpenBSD__
|
||||
+# define HAVE_SYS_TIMEB_H
|
||||
+# endif
|
||||
# define HAVE_FTIME
|
||||
# define HAVE_RAND_R
|
||||
# define HAVE_GETHOSTBYNAME_R
|
||||
@@ -815,9 +817,6 @@ extern intmax_t __strtoull(const char*, char**, int);
|
||||
# include <sys/types.h>
|
||||
# endif
|
||||
# ifndef WITH_LEAN
|
||||
-# ifdef HAVE_SYS_TIMEB_H
|
||||
-# include <sys/timeb.h> /* for ftime() */
|
||||
-# endif
|
||||
# include <time.h>
|
||||
# endif
|
||||
#endif
|
7
devel/gsoap/pkg/DESCR
Normal file
7
devel/gsoap/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
The gSOAP toolkit provides a cross-platform software development toolkit for C
|
||||
and C++ server and client Web service applications, and simplifies the overall
|
||||
use of XML in any type of application. The toolkit supports SOAP 1.1/1.2 RPC
|
||||
encoding and document/literal styles, WSDL 1.1, MTOM/MIME/DIME attachments
|
||||
(streaming), SOAP-over-UDP, request-response and one-way messaging. The toolkit
|
||||
also supports WS-Addressing and WS-Security, with several other WS-* available
|
||||
or under development.
|
223
devel/gsoap/pkg/PLIST
Normal file
223
devel/gsoap/pkg/PLIST
Normal file
|
@ -0,0 +1,223 @@
|
|||
@bin bin/soapcpp2
|
||||
@bin bin/wsdl2h
|
||||
include/stdsoap2.h
|
||||
lib/libgsoap++.a
|
||||
lib/libgsoap++.la
|
||||
@lib lib/libgsoap++.so.${LIBgsoap++_VERSION}
|
||||
lib/libgsoap.a
|
||||
lib/libgsoap.la
|
||||
@lib lib/libgsoap.so.${LIBgsoap_VERSION}
|
||||
lib/libgsoapck++.a
|
||||
lib/libgsoapck++.la
|
||||
@lib lib/libgsoapck++.so.${LIBgsoapck++_VERSION}
|
||||
lib/libgsoapck.a
|
||||
lib/libgsoapck.la
|
||||
@lib lib/libgsoapck.so.${LIBgsoapck_VERSION}
|
||||
lib/libgsoapssl++.a
|
||||
lib/libgsoapssl++.la
|
||||
@lib lib/libgsoapssl++.so.${LIBgsoapssl++_VERSION}
|
||||
lib/libgsoapssl.a
|
||||
lib/libgsoapssl.la
|
||||
@lib lib/libgsoapssl.so.${LIBgsoapssl_VERSION}
|
||||
lib/pkgconfig/gsoap++.pc
|
||||
lib/pkgconfig/gsoap.pc
|
||||
lib/pkgconfig/gsoapck++.pc
|
||||
lib/pkgconfig/gsoapck.pc
|
||||
lib/pkgconfig/gsoapssl++.pc
|
||||
lib/pkgconfig/gsoapssl.pc
|
||||
share/gsoap/
|
||||
share/gsoap/WS/
|
||||
share/gsoap/WS/LEGAL.txt
|
||||
share/gsoap/WS/README.txt
|
||||
share/gsoap/WS/WS-Addressing.xsd
|
||||
share/gsoap/WS/WS-Addressing03.xsd
|
||||
share/gsoap/WS/WS-Addressing04.xsd
|
||||
share/gsoap/WS/WS-Addressing05.xsd
|
||||
share/gsoap/WS/WS-Discovery.wsdl
|
||||
share/gsoap/WS/WS-Enumeration.wsdl
|
||||
share/gsoap/WS/WS-Policy.xsd
|
||||
share/gsoap/WS/WS-Policy12.xsd
|
||||
share/gsoap/WS/WS-ReliableMessaging.wsdl
|
||||
share/gsoap/WS/WS-ReliableMessaging.xsd
|
||||
share/gsoap/WS/WS-Routing.xsd
|
||||
share/gsoap/WS/WS-SecureConversation.xsd
|
||||
share/gsoap/WS/WS-SecurityPolicy.xsd
|
||||
share/gsoap/WS/WS-Trust.wsdl
|
||||
share/gsoap/WS/WS-Trust.xsd
|
||||
share/gsoap/WS/WS-typemap.dat
|
||||
share/gsoap/WS/discovery.xsd
|
||||
share/gsoap/WS/ds.xsd
|
||||
share/gsoap/WS/enumeration.xsd
|
||||
share/gsoap/WS/oasis-sstc-saml-schema-assertion-1.1.xsd
|
||||
share/gsoap/WS/reference-1.1.xsd
|
||||
share/gsoap/WS/saml-schema-assertion-2.0.xsd
|
||||
share/gsoap/WS/typemap.dat
|
||||
share/gsoap/WS/ws-bpel_abstract_common_base.xsd
|
||||
share/gsoap/WS/ws-bpel_executable.xsd
|
||||
share/gsoap/WS/ws-bpel_plnktype.xsd
|
||||
share/gsoap/WS/ws-bpel_serviceref.xsd
|
||||
share/gsoap/WS/ws-bpel_varprop.xsd
|
||||
share/gsoap/WS/ws-reliability-1.1.xsd
|
||||
share/gsoap/WS/wsse.xsd
|
||||
share/gsoap/WS/wsu.xsd
|
||||
share/gsoap/WS/xenc.xsd
|
||||
share/gsoap/custom/
|
||||
share/gsoap/custom/README.txt
|
||||
share/gsoap/custom/chrono_duration.cpp
|
||||
share/gsoap/custom/chrono_duration.h
|
||||
share/gsoap/custom/chrono_time_point.cpp
|
||||
share/gsoap/custom/chrono_time_point.h
|
||||
share/gsoap/custom/duration.c
|
||||
share/gsoap/custom/duration.h
|
||||
share/gsoap/custom/float128.c
|
||||
share/gsoap/custom/float128.h
|
||||
share/gsoap/custom/int128.c
|
||||
share/gsoap/custom/int128.h
|
||||
share/gsoap/custom/long_double.c
|
||||
share/gsoap/custom/long_double.h
|
||||
share/gsoap/custom/long_time.c
|
||||
share/gsoap/custom/long_time.h
|
||||
share/gsoap/custom/qbytearray_base64.cpp
|
||||
share/gsoap/custom/qbytearray_base64.h
|
||||
share/gsoap/custom/qbytearray_hex.cpp
|
||||
share/gsoap/custom/qbytearray_hex.h
|
||||
share/gsoap/custom/qdate.cpp
|
||||
share/gsoap/custom/qdate.h
|
||||
share/gsoap/custom/qdatetime.cpp
|
||||
share/gsoap/custom/qdatetime.h
|
||||
share/gsoap/custom/qstring.cpp
|
||||
share/gsoap/custom/qstring.h
|
||||
share/gsoap/custom/qtime.cpp
|
||||
share/gsoap/custom/qtime.h
|
||||
share/gsoap/custom/struct_timeval.c
|
||||
share/gsoap/custom/struct_timeval.h
|
||||
share/gsoap/custom/struct_tm.c
|
||||
share/gsoap/custom/struct_tm.h
|
||||
share/gsoap/custom/struct_tm_date.c
|
||||
share/gsoap/custom/struct_tm_date.h
|
||||
share/gsoap/extras/
|
||||
share/gsoap/extras/README.txt
|
||||
share/gsoap/extras/ckdb.c
|
||||
share/gsoap/extras/ckdb.h
|
||||
share/gsoap/extras/ckdbtest.c
|
||||
share/gsoap/extras/ckdbtest.h
|
||||
share/gsoap/extras/fault.cpp
|
||||
share/gsoap/extras/logging.cpp
|
||||
share/gsoap/extras/soapdefs.h
|
||||
share/gsoap/import/
|
||||
share/gsoap/import/README.txt
|
||||
share/gsoap/import/WS-Header.h
|
||||
share/gsoap/import/WS-example.c
|
||||
share/gsoap/import/WS-example.h
|
||||
share/gsoap/import/c14n.h
|
||||
share/gsoap/import/dom.h
|
||||
share/gsoap/import/ds.h
|
||||
share/gsoap/import/ds2.h
|
||||
share/gsoap/import/plnk.h
|
||||
share/gsoap/import/ref.h
|
||||
share/gsoap/import/saml1.h
|
||||
share/gsoap/import/saml2.h
|
||||
share/gsoap/import/ser.h
|
||||
share/gsoap/import/soap12.h
|
||||
share/gsoap/import/stdstring.h
|
||||
share/gsoap/import/stl.h
|
||||
share/gsoap/import/stldeque.h
|
||||
share/gsoap/import/stllist.h
|
||||
share/gsoap/import/stlset.h
|
||||
share/gsoap/import/stlvector.h
|
||||
share/gsoap/import/vprop.h
|
||||
share/gsoap/import/wsa.h
|
||||
share/gsoap/import/wsa3.h
|
||||
share/gsoap/import/wsa4.h
|
||||
share/gsoap/import/wsa5.h
|
||||
share/gsoap/import/wsc.h
|
||||
share/gsoap/import/wsc2.h
|
||||
share/gsoap/import/wsdd.h
|
||||
share/gsoap/import/wsdd10.h
|
||||
share/gsoap/import/wsdd5.h
|
||||
share/gsoap/import/wsdx.h
|
||||
share/gsoap/import/wsp.h
|
||||
share/gsoap/import/wsp_appliesto.h
|
||||
share/gsoap/import/wsrm.h
|
||||
share/gsoap/import/wsrm4.h
|
||||
share/gsoap/import/wsrm5.h
|
||||
share/gsoap/import/wsrp.h
|
||||
share/gsoap/import/wsrx.h
|
||||
share/gsoap/import/wsrx5.h
|
||||
share/gsoap/import/wsse.h
|
||||
share/gsoap/import/wsse11.h
|
||||
share/gsoap/import/wsse2.h
|
||||
share/gsoap/import/wst.h
|
||||
share/gsoap/import/wst2.h
|
||||
share/gsoap/import/wstx.h
|
||||
share/gsoap/import/wstx2.h
|
||||
share/gsoap/import/wsu.h
|
||||
share/gsoap/import/xenc.h
|
||||
share/gsoap/import/xenc2.h
|
||||
share/gsoap/import/xlink.h
|
||||
share/gsoap/import/xmime.h
|
||||
share/gsoap/import/xmime4.h
|
||||
share/gsoap/import/xmime5.h
|
||||
share/gsoap/import/xml.h
|
||||
share/gsoap/import/xmlmime.h
|
||||
share/gsoap/import/xmlmime5.h
|
||||
share/gsoap/import/xop.h
|
||||
share/gsoap/import/xsd.h
|
||||
share/gsoap/plugin/
|
||||
share/gsoap/plugin/README.txt
|
||||
share/gsoap/plugin/cacerts.c
|
||||
share/gsoap/plugin/cacerts.h
|
||||
share/gsoap/plugin/calcrest.h
|
||||
share/gsoap/plugin/curlapi.c
|
||||
share/gsoap/plugin/curlapi.h
|
||||
share/gsoap/plugin/httpda.c
|
||||
share/gsoap/plugin/httpda.h
|
||||
share/gsoap/plugin/httpdatest.c
|
||||
share/gsoap/plugin/httpdatest.h
|
||||
share/gsoap/plugin/httpform.c
|
||||
share/gsoap/plugin/httpform.h
|
||||
share/gsoap/plugin/httpget.c
|
||||
share/gsoap/plugin/httpget.h
|
||||
share/gsoap/plugin/httpgettest.c
|
||||
share/gsoap/plugin/httpgettest.h
|
||||
share/gsoap/plugin/httpmd5.c
|
||||
share/gsoap/plugin/httpmd5.h
|
||||
share/gsoap/plugin/httpmd5test.c
|
||||
share/gsoap/plugin/httpmd5test.h
|
||||
share/gsoap/plugin/httppipe.c
|
||||
share/gsoap/plugin/httppipe.h
|
||||
share/gsoap/plugin/httppost.c
|
||||
share/gsoap/plugin/httppost.h
|
||||
share/gsoap/plugin/httpposttest.c
|
||||
share/gsoap/plugin/httpposttest.h
|
||||
share/gsoap/plugin/logging.c
|
||||
share/gsoap/plugin/logging.h
|
||||
share/gsoap/plugin/md5evp.c
|
||||
share/gsoap/plugin/md5evp.h
|
||||
share/gsoap/plugin/mecevp.c
|
||||
share/gsoap/plugin/mecevp.h
|
||||
share/gsoap/plugin/mq.c
|
||||
share/gsoap/plugin/mq.h
|
||||
share/gsoap/plugin/plugin.c
|
||||
share/gsoap/plugin/plugin.h
|
||||
share/gsoap/plugin/sessions.c
|
||||
share/gsoap/plugin/sessions.h
|
||||
share/gsoap/plugin/smdevp.c
|
||||
share/gsoap/plugin/smdevp.h
|
||||
share/gsoap/plugin/threads.c
|
||||
share/gsoap/plugin/threads.h
|
||||
share/gsoap/plugin/wsaapi.c
|
||||
share/gsoap/plugin/wsaapi.h
|
||||
share/gsoap/plugin/wsddapi.c
|
||||
share/gsoap/plugin/wsddapi.h
|
||||
share/gsoap/plugin/wsrmapi.c
|
||||
share/gsoap/plugin/wsrmapi.h
|
||||
share/gsoap/plugin/wsse2api.c
|
||||
share/gsoap/plugin/wsse2api.h
|
||||
share/gsoap/plugin/wsseapi-lite.c
|
||||
share/gsoap/plugin/wsseapi-lite.h
|
||||
share/gsoap/plugin/wsseapi.c
|
||||
share/gsoap/plugin/wsseapi.cpp
|
||||
share/gsoap/plugin/wsseapi.h
|
||||
share/gsoap/plugin/wstapi.c
|
||||
share/gsoap/plugin/wstapi.h
|
Loading…
Add table
Add a link
Reference in a new issue