debian/0000775000000000000000000000000012315633721007173 5ustar debian/copyright0000664000000000000000000000202512273775103011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mod_proxy_msrpc Source: https://github.com/bombadil/mod_proxy_msrpc Files: * Copyright: 2013 Astaro GmbH & Co. KG - a Sophos company, Micha Lenk License: Apache-2.0 Files: debian/* Copyright: 2013 Micha Lenk License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". debian/changelog0000664000000000000000000000123412315633453011047 0ustar mod-proxy-msrpc (0.4-1ubuntu1) trusty; urgency=low * Reorder libs to link, resolving FTBFS. * Use autoreconf helper on newer arches to correctly build shared library. -- Daniel T Chen Sat, 29 Mar 2014 17:04:31 -0400 mod-proxy-msrpc (0.4-1) unstable; urgency=low * New upstream version * Package is compliant to Debian Policy 3.9.5 (no changes needed). * Correctly attribute copyright ownership to Astaro. -- Micha Lenk Mon, 03 Feb 2014 21:46:00 +0100 mod-proxy-msrpc (0.2-1) unstable; urgency=low * Initial release (Closes: #728713) -- Micha Lenk Mon, 04 Nov 2013 21:13:50 +0100 debian/docs0000664000000000000000000000002012273775103010042 0ustar README.pod TODO debian/patches/0000775000000000000000000000000012315632533010622 5ustar debian/patches/link_order.patch0000664000000000000000000000152112315632533013772 0ustar Description: Fix link order of test binary to resolve FTBFS Author: Daniel T Chen Origin: Ubuntu Forwarded: no Last-Update: 2014-03-29 --- mod-proxy-msrpc-0.4.orig/test/Makefile.in +++ mod-proxy-msrpc-0.4/test/Makefile.in @@ -19,7 +19,7 @@ msrpc_sync.o: ../src/msrpc_sync.c ../s gcc $(CFLAGS) -D_GNU_SOURCE -I../src -c ../src/msrpc_sync.c check_msrpc_pdu_parser: check_msrpc_pdu_parser.o msrpc_pdu_parser.o - gcc $(CFLAGS) $(APR_CFLAGS) $(APR_LIBS) $(UUID_LIBS) -o check_msrpc_pdu_parser check_msrpc_pdu_parser.o msrpc_pdu_parser.o $(CHECK_LIBS) + gcc $(CFLAGS) $(APR_CFLAGS) -o check_msrpc_pdu_parser check_msrpc_pdu_parser.o msrpc_pdu_parser.o $(CHECK_LIBS) $(APR_LIBS) $(UUID_LIBS) check_msrpc_sync: check_msrpc_sync.o msrpc_sync.o gcc $(CFLAGS) -o check_msrpc_sync check_msrpc_sync.o msrpc_sync.o $(CHECK_LIBS) debian/patches/series0000664000000000000000000000002112315632431012025 0ustar link_order.patch debian/watch0000664000000000000000000000017712273775103010235 0ustar version=3 https://github.com/bombadil/mod_proxy_msrpc/releases /bombadil/mod_proxy_msrpc/archive/mod_proxy_msrpc-(.*)\.tar\.gz debian/apache20000664000000000000000000000007712273775103010431 0ustar mod debian/proxy_msrpc.load mod src/.libs/mod_proxy_msrpc.so debian/control0000664000000000000000000000241312315633331010573 0ustar Source: mod-proxy-msrpc Section: httpd Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Micha Lenk Build-Depends: debhelper (>= 8.0.0), pkg-config, apache2-dev (>= 2.4), uuid-dev, check, dh-autoreconf Standards-Version: 3.9.5 Homepage: https://github.com/bombadil/mod_proxy_msrpc Vcs-Git: https://github.com/bombadil/mod_proxy_msrpc.git -b debian/unstable Vcs-Browser: https://github.com/bombadil/mod_proxy_msrpc/tree/debian/unstable Package: libapache2-mod-proxy-msrpc Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Apache module for Outlook Anywhere support in reverse proxy setups This module intends to make Apache httpd work in a reverse proxy setup in front of a MS Exchange server offering Outlook Anywhere services. Without it, Apache would block any Outlook Anywhere requests as the used protocol does not fully comply with HTTP standards. . The mod_proxy_msrpc module detects the used MSRPC messages and forwards them to the server or client as needed. As soon as the initial handshake completed, i.e. Exchange accepted the connecting client, the mod_proxy_msrpc module switches into tunnel mode and forwards all data from client to server and vice versa. debian/source/0000775000000000000000000000000012273775103010477 5ustar debian/source/format0000664000000000000000000000001412273775103011705 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000212273775103010375 0ustar 8 debian/rules0000775000000000000000000000047312315632106010253 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --with apache2,autoreconf override_dh_auto_install: # Intentionally skip dh_auto_install as we use the install mechanism provided by dh_apache2 override_dh_auto_clean: dh_auto_clean rm -vf Makefile config.log config.status src/Makefile test/Makefile aclocal.m4 debian/proxy_msrpc.load0000664000000000000000000000015112273775103012422 0ustar # Depends: proxy socache_shmcb LoadModule proxy_msrpc_module /usr/lib/apache2/modules/mod_proxy_msrpc.so