debian/ 0000755 0000000 0000000 00000000000 12213721153 007163 5 ustar debian/watch 0000644 0000000 0000000 00000000133 11552277245 010226 0 ustar version=3
http://www.castaglia.org/proftpd/modules/proftpd-mod-autohost-([\d\.]+)\.tar\.gz
debian/templates/ 0000755 0000000 0000000 00000000000 11552277245 011176 5 ustar debian/templates/autohost.conf 0000644 0000000 0000000 00000000763 11552277245 013721 0 ustar #
# Proftpd sample configuration for autohost.
# please uncomment configurations to activate
#
## Syntax: AutoHostConfig path
## Default: None
# AutoHostConfig /etc/proftpd/vhosts/%0/%p/autoconf.conf
## Syntax: AutoHostEngine on|off
## Default: None
# AutoHostEngine on
## Syntax: AutoHostLog path
## Default: None
# AutoHostLog /var/log/proftpd/mod_autohost.log
## Syntax: AutoHostPorts port1 ... portN
## Default: None
#AutoHostPorts 2121 2222 4444
debian/proftpd-mod-autohost.dirs 0000644 0000000 0000000 00000000054 11552277245 014161 0 ustar usr/lib/proftpd
usr/share/proftpd/templates
debian/proftpd-mod-autohost.links 0000644 0000000 0000000 00000000133 11552277245 014336 0 ustar usr/share/doc/proftpd-mod-autohost/autohost.conf usr/share/proftpd/templates/autohost.conf
debian/proftpd-mod-autohost.doc-base 0000644 0000000 0000000 00000000500 11552277245 014671 0 ustar Document: proftpd-mod-autohost
Title: Documentation for the mod_autohost ProFTPD
Author:
Abstract: Configuration reference, modules documentation, FAQs and HOWTOs
Section: System/Administration
Format: HTML
Index: /usr/share/doc/proftpd-mod-autohost/mod_autohost.html
Files: /usr/share/doc/proftpd-mod-autohost/*.html
debian/proftpd-mod-autohost.docs 0000644 0000000 0000000 00000000022 11552277245 014143 0 ustar mod_autohost.html
debian/rules 0000755 0000000 0000000 00000001001 11552277245 010250 0 ustar #!/usr/bin/make -f
# -*- makefile -*-
export DH_VERBOSE=1
MODULE_NAME=mod_autohost
DEBNAME=proftpd-mod-autohost
%:
dh $@
override_dh_auto_build:
DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -c $(MODULE_NAME).c
override_dh_auto_install:
DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -i -c $(MODULE_NAME).c
override_dh_gencontrol:
cat /usr/share/proftpd/proftpd-substvars >> $(CURDIR)/debian/$(DEBNAME).substvars
dh_gencontrol
override_dh_autoclean:
DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -d $(MODULE_NAME).c
debian/copyright 0000644 0000000 0000000 00000002105 11552277245 011131 0 ustar Format: http://dep.debian.net/deps/dep5/
Upstream-Name: mod_autohost
Upstream-Contact: TJ Saunders
Source: http://www.castaglia.org/proftpd/modules/mod_autohost.html
Files: *
Copyright: 2004-2010, TJ Saunders
License: GPL-2+
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
Files: debian/*
Copyright: 2011, Mahyuddin Susanto
License: GPL-2+
debian/proftpd-mod-autohost.install 0000644 0000000 0000000 00000000103 11552277245 014661 0 ustar debian/templates/autohost.conf usr/share/doc/proftpd-mod-autohost/
debian/docs 0000644 0000000 0000000 00000000022 11552277245 010045 0 ustar mod_autohost.html
debian/source/ 0000755 0000000 0000000 00000000000 11552277245 010500 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11552277245 011706 0 ustar 3.0 (quilt)
debian/compat 0000644 0000000 0000000 00000000002 11552277245 010376 0 ustar 7
debian/control 0000644 0000000 0000000 00000003075 11552277245 010610 0 ustar Source: proftpd-mod-autohost
Section: net
Priority: extra
Maintainer: ProFTPD Maintainance Team
Uploaders: Mahyuddin Susanto ,
Francesco Paolo Lovergine
DM-Upload-Allowed: yes
Build-Depends: autotools-dev,
debhelper (>= 7.0.50~),
libacl1-dev,
proftpd-dev (>= 1.3.4~)
Standards-Version: 3.9.2
Homepage: http://www.castaglia.org/proftpd/modules/mod_autohost.html
Vcs-Git: git://git.debian.org/pkg-proftpd/proftpd-mod-autohost.git
Vcs-Browser: http://git.debian.org/?p=pkg-proftpd/proftpd-mod-autohost.git
Package: proftpd-mod-autohost
Architecture: any
Depends: proftpd-basic (>= 1.3.4~),
${misc:Depends},
${proftpd:Depends},
${shlibs:Depends}
Description: ProFTPD module mod_autohost
The mod_autohost module allows for server configurations to be configured
in individual files, and for those configuration to be used in an "on demand"
fashion. Rather than loading the configurations into memory when the daemon
starts up, the daemon will check the IP address and port being contacted by a
connecting client, check in the filesystem for a mod_autohost configuration
file for that address/port, dynamically parse the configuration, and insert
the configuration into the session's process space. Thus changes to the
configuration are seen whenever a client connects, without requiring a daemon
restart. The memory footprint is reduced because proftpd, via mod_autohost,
only reads and uses the needed configuration.
debian/changelog 0000644 0000000 0000000 00000001005 12213721153 011031 0 ustar proftpd-mod-autohost (0.4-1build2) saucy; urgency=low
* Rebuild for ProFTPd 1.3.5~rc3.
-- Colin Watson Tue, 10 Sep 2013 23:51:23 +0100
proftpd-mod-autohost (0.4-1build1) precise; urgency=low
* No change to rebuild agian current proftpd ABI.
-- Mahyuddin Susanto Thu, 19 Jan 2012 18:17:04 +0700
proftpd-mod-autohost (0.4-1) unstable; urgency=low
* Initial release. (Closes: #617454)
-- Mahyuddin Susanto Wed, 13 Apr 2011 06:51:46 +0700