aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--README2
-rw-r--r--src/vmod-basicauth.34
-rw-r--r--tests/Makefile.am16
-rw-r--r--tests/test00.vtc16
-rw-r--r--tests/test01.vtc16
-rw-r--r--tests/test02.vtc16
7 files changed, 81 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b4e3bb7..ca57666 100644
--- a/NEWS
+++ b/NEWS
@@ -29,2 +29,16 @@ Initial release.
+Copyright information:
+
+Copyright (C) 2013-2014 Sergey Poznyakoff
+
+ Permission is granted to anyone to make or distribute verbatim copies
+ of this document as received, in any medium, provided that the
+ copyright notice and this permission notice are preserved,
+ thus giving the recipient permission to redistribute in turn.
+
+ Permission is granted to distribute modified versions
+ of this document, or of portions of it,
+ under the above conditions, provided also that they
+ carry prominent notices stating who last changed them.
+
Local variables:
diff --git a/README b/README
index 729896f..2193d4e 100644
--- a/README
+++ b/README
@@ -53,3 +53,3 @@ Send bug reports and suggestions to <gray@gnu.org>
-Copyright (C) 2013 Sergey Poznyakoff
+Copyright (C) 2013-2014 Sergey Poznyakoff
diff --git a/src/vmod-basicauth.3 b/src/vmod-basicauth.3
index 78efea1..91236f3 100644
--- a/src/vmod-basicauth.3
+++ b/src/vmod-basicauth.3
@@ -15,3 +15,3 @@
.\" along with vmod-basicauth. If not, see <http://www.gnu.org/licenses/>.
-.TH VMOD-BASICAUTH 1 "July 8, 2013" "VMOD-BASICAUTH" "User Reference"
+.TH VMOD-BASICAUTH 1 "November 1, 2014" "VMOD-BASICAUTH" "User Reference"
.SH NAME
@@ -65,3 +65,3 @@ Report bugs to <gray@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2013 Sergey Poznyakoff
+Copyright \(co 2013-2014 Sergey Poznyakoff
.br
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4c32621..700c8c6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1 +1,17 @@
+# This file is part of vmod-basicauth
+# Copyright (C) 2013-2014 Sergey Poznyakoff
+#
+# Vmod-basicauth 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 3, or (at your option)
+# any later version.
+#
+# Vmod-basicauth is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-basicauth. If not, see <http://www.gnu.org/licenses/>.
+
VMOD_TESTS = \
diff --git a/tests/test00.vtc b/tests/test00.vtc
index 7876677..17b4ead 100644
--- a/tests/test00.vtc
+++ b/tests/test00.vtc
@@ -1 +1,17 @@
+# This file is part of vmod-basicauth
+# Copyright (C) 2013-2014 Sergey Poznyakoff
+#
+# Vmod-basicauth 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 3, or (at your option)
+# any later version.
+#
+# Vmod-basicauth is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-basicauth. If not, see <http://www.gnu.org/licenses/>.
+
varnishtest "Test basic HTTP authentication: PLAIN"
diff --git a/tests/test01.vtc b/tests/test01.vtc
index f419271..21c00d7 100644
--- a/tests/test01.vtc
+++ b/tests/test01.vtc
@@ -1 +1,17 @@
+# This file is part of vmod-basicauth
+# Copyright (C) 2013-2014 Sergey Poznyakoff
+#
+# Vmod-basicauth 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 3, or (at your option)
+# any later version.
+#
+# Vmod-basicauth is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-basicauth. If not, see <http://www.gnu.org/licenses/>.
+
varnishtest "Test basic HTTP authentication: CRYPT"
diff --git a/tests/test02.vtc b/tests/test02.vtc
index a6759bd..d7ede9f 100644
--- a/tests/test02.vtc
+++ b/tests/test02.vtc
@@ -1 +1,17 @@
+# This file is part of vmod-basicauth
+# Copyright (C) 2013-2014 Sergey Poznyakoff
+#
+# Vmod-basicauth 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 3, or (at your option)
+# any later version.
+#
+# Vmod-basicauth is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with vmod-basicauth. If not, see <http://www.gnu.org/licenses/>.
+
varnishtest "Test basic HTTP authentication: APR MD5"

Return to:

Send suggestions and report system problems to the System administrator.