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
@@ -27,6 +27,20 @@ Version 1.0, 2013-07-07
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:
mode: outline
paragraph-separate: "[ ]*$"
diff --git a/README b/README
index 729896f..2193d4e 100644
--- a/README
+++ b/README
@@ -51,7 +51,7 @@ Send bug reports and suggestions to <gray@gnu.org>
* Copyright information:
-Copyright (C) 2013 Sergey Poznyakoff
+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
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
@@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" 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
vmod-basicauth \- Basic HTTP authentication
.SH SYNOPSIS
@@ -63,7 +63,7 @@ Sergey Poznyakoff
.SH "BUG REPORTS"
Report bugs to <gray@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2013 Sergey Poznyakoff
+Copyright \(co 2013-2014 Sergey Poznyakoff
.br
.na
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4c32621..700c8c6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,3 +1,19 @@
+# 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 = \
test00.vtc\
test01.vtc\
diff --git a/tests/test00.vtc b/tests/test00.vtc
index 7876677..17b4ead 100644
--- a/tests/test00.vtc
+++ b/tests/test00.vtc
@@ -1,3 +1,19 @@
+# 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"
server s1 {
diff --git a/tests/test01.vtc b/tests/test01.vtc
index f419271..21c00d7 100644
--- a/tests/test01.vtc
+++ b/tests/test01.vtc
@@ -1,3 +1,19 @@
+# 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"
server s1 {
diff --git a/tests/test02.vtc b/tests/test02.vtc
index a6759bd..d7ede9f 100644
--- a/tests/test02.vtc
+++ b/tests/test02.vtc
@@ -1,3 +1,19 @@
+# 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"
server s1 {

Return to:

Send suggestions and report system problems to the System administrator.