Blob Blame History Raw
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/COPYING pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/COPYING
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/COPYING	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/COPYING	2016-02-29 01:03:40.570462410 +0100
@@ -2,7 +2,7 @@
 		       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/Makefile pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/Makefile
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/Makefile	2016-01-11 00:07:31.010630863 +0100
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/Makefile	2016-01-11 00:08:27.024720739 +0100
@@ -1,5 +1,5 @@
 # Set to 'yes' to include debugging information, e.g. DEBUG=yes make -e
-DEBUG		:= no
+DEBUG		:= yes
 
 PREFIX		?= /usr
 ARCH := $(shell getconf LONG_BIT)
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/conf.c pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/conf.c
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/conf.c	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/conf.c	2016-01-10 00:37:14.743548786 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <sys/utsname.h>
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/conf.h pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/conf.h
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/conf.h	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/conf.h	2016-01-10 00:37:14.743548786 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef PUSB_CONF_H_
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/device.c pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/device.c
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/device.c	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/device.c	2016-01-10 00:37:14.743548786 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <unistd.h>
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/device.h pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/device.h
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/device.h	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/device.h	2016-01-10 00:37:14.744548781 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef PUSB_DEVICE_H_
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/hal.c pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/hal.c
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/hal.c	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/hal.c	2016-01-10 00:37:14.745548776 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <stdlib.h>
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/hal.h pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/hal.h
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/hal.h	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/hal.h	2016-01-10 00:37:14.745548776 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef PUSB_HAL_H_
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/local.c pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/local.c
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/local.c	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/local.c	2016-01-10 00:37:14.745548776 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <stdio.h>
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/local.h pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/local.h
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/local.h	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/local.h	2016-01-10 00:37:14.746548770 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef PUSB_LOCAL_H_
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/log.c pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/log.c
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/log.c	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/log.c	2016-01-10 00:37:14.746548770 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <stdio.h>
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/log.h pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/log.h
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/log.h	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/log.h	2016-01-10 00:37:14.746548770 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef PUSB_LOG_H_
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/mem.c pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/mem.c
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/mem.c	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/mem.c	2016-01-10 00:37:14.747548765 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <assert.h>
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/mem.h pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/mem.h
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/mem.h	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/mem.h	2016-01-10 00:37:14.747548765 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef PUSB_MEM_H_
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/pad.c pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/pad.c
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/pad.c	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/pad.c	2016-01-10 00:37:14.748548759 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <stdio.h>
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/pad.h pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/pad.h
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/pad.h	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/pad.h	2016-01-10 00:37:14.748548759 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef PUSB_OTP_H_
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/pam.c pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/pam.c
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/pam.c	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/pam.c	2016-01-10 00:37:14.748548759 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #define PAM_SM_AUTH
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/pamusb-check.c pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/pamusb-check.c
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/pamusb-check.c	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/pamusb-check.c	2016-01-10 00:37:14.749548754 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <stdio.h>
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/version.h pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/version.h
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/version.h	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/version.h	2016-01-10 00:37:14.749548754 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef PUSB_VERSION_H_
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/volume.c pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/volume.c
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/volume.c	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/volume.c	2016-01-10 00:37:14.750548749 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <stdio.h>
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/volume.h pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/volume.h
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/volume.h	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/volume.h	2016-01-10 00:37:14.750548749 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef VOLUME_H_
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/xpath.c pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/xpath.c
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/xpath.c	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/xpath.c	2016-01-10 00:37:14.751548743 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <libxml/xpath.h>
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/xpath.h pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/xpath.h
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/src/xpath.h	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/src/xpath.h	2016-01-10 00:37:14.751548743 +0100
@@ -11,8 +11,8 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
- * Place, Suite 330, Boston, MA  02111-1307  USA
+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
+ * Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef PUSB_XPATH_H_
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/tools/pamusb-agent pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/tools/pamusb-agent
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/tools/pamusb-agent	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/tools/pamusb-agent	2016-01-09 00:45:33.952447200 +0100
@@ -12,8 +12,8 @@
 # details.
 #
 # You should have received a copy of the GNU General Public License along with
-# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
-# Place, Suite 330, Boston, MA  02111-1307  USA
+# this program; if not, write to the Free Software Foundation, Inc., 51 Franklin 
+# Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 import os
 import sys
diff -uNr pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/tools/pamusb-conf pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/tools/pamusb-conf
--- pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-0/tools/pamusb-conf	2015-09-30 22:53:03.000000000 +0200
+++ pam_usb-b96b4f79f7a579b2445a149d3b382c16a6d04324-1/tools/pamusb-conf	2016-01-09 00:45:58.136444325 +0100
@@ -12,8 +12,8 @@
 # details.
 #
 # You should have received a copy of the GNU General Public License along with
-# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
-# Place, Suite 330, Boston, MA  02111-1307  USA
+# this program; if not, write to the Free Software Foundation, Inc., 51 Franklin 
+# Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 
 import dbus