aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--README2
-rw-r--r--README-hacking2
-rw-r--r--am/gcc.m42
-rw-r--r--am/proctitle.m42
-rw-r--r--bootstrap.conf2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/html.init2
-rw-r--r--doc/inetd.texi2
-rw-r--r--doc/usr-acl.texi2
-rw-r--r--ident/Makefile.am2
-rw-r--r--ident/ident.c2
-rw-r--r--ident/ident.h2
-rw-r--r--ident/identity.h2
-rw-r--r--ident/pam.c2
-rw-r--r--ident/provider.c2
-rw-r--r--ident/system.c2
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/addrfmt.c2
-rw-r--r--lib/arraymember.c2
-rw-r--r--lib/grecsasrt.c2
-rw-r--r--lib/grecsasrt.h2
-rw-r--r--lib/libpies.h2
-rw-r--r--lib/mkfilename.c2
-rw-r--r--lib/netrc.c2
-rw-r--r--lib/parsetime.c2
-rw-r--r--lib/pp.c2
-rw-r--r--lib/proctitle.c2
-rw-r--r--lib/safe_strcmp.c2
-rw-r--r--lib/split3.c2
-rw-r--r--lib/strtotok.c2
-rw-r--r--lib/url.c2
-rw-r--r--po/POTFILES.in2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/acl.c2
-rw-r--r--src/acl.h2
-rw-r--r--src/cmdline.opt2
-rw-r--r--src/comp.c65
-rw-r--r--src/ctl.c2
-rw-r--r--src/depmap.c22
-rw-r--r--src/diag.c2
-rw-r--r--src/inetd-bi.c2
-rw-r--r--src/inetd.c2
-rw-r--r--src/inetd.in2
-rw-r--r--src/limits.c2
-rw-r--r--src/meta1parse.c2
-rw-r--r--src/pies.c2
-rw-r--r--src/pies.h2
-rw-r--r--src/piesctl-cl.opt2
-rw-r--r--src/piesctl.c2
-rw-r--r--src/pp-setup2
-rw-r--r--src/prog.h2
-rw-r--r--src/progman.c2
-rw-r--r--src/socket.c2
-rw-r--r--src/sysdep.c2
-rw-r--r--src/sysvinit.c2
-rw-r--r--src/telinit.opt2
-rw-r--r--src/userprivs.c2
-rw-r--r--src/utmp.c2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/control.at2
-rw-r--r--tests/redirect.at2
-rw-r--r--tests/respawn.at2
-rw-r--r--tests/ret-exec.at2
-rw-r--r--tests/ret-notify.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/version.at2
67 files changed, 106 insertions, 111 deletions
diff --git a/Makefile.am b/Makefile.am
index 1f942ca..6488251 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of GNU Pies.
-# Copyright (C) 2008-2013, 2017 Sergey Poznyakoff
+# Copyright (C) 2008-2019 Sergey Poznyakoff
#
diff --git a/README b/README
index 7e33520..b801c35 100644
--- a/README
+++ b/README
@@ -1,3 +1,3 @@
GNU Pies README
-Copyright (C) 2009-2017 Sergey Poznyakoff
+Copyright (C) 2009-2019 Sergey Poznyakoff
See the end of file for copying conditions.
diff --git a/README-hacking b/README-hacking
index a3ed551..e601105 100644
--- a/README-hacking
+++ b/README-hacking
@@ -57,3 +57,3 @@ For more information about `bootstrap', run `bootstrap --help'.
-Copyright (C) 2008-2013, 2017 Sergey Poznyakoff
+Copyright (C) 2008-2019 Sergey Poznyakoff
diff --git a/am/gcc.m4 b/am/gcc.m4
index 62bcb05..e2966bd 100644
--- a/am/gcc.m4
+++ b/am/gcc.m4
@@ -1,3 +1,3 @@
# This file is part of Mailfromd. -*- autoconf -*-
-# Copyright (C) 2009-2010, 2013, 2017 Sergey Poznyakoff
+# Copyright (C) 2009-2019 Sergey Poznyakoff
#
diff --git a/am/proctitle.m4 b/am/proctitle.m4
index 64a2c24..47aca9a 100644
--- a/am/proctitle.m4
+++ b/am/proctitle.m4
@@ -1,3 +1,3 @@
dnl This file is part of Mailfromd.
-dnl Copyright (C) 2008, 2010, 2013, 2017 Sergey Poznyakoff
+dnl Copyright (C) 2008-2019 Sergey Poznyakoff
dnl
diff --git a/bootstrap.conf b/bootstrap.conf
index 0203d31..ce1625b 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,3 +1,3 @@
# Bootstrap configuration for GNU Pies. -*- shell-script -*-
-# Copyright (C) 2008-2011, 2013, 2016-2017 Sergey Poznyakoff
+# Copyright (C) 2008-2019 Sergey Poznyakoff
#
diff --git a/doc/Makefile.am b/doc/Makefile.am
index f1e7c90..2f8fe2d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of GNU Pies.
-# Copyright (C) 2005-2010, 2013, 2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 Sergey Poznyakoff
#
diff --git a/doc/html.init b/doc/html.init
index 07fb979..a324c78 100644
--- a/doc/html.init
+++ b/doc/html.init
@@ -1,3 +1,3 @@
# Texi2any configuration for pies documentation. -*- perl -*-
-# Copyright (C) 2009-2010, 2013, 2015, 2017 Sergey Poznyakoff
+# Copyright (C) 2009-2019 Sergey Poznyakoff
#
diff --git a/doc/inetd.texi b/doc/inetd.texi
index 9cb7271..2c0d2d4 100644
--- a/doc/inetd.texi
+++ b/doc/inetd.texi
@@ -1,3 +1,3 @@
@c This is part of the GNU Pies manual.
-@c Copyright (C) 2009-2010, 2013, 2017 Sergey Poznyakoff
+@c Copyright (C) 2009-2019 Sergey Poznyakoff
@c This file is distributed under GFDL 1.3 or any later version
diff --git a/doc/usr-acl.texi b/doc/usr-acl.texi
index 6cbaf29..71146b7 100644
--- a/doc/usr-acl.texi
+++ b/doc/usr-acl.texi
@@ -1,3 +1,3 @@
@c This is part of the GNU Pies manual.
-@c Copyright (C) 2009-2010, 2013, 2017 Sergey Poznyakoff
+@c Copyright (C) 2009-2019 Sergey Poznyakoff
@c This file is distributed under GFDL 1.3 or any later version
diff --git a/ident/Makefile.am b/ident/Makefile.am
index 810fc92..c2e0a27 100644
--- a/ident/Makefile.am
+++ b/ident/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of GNU Pies.
-# Copyright (C) 2015, 2017 Sergey Poznyakoff
+# Copyright (C) 2015-2019 Sergey Poznyakoff
#
diff --git a/ident/ident.c b/ident/ident.c
index 2ae3d87..a6c4211 100644
--- a/ident/ident.c
+++ b/ident/ident.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2015-2019 Sergey Poznyakoff
diff --git a/ident/ident.h b/ident/ident.h
index ced2ade..aa6adaf 100644
--- a/ident/ident.h
+++ b/ident/ident.h
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2015-2019 Sergey Poznyakoff
diff --git a/ident/identity.h b/ident/identity.h
index ee170bd..293ffb2 100644
--- a/ident/identity.h
+++ b/ident/identity.h
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2015, 2017 Sergey Poznyakoff
+ Copyright (C) 2015-2019 Sergey Poznyakoff
diff --git a/ident/pam.c b/ident/pam.c
index 6210e9c..ae22c4d 100644
--- a/ident/pam.c
+++ b/ident/pam.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2015-2019 Sergey Poznyakoff
diff --git a/ident/provider.c b/ident/provider.c
index b212cca..735d0bc 100644
--- a/ident/provider.c
+++ b/ident/provider.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2015-2019 Sergey Poznyakoff
diff --git a/ident/system.c b/ident/system.c
index 1627ffb..94cf69e 100644
--- a/ident/system.c
+++ b/ident/system.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2015-2019 Sergey Poznyakoff
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 73be29f..4aa9d3e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of GNU Pies.
-# Copyright (C) 2005-2008, 2010, 2013, 2015, 2017 Sergey Poznyakoff
+# Copyright (C) 2005-2019 Sergey Poznyakoff
#
diff --git a/lib/addrfmt.c b/lib/addrfmt.c
index 31ef67a..fbcbdf4 100644
--- a/lib/addrfmt.c
+++ b/lib/addrfmt.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies
- Copyright (C) 2009-2010, 2013, 2015, 2017 Sergey Poznyakoff
+ Copyright (C) 2009-2019 Sergey Poznyakoff
diff --git a/lib/arraymember.c b/lib/arraymember.c
index ee63629..b5760a8 100644
--- a/lib/arraymember.c
+++ b/lib/arraymember.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2015-2019 Sergey Poznyakoff
diff --git a/lib/grecsasrt.c b/lib/grecsasrt.c
index 14b46e5..8ebd581 100644
--- a/lib/grecsasrt.c
+++ b/lib/grecsasrt.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies
- Copyright (C) 2015, 2017 Sergey Poznyakoff
+ Copyright (C) 2015, 2017, 2019 Sergey Poznyakoff
diff --git a/lib/grecsasrt.h b/lib/grecsasrt.h
index 1033092..4b3d2d6 100644
--- a/lib/grecsasrt.h
+++ b/lib/grecsasrt.h
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2009-2011, 2013, 2017 Sergey Poznyakoff
+ Copyright (C) 2009-2011, 2013, 2017, 2019 Sergey Poznyakoff
diff --git a/lib/libpies.h b/lib/libpies.h
index dd21fc7..76b70fe 100644
--- a/lib/libpies.h
+++ b/lib/libpies.h
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2009-2011, 2013, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2009-2019 Sergey Poznyakoff
diff --git a/lib/mkfilename.c b/lib/mkfilename.c
index 2f46e45..8c67f54 100644
--- a/lib/mkfilename.c
+++ b/lib/mkfilename.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies
- Copyright (C) 2015, 2017 Sergey Poznyakoff
+ Copyright (C) 2015-2019 Sergey Poznyakoff
diff --git a/lib/netrc.c b/lib/netrc.c
index 4572d77..dd1dbce 100644
--- a/lib/netrc.c
+++ b/lib/netrc.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies
- Copyright (C) 2015, 2017 Sergey Poznyakoff
+ Copyright (C) 2015-2019 Sergey Poznyakoff
diff --git a/lib/parsetime.c b/lib/parsetime.c
index 7b4c420..8efaa34 100644
--- a/lib/parsetime.c
+++ b/lib/parsetime.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2007-2010, 2013, 2017 Sergey Poznyakoff
+ Copyright (C) 2007-2019 Sergey Poznyakoff
diff --git a/lib/pp.c b/lib/pp.c
index 2ec6d99..702bed7 100644
--- a/lib/pp.c
+++ b/lib/pp.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2015, 2017 Sergey Poznyakoff
+ Copyright (C) 2015-2019 Sergey Poznyakoff
diff --git a/lib/proctitle.c b/lib/proctitle.c
index 71f7871..75caa15 100644
--- a/lib/proctitle.c
+++ b/lib/proctitle.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2007-2010, 2013, 2017 Sergey Poznyakoff
+ Copyright (C) 2007-2019 Sergey Poznyakoff
diff --git a/lib/safe_strcmp.c b/lib/safe_strcmp.c
index 11f72b4..0c5e744 100644
--- a/lib/safe_strcmp.c
+++ b/lib/safe_strcmp.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2015-2019 Sergey Poznyakoff
diff --git a/lib/split3.c b/lib/split3.c
index 12b8490..49a076d 100644
--- a/lib/split3.c
+++ b/lib/split3.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2007-2010, 2013, 2017 Sergey Poznyakoff
+ Copyright (C) 2007-2019 Sergey Poznyakoff
diff --git a/lib/strtotok.c b/lib/strtotok.c
index c5d5e38..9c6bc47 100644
--- a/lib/strtotok.c
+++ b/lib/strtotok.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2009-2010, 2013, 2017 Sergey Poznyakoff
+ Copyright (C) 2009-2019 Sergey Poznyakoff
diff --git a/lib/url.c b/lib/url.c
index 5165742..9594b28 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies
- Copyright (C) 2009-2010, 2013, 2015, 2017 Sergey Poznyakoff
+ Copyright (C) 2009-2019 Sergey Poznyakoff
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 164c7df..764dd28 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,3 +2,3 @@
-# Copyright (C) 2007-2010, 2013, 2016-2017 Sergey Poznyakoff
+# Copyright (C) 2007-2019 Sergey Poznyakoff
diff --git a/src/Makefile.am b/src/Makefile.am
index 8759451..16f8a75 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of GNU Pies.
-# Copyright (C) 2008-2017 Sergey Poznyakoff
+# Copyright (C) 2008-2019 Sergey Poznyakoff
#
diff --git a/src/acl.c b/src/acl.c
index 0086932..098edf4 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies
- Copyright (C) 2009-2017 Sergey Poznyakoff
+ Copyright (C) 2009-2019 Sergey Poznyakoff
diff --git a/src/acl.h b/src/acl.h
index e786a84..6a68421 100644
--- a/src/acl.h
+++ b/src/acl.h
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies
- Copyright (C) 2009-2017 Sergey Poznyakoff
+ Copyright (C) 2009-2019 Sergey Poznyakoff
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 57f5b90..ff560be 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies. -*- c -*-
- Copyright (C) 2008-2017 Sergey Poznyakoff
+ Copyright (C) 2008-2019 Sergey Poznyakoff
diff --git a/src/comp.c b/src/comp.c
index fcd0a14..c3e998a 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2016-2017 Sergey Poznyakoff
+ Copyright (C) 2016-2019 Sergey Poznyakoff
@@ -52,3 +52,3 @@ component_link (struct component *comp, struct component *ref)
struct complist *list = &comp_list[comp->listidx];
-
+
comp->prev = NULL;
@@ -70,3 +70,3 @@ component_link (struct component *comp, struct component *ref)
comp->next = ref->next;
-
+
if ((x = ref->next))
@@ -91,3 +91,3 @@ component_unlink (struct component *comp)
struct component *x;
-
+
if ((x = comp->prev))
@@ -100,3 +100,3 @@ component_unlink (struct component *comp)
list->tail = comp->prev;
-}
+}
@@ -131,3 +131,3 @@ component_lookup_index (const char *tag)
}
-
+
struct component *
@@ -210,6 +210,6 @@ argvcmp (char **a, char **b)
size_t i;
-
+
if (!a != !b)
return 1;
-
+
for (i = 0; a[i]; i++)
@@ -252,3 +252,3 @@ redirector_cmp (struct redirector const *a, struct redirector const *b)
}
-
+
static int
@@ -260,3 +260,3 @@ component_match (struct component *comp, struct component *ref)
#define FNP(memb,fun) MATCH (fun (&comp->memb, &ref->memb))
-
+
EQ (mode);
@@ -301,3 +301,3 @@ complist_find_match (int idx, struct component *ref)
struct component *comp;
-
+
for (comp = list->head; comp && component_match (comp, ref);
@@ -333,3 +333,3 @@ component_merge (struct component *comp, struct component *ref)
ref->list_acl = NULL;
-
+
pies_acl_free (comp->adm_acl);
@@ -398,3 +398,3 @@ report_cyclic_dependency (pies_depmap_t dp, size_t idx)
size_t i;
-
+
i = idx;
@@ -404,3 +404,3 @@ report_cyclic_dependency (pies_depmap_t dp, size_t idx)
pies_depmap_pos_t pos;
-
+
logmsg_printf (LOG_NOTICE, "%s -> ", comp_array[i]->tag);
@@ -424,3 +424,3 @@ report_cyclic_dependency (pies_depmap_t dp, size_t idx)
logmsg_printf (LOG_NOTICE, "%s\n", comp_array[idx]->tag);
-}
+}
@@ -442,3 +442,3 @@ component_build_depmap (void)
pies_depmap_t dp;
-
+
free (depmap);
@@ -467,3 +467,3 @@ component_build_depmap (void)
}
-
+
if (comp->depend)
@@ -482,3 +482,3 @@ component_build_depmap (void)
}
-
+
i++;
@@ -496,3 +496,3 @@ component_build_depmap (void)
-
+
for (i = 0; i < comp_count;)
@@ -505,3 +505,3 @@ component_build_depmap (void)
i++;
-
+
free (dp);
@@ -554,3 +554,3 @@ component_config_commit (void)
}
-
+
/* Build dependency map */
@@ -605,3 +605,3 @@ component_verify (struct component *comp, grecs_locus_t *locus)
"%s", _("missing command line"));
-
+
if (ISCF_TCPMUX (comp->flags))
@@ -618,3 +618,3 @@ component_verify (struct component *comp, grecs_locus_t *locus)
}
-
+
if (comp->pass_fd_socket && comp->mode != pies_comp_pass_fd)
@@ -629,3 +629,3 @@ component_verify (struct component *comp, grecs_locus_t *locus)
break;
-
+
case pies_comp_pass_fd:
@@ -648,3 +648,3 @@ component_verify (struct component *comp, grecs_locus_t *locus)
/* Fall through */
-
+
case pies_comp_accept:
@@ -657,3 +657,3 @@ component_verify (struct component *comp, grecs_locus_t *locus)
break;
-
+
case pies_comp_inetd:
@@ -716,3 +716,3 @@ component_verify (struct component *comp, grecs_locus_t *locus)
}
-
+
for (i = RETR_OUT; i <= RETR_ERR; i++)
@@ -735,3 +735,3 @@ component_verify (struct component *comp, grecs_locus_t *locus)
}
-
+
return header;
@@ -749,3 +749,3 @@ component_finish (struct component *comp, grecs_locus_t *locus)
comp->privs.groups->cmp = list_str_cmp;
-
+
if (component_verify (comp, locus))
@@ -819,3 +819,3 @@ component_trace (size_t idx, enum pies_depmap_direction dir)
int delim = ':';
-
+
logmsg_printf (LOG_NOTICE, "%s", comp_array[idx]->tag);
@@ -888,6 +888 @@ component_foreach (int (*filter) (struct component *, void *), void *data)
}
-
-
-
-
-
diff --git a/src/ctl.c b/src/ctl.c
index 475fda6..a78cdbf 100644
--- a/src/ctl.c
+++ b/src/ctl.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2007-2017 Sergey Poznyakoff
+ Copyright (C) 2007-2019 Sergey Poznyakoff
diff --git a/src/depmap.c b/src/depmap.c
index cb50548..d2bf536 100644
--- a/src/depmap.c
+++ b/src/depmap.c
@@ -1,3 +1,3 @@
/* This file is part of GNU Pies.
- Copyright (C) 2008-2013, 2016-2017 Sergey Po