debian/0000755000000000000000000000000012071552564007175 5ustar debian/copyright0000644000000000000000000000636612071552536011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pamtester Upstream-Contact: Moriyoshi Koizumi Source: http://pamtester.sourceforge.net/ Files: * Copyright: 2004-2005, Moriyoshi Koizumi. All rights reserved. License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . - Neither the name of the "pamtester" nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2012, Salvatore Bonaccorso License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . - Neither the name of the "pamtester" nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/watch0000644000000000000000000000007212071552536010224 0ustar version=3 http://sf.net/pamtester/pamtester-(.+)\.tar\.gz debian/control0000644000000000000000000000155012071552536010600 0ustar Source: pamtester Section: utils Priority: extra Maintainer: Salvatore Bonaccorso Build-Depends: debhelper (>= 9), autotools-dev, libpam0g-dev Standards-Version: 3.9.4 Homepage: http://pamtester.sourceforge.net Package: pamtester Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: utility program to test the PAM facility Pamtester is a tiny utility program to test the pluggable authentication modules (PAM) facility, which is a de facto standard of unified authentication management mechanism in many unices and similar OSes including Solaris, HP-UX, *BSD, MacOSX and Linux. . While specifically designed to help PAM module authors to test their modules, that might also be handy for system administrators interested in building a centralised authentication system using common standards such as NIS, SASL and LDAP. debian/changelog0000644000000000000000000000024012071552536011042 0ustar pamtester (0.1.2-1) unstable; urgency=low * Initial release (Closes: #696979) -- Salvatore Bonaccorso Fri, 04 Jan 2013 13:58:49 +0100 debian/rules0000755000000000000000000000006312071552536010253 0ustar #!/usr/bin/make -f %: dh $@ --with autotools-dev debian/source/0000755000000000000000000000000012071552536010474 5ustar debian/source/format0000644000000000000000000000001412071552536011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212071552536010372 0ustar 9 debian/pamtester.docs0000644000000000000000000000001412071552536012045 0ustar NEWS README debian/patches/0000755000000000000000000000000012071552536010623 5ustar debian/patches/series0000644000000000000000000000003212071552536012033 0ustar fix-spelling-errors.patch debian/patches/fix-spelling-errors.patch0000644000000000000000000000111312071552536015553 0ustar Description: Fix spelling error in pamtester Origin: vendor Bug: https://sourceforge.net/tracker/?func=detail&aid=3599109&group_id=135111&atid=731890 Forwarded: yes Author: Salvatore Bonaccorso Last-Update: 2013-01-01 --- a/src/app.c +++ b/src/app.c @@ -373,7 +373,7 @@ err_msg = xstrdup(pam_strerror(pamh, err)); goto out; } else { - printf("%s: sucessfully opened a session\n", params->app_name); + printf("%s: successfully opened a session\n", params->app_name); } } else if (!strcasecmp(op->name, "close_session")) { int flag = 0;