aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-01-01 11:22:40 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-01-01 11:22:40 +0200
commitc20d0e4bf3280f25afb7e2ab42458e2abe7b45f6 (patch)
tree858b16dca813545299bf8df6ba4c610ee79ff91a
parent55620228a87786860e5eeabbab146a835e9830cf (diff)
downloadpam-modules-c20d0e4bf3280f25afb7e2ab42458e2abe7b45f6.tar.gz
pam-modules-c20d0e4bf3280f25afb7e2ab42458e2abe7b45f6.tar.bz2
Happy GNU Year
-rw-r--r--Make.rules3
-rw-r--r--Makefile.am2
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--acinclude.m42
-rw-r--r--configure.ac2
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/html.init2
-rw-r--r--doc/pam-modules.texi3
-rw-r--r--doc/pam_fshadow.8in2
-rw-r--r--doc/pam_groupmember.82
-rw-r--r--doc/pam_ldaphome.8in2
-rw-r--r--doc/pam_log.82
-rw-r--r--doc/pam_mysql.8in2
-rw-r--r--doc/pam_pgsql.8in2
-rw-r--r--doc/pam_regex.82
-rw-r--r--doc/pam_umotd.82
-rw-r--r--doc/pamck.12
-rwxr-xr-xexamples/ldappubkey2
-rwxr-xr-xexamples/usergitconfig2
-rw-r--r--git2chg.awk2
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/base64.c2
-rw-r--r--lib/converse.c2
-rw-r--r--lib/env.c2
-rw-r--r--lib/escape.c2
-rw-r--r--lib/graypam.h2
-rw-r--r--lib/ldappass.c2
-rw-r--r--lib/log.c2
-rw-r--r--lib/mem.c2
-rw-r--r--lib/parseopt.c2
-rw-r--r--lib/slist.c2
-rw-r--r--lib/strutil.c2
-rw-r--r--lib/transform.c2
-rw-r--r--lib/vartab.c2
-rw-r--r--pam_fshadow/Makefile.am2
-rw-r--r--pam_fshadow/pam_fshadow.c4
-rw-r--r--pam_groupmember/Makefile.am2
-rw-r--r--pam_groupmember/pam_groupmember.c2
-rw-r--r--pam_ldaphome/Makefile.am2
-rw-r--r--pam_ldaphome/pam_ldaphome.c2
-rw-r--r--pam_log/Makefile.am2
-rw-r--r--pam_log/pam_log.c2
-rw-r--r--pam_regex/Makefile.am2
-rw-r--r--pam_regex/pam_regex.c3
-rw-r--r--pam_sql/Makefile.am2
-rw-r--r--pam_sql/pam_mysql.c2
-rw-r--r--pam_sql/pam_pgsql.c2
-rw-r--r--pam_sql/pam_sql.c2
-rw-r--r--pam_sql/pam_sql.h2
-rw-r--r--pam_umotd/Makefile.am2
-rw-r--r--pam_umotd/pam_umotd.c2
-rw-r--r--pamck/Makefile.am2
-rw-r--r--pamck/conv.c2
-rw-r--r--pamck/pamck.c2
55 files changed, 60 insertions, 56 deletions
diff --git a/Make.rules b/Make.rules
index 199dcb5..b3d1495 100644
--- a/Make.rules
+++ b/Make.rules
@@ -1,4 +1,5 @@
1# Copyright (C) 2001, 2006-2007, 2010-2012, 2014-2015 Sergey Poznyakoff 1# Copyright (C) 2001, 2006-2007, 2010-2012, 2014-2015, 2018 Sergey
2# Poznyakoff
2# 3#
3# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/Makefile.am b/Makefile.am
index 6d192d4..0b5c6d5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of pam-modules. 1# This file is part of pam-modules.
2# Copyright (C) 2001, 2006, 2008-2012, 2014-2015 Sergey Poznyakoff 2# Copyright (C) 2001, 2006, 2008-2012, 2014-2015, 2018 Sergey Poznyakoff
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/NEWS b/NEWS
index a4da240..b572ad4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
1pam-modules -- history of user-visible changes. 2015-08-04 1pam-modules -- history of user-visible changes. 2015-08-04
2Copyright (C) 2001, 2004-2005, 2007-2012, 2015 Sergey Poznyakoff 2Copyright (C) 2001, 2004-2005, 2007-2012, 2015, 2018 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send pam-modules bug reports to <bug-pam-modules@gnu.org.ua> 5Please send pam-modules bug reports to <bug-pam-modules@gnu.org.ua>
diff --git a/README b/README
index 72a6702..b8495fb 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
1PAM-modules README 1PAM-modules README
2Copyright (C) 2001, 2004-2005, 2007, 2009-2012, 2014-2015 Sergey 2Copyright (C) 2001, 2004-2005, 2007, 2009-2012, 2014-2015, 2018 Sergey
3Poznyakoff 3Poznyakoff
4See the end of file for copying conditions. 4See the end of file for copying conditions.
5 5
diff --git a/acinclude.m4 b/acinclude.m4
index d95df02..73bce6e 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,4 +1,4 @@
1# Copyright (C) 2001, 2006, 2008-2012, 2014-2015 Sergey Poznyakoff 1# Copyright (C) 2001, 2006, 2008-2012, 2014-2015, 2018 Sergey Poznyakoff
2# 2#
3# This program is free software; you can redistribute it and/or modify 3# This program is free software; you can redistribute it and/or modify
4# it under the terms of the GNU General Public License as published by 4# it under the terms of the GNU General Public License as published by
diff --git a/configure.ac b/configure.ac
index 28b6391..280cb1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1# This file is part of pam-modules. -*- autoconf -*- 1# This file is part of pam-modules. -*- autoconf -*-
2# Copyright (C) 2005-2012, 2014-2015 Sergey Poznyakoff 2# Copyright (C) 2005-2012, 2014-2015, 2018 Sergey Poznyakoff
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/doc/Makefile.am b/doc/Makefile.am
index df80bf6..3d588e3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,6 @@
1# This file is part of pam-modules. 1# This file is part of pam-modules.
2# Copyright (C) 2005, 2007-2008, 2010-2012, 2014-2015 Sergey Poznyakoff 2# Copyright (C) 2005, 2007-2008, 2010-2012, 2014-2015, 2018 Sergey
3# Poznyakoff
3# 4#
4# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/doc/html.init b/doc/html.init
index 27c156a..dc325d7 100644
--- a/doc/html.init
+++ b/doc/html.init
@@ -1,5 +1,5 @@
1# Texi2any configuration for pam-modules documentation. -*- perl -*- 1# Texi2any configuration for pam-modules documentation. -*- perl -*-
2# Copyright (C) 2009, 2012, 2014-2015 Sergey Poznyakoff 2# Copyright (C) 2009, 2012, 2014-2015, 2018 Sergey Poznyakoff
3# 3#
4# PAM-Modules is free software; you can redistribute it and/or modify 4# PAM-Modules is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/doc/pam-modules.texi b/doc/pam-modules.texi
index 1464e06..31f69ed 100644
--- a/doc/pam-modules.texi
+++ b/doc/pam-modules.texi
@@ -42,7 +42,8 @@
42@end ifinfo 42@end ifinfo
43 43
44@copying 44@copying
45Copyright @copyright{} 2005, 2007-2012, 2014-2015 Sergey Poznyakoff 45Copyright @copyright{} 2005, 2007-2012, 2014-2015, 2018 Sergey
46Poznyakoff
46 47
47Permission is granted to copy, distribute and/or modify this document 48Permission is granted to copy, distribute and/or modify this document
48under the terms of the GNU Free Documentation License, Version 1.3 or 49under the terms of the GNU Free Documentation License, Version 1.3 or
diff --git a/doc/pam_fshadow.8in b/doc/pam_fshadow.8in
index 261e0a8..35ad59e 100644
--- a/doc/pam_fshadow.8in
+++ b/doc/pam_fshadow.8in
@@ -1,5 +1,5 @@
1.\" This file is part of PAM-Modules -*- nroff -*- 1.\" This file is part of PAM-Modules -*- nroff -*-
2.\" Copyright (C) 2001-2017 Sergey Poznyakoff 2.\" Copyright (C) 2001-2018 Sergey Poznyakoff
3.\" 3.\"
4.\" PAM-Modules is free software; you can redistribute it and/or modify 4.\" PAM-Modules is free software; you can redistribute it and/or modify
5.\" it under the terms of the GNU General Public License as published by 5.\" it under the terms of the GNU General Public License as published by
diff --git a/doc/pam_groupmember.8 b/doc/pam_groupmember.8
index ac8f4c0..26d8e0f 100644
--- a/doc/pam_groupmember.8
+++ b/doc/pam_groupmember.8
@@ -1,5 +1,5 @@
1.\" This file is part of PAM-Modules -*- nroff -*- 1.\" This file is part of PAM-Modules -*- nroff -*-
2.\" Copyright (C) 2001-2015 Sergey Poznyakoff 2.\" Copyright (C) 2001-2015, 2018 Sergey Poznyakoff
3.\" 3.\"
4.\" PAM-Modules is free software; you can redistribute it and/or modify 4.\" PAM-Modules is free software; you can redistribute it and/or modify
5.\" it under the terms of the GNU General Public License as published by 5.\" it under the terms of the GNU General Public License as published by
diff --git a/doc/pam_ldaphome.8in b/doc/pam_ldaphome.8in
index ace334a..90bd418 100644
--- a/doc/pam_ldaphome.8in
+++ b/doc/pam_ldaphome.8in
@@ -1,5 +1,5 @@
1.\" This file is part of PAM-Modules -*- nroff -*- 1.\" This file is part of PAM-Modules -*- nroff -*-
2.\" Copyright (C) 2001-2015 Sergey Poznyakoff 2.\" Copyright (C) 2001-2015, 2018 Sergey Poznyakoff
3.\" 3.\"
4.\" PAM-Modules is free software; you can redistribute it and/or modify 4.\" PAM-Modules is free software; you can redistribute it and/or modify
5.\" it under the terms of the GNU General Public License as published by 5.\" it under the terms of the GNU General Public License as published by
diff --git a/doc/pam_log.8 b/doc/pam_log.8
index d46cc06..ff84947 100644
--- a/doc/pam_log.8
+++ b/doc/pam_log.8
@@ -1,5 +1,5 @@
1.\" This file is part of PAM-Modules -*- nroff -*- 1.\" This file is part of PAM-Modules -*- nroff -*-
2.\" Copyright (C) 2001-2015 Sergey Poznyakoff 2.\" Copyright (C) 2001-2015, 2018 Sergey Poznyakoff
3.\" 3.\"
4.\" PAM-Modules is free software; you can redistribute it and/or modify 4.\" PAM-Modules is free software; you can redistribute it and/or modify
5.\" it under the terms of the GNU General Public License as published by 5.\" it under the terms of the GNU General Public License as published by
diff --git a/doc/pam_mysql.8in b/doc/pam_mysql.8in
index 4886ceb..a3c38fe 100644
--- a/doc/pam_mysql.8in
+++ b/doc/pam_mysql.8in
@@ -1,5 +1,5 @@
1.\" This file is part of PAM-Modules -*- nroff -*- 1.\" This file is part of PAM-Modules -*- nroff -*-
2.\" Copyright (C) 2001-2015 Sergey Poznyakoff 2.\" Copyright (C) 2001-2015, 2018 Sergey Poznyakoff
3.\" 3.\"
4.\" PAM-Modules is free software; you can redistribute it and/or modify 4.\" PAM-Modules is free software; you can redistribute it and/or modify
5.\" it under