summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.