]> saetta.ns0.it Git - zakautho/mod_authz/commitdiff
Debian pkg: adjustments. debian/wheezy
authorAndrea Zagli <azagli@libero.it>
Wed, 10 Jan 2018 14:15:34 +0000 (15:15 +0100)
committerAndrea Zagli <azagli@libero.it>
Wed, 10 Jan 2018 14:15:34 +0000 (15:15 +0100)
debian/changelog
debian/patches/0003-Apache-old-api.patch

index a0a3fd1610624e08a6d9b1cbf96424afbc83f216..2a046218fecb766ae292b26976abe50b252cb7fb 100644 (file)
@@ -1,11 +1,12 @@
-libapache2-mod-authz-zakautho (0.0.1-1~6.gbp6ad437) UNRELEASED; urgency=medium
+libapache2-mod-authz-zakautho (0.0.1-1~7.gbpb18949) UNRELEASED; urgency=medium
 
-  ** SNAPSHOT build @6ad437d13fa4616358e7605bea6535d19042e557 **
+  ** SNAPSHOT build @b18949a80d4365ad35629373d62f03733d1c3e2e **
 
   [ Andrea Zagli ]
   ** SNAPSHOT build @99cea452a9bc102436b3195e6241e49ee956cc8d **
 
   * Mandatory configuration parameters.
   * Debian pkg: added files.
+  * Debian pkg: added files.
 
- -- tux <tux@develop64.example.tst>  Thu, 11 Jan 2018 11:51:33 +0100
+ -- tux <tux@develop64.example.tst>  Thu, 11 Jan 2018 12:10:06 +0100
index c8907a3817f3a52dd21a2d3775388524ff61b110..dd594299333da31c462d49677f979324498c5a14 100644 (file)
@@ -249,3 +249,15 @@ index 3599d84..57f6bea 100644
  }
  
  /*
+diff --git a/src/mod_authz_zakautho.c b/src/mod_authz_zakautho.c
+index 57f6bea..72c06cc 100644
+--- a/src/mod_authz_zakautho.c
++++ b/src/mod_authz_zakautho.c
+@@ -246,6 +246,8 @@ check_authorization (request_rec *r)
+                      "'require'ments for user to be allowed access",
+                      r->uri, r->user);
++      ap_note_auth_failure (r);
++
+       return HTTP_UNAUTHORIZED;
+ }