debian/0000755000000000000000000000000011546346036007176 5ustar debian/postrm0000644000000000000000000000031611470303243010432 0ustar #!/bin/sh set -e # Source debconf library. case "$1" in remove) if [ `which squirrelmail-configure` ] then squirrelmail-configure --remove-plugin lockout fi ;; *) ;; esac #DEBHELPER# exit 0 debian/source/0000755000000000000000000000000011470303741010466 5ustar debian/source/format0000644000000000000000000000001411470303741011674 0ustar 3.0 (quilt) debian/links0000644000000000000000000000027411470303243010231 0ustar etc/squirrelmail/lockout-config.php usr/share/squirrelmail/plugins/lockout/data/config.php etc/squirrelmail/lockout-table.php usr/share/squirrelmail/plugins/lockout/data/lockout_table.php debian/rules0000755000000000000000000000050411472543525010255 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_install: dh_install install -D --mode=644 data/config_example.php $(TMP)/etc/squirrelmail/lockout-config.php install -D --mode=644 data/lockout_table_example.php $(TMP)/etc/squirrelmail/lockout-table.php debian/compat0000644000000000000000000000000211470303243010361 0ustar 7 debian/control0000644000000000000000000000204711472543754010610 0ustar Source: squirrelmail-lockout Section: web Priority: optional Maintainer: Jan Hauke Rahm Build-Depends: debhelper (>= 7.0.50) Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/collab-maint/squirrelmail-lockout.git Vcs-Browser: http://git.debian.org/?p=collab-maint/squirrelmail-lockout.git;a=summary Package: squirrelmail-lockout Architecture: all Depends: squirrelmail (>= 2:1.4.1), squirrelmail-compatibility (>= 2.0.11), ${misc:Depends} Homepage: http://www.squirrelmail.org/plugin_view.php?id=200 Description: SquirrelMail plugin: Disallow access to users/domains This plugin allows you to create a list of users and/or domains that should be disallowed login access to SquirrelMail. It also allows you to block brute-force password guessing attacks, although please note that this will ONLY help fight such attacks in the SquirrelMail interface, and should really be implemented in your mail system's authentication backend. . SquirrelMail is a standards-based webmail package written in PHP. It runs on top of any IMAP server. debian/install0000644000000000000000000000015011470303243010550 0ustar *.php usr/share/squirrelmail/plugins/lockout data/index.php usr/share/squirrelmail/plugins/lockout/data debian/watch0000644000000000000000000000016311470303243010214 0ustar version=3 http://squirrelmail.org/plugin_list.php http://squirrelmail.org/plugins/lockout.([\da-zA-Z\.]+).* debian debian/docs0000644000000000000000000000000711470303243010033 0ustar README debian/postinst0000644000000000000000000000030011470303243010762 0ustar #!/bin/sh set -e case "$1" in configure) squirrelmail-configure --remove-plugin lockout squirrelmail-configure --install-plugin lockout ;; *) ;; esac #DEBHELPER# exit 0 debian/copyright0000644000000000000000000000225711470303243011124 0ustar Original source may be found at: http://www.squirrelmail.org/plugin_view.php?id=200 Files: * Copyright: © 2004-2008 Paul Lesniewski License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. Files: index.php, data/index.php Copyright: © 1999-2003 The SquirrelMail Project Team License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. Files: debian/* Copyright: © 2008 Jan Hauke Rahm 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. On Debian systems, the complete text of the GNU General Public License can be found in file "/usr/share/common-licenses/GPL-2". Possible later versions are found within the same directory (e.g. "/usr/share/common-licenses/GPL-3"). debian/changelog0000644000000000000000000000214111546345524011047 0ustar squirrelmail-lockout (1.7-2) unstable; urgency=low * Upload to unstable -- Jan Hauke Rahm Mon, 04 Apr 2011 15:44:51 +0200 squirrelmail-lockout (1.7-1) experimental; urgency=low * New upstream release * Bump Standards-Version to 3.9.1 -- Jan Hauke Rahm Thu, 25 Nov 2010 22:24:27 +0100 squirrelmail-lockout (1.6-2) unstable; urgency=low * Bumped to new policy 3.8.4: no changes * debian/post{inst,rm} cleanup (lintian warnings) * debian/control: ${misc:Depends} added * Switched to debhelper 7 * Switch to Source Format 3.0 (quilt) -- Jan Hauke Rahm Thu, 18 Mar 2010 12:33:23 +0100 squirrelmail-lockout (1.6-1) unstable; urgency=low * New upstream release + Allow overrides of SquirrelMail SMTP/Sendmail settings when sending administrative alert emails * Add SVN info to debian/control -- Jan Hauke Rahm Mon, 14 Apr 2008 01:36:54 +0200 squirrelmail-lockout (1.5-1) unstable; urgency=low * Initial release (Closes: #473196) -- Jan Hauke Rahm Sat, 29 Mar 2008 16:40:48 +0100