summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2013-11-19 16:53:27 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2013-11-19 16:53:33 +0800
commit9ace62865869207b87d7e8639275432faa7e6fba (patch)
tree6473375f2c4e74a0b03f488945f4c1ea19fccc44
parent52f284940bff81a4690394a27511a2c5d2495216 (diff)
downloadmod_intercept_form_submit-9ace62865869207b87d7e8639275432faa7e6fba.tar.gz
mod_intercept_form_submit-9ace62865869207b87d7e8639275432faa7e6fba.tar.xz
mod_intercept_form_submit-9ace62865869207b87d7e8639275432faa7e6fba.zip
Update .spec for version 0.8.mod_intercept_form_submit-0.8
-rw-r--r--mod_intercept_form_submit.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/mod_intercept_form_submit.spec b/mod_intercept_form_submit.spec
index e22d06b..f93d3b4 100644
--- a/mod_intercept_form_submit.spec
+++ b/mod_intercept_form_submit.spec
@@ -6,7 +6,7 @@
Summary: Apache module to intercept login form submission and run PAM authentication.
Name: mod_intercept_form_submit
-Version: 0.7
+Version: 0.8
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -57,6 +57,12 @@ install -Dp -m 0644 intercept_form_submit.conf $RPM_BUILD_ROOT%{_httpd_confdir}/
%{_httpd_moddir}/*.so
%changelog
+* Tue Nov 19 2013 Jan Pazdziora - 0.8-1
+- Populate r->user as well, not just REMOTE_USER.
+- Set EXTERNAL_AUTH_ERROR variable upon PAM authentication error.
+- Add support for InterceptFormClearRemoteUserForSkipped.
+- Add support for InterceptFormPasswordRedact.
+
* Thu Nov 07 2013 Jan Pazdziora - 0.7-1
- Parse the input early enough to support CGI scripts.
- Skip the authentication if REMOTE_USER is already set.